Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?
Engineer Software Interview Questions
419,688 engineer software interview questions shared by candidates
Remove duplicates from a linked list. O(n) time.
Tell me about a time when you disagreed with the work direction you were given, and how you resolved it.
(onsite questions) Tell me about the code you wrote? Walk me through how it works. Is there anyway you think you can optimize it?
"Technical challenge" - with two anxious interviewers staring at you across a table provide code / pseudo code of how to reverse a linked list in five minutes or less with them showing visible frustration if you weren't ready for this. No other questions about C or C++, just do you remember data structures class from 20 years ago which you haven't had reason to use since.
what is singleton class
What is the single point of matches we(Accenture) have with mother Teresa?
Puzzle 1 There are 100 bags each containing 100 coins.Only one bag has Gold coins.1 gold coins weigh 0.1 grams more than normal coin.How do you find gold coin bag with the help of weighing machine??
Why did you choose Accenture?
Implement the battleship game
Viewing 2211 - 2220 interview questions