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.
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,626 software engineer 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