Given an array where all numbers except one are repeated, find the number that only occurs once.
Engineering Project Coordinator Interview Questions
45,073 engineering project coordinator interview questions shared by candidates
Write a function to determine if a string is an integer.
What is a null pointer?
You're given an array of numbers, and you want to find 3 numbers that sum to 0 and output those 3 numbers. You can use each number multiple times. So if you're given the array [-1, 1, 2], you would output [-1, -1, 2] because -1 -1 +2=0
Given an array of length N containing numbers bounded between 1 and N with exactly one duplicate, determine what the duplicate number is in O(n) time without using more than constant memory (no making new arrays of N length).
1. find the dominator of an array with 1,000,000 element and complete within O(n) complexity 2. find the element P in an array which all the elements before P less than or equal to P and the elements after P larger than to equal to P.
Why should we hire you?
You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.
Resume based questions Projects Extracurricular Automation Concepts Basic Electronics Questions
Why is a pot hole cover circular?
Viewing 31 - 40 interview questions