Upload Button Icon Add office photos

Filter interviews by

Revature Software Developer Interview Questions, Process, and Tips

Updated 26 Jun 2024

Top Revature Software Developer Interview Questions and Answers

Revature Software Developer Interview Experiences

3 interviews found

I applied via campus placement at Shaheed Bhagat Singh College of Engineering and Technology, Ferozepur and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts, database and SQL queries .
  • Q2. Example, what is method overloading, constructor, normalisation.
  • Ans. 

    Method overloading, constructor, and normalization are all concepts in software development.

    • Method overloading allows multiple methods with the same name but different parameters.

    • A constructor is a special method used to initialize objects.

    • Normalization is the process of organizing data in a database to reduce redundancy and improve efficiency.

  • Answered by AI
  • Q3. Shallow copy,deep copy.
  • Q4. Inheritance and its type
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Types of inheritance: single, multiple, multilevel, hierarchical, hybrid

    • Single inheritance: A derived class inherits from a single base class

    • Multiple inheritance: A derived class inherits from multiple base classes

    • Multilevel inheritance: A derived class inherits from a base class, which in turn inherits from another base class

    • Hierarch...

  • Answered by AI
  • Q5. Data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Do focus on oops concepts and trying ever to give short and satisfaction answer not should to make story.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. AWS basic questions were asked
  • Q2. MongoDB, MySQL basic questions were asked

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I applied via Naukri.com and was interviewed in Dec 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 

The aptitude test was comprising of questions related to qualitative and quantitative reasoning along with basic computer science questions and coding questions also.

Round 3 - Technical 

(3 Questions)

  • Q1. Why are pointers not used in Java but in C and C++ ?
  • Ans. 

    Java has automatic memory management, so pointers are not needed.

    • Java has a garbage collector that automatically manages memory.

    • Pointers can lead to memory leaks and security vulnerabilities.

    • C and C++ are low-level languages that require manual memory management.

  • Answered by AI
  • Q2. Types of access modifiers.
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Public: accessible from anywhere

    • Private: accessible only within the class

    • Protected: accessible within the class and its subclasses

    • Default: accessible within the same package

  • Answered by AI
  • Q3. Explain polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading, operator overloading, and inheritance.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Are you wishing to relocate ?
  • Q3. Do you know about the bond ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Revature is a recruitment company. They would train you for over 18 months and place you in companies mostly Infosys upto 5LPA package. They don't charge anything for training, rather they would pay you stipend of 5,000 per month.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some general Quantitative and logical questions and code snippets.

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse and Two Sum
  • Q2. Related to my projects and Tech Stacks
Round 3 - Technical 

(2 Questions)

  • Q1. This is the Second technical round. The interviewer asked about everything from my project.
  • Q2. Asked some sql queries like joins and set operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Understand the business idea of your Project and Tech Stacks
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It was easy, the topic is upi

Round 2 - Aptitude Test 

Aptitude + coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. It's about my projects
  • Q2. And few Javascript questions
Round 4 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding question, 20 aptitude questions and english questions in 90 minutes

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and map
  • Ans. 

    List is an ordered collection of elements, while map is a collection of key-value pairs.

    • List maintains the order of elements, while map does not guarantee any specific order.

    • List allows duplicate elements, while map does not allow duplicate keys.

    • In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.

  • Answered by AI

Skills evaluated in this interview

Revature Interview FAQs

How many rounds are there in Revature Software Developer interview?
Revature interview process usually has 2-3 rounds. The most common rounds in the Revature interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Revature Software Developer interview?

Some of the top questions asked at the Revature Software Developer interview -

  1. Why are pointers not used in Java but in C and C+...read more
  2. Example, what is method overloading, constructor, normalisati...read more
  3. Inheritance and its t...read more

Tell us how to improve this page.

Revature Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Revature Software Developer Salary
based on 12 salaries
₹3.6 L/yr - ₹7.5 L/yr
38% less than the average Software Developer Salary in India
View more details

Revature Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹3.8 L/yr - ₹7.2 L/yr

Sourcing Specialist
16 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Test Engineer
13 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Software Developer
12 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Senior Sourcing Specialist
10 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Explore more salaries
Compare Revature with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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