InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Asked about work, wat datastructures and algos used |
| Answer» | |
| 2. |
Given a chess board and a position, design a system that will give the next safe move of the piece in that position. Write code. (the piece can be anything) |
| Answer» | |
| 3. |
Given 2 pages p1 and p2, whether p2 can be made using the words in p1. write code, cover edge cases |
| Answer» | |
| 4. |
Write code for finding minimum element present in a stack. optimize, minimize number of comparisons, push, pop |
| Answer» | |
| 5. |
What is stack, Queue? Implement dynamic stack with arrays. Write ur own realloc func. Dont miss any edge case |
| Answer» | |
| 6. |
Basic HR ques |
| Answer» | |
| 7. |
Some stress interview ques |
| Answer» | |