Two basic coding tests. and you need to explain it. The tests could be found on Leetcode, which is an easy level.
Software Developer Co Op Interview Questions
1,227 software developer co op interview questions shared by candidates
Given a 2d array with distinct integer elements, you can go only up, down, left or right to a place holding smaller number. Find the longest path you can go starting from a certain index (r,c)
Create a library of a library (books with title, author, and isbn (unique)). Implement methods addBook and search(keyword), with keyword having to exactly match a title, author, or isbn to add the book to the collection of search results. If there are multiple copies of the book, that should be indicated in the return.
What is the difference between final, finally and finalize?
They seem to be working exclusively with C++, so make sure you have an in-depth knowledge of the language. There were mostly "Do you know what is..." and "How would you implement..." on subjects such as communicating between processes, intelligent pointers, multithreading and very specific rules of the language. Needless to say, they want their interns to know their tools.
What is the angle between the two branches of your clock when it is 3:15?
How to sort 2 million 32-bits integer?
Describe two design patterns.
How many more of these auto-rejection letters are you willing you receive before you give up?
General questions about coding practices based on resume projects
Viewing 61 - 70 interview questions