none, they were based on our profile, honesty was og utmost importance
Fresher Engineer Interview Questions
5,367 fresher engineer interview questions shared by candidates
Explain Merge Sort?
It all started with oops language implementation code with real life examples, then came a data structure question on sorting following which came the scenario based question in which I had to extract the hidden task and explain the implementation/idea of approach to interviewer first followed by choosing a specific language to show the flowchart , algorithm/pseudocode.
couple of questions on projects if you did any
Why should you join the team, what is the Situational Layer Cake, what are rules and rulesets, what are your salary expectations, find the bug in the code, etc.
What is IoT and Why IoT?
how do you sort object in java with the attributes of firstname and lastname based on last name
Lift specifications, Landing on a ramp, Flooring details, standard heights
You'll be given 10 programming questions and u need to write the code for the same in any language of your choice. The questions are as follows: 1. Calculate the factorial of a number 2. Reverse a string 3. Check for palindrome 4.Print the 1st and last element of the array.... and so on. No doubt the level of such questions are moderate. The time allotted is around 50-60 minutes. But how relevant is that to answer 10 questions in just 60 mins? How are we supposed to think?
1. Merge 2 sorted arrays 2. Find the length of the shortest substring whose combination of anagrams would result in the initial string. Ex: 'abbaab' could be done from anagrams of 'ab' or 'ba', so length 2. 'abbbabbba' can be done from anagrams of 'abb' so length 3 and so on. 3. One array of size n with index showing task id and value showing task memory taken to process task. Another array of size n with index showing task id and value showing task type. System can execute a task in 1 time, or two tasks of the same type in paralel in 1 time, as long as the sum of their memory taken is less than maximum memory. Given these details for a list of tasks, find the most efficient way to execute them and return number of times it takes.
Viewing 3201 - 3210 interview questions