Given an array of numbers, find all combinations of two numbers whose sum is a given number n.
Engineering Technology Interview Questions
45,127 engineering technology interview questions shared by candidates
You are given an array with n positive integers where all values in the array are repeated except for one. Return the one that is not repeated.
Given a sorted array, write a program to decide if two elements sum up to a third.
There is an NxM grid containing a robot at (1, 1) and a destination at (N, M). Robot can move only up or right. Some locations can have obstacles. Find the number of unique paths from (1, 1) to (N, M). What is the time complexity of your algorithm?
How to determine if an Array of integers contains 3 numbers that sum to 0
25 racehorses, no stopwatch. 5 tracks. Figure out the top three fastest horses in the fewest number of races.
Tell us about a time you handled a new experience/situation?
identify the number of 1s in an integer is odd or even
how would you find the shortest path between two nodes in a social network?
Write a C function to define strstr(char *haystack, char * needle) to return the first occurrence of needle in haystack. Code must compile and execute.
Viewing 11 - 20 interview questions