100 doors puzzle Merge linked list
Principal Software Engineer Interview Questions
2,048 principal software engineer interview questions shared by candidates
What are the different joins in SQL?
Coding a variant of trie and iterating in a zig zaw fashion.
First interview: 1 leetcode like question, 1 throughput load implementation. 2 hours total. Second Interview: More pseudo-code interview, writing a rate limiter system. Emphasize on concurrency and mutual exclusion.
if input is chars = ["a","a","b","b","c","c","c"] output should be output = ["a","2","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c"] output should be output = ["a","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c","c","c","c","c","c","c","c","c","c"] output should be output = ["a","b","2","c","1","2"]...do not use any data structures
Stuck for my first round.
It took the company so long to render their rejection letter that I can't recall a single question.
Call two APIs which will give you data of a Mutual Fund Management Company. And then you need to run some simple logics on that data and return the output.
4. Some questions related to technology. Java/JavaScript etc. a. How to initiate a Java class w/o using the new operator. b. How + operator works with String in Java/ Does Java supports operator overloading? c. Whats is Event loop in Java script?
.NET questions, async code patterns, HTTP, REST APIs
Viewing 1191 - 1200 interview questions