Nothing was out of the norm.
Engineer Developer Interview Questions
467,789 engineer developer interview questions shared by candidates
Where do you see yourself in 5 years?
Can't tell based on confidentiality
Online Programming (1) Total pairs in an array that whose sum give a given value. Example: Array = {1,4,7,-2,8,11,5} Sum = 9 Output = 3. (1,8) ,(4,5) , (11,-2)
Two strings were given with numerical characters. I was asked for the count of duplicates and the duplicate characters which are present in both the strings. For eg : 1522 and 5314 has two duplicate characters 5 and 1.
In a competitive exam joy got 340. if he got 5 marks for each correct ans & -3 for each incorrect one. plz tell how many question he has attended?(it is not the actual question but a type of)
Write a Program in C or Java to check if a number is a Colindrome or not. Colidrome is a word that has 3 alphabets followed by the reverse of the 3 alphabets and so on: Ex: cappac mollomaappaa
Write a program to find the number of occurrence of a string in another string in any language
- Describe in detail your most involved and difficult project you've done in the past. - Difference between objects and classes in C++. - You're given two arrays of strings. Determine if all the strings in the first array are present in the second array, and return a boolean. Now assume both arrays have a million elements each. How would your answer change to improve efficiency?
Write a method that would reverse the merge sort, ie given many Objects with mapped sorted values to it, create a one big HashMap that is sorted by each Object and is sorted inside each Object by the timestamp.
Viewing 1781 - 1790 interview questions