Describe about my final year projects (FYP).
Backend Developer Interview Questions
15,454 backend developer interview questions shared by candidates
Explain the current project architecture.
Coding Interview: Level 1 1. Given a dictionary input where it has departments as keys and employee ids as values: Print out an array of arrays where: 1. Each department that has the same number of employees are put in the same array 2. The arrays are ordered based on how many employees are in the departments that are in the array. 3. The departments appear in their natural ordering. Sample Input {"general": [2, 3, 4], "infra": [3, 5], "humor": [4, 6]} Sample Output [["infra", "humor"], ["general"]]
Shuffle and slice an array into fixed-size chunks
medium leetcode - search matrix or something similar.
How important is the culture and mission of a company to you?
Frameworks Database Any idea about cloud and DevOps
Are you lucky?
Hackerrank test had 4 coding tasks and 6 multiple choice java puzzler style questions
Political views Personal spouse related questions
Viewing 181 - 190 interview questions