Upload Button Icon Add office photos

Filter interviews by

Revantha Services SQA Engineer Interview Questions and Answers

Updated 20 Sep 2021

Revantha Services SQA Engineer Interview Experiences

1 interview found

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2021

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What your past experience
  • Q2. What type of instruments used in your past company

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong basic you can cleare

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. About my college project

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the RS agarwal and aptitude and reasoning

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Describe projects on ur resume

Interview Preparation Tips

Interview preparation tips for other job seekers - They will grill on resume and acads questions

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 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. SQL Basics Power BI Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and focus on the clarity of the thought.

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Apr 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About datapower appliance, About MQ infrstructure, Mpg,wsp, wts
  • Q2. Ssl, oauth, AAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what ever you ans, let it be wrong as well.

I applied via Naukri.com and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1.what is rspec?
  • Ans. 

    RSpec is a testing tool for Ruby programming language.

    • RSpec is a behavior-driven development (BDD) framework.

    • It allows developers to write tests that describe the expected behavior of the code.

    • RSpec provides a domain-specific language (DSL) for writing tests.

    • It can be used for unit testing, integration testing, and acceptance testing.

    • RSpec is widely used in the Ruby community and is considered a standard tool for testi

  • Answered by AI
  • Q2. Name a gem you have recently used
  • Ans. 

    I recently used the gem 'devise' for user authentication in a Rails project.

    • Devise is a popular gem for user authentication in Rails applications.

    • It provides a lot of built-in functionality such as user registration, login, and password reset.

    • Devise also allows for customization and configuration to fit specific project needs.

    • Example: I used Devise to create a secure login system for a social media platform.

    • Example: De...

  • Answered by AI
  • Q3. Difference between module and class
  • Ans. 

    A module is a file containing Python definitions and statements. A class is a blueprint for creating objects.

    • A module can have multiple classes and functions.

    • A class can have multiple methods and attributes.

    • Modules are used for organizing code and avoiding naming conflicts.

    • Classes are used for creating objects with similar properties and behaviors.

    • Modules are imported using the import statement.

    • Classes are instantiated

  • Answered by AI
  • Q4. You have a train booking system.what will be the primary feature you will test?
  • Ans. 

    The primary feature to test in a train booking system would be the booking process.

    • Test the ability to search for available trains and seats

    • Test the ability to select and reserve seats

    • Test the payment process

    • Test the confirmation and ticket generation process

  • Answered by AI
  • Q5. What is class variable and what is instance variable
  • Ans. 

    Class variables are shared among all instances of a class while instance variables are unique to each instance.

    • Class variables are defined within the class but outside of any methods.

    • Instance variables are defined within a class's methods and are unique to each instance.

    • Class variables are accessed using the class name while instance variables are accessed using the instance name.

    • Example of class variable: count = 0 (u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - my interview experience is good.tip for cracking any interview just keep calm,listen to your interviwer very carefully,dont be impatient.Keep faith on yourself.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mainly based on the whatever was written in the CV.Mostly theoretical and frequently encountered issues while development and their troubleshooting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont exaggerate stuffs on the CV.

Interview Questionnaire 

1 Question

  • Q1. Off-campus interviews in Bangalore

Interview Preparation Tips

Round: Test
Experience: Only a few students will get shortlisted who do all the questions correctly.

Round: Other Interview
Experience: First 4 rounds on day 1 and this are just to shortlist for more rounds on some other day.
Tips: They will focus on almost all the concepts of computer science.You need to practice a lot and start it right now. Should be easy if you have prepared well enough. Use your holidays to start preparing for placements.

General Tips: Sooner you start, better your placement will be as lack of practice & last day study works only for exams but never for interviews. You'll get enough time to prepare for interviews once you get shortlisted. Focus on it even if you are placed already.
Skill Tips: They will focus on almost all the concepts of computer science.
Skills: C , Aptitude
College Name: NIT SURATHKAL

I appeared for an interview in Dec 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: On-site interview (5 hours).

4 back-to-back 45-minute coding interviews, followed by a design interview, with a lunch break with a Googler in the middle.

The first coding interview was a set of (surprisingly) trivial (no algorithms needed) incremental coding questions.

The two next coding interviews were problems straight from the "Cracking the coding interview" book. Even though I divulged that I'd solved pretty much exactly the same problem before, they didn't give me an alternative problem and I quickly coded up a general and optimal solution for the problems. Follow-up in-depth questions were minimal and not hard.

The last coding question was a pure algorithm question related to search trees/tries. No coding required, spent the whole time reasoning about the most effective algorithm. This was a bit of a brain twister.

The design question was related to high-level system design (not OO design) for storage and search in geographic data. Focus was effective search as well as scalability both in traffic and data volumes.

Tips: Read "Cracking the coding interview" or other similar literature. Solve all the problems and you should be good to go. If you solve a bunch of problems at HackerRank (or similar) as well, you'll have the added bonus of training on how to generalize the algorithms.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k 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
Deloitte Interview Questions
3.8
 • 2.8k Interviews
View all

Revantha Services SQA Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Engineer
10 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Senior Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹7.8 L/yr

HR Executive
8 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Site Engineer
7 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Engineer
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Revantha Services with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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