Upload Button Icon Add office photos

Filter interviews by

Quovantis Technologies Interview Questions and Answers

Updated 19 Apr 2024

Quovantis Technologies Interview Experiences

Popular Designations

5 interviews found

I applied via Naukri.com and was interviewed before May 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. CSS - Flex box, positions and other miscellaneous questions.
  • Q2. HTML - Features of HTML5, APIs of HTML5 and other miscellaneous questions.
  • Q3. JavaScript/JQuery - Events related questions, array, closures and other miscellaneous questions.
  • Q4. They might ask you to develop UI in a given time frame.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well for your interview.

UI Frontend Developer Interview Questions asked at other Companies

Q1. What are pseudo classes and pseudo elements in CSS?
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Bunny Rabbit program

Round 2 - Technical 

(2 Questions)

  • Q1. Login Page scenario
  • Q2. Explain the code written in Assignment
  • Ans. 

    The code written in the Assignment is a program that performs a specific task.

    • The code likely contains functions, variables, and possibly loops or conditional statements.

    • It may involve testing different scenarios or inputs to ensure the program functions correctly.

    • The code could be written in a specific programming language like Java, Python, or C++.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with Java basics

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2022

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write test cases on situation based. (They have given me a portal)
  • Ans. They were basically trying to judge if i can think all the edge/use cases related to that portal. They were also expecting me to ask more and more question related to that portal.
  • Answered by Vivek Tiwari
  • Q2. Write xpath and css selectors for some elements present on that element.
  • Ans. 

    The candidate is asked to write XPath and CSS selectors for elements on a webpage.

    • XPath is a language used to navigate XML documents and can be used to locate elements on a webpage.

    • CSS selectors are patterns used to select elements on a webpage based on their attributes.

    • XPath selectors start with a forward slash (/) and can traverse the DOM hierarchy.

    • CSS selectors can select elements based on their tag name, class, ID,...

  • Answered by AI
  • Q3. Basic Java questions based on string and array manipulation.
  • Ans. Explain your code to them. Why have you opted for that particular solution.
  • Answered by Vivek Tiwari
  • Q4. Some questions related to selenium. Like different waits, repoting tools

Interview Preparation Tips

Interview preparation tips for other job seekers - They were several rounds
1. Technical - It lasted for around 1 hr 10 mins (Writing test cases, xpaths, Java coding questions, basic selenium questions, project explanation)
-- I tried to explain my each solution to them. Though all edge cases related to portal to write test cases.

2. Technical with QA Lead - (it also lasted more than 1 hour discussion, project and framework explanation, SQL questions, Java Questions)
-- QA Lead was very good with SQL. Be ready to explain your solution in depth. Basic Java coding questions which were easy. Explained my framework in detail, my day to day responsibilities.

3. Discussion with Manager - (Testing related questions, what is the most critical bug you have found, Tools like JIRA, ALM questions, future aspirations, real reason to join Quovantis)
-- Apart from testing, any other thing I would like to aspire is devOps. I remained transparent on why I wanted to join Quovantis as I was already having offers from big MNCs like Wipro and Deloitte.

4. Discussion with PE team. ( Why do you want to join Quovantis)

5. Final discussion.

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Some questions related to oops, class , inheritance, solid principal, singletons
  • Q2. Some related to angular , service , way of using service, data binding
  • Q3. Related to sql duplicate entries, rank function , view , temp table
  • Q4. Related design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience , interview process is super fast , especially managerial round hr is humble

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Quovantis Technologies interview questions for popular designations

 QA Engineer

 (2)

 Software Developer

 (1)

 Technical Leadership Program

 (1)

 UI Frontend Developer

 (1)

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Oops based question.
  • Q2. Spring autowiring and annotations difference and uses
  • Ans. 

    Spring autowiring and annotations are used for dependency injection and configuration.

    • Autowiring automatically injects dependencies into a bean.

    • Annotations provide metadata to configure the application context.

    • Autowiring can be done by type, name, or constructor.

    • Annotations include @Component, @Service, @Repository, and @Autowired.

    • Autowiring is useful for reducing boilerplate code.

    • Annotations make it easier to configur...

  • Answered by AI
  • Q3. Hibernate n+1 prob and caching
  • Q4. Java serialization and customization related.

