Upload Button Icon Add office photos

Filter interviews by

Devship Mern Full Stack Developer Interview Questions and Answers

Updated 20 Jun 2024

7 Interview questions

A Mern Full Stack Developer was asked 12mo ago
Q. Why are $lookup, $project, etc. used?
Ans. 

They are used in MongoDB aggregation pipeline to perform various operations like joining, filtering, projecting, etc.

  • Used in MongoDB aggregation pipeline for data manipulation

  • Perform operations like joining, filtering, projecting, etc.

  • Help in combining data from multiple collections

  • Use $lookup to perform a left outer join between two collections

A Mern Full Stack Developer was asked 12mo ago
Q. Describe some CRUD operations in MongoDB.
Ans. 

CRUD operations in MongoDB include create, read, update, and delete operations on documents in a collection.

  • Create: db.collection.insertOne()

  • Read: db.collection.find()

  • Update: db.collection.updateOne()

  • Delete: db.collection.deleteOne()

Mern Full Stack Developer Interview Questions Asked at Other Companies

asked in Bosch
Q1. What is the best way to save large files (e.g., photos) into a Mo ... read more
asked in Bosch
Q2. What are the request, response, and next parameters in an Express ... read more
asked in Bosch
Q3. Write a program to count the number of vowels in a string.
asked in Devship
Q4. Have you worked on any file upload tasks previously? Explain the ... read more
asked in Bosch
Q5. What is the difference between microservice and monolithic archit ... read more
A Mern Full Stack Developer was asked 12mo ago
Q. Share your experience or tasks you have worked on using Node.js.
Ans. 

Developed a real-time chat application using Node.js with Socket.io for instant messaging functionality.

  • Implemented server-side logic using Node.js to handle incoming messages and broadcast them to all connected clients

  • Utilized Socket.io library to establish WebSocket connections for real-time communication

  • Integrated with MongoDB to store chat messages and user information

  • Implemented authentication and authorizati...

A Mern Full Stack Developer was asked 12mo ago
Q. What is Redux and why is it used?
Ans. 

Redux is a predictable state container for JavaScript apps, used to manage application state in a centralized store.

  • Redux helps manage the state of an application in a predictable way

  • It allows for a single source of truth for the state of the application

  • Redux is commonly used with React to manage the state of components

  • Actions are dispatched to update the state in Redux store

  • Reducers specify how the state changes ...

A Mern Full Stack Developer was asked 12mo ago
Q. What are React Hooks, and can you explain them with a use case?
Ans. 

React hooks are functions that let you use state and other React features in functional components.

  • Allow functional components to have state and lifecycle methods

  • Replace class components with simpler functional components

  • Examples: useState, useEffect, useContext

A Mern Full Stack Developer was asked 12mo ago
Q. What is aggregation?
Ans. 

Aggregation is the process of combining data from multiple sources to provide a summary or overview.

  • Aggregation in databases involves grouping and summarizing data to provide insights.

  • In MongoDB, aggregation pipelines are used to process data and return computed results.

  • Examples of aggregation functions include sum, average, count, and group by.

A Mern Full Stack Developer was asked 12mo ago
Q. Have you worked on any file upload tasks previously? Explain the process and how files are saved in the database and the retrieval process.
Ans. 

Yes, I have experience with file upload tasks. Files are saved in DB by storing the file path and retrieval is done by fetching the file path from the DB.

  • Used multer middleware in Node.js to handle file uploads

  • Saved file path in MongoDB using Mongoose schema

  • Retrieved file by querying the database for the file path

  • Implemented file upload functionality in a project using React for the front end

Are these interview questions helpful?

Devship Mern Full Stack Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. What are react hooks and explain with a usecase
  • Ans. 

    React hooks are functions that let you use state and other React features in functional components.

    • Allow functional components to have state and lifecycle methods

    • Replace class components with simpler functional components

    • Examples: useState, useEffect, useContext

  • Answered by AI
  • Q2. What is Redux and why its used
  • Ans. 

    Redux is a predictable state container for JavaScript apps, used to manage application state in a centralized store.

    • Redux helps manage the state of an application in a predictable way

    • It allows for a single source of truth for the state of the application

    • Redux is commonly used with React to manage the state of components

    • Actions are dispatched to update the state in Redux store

    • Reducers specify how the state changes in re...

  • Answered by AI
  • Q3. Have you worked on any file upload tasks previously ? Explain the process and how it saved in DB and retrieval process
  • Ans. 

    Yes, I have experience with file upload tasks. Files are saved in DB by storing the file path and retrieval is done by fetching the file path from the DB.

    • Used multer middleware in Node.js to handle file uploads

    • Saved file path in MongoDB using Mongoose schema

    • Retrieved file by querying the database for the file path

    • Implemented file upload functionality in a project using React for the front end

  • Answered by AI
  • Q4. Give some crud operations in Mongo db
  • Ans. 

    CRUD operations in MongoDB include create, read, update, and delete operations on documents in a collection.

    • Create: db.collection.insertOne()

    • Read: db.collection.find()

    • Update: db.collection.updateOne()

    • Delete: db.collection.deleteOne()

  • Answered by AI
  • Q5. What is aggregation
  • Ans. 

    Aggregation is the process of combining data from multiple sources to provide a summary or overview.

    • Aggregation in databases involves grouping and summarizing data to provide insights.

    • In MongoDB, aggregation pipelines are used to process data and return computed results.

    • Examples of aggregation functions include sum, average, count, and group by.

  • Answered by AI
  • Q6. Why $lookup , $project , ..ect are used ?
  • Ans. 

    They are used in MongoDB aggregation pipeline to perform various operations like joining, filtering, projecting, etc.

    • Used in MongoDB aggregation pipeline for data manipulation

    • Perform operations like joining, filtering, projecting, etc.

    • Help in combining data from multiple collections

    • Use $lookup to perform a left outer join between two collections

  • Answered by AI
  • Q7. Share your experience / task you worked on Node js
  • Ans. 

    Developed a real-time chat application using Node.js with Socket.io for instant messaging functionality.

    • Implemented server-side logic using Node.js to handle incoming messages and broadcast them to all connected clients

    • Utilized Socket.io library to establish WebSocket connections for real-time communication

    • Integrated with MongoDB to store chat messages and user information

    • Implemented authentication and authorization me...

  • Answered by AI
  • Q8. Explain your project experience worked so far
  • Ans. 

    I have worked on various MERN stack projects, focusing on building scalable web applications with a strong emphasis on user experience.

    • E-commerce Platform: Developed a full-featured e-commerce application using MongoDB for the database, Express.js for the server, React for the frontend, and Node.js for the backend.

    • Real-Time Chat Application: Created a real-time chat application utilizing Socket.io for instant messaging...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Devship?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Mathematical ,verbal, logical, puzzles, pseudo code
  • Q2. Verbal
  • Q3. Logical

