Cannot disclose because of NDA but mostly algos and project discussion
Ingeniero De Software 2 Interview Questions
558 ingeniero de software 2 interview questions shared by candidates
Design a LFU cache (leetcode hard)
Build a data structure that buffers before writing to a file
4 rounds don’t remember one question was recursion with backtracking type
Tell me your toughest technical project
2. Promises and Chaining Example: console.log("Start"); const x = new Promise((resolve) => { setTimeout(() => resolve(1), 100); }); x.then((d) => { console.log(d); return d * 2; }) .then((d) => { console.log(d); return d * 3; }); x.then((d) => { console.log(d); return d * 5; }) .then((d) => { console.log(d); return d * 7; }); console.log("Reached");
Some python basic to advanced stuff followed by design approach for a problem statement.
Different types of security attacks
JS output questions and leetcode medium questions on array, string and matrix.
* Questions about current projects and high level architecture * Sorting algorithm of your choice
Viewing 151 - 160 interview questions