Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AppInventiv Technologies Team. If you also belong to the team, you can get access from here

AppInventiv Technologies Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 264 Reviews

Filter interviews by

AppInventiv Technologies Senior Quality Analyst Interview Questions and Answers

Updated 13 Oct 2023

AppInventiv Technologies Senior Quality Analyst Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Oct 2022. 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 - Coding Test 

General java questions

Round 3 - Technical 

(1 Question)

  • Q1. Oops and basic hava questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics concepts will be asked

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Test case
  • Ans. 

    A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.

    • Test cases are designed to validate the functionality of a system.

    • They include steps to be executed, expected results, and actual results.

    • Test cases can be automated or manual.

    • Examples: Login functionality, search feature, checkout process.

  • Answered by AI
  • Q2. Diffrence between validation and verification in testing
  • Ans. 

    Validation ensures the right product is built, while verification ensures the product is built right.

    • Validation confirms that the product meets the customer's requirements and expectations.

    • Verification ensures that the product conforms to its specified requirements.

    • Validation answers the question 'Are we building the right product?' while verification answers 'Are we building the product right?'

    • Examples: Validating tha...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. About project and details of project
  • Q2. Some puzzles to test the logic reasoning

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Stlc life cycle
  • Q2. Bug life cycle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Straight forward questions.. like mobile application types
  • Q2. How to install app on mobile devices for testing?
  • Ans. 

    To install an app on mobile devices for testing, you can use various methods such as manual installation, using app stores, or using testing tools.

    • Manually install the app by transferring the APK file to the device and installing it.

    • Use app stores like Google Play Store or Apple App Store to download and install the app.

    • Utilize testing tools like Appium or TestFlight for automated installation and testing.

    • Consider usin...

  • Answered by AI
  • Q3. What is API testing.why we do that, diff between Soap and Rest
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs. It is done to ensure that the API meets its requirements.

    • API testing involves testing the functionality, reliability, performance, and security of APIs.

    • It is done to ensure that the API meets its requirements and functions as expected.

    • API testing can be done manually or using automated tools.

    • Examples of API testing tools include P...

  • Answered by AI
  • Q4. Few simple db queries DML, DDL

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 2 technical rounds, 1 virtual, 1 f2f, in 1st all straight forward questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain Projects
  • Ans. 

    Projects are temporary endeavors with a specific goal, timeline, and budget.

    • Projects have a defined scope, objectives, and deliverables.

    • They are unique and not part of routine operations.

    • Projects require resources such as people, time, and money.

    • Examples: developing a new software application, constructing a building, organizing an event.

  • Answered by AI
  • Q2. Roles and Responsibilities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2023.

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 

Basic questions about Aptitude

Round 3 - Coding Test 

Core Java and Different normal manual testing

Round 4 - HR 

(1 Question)

  • Q1. About yourself and normal questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. Self introduction and work experience.
  • Q2. On which technology you have worked.
  • Ans. 

    I have worked on technologies such as Selenium, JIRA, and TestRail for test automation and management.

    • Selenium for test automation

    • JIRA for issue tracking

    • TestRail for test case management

  • Answered by AI
  • Q3. Write a code to remove the duplicate letters from a string and print remaining letters and if there are no repeated letters print 0
  • Ans. 

    Code to remove duplicate letters from a string and print remaining letters or 0 if no duplicates.

    • Iterate through the string and keep track of seen characters using a set

    • If a character is not in the set, add it to the set and append it to the result string

    • If a character is already in the set, do not append it to the result string

    • If the result string is empty, print 0

  • Answered by AI
  • Q4. Write an Xpath for locating elements in amazon website.
  • Ans. 

    Xpath for locating elements in Amazon website.

    • Use // to start the Xpath expression

    • Use @attribute='value' to specify the attribute and its value

    • Use text()='text' to specify the text of the element

    • Use [index] to specify the index of the element if there are multiple matching elements

  • Answered by AI
  • Q5. Runner/Config file usage in test framework.
  • Ans. 

    Runner/Config file is used in test frameworks to manage test execution and configuration settings.

    • Runner file is used to execute test cases in a specific order or grouping.

    • Config file is used to store configuration settings like browser type, environment variables, etc.

    • Separating runner and config files helps in better organization and maintenance of test suites.

  • Answered by AI
  • Q6. How to use Tags to run specific test cases
  • Ans. 

    Tags can be used to categorize test cases and run specific groups of tests.

    • Add tags to test cases in the test management tool or test automation framework

    • Use the tags to filter and select specific test cases to run

    • Run tests based on tags using command line options or configuration settings

  • Answered by AI
  • Q7. Basic Api testing related questions
  • Q8. Explain about your current framework
  • Ans. 

    Our current framework is a hybrid framework combining data-driven and keyword-driven approaches.

    • Combines data-driven and keyword-driven testing

    • Uses Excel sheets for test data and keywords

    • Utilizes Selenium WebDriver for automation

    • Includes reusable functions for common actions

    • Supports parallel execution for faster testing

  • Answered by AI
  • Q9. Asked few basic questions about specflow and writing scenarios
  • Q10. Finally and final keyword

Interview Preparation Tips

Interview preparation tips for other job seekers - I have shared few questions i remembered from 2 technical rounds, actually there are 2 technical and followed by HR round, in HR round salary negotiation and discussion happened regarding the company benifits and few other things about company.

Interviews take by leads/managers are very friendly and had good knowledge, but interview questions are little tougher side compared to other companies for a 3 years experience guy, for Software QA role please be prepared with your framework, any one programming language, API and Functional testing questions, SQL basic questions.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic question related to software testing? Resting, regression testing,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Stlc, sdlc , and all testing technique
  • Q2. About previous project
Round 2 - HR 

(2 Questions)

  • Q1. All technical questions
  • Q2. All technical questions
Round 3 - HR 

(2 Questions)

  • Q1. Introduction and all
  • Q2. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Technical aptitude of General Manual Testing topics

Round 2 - Technical 

(1 Question)

  • Q1. Basic Manual testing topics
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

AppInventiv Technologies Interview FAQs

How many rounds are there in AppInventiv Technologies Senior Quality Analyst interview?
AppInventiv Technologies interview process usually has 3 rounds. The most common rounds in the AppInventiv Technologies interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for AppInventiv Technologies Senior Quality Analyst 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 AppInventiv Technologies. The most common topics and skills that interviewers at AppInventiv Technologies expect are Appium, Mobile Application Development, Mobile Application Testing, Mobile Testing and QA Testing.

Tell us how to improve this page.

Interview Questions from Similar Companies

Globant Interview Questions
3.9
 • 169 Interviews
Chetu Interview Questions
3.3
 • 165 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
ivy Interview Questions
3.6
 • 121 Interviews
DE Shaw Interview Questions
3.8
 • 119 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Thomson Reuters Interview Questions
4.1
 • 111 Interviews
Amadeus Interview Questions
4.0
 • 108 Interviews
SPRINKLR Interview Questions
3.1
 • 100 Interviews
View all
AppInventiv Technologies Senior Quality Analyst Salary
based on 34 salaries
₹5.7 L/yr - ₹16.2 L/yr
37% more than the average Senior Quality Analyst Salary in India
View more details

AppInventiv Technologies Senior Quality Analyst Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.1

Salary

4.7

Job security

4.2

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
265 salaries
unlock blur

₹2.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Developer
132 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Business Analyst
54 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Quality Analyst
52 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Explore more salaries
Compare AppInventiv Technologies with

Ranosys Technologies

3.6
Compare

SPARX IT Solutions

3.7
Compare

Techugo

4.1
Compare

Hidden Brains InfoTech

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