First round: - What is ACID?
Full Stack Software Engineer Interview Questions
19,498 full stack software engineer interview questions shared by candidates
First round: - Find a duplicate in Array: -- For unsorted: explained using set -- For sorted: Explained using Total sum -- For O(1) space: explained using Bloom Filter
Anagram detection for two words using JS
Recruiter phone call (20 minutes).
Basics of programming which we know and they will say us to code sometimes
what you know about system design
Q: Pourquoi je souhaitais intégrer SII ?
Why did you add a separate collection to implement auto incrementing (number ) id of a record in mongodb
3 questions about arrays and how to compare them together
Alice and Bob need to pick apples from in orchard. Alice can pick apples from exactly A numbers of trees, Bob can pick from exactly B trees (A, B are both integers). The orchard is a row of N trees, on each tree there is a different number of apples. Given integers A, B and an array size N containing integers only, return the number of most apples Alice and Bob can pick together where: - Alice most pick apples from trees left to Bob's trees - Alice's and Bob's trees cannot overlap, that is they cannot pick from the same tree If A + B > N you should return 0
Viewing 2421 - 2430 interview questions