How to judge whether you can change one character to make two strings the same
Internship Software Engineer Interview Questions
23,971 internship software engineer interview questions shared by candidates
Building cache datastructure
Coding challenge was 3 questions. First 2 were super easy, not much to say. The 3rd question was, given 3 integers that represent the amount of As Bs and Cs you can use to construct a string, return the length of the longest possible string such that this string does not have any sequence of 3 numbers being all the same. For example, if I had the input 3,0,0, meaning 3 As, 0 Bs, 0 Cs, I would return 2 (for AA. AAA would not work, because there is a substring in this string of length 3 such that they are all the same).
The questions weren't difficult--I just was a little rusty in the morning and didn't do so well. I think the hardest one was to traverse a linked list and remove any odd elements.
Which is faster, bubble sort or quick sort?
How to swap two numbers without using temporary variable?
Why Ebay?
Don't remember exactly, one was exactly from leetcode though!
Basics of Angular, SQL, DS
Tell me about a time you helped one of your colleague. How did it go?
Viewing 61 - 70 interview questions