First part: Given a sorted array that was "shifted", e.g., [1, 2, 3, 4] ---> [2, 3, 4, 1], write an algorithm that finds the maximum value in the array. Second part: Improve the time complexity using parallel computing.
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,688 software engineer interview questions shared by candidates
write a code to find largest odd number from the given array
Basic Algo questions. 1 DP question and then design questions.
find total # of numbers that satisfy x*(x+1) that fall within a and b (a, b, x all integers and a<=b)
Questions included in my description
Check if we can turn a string into palindrome by swapping its characters?
There will be lot of things which i cant explain.
i remember only one question in this they give five inputs to array like 2,4,1,0,7 then they said you have one counter initialise it from first element to last element of array if you counter even no. then increase the counter by 2 if you counter odd no. then increase the counter by 1 otherwise go forward without increase the counter.find the value of counter at it pass the array.
They asked 20 questions 10 aptitude and 10 logical questions like candle, water jug etc.. in first round
Standard technical interview questions. Nothing out of left field.
Viewing 2281 - 2290 interview questions