Sort an array by colors
C Software Engineer Interview Questions
3,488 c software engineer interview questions shared by candidates
A permutation/combination question more relevant for a quantitative position.
// TODO: implement fill_array function that inserts n symbols in the array with c set to random value // TODO: Implement print_letters function that given the array prints only symbols that have c , set to be a letter ('a'-'z') // TODO: Implement reverse_array function that given the array swap the symbols containing letters , 1 a b 2 c 3 -> 1 c b 2 a 3
Technical quest about C and Unix about threads unix editor and inter-process communication types
Mainly about oops in c++
Talk through a large piece of work you have done in a previous company and mention if there were any issues that had to be solved while doing this work.
pacman program
Easy question: Read in a string of words separated by spaces in which some words are quoted and output the words 1 line at a time with quotes if applicable. Something like that. This question which was last and I didn't have time to manually enter every character into the HackerEarth "IDE" before the test timed out. I wasn't sure if I could jump back and forth between questions on HackerEarth platform and didn't want to risk it at the time but wish I would have jumped to this question first before the first coding question which was physics type of problem solving exercise not sure why since I'm not a physicists and this was a Health Care HSA applications related software engineering role. My opinion, HackerEarth s*cks and so does any company hiring this way and even if on a whiteboard if asking questions like the physics related one for line of business applications.
Q: What is your favorite feature(s) in the modern C++ standards?
Implement an algorithm which models how Assembly language instructions are executed in a program stack. Pretty basic and straight forward thing to do. However, all the Assembly language commands needed to be typed in by the user at runtime. Ridiculous!!
Viewing 501 - 510 interview questions