OOP Algorithms Final year Project
Engineer Internship Interview Questions
23,863 engineer internship interview questions shared by candidates
¿Cual ha sido el reto mas grande al que te enfrentaste durante tu carrera.
Remove duplicates in a sorted array and return the new length of the array https://www.geeksforgeeks.org/remove-duplicates-sorted-array/
Given an array n integers and an integer x, provide an algorithm that determines if a pair of integers in the array sum to x.
Algo & DS type questions
If given a glass with 3 cups of water and another with 5 cups of water, how do you get 15 cups?
Why Epic
Tell us about a project you've worked on.
Verify palindrome
The fourth and hardest coding question: "Given a square grid of numbers, print out the longest 'snake sequence'. A snake sequence is a sequence of adjacent (not diagonal) numbers such that each number is within +-1 of its neighbors in the sequence. Snake sequences can only go down and right. If there are multiple snake sequences of largest length, print out them all." Third question: "You are given a sequence of numbers like 1234. You know that each number can map to a certain amount of keys; for example, 2 can map to [w,s,x], and 3 can map to [e,d,c]. Print out every possible sequence of characters that the sequence of numbers might correspond to." Don't remember the second question. First question: "Someone is entering a code on a keypad, but (at most) one of the keys is intermittently faulty. Therefore, there is some lenience about what code is entered. If a number is missing in the input, the keypad still accepts it, provided that all other numbers are present and in their proper place. If the passcode is 11223311, then valid inputs would include 1223311, 2233, 112211, and 11223311, but not 112311."
Viewing 1251 - 1260 interview questions