Upload Button Icon Add office photos

Filter interviews by

Devship Interview Questions, Process, and Tips

Updated 20 Jun 2024

Devship 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

Skills evaluated in this interview

Top Devship Mern Full Stack Developer Interview Questions and Answers

Q1. Have you worked on any file upload tasks previously ? Explain the process and how it saved in DB and retrieval process
View answer (1)

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience
  • Q2. A long lengthy order management questionnaire was given and we were asked to write 5 emails based on the order management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, let the interviewer know your area of expertise.

Devship Interview FAQs

How many rounds are there in Devship interview?
Devship interview process usually has 1 rounds. The most common rounds in the Devship interview process are One-on-one Round.
How to prepare for Devship interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Devship. The most common topics and skills that interviewers at Devship expect are Communication Skills, Documentation, MongoDB, React.Js and HTML.
What are the top questions asked in Devship interview?

Some of the top questions asked at the Devship 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.

Devship Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Compare Devship with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview