Where do you see yourself in 5 years?
Software Developers Interview Questions
96,169 software developers interview questions shared by candidates
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.
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
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.
question: Write a function that takes two numbers and adds them together -- one is an unsigned int, and the other is a (possibly very large) number, represented in int array form. So e.g. add([1,2,3], 5) --> [1,2,8]
The questions asked were about previous projects(how they were laid out, how I went about doing them and that sort of questions), about me in previous jobs and questions about me as a person
What is the best way to store an array?
Write a function that takes in an array of strings and outputs a dictionary with the first character of each string as the key and the remaining characters as the object.
Easy questions but you need to be very quick .. no time to think.
What is the difference between i++ and ++i ? Which one is more efficient?
Viewing 311 - 320 interview questions