Reverse LinkedList both in iterative and recursive way
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
What are your previous experience with technologies mentioned in the job description.
How many options are there for a 9 digits phone number
How to remove a node from the middle of a linked list
"Tell about a feature you built and are proud of it.", "How do you test your code?", "Why do you want to join the team?", "Do you know the product?", "Are you afraid of learning new things?", and "What kind of person are you (coding 9-5?)"
CS Q: Write a program that maintains "timers", that works like JS "set timeout". I.e. maintain a "queue" with timers and write a function "addTimer" that gets an *absolute time* and callback function (to execute when timer is over) and pushes it to the queue.
The first question : given a string , return the biggest char that exists in lowercase and uppercase in the string
Design a restaurant management system
Task Manager Exercise The Task Manager is a command-line program that manages tasks based on Priority and Assignee. It determines the next task to be addressed based on its priority and maintains tasks in an e
Design a delivery system from scratch. What components would you include, and how would they interact? How would you handle data storage and retrieval for the system? How would you ensure the system is scalable and can handle increased load?
Viewing 431 - 440 interview questions