What are the disadvantages of using MVC for a GUI based clock?
Intern Software Engineer Interview Questions
9,360 intern software engineer interview questions shared by candidates
Subset Sum: given an array of numbers, find if a sub array of consecutive elements adds up to a certain number.
I do not remember the question but it was a leetcode hard.
Tell me about a time you had to fulfil a role in something you were not familiar with
Basically there's a list of servers that make a particular number of requests each, and also each have a health. The aim is kill all the servers with a certain damage value per hit. Each hit the requests of all the currently running servers are run. Find minimum requests to kill all servers. So say requests array is: [3, 4, 7] and health array: [3, 4, 7] and k (damage) = 3. So you have to see the optimal order of which servers to kill first.
How did you resolve a conflict between people?
They asked about personal traits in the workplace
Leadership Principles Questions that you can find online
Graph question using DFS and BFS- Leetcode Hard
LC Problem and Behavior question
Viewing 3231 - 3240 interview questions