When can you start
Software Engineers Interview Questions
419,444 software engineers interview questions shared by candidates
You are given 2 sorted integer arrays. Write a code to merge these arrays such that the merged array remains sorted.
All questions were in general. Be spontaneous
They have given me a 30-minute code review and asked me to correct the given code.
There was a mix of behaviorial, system design and coding questions. Cannot reveal specifics due to NDA, but most technical questions were in the LeetCode-medium category. If you're proficient with LeetCode-medium and some LeetCode-hard problems and prepare for general system design interview questions, you're likely to do well.
Asked me questions on NodeJs and why it is better than other backend services
Given an array of unknown size, reverse the positive numbers (before a negative marker) in the array. Ex: [2, 3, 1, 4,-1...] would become [4, 1, 3, 2, -1...]
How to use pre-order to traverse a tree and save it in a txt file. (simple data-structure like string).And then use the file you saved to construct the original tree.
OOP concepts + Real life examples
Do you have any serious medical conditions which you must have health coverage? Can't you get on COBRA yourself?
Viewing 2831 - 2840 interview questions