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.
C Engineer Interview Questions
3,788 c engineer interview questions shared by candidates
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?
They wanted me to send them some examples of the code I had written.
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!!
Essentially the compilation process in C++
If you want to keep a running average, and values are updated every second, how would you store the information?
All questions are easy except the last one. Calculate the number of reverse order pairs in the array. But this time it is not reverse pairs but reverse arrays in 3 numbers. This makes the question very difficult if you want to match the time limit Especially they only give me 1 hour to finish all the problem.
They asked me to solve some puzzles via software.
Viewing 551 - 560 interview questions