General questions about DS & Algorithms, Some live coding questions
Full Stack Software Engineer Interview Questions
1,395 full stack software engineer interview questions shared by candidates
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.
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?
Viewing 941 - 950 interview questions