String Interview Questions
(Posted anonymously by job candidates)
| 23 Interview Questions: 1–10 of 23 | Sort by |
May 24, 2012
Interview Question for Software Development Engineer In Test (SDET) at Microsoft:
|
“In a sequence of alphabets (like aaabbddaabbcc) write a program to find the number of the consecutive alphabets in and print the alphabet and number. |
Apr 16, 2012
Interview Question for Software Development Engineer In Test (SDET) at Microsoft:
|
“Write a function that reverses the letters in each word using only one char buffer. E.g.: "I work at Microsoft" to "I krow ta tfosorciM"” |
Jan 12, 2012
Interview Question for Member of Technical Staff Software Engineer at VMware:
|
“Given a series of strings, find the biggest common prefix.” |
Jul 26, 2011
Interview Question for Program Manager at Microsoft:
|
“Standard string manipulation question in C. Pencil and paper.” |
Jul 16, 2011
Interview Question for Data Scientist at LinkedIn:
|
“Segment a long string into a set of valid words using a dictionary. Return false if the string cannot be segmented. What is the complexity of your solution?” |
Jul 12, 2011
Interview Question for Software Development Engineer at Amazon.com:
|
“Find substring 'substr' in string 'str'” |
Jul 12, 2011
Interview Question for Software Development Engineer at Amazon.com:
|
“Given an array, put all repeated characters together.” |
Jul 10, 2011
Interview Question for Software Engineer at Symantec:
|
“convert the result of 7^n (7 to the Nth) to string” |
Jul 9, 2011
Interview Question for Technical Program Manager at Amazon.com:
|
“Given a string like "I'm being interviewed by Amazon" implement a method that reverses the given string so that it looks like "Amazon by interviewed being I'm".” |
Jun 27, 2011
Interview Question for Engineering at imo.im:
|
“Given a set of Sentences containing lower case letters only, remove common phrases from each sentence. Here a phrase is defined by 3 or more consecutive words. |