Interview Preparation Tips

Interview preparation tips for other job seekers - Help me for infosys apptitude test interview

Mern Full Stack Developer Interview Questions Asked at Other Companies

asked in Bosch
Q1. What is the best way to save large files (e.g., photos) into a Mo ... read more
asked in Bosch
Q2. What are the request, response, and next parameters in an Express ... read more
asked in Bosch
Q3. Write a program to count the number of vowels in a string.
asked in Devship
Q4. Have you worked on any file upload tasks previously? Explain the ... read more
asked in Bosch
Q5. What is the difference between microservice and monolithic archit ... read more

Interview Questionnaire 

1 Question

  • Q1. Based on programming

I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round was held during university hours and consisted of 2 coding questions.

Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

Make sure you do no cutting and are clear about the approach you'd be following. 
 

  • Q1. What is the running median of an input stream?
  • Ans. 

    Running median of an input stream is the median value of the numbers seen so far in a continuous stream of data.

    • Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the upper half.

    • Keep the number of elements in the two heaps balanced or differ by at most 1.

    • If the total number of elements is odd, the median is the root of the max heap. If even, it is the average of the roots of the two he...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Java, Object-Oriented Programming System, System Design, Operating System.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Prepare for company-wise interview questions according to the company in which you are applying. Try to write the code yourself and if got stuck in between then take help from the internet. I recommend you Codezen of Coding Ninjas for practicing Data Structures and Algorithms based questions.

Application resume tips for other job seekers

Be sure 100% of what you write in your resume and prepare for that before the interview what is written on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Yourself
  • Q2. How do you feel about working nights and weekends?
  • Ans. 

    I am open to working nights and weekends if it aligns with project needs and team goals, ensuring productivity and collaboration.

    • Flexibility: I understand that software development can require off-hours work, especially during critical project phases.

    • Team Collaboration: Working nights or weekends can enhance communication with team members in different time zones.

    • Project Deadlines: I am willing to put in extra hours to...

  • Answered by AI
  • Q3. I will try to complete my tasks within weekdays effectively and efficiently to avoid weekand night work.
  • Q4. What is the difference b/w confidence and over confidence?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech mahendra company is a very efficent work hard and if you have a growth of employees skills and sincearly work hard
Are these interview questions helpful?

I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage and manipulate data.

    • They can be implemented using arrays, linked lists, trees, graphs, and other methods.

    • Examples include stacks, queues, hash tables, and binary search trees.

  • Answered by AI
  • Q2. Why database
  • Ans. 

    Databases are essential for storing and managing large amounts of data efficiently.

    • Databases allow for easy organization and retrieval of data

    • They provide data security and integrity

    • Databases enable scalability and performance optimization

    • Examples include MySQL, Oracle, MongoDB, and SQL Server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good,and bit advanced for student point of view

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Collection, OOPS, Seralization
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS, Collection, threading, SQL
Round 3 - HR 

(1 Question)

  • Q1. Nothing specific, Salary Negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and process was quick

I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Normalization concept,Java basics inheritance overloading, encapsulation ,update table ,related to projects in final year
  • Q3. Situation based questions based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and be genuine whatever you explain that should be very specific to question and if u are feeling narvous then put a gentle smile on your face,if you don't know about question ask then try little bit and say sir I will read about this.
All the Best😊😊

Devship Interview FAQs

How many rounds are there in Devship Mern Full Stack Developer interview?
Devship interview process usually has 1 rounds. The most common rounds in the Devship interview process are One-on-one Round.
What are the top questions asked in Devship Mern Full Stack Developer interview?

Some of the top questions asked at the Devship Mern Full Stack Developer interview -

  1. Have you worked on any file upload tasks previously ? Explain the process and h...read more
  2. Why $lookup , $project , ..ect are use...read more
  3. What are react hooks and explain with a usec...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Compare Devship with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview