Design an API for a recipe app -how to make it efficient?
Full Stack Software Engineer Interview Questions
1,668 full stack software engineer interview questions shared by candidates
General questions about DS & Algorithms, Some live coding questions
Tell me about your experience and the most challenging task you have faced.
System Design for a chat application Binary Search Tree algorithm
There was also a technical portion of the interview, where I was given a coding assignment that assessed my problem-solving skills.
java thread and how it works
Describe a technical problem you had to solve in your current position which was new to you and the approach you followed.
Present the project you have done
Write a function that reverses a string. The input string is given as an array of characters s. You must do this by modifying the input array in-place with O(1) extra memory. Example 1: Input: s = ["h","e","l","l","o"] Output: ["o","l","l","e","h"] Example 2: Input: s = ["H","a","n","n","a","h"] Output: ["h","a","n","n","a","H"] Constraints: 1 <= s.length <= 10**5 s[i] is a printable ascii character.
How would I improve the design of their UI?
Viewing 1141 - 1150 interview questions