what are your strengths and weakness?
Fresher Software Engineer Interview Questions
2,022 fresher software engineer interview questions shared by candidates
Count unique characters in string in optimise form
Find intersection point in linked list.
Program to find if the given string is palindrome or not ?
Coding questions related to pattern matching,strings.
Explain Merge Sort?
how do you sort object in java with the attributes of firstname and lastname based on last name
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.
Oops concepts/projects
Viewing 1141 - 1150 interview questions