Why do you want to work at PCL
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Write a function that gets an mxn-sized matrix that contains bits. 1 means it's a submarine 0 means it's a sea. Submarine can be a vertical or horizontal unity sequence (not diagonal) should return how many submarines are in the matrix.
Reverse LinkedList both in iterative and recursive way
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
Viewing 261 - 270 interview questions