Upload Button Icon Add office photos

Filter interviews by

Devship Mern Full Stack Developer Interview Questions and Answers

Updated 20 Jun 2024

6 Interview questions

A Mern Full Stack Developer was asked
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

A Mern Full Stack Developer was asked
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

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
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
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
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()

A Mern Full Stack Developer was asked
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 ...

Be interview-ready. Browse the most asked HR questions.
illustration image

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
  • 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

Skills evaluated in this interview

Are these interview questions helpful?

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Devship?
Ask anonymously on communities.

Interview questions from similar companies

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 Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is abstract class, what is list, SQL,ADO.net
  • Ans. 

    Abstract class is a class that cannot be instantiated, List is a collection of objects, SQL is a language used to manage databases, ADO.net is a framework for accessing databases.

    • Abstract class is used as a base class for other classes

    • List is a generic collection of objects

    • SQL is used to create, modify, and query databases

    • ADO.net provides a set of classes for accessing databases

    • Example: abstract class Animal { public a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills. most of asked to me Dot net quetions.

Skills evaluated in this interview

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 Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Assignment 
Round 2 - HR 

(7 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. This opportunity is really excited for me
Round 3 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. Describe any difficult work situation or project that you have handled
  • Ans. 

    Handled a difficult project involving complex data migration and integration

    • Had to understand the existing data structure and map it to the new system

    • Dealt with multiple data sources and formats

    • Ensured data integrity and accuracy throughout the migration process

    • Collaborated with cross-functional teams to ensure successful integration

    • Implemented automated testing to validate data migration and integration

    • Managed project...

  • Answered by AI
  • Q7. Hard work and smart work
  • Ans. Reaching the building through steps is hard work ,smart work life is smart 6 the uses steps definitely .. reach the destination
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Software developer
  • Flash Animation
  • 3D Character Animation
  • Photography
  • Photoshop
  • Basic
  • Logo Design
Interview preparation tips for other job seekers - In my opinion,both are the key of success hardwork give experiences and smart work come from experience so both are important to achieve success

I applied via Referral and was interviewed before Jun 2021. There were 2 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 - Coding Test 

Java, program logic, software engineering

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Be sharp and alert, focus on topics that you know. Work your way up

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Q2. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask the basic question related to stream

Interview Questionnaire 

1 Question

  • Q1. Sql joins

Interview Preparation Tips

Interview preparation tips for other job seekers - go to google and search it

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

Interview Questions from Trending Companies on AmbitionBox

Caterpillar Inc Interview Questions
4.2
 • 188 Interviews
Walmart Interview Questions
3.5
 • 419 Interviews
MasterCard Interview Questions
3.9
 • 148 Interviews
Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
LTIMindtree Interview Questions
3.7
 • 3.1k Interviews
HDFC Life Interview Questions
3.9
 • 701 Interviews
Bandhan Bank Interview Questions
3.7
 • 650 Interviews
Lowe's Interview Questions
4.1
 • 138 Interviews
Foxconn Interview Questions
3.8
 • 193 Interviews
View all
write
Share an Interview