How to remove a element from a single linked list a 3rd element when only the reference of it is given.
Senior Engineer Interview Questions
138,283 senior engineer interview questions shared by candidates
Mention a few designer patterns
Difficult and subtle C programming test, that apparently is almost never answered correctly.
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.
What are your failures?
What will be the result? console.log(a); var a; and here? a; const a;
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>.
write a query for this scenario: If the last working day of the month either Saturday or sunday then you need to get the last friday as last working day else it should be any of the day from monday to friday
How to get estimated time between two points using core motion/ core location.
Write a method to output the Fibonacci sequence.
Viewing 1411 - 1420 interview questions