Not the most difficult question but I found this question interesting. Write a piece of code that allows you to detect if the machine you are running the program is little Endian or big Endian memory structure.
Senior Engineer Interview Questions
107,333 senior engineer interview questions shared by candidates
Describe time you strongly disagreed with your boss?
Parse logger text file that has date and process activity in every line. print addition of activities concentrated within 5 mins gap in decreasing order of the values
The main question is How much salary you want, Just to check their own salary. You can be only selected in this company if you are ready to work on lower salary. In Technical round, more concentration was on salary and the technical questions was just for time pass.
How to remove a element from a single linked list a 3rd element when only the reference of it is given.
Mention a few designer patterns
Difficult and subtle C programming test, that apparently is almost never answered correctly.
Why do you use LInux and what flavors have you used and what did you learn from each flavor?
Given two arrays: arr1[0..m-1] and arr2[0..n-1]. Find whether arr2[] is a subset of arr1[] or not. Both the arrays are not in sorted order. It may be assumed that elements in both array are distinct.
Write code to sum the values contained in two memory slots into a third memory slot, using only 3 instructions: zero <slot> increment <slot> jlt <slot1>,<slot2> <location>, where jlt=jump to <location> if <slot1>is less than <slot2>.
Viewing 1141 - 1150 interview questions