Upload Button Icon Add office photos

Filter interviews by

Dev Information Technology Reactjs Developer Interview Questions and Answers

Updated 22 Oct 2024

Dev Information Technology Reactjs Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. React js life cycle
  • Q2. Html,css,node js or etc related to your main project

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 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 

It was an online test. The test was having 25 English questions and 25 coding MCQ questions. Test duration was 60 Mins

Round 3 - Technical 

(2 Questions)

  • Q1. The first part of the interview contained questions related to my work experience.
  • Ans. I told the interviewer about what I had done in my past roles.
  • Answered Anonymously
  • Q2. After this interviewer gave me a Machine coding round kind of question. I had to display a list of products using the flexbox layout. Also, I had to create a sort button to sort the list and update the vie...
  • Ans. I used useState hook to capture product details. and updated the list using the sort function.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Reactjs Developer interview:
  • Javascript
  • HTML
  • CSS
  • React.Js
Interview preparation tips for other job seekers - It was machine round.
In this type of interview, never say that the task is not complete. rather show and discuss how much you have completed.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. What do you mean by M15 grade ? What is water cement ratio in concreting?
  • Ans. 

    M15 grade refers to the mix ratio of concrete where M stands for mix and 15 represents the compressive strength of concrete in N/mm^2 after 28 days.

    • M15 grade concrete has a mix ratio of 1:2:4 (1 part cement, 2 parts sand, 4 parts aggregate)

    • The water cement ratio in concreting is the ratio of the weight of water to the weight of cement used in the concrete mix

    • A lower water cement ratio results in stronger and more durab...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is your experience in ladt job?

Interview Preparation Tips

Interview preparation tips for other job seekers - You must have command in your field activities.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Skilled Based Test Done

Round 2 - Coding Test 

Programming Language Test

Round 3 - HR 

(2 Questions)

  • Q1. Based on skills
  • Q2. Based on experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Come for the interview. Keep learning

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts,virtual table inheritance,socket programming
  • Q2. Prepare for above asked topics
  • Q3. What is circular linklist ?
  • Ans. 

    A circular linked list is a linked list where the last node points to the first node.

    • It is a data structure where each node points to the next node and the last node points to the first node.

    • It can be used to implement a round-robin scheduling algorithm.

    • Traversal of a circular linked list requires a condition to stop the traversal, such as reaching the starting node again.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - c++,multi threading, oops concept,socket programming

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Mostly questions are based on C++
Round 3 - HR 

(2 Questions)

  • Q1. What is constructor and write it's code in C++
  • Ans. 

    Constructor is a special member function that initializes objects of a class.

    • Constructor has the same name as the class and no return type.

    • It is called automatically when an object is created.

    • It can be overloaded with different parameters.

    • Example: class Car { public: Car(string make, string model) { ... } };

    • Example: Car myCar("Toyota", "Corolla");

  • Answered by AI
  • Q2. What is operation overloading
  • Ans. 

    Operation overloading is the ability to define multiple functions with the same name but different parameters.

    • Allows multiple functions with the same name to perform different tasks

    • Functions must have different parameters or different number of parameters

    • Used to simplify code and improve readability

    • Example: + operator can be overloaded to add integers, concatenate strings, or add complex numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good knowledge in C++ and need know to write code based on that

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Resume related question
  • Q2. Previous company-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before interview. know about the company to which you are applying.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 

Microsoft technologies

Round 3 - Technical 

(1 Question)

  • Q1. Session management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I applied in campus placement first round is aptitude test

Round 2 - Technical 

(4 Questions)

  • Q1. Ask question on oops concepts
  • Q2. What ia polymorphism Pointers etc.
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override

  • Answered by AI
  • Q3. Asked about academic project what is your role on these project
  • Q4. Based on resume asked questions and mostly asked the oops and c++ concept
Round 3 - HR 

(1 Question)

  • Q1. Based on resume and asked weakness ,strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good my friend selected
Prepare for c++ and oops basic concept
Resume based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring MVC vs Spring Boot
  • Ans. 

    Spring MVC is a framework for building web applications using the Model-View-Controller design pattern, while Spring Boot is an opinionated framework for quickly building production-ready applications.

    • Spring MVC is more customizable and requires more configuration compared to Spring Boot.

    • Spring Boot provides a set of defaults and auto-configuration options to simplify development.

    • Spring Boot is ideal for microservices ...

  • Answered by AI
  • Q2. Collection and it's benefits
  • Ans. 

    Collections are data structures that store and organize multiple elements.

    • Collections allow for efficient storage and retrieval of data

    • They provide various operations for manipulating the data, such as adding, removing, and searching for elements

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI

Skills evaluated in this interview

Dev Information Technology Interview FAQs

How many rounds are there in Dev Information Technology Reactjs Developer interview?
Dev Information Technology interview process usually has 1 rounds. The most common rounds in the Dev Information Technology interview process are One-on-one Round.
What are the top questions asked in Dev Information Technology Reactjs Developer interview?

Some of the top questions asked at the Dev Information Technology Reactjs Developer interview -

  1. Html,css,node js or etc related to your main proj...read more
  2. React js life cy...read more

Tell us how to improve this page.

Dev Information Technology Reactjs Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 143 Interviews
Microland Interview Questions
3.4
 • 128 Interviews
NSE.IT Interview Questions
3.6
 • 127 Interviews
Karvy Innotech Interview Questions
2.9
 • 28 Interviews
CS Tech AI Interview Questions
4.0
 • 27 Interviews
View all
Software Developer
88 salaries
unlock blur

₹2.2 L/yr - ₹8.8 L/yr

System Administrator
47 salaries
unlock blur

₹2.6 L/yr - ₹8.6 L/yr

System Engineer
32 salaries
unlock blur

₹0.9 L/yr - ₹3.5 L/yr

Senior Software Developer
31 salaries
unlock blur

₹5 L/yr - ₹13.2 L/yr

Technical Support Executive
27 salaries
unlock blur

₹2.4 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Dev Information Technology with

3i Infotech

3.4
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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