They asked me to give LLD of splitwise app
Senior Developer Interview Questions
29,133 senior developer interview questions shared by candidates
Design a metro station, REST API for it
There is a scenario shared through multiple screens and you have to describe how you would approach it.
a few questions from hr
class Foo { add5(value){ value = value + 5; return value; } addElement(arr, elem) { arr.push(elem); return arr; } increment(arr) { arr[0]++; return arr; } } let fooInstance = new Foo(); let a = 9; const arr1 = [1,2]; const arr2 = [1,2,1]; fooInstance.add5(a); fooInstance.addElement(arr1, 3); fooInstance.increment(arr2); console.log(a); // ??? console.log(arr1); // ?? console.log(arr2); // ??
var count = Count(10); count(); // 10 count(); //11 count() // 12 *implement function
What made TBK stand out to you?
Previous project
I had discussion coding questions, DB questions, AWS related question, Python Pandas, Numpy, pyspark and kafka.
Java task
Viewing 791 - 800 interview questions