Tell me about your tasks on a project that you are working. What are your greatest fears in this opportunity?
Full Stack Software Developer Interview Questions
19,506 full stack software developer interview questions shared by candidates
System design for Spotify using Linked list.
Questions related to my past experience and projects LC Easy: Palindrome
Q1: Can you explain the purpose of the dotenv package in this code? A1: dotenv is used to load environment variables from a .env file. It helps keep sensitive information, such as API keys or database connection strings, separate from the codebase. Q2: What is the purpose of the helmet middleware, and why is crossOriginResourcePolicy used here? A2: helmet is a security middleware for Express. crossOriginResourcePolicy helps in setting the Cross-Origin Resource Policy header, enhancing security by controlling how resources can be requested across different origins. Q3: Explain the role of the morgan middleware in this code. A3: morgan is a middleware for logging HTTP requests. In this code, it is configured with the "common" format, which logs the standard Apache common log output. Q4: What is the purpose of the body-parser middleware, and how is it configured in this code? A4: body-parser is used to parse the incoming request bodies in a middleware. In this code, it is configured to handle JSON and URL-encoded data with specified limits.
Round 1: Online assessment contains 2 programming questions. Most of dynamic programming problems. Round 2: Technical interview with CTO for 1 hr. Questions were from previous company projects, our responsibilities in previous project, java technical questions like java 8 features, java concepts. Questions also from Databases, front end technologies, deployment process and production issue handling. Round 3 : Interview with CEO. Discusses about my previous companies and projects. Some basic technical questions and managerial interview questions. Round 4 : Interview with HR. Discussed about the experience of the interview, he explained about the company and culture and Cost to company discussion. Finally I got an offer from Zumen.
Architecture questions, nodejs async/await questions. Home task: Develop a web app (Front + Back) that gets latest rates for BTC-USD, ETH-USD and LTC-USD from at least 2 sources for each. The app should get rates every X minutes and store them in a database. The app should have 2 pages: 1. Front page that shows all 3 pairs and their latest average rate 2. A list of historical rates for each pair from each source. Using: * Docker, docker-compose * Nodejs * Redis / MySQL * React / Vue Bonus Add a shoutbox on the front page (a simple interface for users to write whatever they want) Some sources for crypto rates (you can use others) coinmarketcap.com cryptocompare.com bitstamp.net
Assignment on Dashboard Integration using Angular, NodeJs and MongoDb
Experience, skills, milestones, creative thinking
Tell me about a project you have worked on?
Fizzbuzz and Big O notation as a smoke screen test. Then a bigger software problem where I'd had to explain my thought process.
Viewing 3161 - 3170 interview questions