One question that kind of stood out was what are your hobbies? What does OOP mean to you? Behavioral questions like tell us about a situation where you did not agree with your team?
Software Engineer Backend Interview Questions
2,346 software engineer backend interview questions shared by candidates
[Overview] They deeply dived into my past experiences. [Examples] * Typical behavioral questions like "Tell me about the time.." related to their values. * Technical deep dive questions related to components written in my resume * LeetCode Easy - Medium question. * System Design Interview related to the position. * Reasons for changing jobs in my past.
Generate all permutations of a string
1/ The test has 7 questions - 3 medium and 4 easy with time limit is 3 hours. DFS/BFS, implement a queue, finding pairs which sum up to a given number, dequeu,...
Paintfill question from Cracking coding interview
Given a 2-D int array, write an iterator that traverses it from left to right and top to bottom. The iterator has 2 methods - boolean hasNext() and int next(). The array can have rows of different sizes, so for e.g. 1, 2, 4, 5 5, 6 <null/empty>, 10, 40, 50 The 2D int array was represented as ArrayList<ArrayList<Integer>>().
Case study interview question was the most in depth. It involved system design, coding and database optimization
What is a closure?
Two puzzles, on related to Arrays were things were defined within mathematical terms, such as epsilon for summation and pi for product.
Qual a diferença entre TCP e UDP?
Viewing 231 - 240 interview questions