Nothing was too difficult. The coding question was just to find, within a list of integers, the longest sequence of consecutively increasing numbers.
Intern Engineer Interview Questions
18,182 intern engineer interview questions shared by candidates
Given an array of integers, determine how many sequences there are of numbers that increase to a point then decrease, with at least two on each side of the max value (example: 1, 4, 5, 3, 1)
What is shape of Energy bands. Can we see it. ?
Was asked to write a program to print 3 for all numbers less than 100 divisible by 3, 5 for all numbers less than 100 divisible by 5 and 3 and 5 for all numbers less than 100 divisible by both 3 and 5.
Given two sorted arrays and a number k, find the kth largest number in the union of the two arrays. Do it in place and in O(log n)
Find whether a string is a palindrome.
Find if there is a loop in a link list
How do you measure the resistance of a resistor?
why this position suits you
A problem that involves encoding and decoding.
Viewing 831 - 840 interview questions