Status: Apps Dev Programmer Analyst, Citibank , Pune
Experience : 5 yrs
Position: Software Engineer (FEE) (Microsoft Teams)
Location: Bangalore
Onsite Interview :
Round-1(25/05/21) (Machine Coding)
Create a full page search using only Javascript, HTML, CSS. Main functionalities to include:
Round-2(27/05/21) (FEE technologies/JS Concepts/Coding)
Question related to React - lifecycle methods, hooks, redux, react internals etc.
write promise syntax
Implement
addFive(10); // returns 15
addFive(15); // returns 20
output of following :
function a() {
function b() {
return 3;
};
return b();
function b () {
return 8;
};
}
alert(a())
Given a 3x3 matrix or excel sheet as input with numbers and expression, copy table into another excel and with evaluated expression (copied data should be numbers not expression)
a 4 | 4 | a1+b1
b 5 | 5 | 5
c 6 | 3 | 3
a 4 | 4 | a1+b1
b a2+a3 | 5 | 5
c 6 | 3 | 3
Round-3(27/05/21) PS/Design/Leadership
Given an array of meeting time intervals consisting of start and end times {[start1, end1], [start2,end2],...},Find if new input {startTime, endTime} will overlap any of the existing meetings.
Round-4 (04/06/21) Problem solving / design
Round 5( Hiring Manager) (09/06/2021)