Several questions about c++ coding - 5 minutes for each question max, about an hour in total. E.g: 1. piece of code - show what is wrong and why? 2. another piece of code - what does it do? 3. small task to solve.
Software Design Engineer Interview Questions
404 software design engineer interview questions shared by candidates
Went really deep on a discussion of how to store state of a chess board, adding technical requirements along the way
What was your favorite project that you worked on?
Behavioral and Technical questions
1- Determine if a binary tree is sorted. 2- Addition of strings representing integers without casting. 3- C#-specific questions such as Linq and Lambda expressions. 4- Testing questions (unit tests, dependency injection, etc.) 5- Database questions (schema design + writing SQL queries) 6- Some standard behavioral questions (education, previous projects worked on, etc.)
Design a file system (Object Model question)
Implement a LRU cache.
C++ has the concept of multiple inheritance. Java does not have this concept, how can multiple inheritance be implemented in java?
some binary tree related
Can you explain the work you done in X project.
Viewing 381 - 390 interview questions