System Design for a chat application Binary Search Tree algorithm
Full Stack Software Engineer Interview Questions
1,393 full stack software engineer interview questions shared by candidates
There was also a technical portion of the interview, where I was given a coding assignment that assessed my problem-solving skills.
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.
Past experience and why do you want to work there
Import data from CSV files and process the data. The system design part was to discuss setting up a quiz system
What is your technical background?
Tell me about a project that you led? Tell me how did you scale a project? What are some of your UI/UX design decisions? Basically just talking about my background and experiences.
What are your personal values?
Viewing 941 - 950 interview questions