JavaScript IF THEN logic question
Software Applications Engineer Interview Questions
6,896 software applications engineer interview questions shared by candidates
No recollection of specific questions at this time.
Past experience- Projects that I worked over and what was my role in it?
Tell me your roles and responsibilities for your previous employer.
Write a program to check whether the array is monotonic
What salary would make you happy as we really don't negotiate?
They asked me to write a pseudo code for a given scenario on a white board and write unit test cases to cover all possible conditions ?
Describe yourself in one word.
2nd tech round was good
The first round: Phone interview + online coding: ?You are given an array of n integers, each of which may be positive, negative or zero. Give an algorithm to identify the start and end index, i and j, of the interval whose elements form the maximal sum of all possible intervals. Assume j >=i e.g. {1 3 -8 2 -1 10 -2 1} -> i=3 , j=5 – sum = 11 Example non-maximal sum intervals: i=0, j=5 – sum = 7 i=2, j=4 – sum = -7
Viewing 6521 - 6530 interview questions