Interview Preparation Tips

Interview preparation tips for other job seekers - they keep it simple no question on spring boot and java8

Skills evaluated in this interview

Technical Leadership Program Interview Questions asked at other Companies

Q1. Why SAP script is client dependent and not SMARTFORMS?
View answer (2)

Interview questions from similar companies

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

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write scenarios on banking application
  • Ans. 

    Scenarios on banking application for QA testing

    • 1. User login with valid credentials

    • 2. User login with invalid credentials

    • 3. Transfer funds between accounts

    • 4. Check account balance

    • 5. Update personal information

  • Answered by AI
  • Q2. Write sql queries
  • Ans. 

    SQL queries for QA Engineer interview

    • Use SELECT statement to retrieve data from database

    • Use WHERE clause to filter data based on specific conditions

    • Use JOIN clause to combine data from multiple tables

    • Use GROUP BY clause to group data based on specific columns

    • Use ORDER BY clause to sort data in ascending or descending order

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic questions

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is JMeter?
  • Ans. 

    JMeter is an open-source tool used for performance testing and load testing of web applications.

    • JMeter allows testers to simulate heavy loads on servers, networks, or objects to test their strength and analyze overall performance.

    • It can be used to measure performance under different load types, such as stress testing, spike testing, and endurance testing.

    • JMeter supports various protocols like HTTP, HTTPS, FTP, JDBC, LD...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Cucumber and Karate?
  • Ans. 

    Cucumber and Karate are testing frameworks used for behavior-driven development (BDD) and API testing, respectively.

    • Cucumber is a BDD tool that allows writing test cases in plain English using Gherkin syntax

    • Karate is an API testing tool that combines API testing, test doubles, performance testing, and UI automation in one framework

    • Both tools support automation testing and help in collaboration between technical and non

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the main responsibility of a QA Engineer?
  • Ans. 

    The main responsibility of a QA Engineer is to ensure the quality of software products by testing and identifying defects.

    • Creating test plans and test cases

    • Executing test cases and reporting defects

    • Collaborating with developers to resolve issues

    • Automating test cases using tools like Selenium

    • Performing regression testing to ensure software stability

  • Answered by AI
  • Q2. Ensure software quality through testing.
  • Ans. 

    Ensuring software quality through testing involves thorough testing of all functionalities to identify and fix any bugs or issues.

    • Create test cases to cover all functionalities of the software

    • Perform manual and automated testing to identify bugs

    • Regression testing to ensure new changes do not impact existing functionalities

    • Use tools like Selenium, JUnit, or TestNG for automated testing

    • Collaborate with developers to fix

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.

Quovantis Technologies Interview FAQs

How many rounds are there in Quovantis Technologies interview?
Quovantis Technologies interview process usually has 2 rounds. The most common rounds in the Quovantis Technologies interview process are Assignment and Technical.
How to prepare for Quovantis Technologies 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 Quovantis Technologies. The most common topics and skills that interviewers at Quovantis Technologies expect are Agile, Healthcare, Application Development, Business Intelligence and Consulting.
What are the top questions asked in Quovantis Technologies interview?

Some of the top questions asked at the Quovantis Technologies interview -

  1. Write xpath and css selectors for some elements present on that eleme...read more
  2. spring autowiring and annotations difference and u...read more
  3. Explain the code written in Assignm...read more

Tell us how to improve this page.

Quovantis Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

Quovantis Technologies Reviews and Ratings

based on 44 reviews

4.1/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 44 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹10 L/yr - ₹24.5 L/yr

Technical Lead
43 salaries
unlock blur

₹13.8 L/yr - ₹31.5 L/yr

Senior QA Engineer
42 salaries
unlock blur

₹8.4 L/yr - ₹21 L/yr

QA Engineer
25 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Quovantis Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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