What is queue
Software Engineer Staff Interview Questions
2,548 software engineer staff interview questions shared by candidates
tell me more about yourself
Typical question in for lower bar start ups. Implement a simple excel application. Columns are labeled with numbers and rows with letters. Implement get and set methods for a Cell in the Excel sheet. Cells either contain a number, a pointer to another Cell, or a List of Pointers to other Cells. Implement Get(str) -> int and Set(str, value) for the excel application. For cells with a List of pointers Sum the values of all the evaluated pointers.
what things you will take care so that it becomes easy for other developers to maintain and extend the application in future?
The Interview is behavourial and non techinical for a full techinical role There is no focus on > Areas of work mentioned on the JD > Any techinical concepts > real Time expirence . All they ask is how you handle situations
Typical algorithms and system design questions.
Como priorizar tareas. Beneficios del framework nest frente a los demás. Patrones de diseño. Microservicios, eventos, etc. Arquitectura modular. Decoradores e inyección de dependencias.
Q: Download a given git repository which contains a bug. Find the bug and fix it using your favorite IDE.
There is a sorted list of integers. Write a function to compute square of each element and generate a new sorted list.
Given a the root of a tree with ints as values print out the values in column order. Values are between -100 and 100, and the max nodes in the tree are 100.
Viewing 191 - 200 interview questions