Upload Button Icon Add office photos

Filter interviews by

Revature Softwaretest Engineer Interview Questions and Answers

Updated 1 Jun 2024

Revature Softwaretest Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

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 

Good experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is good, practical oriented and easy

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is. Net framework, api, basics of angular
  • Ans. 

    .NET framework is a software framework developed by Microsoft. API stands for Application Programming Interface. Angular is a JavaScript framework.

    • The .NET framework is used for building Windows applications and web services.

    • APIs are a set of protocols and tools for building software applications.

    • Angular is a JavaScript framework used for building web applications.

    • Angular uses TypeScript, a superset of JavaScript, for ...

  • Answered by AI
  • Q2. Abstract class vs interface. Oops
  • Ans. 

    Difference between abstract class and interface in OOPs

    • Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract class can have constructors while interface cannot

    • Interfaces are used for achieving multiple inheritance in Java

    • Abstract classes are used for creating a base class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Try to give answers on the questions. Don't say I don't know

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

5 hours all topics related to DSA

Round 2 - One-on-one 

(2 Questions)

  • Q1. Easy communication skills
  • Q2. NA nanananananana
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2023. 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 - Coding Test 

The test was conducted on Hackerrank platform. It had 2 sections. First section had 6 coding questions. Second section had 10 McQs that checked our CS fundamentals. Overall the difficulty level was moderate to hard level.

Round 3 - Technical 

(1 Question)

  • Q1. 1. Few questions on the projects like the purpose and tech stack. 2. Process concepts. 3. Segmentation and fragmentation. 4. Delete elements from linked list 5. Bit manipulation 6. little endian to big end...
Round 4 - HR 

(2 Questions)

  • Q1. Basic questions related to family and hobbies
  • Q2. Question from Resume based on skills and tools mentioned in it

Interview Preparation Tips

Topics to prepare for IBM Softwaretest Engineer interview:
  • Array
  • Linked list
  • OS
  • bit manipulation
Interview preparation tips for other job seekers - Be thorough in your fundamentals and confident enough while answering.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 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 

(2 Questions)

  • Q1. How many implementation projects done till now
  • Q2. 2 implementation
  • Ans. 

    Implementing a feature or functionality in software using code or configuration changes.

    • Understand the requirements and design a solution

    • Write code or make configuration changes to implement the feature

    • Test the implementation to ensure it works as expected

    • Document the implementation for future reference

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How much you are expecting
  • Q2. Why you want to change the current job

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Selenium?
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium supports multiple programming languages like Java, Python, and C#.

    • It can automate web browsers across different platforms like Windows, Mac, and Linux.

    • Selenium can be used for functional testing, regression testing, and browser compatibility testing.

    • It allows users to write test scripts in a variety of formats such as HTML, Java, C#, and P

  • Answered by AI
  • Q2. What is cucumber framework?
  • Ans. 

    Cucumber is a testing framework that supports Behavior Driven Development (BDD) by allowing tests to be written in plain text.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between technical and non-technical team members

    • Cucumber tests are written in feature files with scenarios and steps

    • It integrates with various programming languages like Java, Ruby, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics, and your last company insights

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core JAVA in depth including Algorithms
Round 2 - Technical 

(1 Question)

  • Q1. Design patterns, Java basic in depth
Round 3 - HR 

(1 Question)

  • Q1. Why you want to Join

Revature Interview FAQs

How many rounds are there in Revature Softwaretest Engineer interview?
Revature interview process usually has 1 rounds. The most common rounds in the Revature interview process are HR.
What are the top questions asked in Revature Softwaretest Engineer interview?

Some of the top questions asked at the Revature Softwaretest Engineer interview -

  1. Diff btw tuple and li...read more
  2. Regarding java spring and ...read more

Tell us how to improve this page.

Revature Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Revature Softwaretest Engineer Salary
based on 6 salaries
₹3.6 L/yr - ₹6.8 L/yr
14% less than the average Softwaretest Engineer Salary in India
View more details

Revature Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.2

Skill development

4.6

Work-life balance

3.2

Salary

4.7

Job security

4.2

Company culture

3.7

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
17 salaries
unlock blur

₹3.5 L/yr - ₹9.6 L/yr

Sourcing Specialist
16 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Associate Software Engineer
14 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Software Developer
12 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Test Engineer
12 salaries
unlock blur

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