You have a 3 litre container & a 5 litre container filled with water to the brim.You also have a 5 litre container which is empty.How would you extarct or make an exact amount of 4 litres of water in any of the containers. You are not allowed to throw the water outside the containers. You can transfer the water from 1 Container to the other.
Application Engineer Interview Questions
25,273 application engineer interview questions shared by candidates
Are you interested in switching the job?
If a 10 kgs silver ball and a 1000 kgs silver ball is dropped from a height of 2 kms which will touch the floor first ?
Given a single-line text string and a maximum width value, write the function 'string justify(string text, int maxWidth)' that formats the input text using full-justification, i.e., extra spaces on each line are equally distributed between the words; the first word on each line is flushed left and the last word on each line is flushed right.
Given a matrix where all columns and rows are sorted and an integer k. How would you find k in the matrix?
My clock is 9 minutes slow every hour. At noon, it tells the correct time. After how many hours will it again tell the correct time?
Pattern sequences... what comes next given the following sequence of shapes, letters, numbers.
What is function handle?
GPA, Situation with multiple deadlines, project
Problem solving: 1. Given a no. Find next highest no. containing same digits. 2. Given a array and a value k. Find all unique pairs that sums up to k. 3. Anagram check. 4. Given a array, i, j. Find all nos. such that j > i and array[j] > array[i]. 5. Boolean matrix problem. make all the values in a row or column as '1' if there is at least one '1' in that row or column. 6. Given a array where consecutive digits differences out to particular set of values and no. 'k'. Find the index of 'k'. Use hashing. Scripting: 1. Given a log file containing req ID and time consumed. Find all req. IDs consuming time more than certain seconds. Red ID: xyz Time: 10 2. Given a file containing 'Stundent,Marks'. Sum the marks of students and display totals marks student wise. I/P: Stud1,20 Stud2,30 Stud1,10 Stud2,30 O/P: Stud1,30 Stud2,60
Viewing 31 - 40 interview questions