Given a vague description of a feature, outline the design of the feature and requirements (system design) (~15m)
Software Developer Ii Interview Questions
6,480 software developer ii interview questions shared by candidates
Design something related to the company, but very barebones and simple, they basically take the idea of something they solved in the past and narrow it down as a problem for you to solve, which imo is a great way to interview
The coding problem is about adding consecutive numbers to a sum. Only one example is given.
General questions about their tech stack (Python, Docker, MySQL). Mostly Python and SQL related. Code walk for a submitted project to purchase crypto currencies.
Q: Given a random number generator that generates numbers from 1 to 6 with equal probability. Let's call this rand6(), define a function rand12() that generates numbers between 1 and 12 with equal probability using the aforementioned function.
How do you deal with stress?
What is the earliest you can start?
question revolved around designing an auto-complete system. implement two methods: addQuery(query, trafficHits) and get(query). asked me to design a Trie essentially.
How long have you been working as a developer
Write a function to check if a given string has balanced parentheses.
Viewing 591 - 600 interview questions