System Design: A low latency large scale financial system - you don't need to know anything about crypto and you can abstract away a lot of the more domain specific financial services.
Staff Software Engineer Interview Questions
2,635 staff software engineer interview questions shared by candidates
Technical Deep Dive: Present a project that you worked on in the past using ExcaliDraw.
Design a phone contact system with web and app support - various use cases
Design book my show system- note here the panel is confused between autherizatin vs communication protocols
A customized data structure was explained and asked how I would implement it.
The interviewers were mainly looking for how I think, data structures, writing clean code, rather than any syntax.
Prepare your DS/Algo with some moderate questions. Know your resume. Can't stress on it enough.
data structure, algorithms
Perguntas técnicas relacionadas ao contexto do time.
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0. Notice that the solution set must not contain duplicate triplets.
Viewing 1681 - 1690 interview questions