What is function overloading?
Engineer Software Interview Questions
419,718 engineer software interview questions shared by candidates
Write a function to generate all valid nested parenetis for a given value N. So for example: If N = 1: "()" if N = 2: "()()", "(())" if N = 3: "()()()","()(())","(())()","(()())","((()))"
No programming questions were specifically asked. A lot of concepts were covered.
Tell me about yourself, Why Disney, Challenges you faced, What is good about API testing? What makes an SDET better than others? Significant accomplishments, Where do you see yourself in the next 5 years?
Check whether 2 strings are anagrams of each other?
Remove all the duplicates in a given string recursively and its complexity must be O(n), where n is number of characters in given string.
Find the last element of a link list
Asked basic behavior questions and then asked scenario-based questions
Q: If you have to measure the height of a building using a 1m rod, how would you do this?
Given a list of integers find if it contains two numbers that sum to a given number? Extended the question to find if it contains three numbers that sum to a given number?
Viewing 2751 - 2760 interview questions