C Softwareentwickler Interview Questions

1,011 c softwareentwickler interview questions shared by candidates

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 ) {
avatar

C++ Software Developer

Interviewed at think-cell

4.4
Oct 2, 2023

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 ) {

The test has a 9 hour limit and you have to finish the implementation of a data stucture. After hours of working and testing you are given only 2 chances to test the solution and the automatic feedback is very dubious and confusing, using terms like "not canonical".
avatar

C++ Software Developer

Interviewed at think-cell

4.4
Nov 8, 2022

The test has a 9 hour limit and you have to finish the implementation of a data stucture. After hours of working and testing you are given only 2 chances to test the solution and the automatic feedback is very dubious and confusing, using terms like "not canonical".

Viewing 651 - 660 interview questions

Glassdoor has 1,011 interview questions and reports from C softwareentwickler interviews. Prepare for your interview. Get hired. Love your job.