in second round he asked me to write a logical program
Full Stack Engineer Interview Questions
18,284 full stack engineer interview questions shared by candidates
The interview panel asked a variety of questions but primarily focused on my previous projects, my roles, and my responsibilities.
Find the average marks of students for each department
Input: int set1[] = {12, 34, 11, 9, 3} int set2[] = {7, 2, 1, 5, 7} Find if the given sets are disjoint sets(there should not be any common element)
DSA livecoding Design a tree and assign to each node, that doesn't have a sibling, a sibling(as additional field in the node). Bonus question was to make it thread safe.
On the personal end, I was asked to elaborate on a group project that I took part in and my involvement with it.
How do you negotiate w/ designers re: timelines, changes, and features to make sure everything looks great and is still published on time?
Which company do you like? why? what is special about them?
Technical Interview (Hackerrank, 60 minutes) Two interviewers gave me two tasks (frontend and backend). Frontend task: Fetch & render list + same, but with user input. Backend task: Given the array of hotels (hotel_id, name) and an array of reviews (hotel_id, score). Return array of hotels with an average review score. Calculate time complexity.
F2F: 2 - Frontend (Two interviewers) Create a function to fetch and render an array of stocks (stock_id, stock_name, price). Follow up questions: - Automatically refresh data (your solution must be "user-friendly". ex. re-render every 3 seconds) - Create an additional list of "3 Favorite stocks" and link it to the bottom of the page. (use "div", use position: fixed; bottom: 0). On this step, they asked a lot about CSS Position (absolute, fixed, etc) - What if there are 10000+ stocks? Should we render them all? Should we re-fetch them all? (Answer: re-fetch/re-render only first N of stocks + re-fetch/re-render favorite stocks)
Viewing 1181 - 1190 interview questions