1. Talk about the design of a system you are working on. I don't know if this is where I did bad but maybe try to focus on how the system is designed. 2. Fix the given React code and format it so that it looks like what they want. Practice cssing components in a certain way with flex, etc. Flex in their code was one of the things causing problems because of the inline property. 3. Basically they have a diagram of a process that records users checking out a cart and different processes that will send an email to a user if the cart is not checked out for a period of time. Each cart checkout is recorded in a SQL table. Each of these processes are hosted in a single EC2 instance. The four different processes are 1. The vendor checkout cart is written to a table 2. The checkout cart is completed and written to a table. 3. There is another process that will retrieve the cart id's from the vendor for carts that have completed checkouts and update them. 4. There is another process that will check if carts sat too long and an email should be sent to a user. They asked what happens if the EC2 instance fails, if there is a planned DB outage, if the call is rate limited. 4. They explained to me how the data pipeline needs to use the same framework because multiple teams have created their own data pipelines and created their own frameworks, so the validation is not consistent across all pipelines. This interview was a bit different actually because they wanted requirements for internal developers vs for customers. What would the UI look like, etc. 5. Talked to a PM (the one that is suppose to hire me is out on PTO somehow). She asked me about what to do in situations like if the feature could not be implemented, etc. She was great to talk with.
Senior Full Stack Developer Interview Questions
1,152 senior full stack developer interview questions shared by candidates
Cuales son los ciclos de vida de un componente de Angular?
Theoretical questions like "What's the difference between Git Rebase and Git Merge". Design interview - Design a files uploader from the browser to the server.
How do you make sure everyone on your team, regardless of background or seniority, feels heard and respected?
Q1: Was provided with a binary tree with numbers and expression ? was asked to discuss its evaluation(without code) Q2: Was asked to see if nodes on left can be made equal to nodes on right in a tree(again discussion no coding) Q3: Coding: Was given a problem to extract data from log files in a directory and sort them in lexicographical order. You need to pass 4 test cases in 30 mins to crack the interview
I had to review some code and explain how the React component lifecycle functions, detailing how components mount, update, and unmount.
Regular .Net questions. C# and some scenario based.
About the client requirement technologies.
30 minutes standard python coding/algorithm questions
Viewing 681 - 690 interview questions