specific c++ (version 11) questions. they dont care if you know the previous version of c++ 10/10. learn shared_ptr, unique_ptr, scoped_ptr etc and other new features in c++ 11 in and out.
Engineer Software Interview Questions
419,642 engineer software interview questions shared by candidates
What is the main difference that OO programming brought?
What is "static" mean in the c++?
What is 'deadlock'?
One question I remember was to create a function that accepts a number and returns the string representation of the number.
You are given a glass bottle which will be broken if thrown from a particular flat of 100 story building. What's the efficient way to find that flat.
given map entries (a,1)(b, 2)(c12, 3). Resolve {c{a}{b}} => 3
counting sort, binary tree preorder traversal, binary tree inorder traversal, keys and boxes (leetcode 1298)
Given a MxN matrix where each element can either be 0 or 1. We need to find the shortest path between a given source cell to a destination cell.
write a code to find largest odd number from the given array
Viewing 2141 - 2150 interview questions