Oops concept
Sr Engineer Interview Questions
138,267 sr engineer interview questions shared by candidates
Hibernate Basics
If there are 20 people in a tournament and each match the loser will leave the tournament then how many total matches should be played to decide the winner
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.
Coding: Leetcode-like Medium and Hard problems can be expected as a challenge. System Design: add additional components and explain how they will act in existing ecosystem.
Describe time you strongly disagreed with your boss?
What is the mean free path at 10^-6 torr?
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
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>.
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.
Viewing 1401 - 1410 interview questions