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
424 software design engineer interview questions shared by candidates
Translation for some really obscure English word which has nothing to do with tech
Went really deep on a discussion of how to store state of a chess board, adding technical requirements along the way
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.)
What was your favorite project that you worked on?
How would you determine if a binary tree, when bisected down the middle, is a mirror of itself?
How would you implement the least recently used cache?
Hysteresis loop in C code and as well in Model
C++ has the concept of multiple inheritance. Java does not have this concept, how can multiple inheritance be implemented in java?
Viewing 401 - 410 interview questions