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