- How would you count the NUMBER of palindromes in a string?
Sdet Interview Questions
4,412 sdet interview questions shared by candidates
Test an alarm clock that automatically syncs the correct time from a tower owned by the government.
Given an array of size n with values within a known range, write a method to find duplicates in O(1)
1) "yzca" <= inputStr = "abca", compareStr = "ab", replaceStr = "yz" string funcReplaceStr(string inputStr, string compareStr, string replaceStr) 2) Design a normalized datastore and t-sql for getting this problem: Get me the top 10 customers who have purchased the most products from my site.
Nothing really unexpected. I would say that reading the "Programming Interviews Exposed" book got me the job.
There are different currencies being used all over the world. In Japan, it is Yen, in America, its $. America has coins in denominations of 1, 5, 10, 25 and 50. Say if the input is 36, then (1+10+25) = 36. So 36 can be got by suing 1 one coin, 1 ten coin and 1 twenty five coin. So for getting 36, I need to use three coins. Write a pgm for that in all currencies of the world.
Find largest palindrome in a string
There is a long contact list in a mobile phone storing Name and other details. Your task is to give the data structure and algorithm for efficient searching among the contacts. As the user types the letters in the text field, the screen should show all the names beginning with those letters (of either first or last name or any other word in the name).
What are your weaknesses?
I've heard rumors about the weird questions they could potentially ask you. Maybe I was prepared because I didn't find any questions difficult or unexpected. Most of the questions were technical in nature. How would I do this and that; draw certain algorithms on a white board. etc
Viewing 2091 - 2100 interview questions