Upload Button Icon Add office photos

Filter interviews by

Revature Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Revature Interview Questions and Answers

View all 36 questions

Revature Interview Experiences

Popular Designations

40 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - status 

(2 Questions)

  • Q1. Can you take a assessment test?
  • Ans. 

    Yes, I am willing to take an assessment test to demonstrate my skills and knowledge.

    • I am open to taking any assessment test required for the position.

    • I believe that assessment tests are a valuable tool for evaluating candidates.

    • I am confident in my abilities and knowledge to perform well on the assessment test.

  • Answered by AI
  • Q2. How long have you been out of college?
  • Ans. 

    I have been out of college for 3 years.

    • I graduated in 2018.

    • I have been working in the industry since then.

    • I have gained valuable experience in my field during this time.

  • Answered by AI
Round 2 - recruiter 

(2 Questions)

  • Q1. How early can you start?
  • Q2. When can you start?

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Intern Interview Questions & Answers

user image Ajay Kumar

posted on 20 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 minuets 20 mcq questions

Round 2 - Aptitude Test 

Need to prepare aptitude

Round 3 - Coding Test 

Asking java sql questions

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Revature Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Meena Govindaraj

posted on 8 Mar 2024

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

Questions on java with basic coding

Round 2 - Technical 

(1 Question)

  • Q1. Question java , mysql, DS
Round 3 - Technical 

(1 Question)

  • Q1. Advanced Questions on java , mysql
Round 4 - Mangerial Round 

(1 Question)

  • Q1. Common question on managing with team
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude , English

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language you know
  • Ans. 

    I am proficient in Java, Python, C++, and JavaScript.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q2. Normalization im

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Revature interview questions for popular designations

 Software Engineer

 (8)

 Software Developer

 (3)

 Associate Software Engineer

 (3)

 Associate Trainee

 (2)

 Software Engineer Trainee

 (2)

 Java Developer

 (2)

 Trainee

 (2)

 Associate Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. They asked about spring security. and asked one problem to solve

Interview Preparation Tips

Topics to prepare for Revature Junior Software Developer interview:
  • Java
  • Spring Boot
  • Kubernetes

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Get interview-ready with Top Revature Interview Questions

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

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Regarding java spring and sql
  • Q2. Diff btw tuple and lists
  • Ans. 

    Tuple is immutable, ordered collection of elements. Lists are mutable, ordered collection of elements.

    • Tuple elements cannot be changed once assigned, while list elements can be modified.

    • Tuples are created using parentheses (), while lists are created using square brackets [].

    • Tuples are faster than lists for iteration and accessing elements.

    • Example: tuple = (1, 2, 3), list = [1, 2, 3]

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Revature Softwaretest Engineer interview:
  • SQL
  • Spring
Interview preparation tips for other job seekers - Its good

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Revature

View all

SQL Developer Interview Questions & Answers

user image Dhanush V D

posted on 11 May 2024

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

(1 Question)

  • Q1. Write an SQL query to find out sales from the last quater
  • Ans. 

    Query to find sales from the last quarter

    • Use the SUM() function to calculate total sales

    • Filter the data based on the date range of the last quarter

    • Group by the relevant time period (e.g. month) to get a breakdown of sales

  • Answered by AI

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write program for Fibonacci

Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science with a focus on software engineering.

    • I have completed multiple internships where I gained hands-on experience in developing software applications.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I have a proven track record of delivering high...

  • Answered by AI
  • Q2. Relocation question

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Aptitude Test 

General aptitude, cloud fundamentals and coding MCQs

Round 2 - Technical 

(1 Question)

  • Q1. All the concepts were discussed and couple of coding questions were asked to solve

Cloud Specialist Interview Questions asked at other Companies

Q1. Explain about Different Databases used for OTT?
View answer (1)

Software Engineer Interview Questions & Answers

user image Udayasri Sailakshmi

posted on 4 Feb 2024

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

Regarding coding, ds

Round 2 - HR 

(5 Questions)

  • Q1. Tell me about your selfl
  • Q2. About orientation of revature pre-training
  • Q3. Cgpa of ug, inter, 10th
  • Ans. 

    The question asks for the CGPA of undergraduate, intermediate, and 10th grade.

    • Provide the CGPA obtained in undergraduate degree

    • Provide the CGPA obtained in intermediate

    • Provide the CGPA obtained in 10th grade

  • Answered by AI
  • Q4. About b. Tech projects
  • Q5. About my Hobbies, interested things

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Contribute & help others!
anonymous
You can choose to be anonymous

Revature Interview FAQs

How many rounds are there in Revature interview?
Revature interview process usually has 2-3 rounds. The most common rounds in the Revature interview process are Technical, Aptitude Test and HR.
How to prepare for Revature 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 Revature. The most common topics and skills that interviewers at Revature expect are Digital Marketing, Javascript, Accounts Receivable, Agile Coaching and Assembly.
What are the top questions asked in Revature interview?

Some of the top questions asked at the Revature interview -

  1. Why are pointers not used in Java but in C and C+...read more
  2. What is linked lists,what is multiple inheritance,what is compiler and interpre...read more
  3. What are the steps to execute the Insertion Sort algorithm on an online compile...read more
How long is the Revature interview process?

The duration of Revature interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

JSW Energy

SALARIES

Revature

LIST OF COMPANIES

DCM Shriram

Overview

INTERVIEWS

DENSO

No Interviews

SALARIES

Revature

DESIGNATION

LIST OF COMPANIES

JSW Energy

Overview

LIST OF COMPANIES

ShareChat

Overview

SALARIES

DENSO

JOBS

ShareChat

No Jobs

Tell us how to improve this page.

Revature Interview Process

based on 29 interviews

Interview experience

4
  
Good
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
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Revature Reviews and Ratings

based on 96 reviews

3.5/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.0

Salary

3.1

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 96 Reviews and Ratings
Lead - Developer

Chennai

5-8 Yrs

Not Disclosed

Technology Analyst

Chennai

2-4 Yrs

Not Disclosed

Technical Writer

Chennai

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sourcing Specialist
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sourcing Specialist
10 salaries
unlock blur

₹0 L/yr - ₹0 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