They asked me about threads and synchronization, CS ideas.
Software Engineer Graduate Interview Questions
3,316 software engineer graduate interview questions shared by candidates
When have you used information and insights to come up with a solution to a problem?
Tell us about a time where you have worked with a team to overcome a problem. In your response, please talk about: What steps you took to ensure the team were successful How you ensured that everyone was included in the effort The benefits of working in a team The feedback that you received from the team
Algorithms and data structures, a question related to computer hardware. I remember a binary search question.
Typical Binary Search.
Design a game service that uses multi threading.
Manual testing different SDLC and STLC difference between Verification and validation Defect or bug cycle
Q: Given an int, return a string of the formatted int. Such as given 12348, return 12,348 as a string. Q: Given a string, return the first non-repeating character in the string.
Given a string of letters, create a function to make a new string consisting of the number of times each letter appears, followed by the letter itself. For example, "aaabbccccd" would become "3a2b4c1d".
Given an integer, create a function to check if it is a palindrome
Viewing 991 - 1000 interview questions