Given an array of integers [1,2,3,4]. and target t = 5. Come up with a solution that will print out all the unique pairs in the array that are equal t.
Engineer I Interview Questions
6,848 engineer i interview questions shared by candidates
Logic to find a missing number when an array of size 99 is populated with unique number from 1-100 Was asked to dry run the code with a data set that they gave
How many types of pumps do you know in a typical refinery?
Why are you interested in Avanceon?
write an algorithm to determine is "happy" ... a number is happy if the sum of the square of the digits ever equals one. An example of a happy number is 19: 1^2 + 9^2 = 82 8^2 + 2^2 = 68 6^2 + 8^2 = 100 1^2 + 0^2 + 0^2 = 1 If it is not happy then it will eventually hit repeat back to a number that it already saw
Take an input string and output the reverse of that string. May use any programming language.
Did ask some basic programming questions, ex. Have you ever used UML?
You are working on a project with Time, Cost and Quality as deliverable constraints. What will you maximize the most and why?
Connect nodes at the same level in a binary tree
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
Viewing 31 - 40 interview questions