Leetcode type medium difficulty questions, similar to the FB tagged ones.
Software Development Engineer New Grad Interview Questions
62 software development engineer new grad interview questions shared by candidates
BQ questions
N/A. I got no interviews.
Design question: Design the linux "find" command.
Experience of leadership, difficult project when handled.
Complexity Analysis, why something works better over the other implementation?
I was asked about my Cv, I was asked about java oop questions and also the difficult one, i was about concurency in database and give examples of a uncoupled microservice. i said monolithic is coupled and microservice is uncoupled, but i was told it was wrong
Concurrency Problem:- You are given a bucket of capacity N in which tokens are added at the rate of 1 per second. If overflow occurs, the tokens are dropped from the bucket. There are several threads, that need 1 token to complete their execution. So, whenever they are invoked, they capture one token from the bucket (which is removed) and continue their execution. Implement the problem, and synchronize access to the shared bucket.
Given a file that contains all possible integers, find four missing numbers.
Tell me about a time where I had a conflict with my manager.
Viewing 31 - 40 interview questions