Write a sql query to select the 213th highest score from a given table of student name and score.
Ingegneria Interview Questions
375,404 ingegneria interview questions shared by candidates
One question that looked tough but was very easy contained four nested for loops to iterate through an array and to check which elements of the array added up to a value x.
why should i not hire you
Write a map implementation with a get function that lets you retrieve the value of a key at a particular time. t:0 A =1 t:2 A = 2 get(A, t:1) -> 1 get(A, t:3) -> 2
What is Polymorphism ?
Assuming you have a large cube shaped by small cubes together, their number is 1000 How many cubes will be visible?
1) How to reverse a string?
Find the second largest number in the array.
What will be the sizeof the following structure on a 32-bit machine: struct s { int i; char c; long d; void *p; int a[0]; };
Given a stack containing values, implement min() operation to find minimum of all the values in O(1) time. Push() and Pop() should run in O(1) as well.
Viewing 801 - 810 interview questions