The task was about URL lookup which converts pretty url to parameterized url and vice versa.
Software Engineer Backend Interview Questions
2,346 software engineer backend interview questions shared by candidates
Q: What are technologies have you used and what difficulties you faced while using them.
Just spoke about background and generic company culture questions.
Usual algorithm/design questions
SQL question. They gave me a simple table with different elements and asked me to write an SQL query to find the element's name that appears the most in the table. The idea is just like the LeetCode question: 586. Customer Placing the Largest Number of Orders I solved it with GROUP BY, ORDER BY, and LIMIT 1 but they said using LIMIT is like cheating and asked for a different solution.
Move zeros to the end of the linked list
Basic DSA Questions [Leetcode Easy, medium]
Familiarity with automated testing and another programming language
Explain more on the skills
How would you design a URL shortener?
Viewing 821 - 830 interview questions