Q1: what you do and how did you come up with the solutions of stuff you do in your work etc.
Senior Backend Developer Interview Questions
15,489 senior backend developer interview questions shared by candidates
Given an array of some elements having some weight - pop out two heaviest elements (x &y) from the array - then compare them until array is empty of there is only one element left comparisons: if x!=y ( push x-y into the array) if x==y ( do nothing)
Design a Cab booking system
1st Round: Question related to work experience. 2nd Round: 2 Coding problem and some set of theory questions taken by 2 panel members.
Online assessment: 5 problems - 2 leetcode hards, 1 relatively easy SQL query, 1 refactor-a-class problem and 1 design problem Technical interview: How do you create a bean? No, I don't mean that. How do you create the bean? What type of bean is it? That's not what scope means (it actually is). Ok, and how does Spring do that in the back? Tell me the implementation.
Tell me why you want to be with us
1. Describe Some Feature you worked on recently 2. Let's say we have an API with a rate limit of 20 req/ IP/ min. How would you design/implement this limit?
Basic back end questions like: - the difference between TCP & UDP. - pass by reference vs pass by value - How to do authorization - Encryption vs Hashing
VP interview - 4 buttons logic puzzle
Design splitwise application Input You can create a few users in your main method. No need to take it as input. There will be 3 types of input: Expense in the format: EXPENSE <user-id-of-person-who-paid> <no-of-users> <space-separated-list-of-users> <EQUAL/EXACT> <space-separated-values-in-case-of-non-equal> Show balances for all: SHOW Show balances for a single user: SHOW <user-id> Output When asked to show balance for a single user. Show all the balances that user is part of: Format: <user-id-of-x> owes <user-id-of-y>: <amount> If there are no balances for the input, print No balances In cases where the user for which balance was asked for, owes money, they’ll be x. They’ll be y otherwise.
Viewing 871 - 880 interview questions