3-4 very basic technical questions like: What all frameworks did you used Architecture of your project. Deployment process Where have you deployed your application.
Full Stack Software Developer Interview Questions
19,468 full stack software developer interview questions shared by candidates
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)
The challenge is extremely easy which you can find 1-line solution on Stackoverflow.
FTF - Backend - Find hotel availablity for given dates by filtering the availablity data you have. Also should filter the room features given in search request.
past experiences, technical skills, why do you want a new job, what do you know about cream
What are 3 things you look for in a job?
Given a grid or 2D array, find the number of possible paths from the top left corner to the bottom right corner if you can only step right or down from each cell.
1. Given an array of integers, find the pairs of integers that sum to a given sum? Note that we want you to find the time complexities and also provide different solutions to optimize for time?
How would you design an incoming reference based aggregation system for TrialPay back end server so that info about the incoming traffic can be stored and used to improve the system? Duplicate files in a directory. Files are very large, so can't read the whole file into the memory.
Viewing 1261 - 1270 interview questions