Can't tell based on confidentiality
Engineer Software Interview Questions
512,496 engineer software interview questions shared by candidates
Programming
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.
You are given an alphanumeric string. Complete the function sortSegments that will segment the string into substrings of consecutive letters or numbers and then sort the substrings. For example, the string "AZQF013452BAB" will result in "AFQZ012345ABB". The input letters will be uppercase and numbers will be between 0 and 9 inclusive.
Viewing 2111 - 2120 interview questions