Test is completely automatic. There is no one to ask question or clarify something.
C Developer Interview Questions
3,506 c developer interview questions shared by candidates
Q: Introduce myself and if I am open for relocation.
Can't disclose as I have confirmed NDA
make specified data structure with stl lib
The exercise was extend some functionality of the map class
Implement a small (albeit complex) operation on a templated data structure
Can't tell due to NDA.
Implementation of the function for a custom structure
create this function: // Assign value val to interval [keyBegin, keyEnd). // Overwrite previous values in this interval. // Conforming to the C++ Standard Library conventions, the interval // includes keyBegin, but excludes keyEnd. // If !( keyBegin < keyEnd ), this designates an empty interval, // and assign must do nothing. void assign( K const& keyBegin, K const& keyEnd, V const& val ) {
You're not allowed to make public the content of the exercise they send to you. But on average they are hard problems on leetcode.
Viewing 2231 - 2240 interview questions