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

Filter interviews by

AppInventiv Technologies Senior QA Engineer Interview Questions and Answers

Updated 18 Oct 2024

AppInventiv Technologies Senior QA Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and iterative development.

    • Focus on delivering working software in short, iterative cycles

    • Embrace changing requirements throughout the project

    • Encourage collaboration between cross-functional teams

    • Regularly review and adapt processes for continuous improvement

  • Answered by AI
  • Q2. Diff. b/w authentication and authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the user's identity through credentials like username and password

    • Authorization controls the access rights of authenticated users to specific resources or actions

    • Authentication precedes authorization in the security process

    • Example: Logging into a system (authentication) vs. ac...

  • Answered by AI
  • Q3. Cache and cookies
  • Q4. Some SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - After the interview, HR did not informed anything, didn't even replying my emails.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was some sorting question - 1 Hour JAVA

Round 2 - Technical 

(2 Questions)

  • Q1. Some selenium and java based question
  • Q2. How would kill the child process
  • Ans. 

    Use the kill command with the child process ID to terminate it

    • Find the child process ID using tools like ps or pgrep

    • Use the kill command with the appropriate signal (e.g. SIGTERM, SIGKILL) and the child process ID

    • Example: kill -9

Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. All testing manual question with SDLC question
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPs concept , program to find second max, selenium script
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked SQL queries along with other JAVA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Test scenarios for testing Whatapp application
  • Ans. 

    Test scenarios for testing WhatsApp application

    • Verify sending a text message

    • Test sending multimedia files (images, videos)

    • Check group chat functionality

    • Test voice and video call features

    • Verify message encryption and security measures

  • Answered by AI
  • Q2. Program explaining OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About testing process
  • Q2. Bugs I found in last project
  • Ans. 

    I found and reported 15 critical bugs in the last project, including issues with data validation and UI functionality.

    • Identified 5 bugs related to data validation errors

    • Discovered 7 UI functionality bugs affecting user experience

    • Reported 3 critical bugs impacting system performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Framework of test automation
  • Ans. 

    Framework of test automation refers to the structure and guidelines for implementing automated testing.

    • Framework provides a set of rules and guidelines for creating and organizing automated tests.

    • It includes tools, libraries, coding standards, and best practices for test automation.

    • Common types of test automation frameworks include data-driven, keyword-driven, and hybrid frameworks.

    • Frameworks help in improving test eff...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Iterate through array to find second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Handle edge cases like duplicates or small array sizes

    • Return the second largest number found

  • Answered by AI
  • Q2. Other technical questions around java, oops, automation frameworks, testng, manual testing and test case creation.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2023. There were 5 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 - Aptitude Test 

Written with multiple question both aptitude and technical

Round 3 - Technical 

(1 Question)

  • Q1. What is regression and smoke testing
  • Ans. 

    Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects. Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application.

    • Regression testing is performed to verify that changes or fixes in software have not introduced new defects or caused existing functionalities to fail.

    • It involves retestin...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Roles and responsibilities in your previous project and what is your contribution for project delivery
Round 5 - HR 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics and confident delivery

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is the STLC, bug severity priority, waits in selenium with syntax, Java oops question with example,
  • Ans. 

    STLC, bug severity priority, waits in Selenium, Java OOPs

    • STLC stands for Software Testing Life Cycle and includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Bug severity is the impact of a bug on the system, while bug priority is the order in which bugs should be fixed

    • Waits in Selenium are used to make the test script wait for a certain condition to be met before proce...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is software testing? Smoke & sanity Testing Sdlc,stlc, bug life cycle

AppInventiv Technologies Interview FAQs

How many rounds are there in AppInventiv Technologies Senior QA Engineer interview?
AppInventiv Technologies interview process usually has 1 rounds. The most common rounds in the AppInventiv Technologies interview process are Technical.
What are the top questions asked in AppInventiv Technologies Senior QA Engineer interview?

Some of the top questions asked at the AppInventiv Technologies Senior QA Engineer interview -

  1. diff. b/w authentication and authorizat...read more
  2. what is agile methodol...read more
  3. cache and cook...read more

Tell us how to improve this page.

AppInventiv Technologies Senior QA Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
AVASOFT Interview Questions
3.6
 • 146 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 101 Interviews
View all
AppInventiv Technologies Senior QA Engineer Salary
based on 4 salaries
₹9.2 L/yr - ₹11 L/yr
21% less than the average Senior QA Engineer Salary in India
View more details

AppInventiv Technologies Senior QA Engineer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
275 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Senior Software Engineer
184 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Software Developer
128 salaries
unlock blur

₹3 L/yr - ₹10.8 L/yr

Business Analyst
54 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Associate Technical Leader
54 salaries
unlock blur

₹9 L/yr - ₹23.3 L/yr

Explore more salaries
Compare AppInventiv Technologies with

Ranosys Technologies

3.5
Compare

SPARX IT Solutions

3.6
Compare

Techugo

4.1
Compare

Hidden Brains InfoTech

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