Basic Questions on Html css javascript
Full Stack Developer Interviews
Full Stack Developer Interview Questions
"Full stack engineering interviews consist primarily of technical questions. Because full stack developers work with both back-end and front-end code, you should feel comfortable working with a variety of languages and answering questions ranging from databases and web servers to HMTL and UI implementation."
19,457 full stack developer interview questions shared by candidates
Q: What is the difference between <div> and <span>
Dove ti vedi tra 5 anni?
Doesn’t matter because they didn’t provide reasonable ADA accommodations as required by law.
The tech test was a take-home test. Not hard but very time-consuming. Expects you to write a full production-ready app, fully tested and documented based on ambiguous prompt.
Talk about your experiences with Angular, AWS, and agile?
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)
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.
general java questions, easy/moderate level
Viewing 1201 - 1210 interview questions