// 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
C Software Engineer Interview Questions
603 c software engineer interview questions shared by candidates
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!!
Can you explain the concept of pointers in C++ and provide an example of how they are used to access and modify variables directly?
Tell me about a difficulty you had and how did you overcame it?
There were no questions, just the leetcode challenge.
How would you count the number of set bits in a binary representation of an integer?
Write a multiplication code without asterisk. Logical question. General knowledge about Amadeus. Question about smart pointer and design pattern.
Exception handling in java
Viewing 81 - 90 interview questions