Usual algorithm/design questions
Backend Software Engineer Interview Questions
2,339 backend software engineer interview questions shared by candidates
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?
Technical: Explain your thought process when organizing your code into java packages? What should be in the controller/service/database layers?
Softskills: How do you handle conflicts at work?
Describe your favorite working environment.
Viewing 821 - 830 interview questions