Upload Button Icon Add office photos

Allianz Technology

Compare button icon Compare button icon Compare
4.2

based on 785 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Allianz Technology Test Engineer Interview Questions and Answers

Updated 14 Apr 2023

Allianz Technology Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2023

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

I applied via Approached by Company and was interviewed before Apr 2022. 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 - Technical 

(1 Question)

  • Q1. Manual Testing Concepts Automation Concepts SQL basic Api Testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Mangerial Round
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectations and Joining Date discussions

Interview questions from similar companies

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

(1 Question)

  • Q1. What are testing techniques
  • Ans. 

    Testing techniques are methods used to verify and validate software applications to ensure they meet requirements and function correctly.

    • Black box testing: Testing the functionality of a software application without knowledge of its internal code.

    • White box testing: Testing the internal logic and structure of a software application.

    • Regression testing: Re-running tests on previously tested software to ensure that new cha...

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

(1 Question)

  • Q1. What is regression
  • Ans. 

    Regression is a software testing technique used to ensure that new code changes do not negatively impact existing functionality.

    • Regression testing involves re-running previously executed test cases to verify that new code changes have not introduced any new bugs or issues.

    • It helps ensure that the software continues to function correctly after modifications.

    • Regression testing can be automated to save time and effort.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it meets the specified requirements.

    • Testing is done to identify defects or errors in a system.

    • It involves executing test cases and comparing the actual results with expected results.

    • Testing can be performed at various levels such as unit testing, integration testing, system testing, and acceptance testing.

    • Different types of testing include funct...

  • Answered by AI
  • Q2. What is regression testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to identify any new defects or issues introduced.

    • It helps ensure that the modifications or enhancements do not cause any unintended side effects.

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

    • It involv...

  • Answered by AI
  • Q3. What is database
  • Ans. 

    A database is a structured collection of data that is organized and managed for easy access, retrieval, and manipulation.

    • A database is used to store and manage large amounts of data.

    • It provides a way to organize and structure data for efficient storage and retrieval.

    • Databases can be relational, hierarchical, network, or object-oriented.

    • Examples of databases include MySQL, Oracle, MongoDB, and SQLite.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Tesing realted question for manual and automation
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and other benefit discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical and project related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

Technical and project assignments

Interview Preparation Tips

Interview preparation tips for other job seekers - U can learn alot of skills and if we want to switch any domain we can learn and get the real projects,exams,upskill program also available.
Dislikes: No much salary hikes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Selenium scenarios to select value from dropdown under nested div tag

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about your self?
  • Q2. Do you know about STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a systematic approach to testing software.

    • STLC involves different phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has its own set of activities and deliverables.

    • STLC ensures that the software is thoroughly tested and meets the quality standards before release.

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Read Excel and how you would do Data Driven Testing
  • Ans. 

    To perform Data Driven Testing, Excel can be used to store test data and read it using automation tools.

    • Create an Excel sheet with test data

    • Use automation tools like Selenium to read data from Excel

    • Iterate through rows and columns to fetch data

    • Use fetched data to perform tests

    • Update Excel sheet with test results

  • Answered by AI
  • Q2. Explain Cucumber Framework
  • Ans. 

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

    • Cucumber is a tool used for acceptance testing and collaboration between technical and non-technical team members.

    • It uses the Gherkin language to define test scenarios in a human-readable format.

    • Tests written in Cucumber are organized into feature files, which contain scenarios an...

  • Answered by AI
  • Q3. What tools you use for API testing
  • Ans. 

    I use tools like Postman, SoapUI, and Rest-Assured for API testing.

    • Postman for manual testing and automation

    • SoapUI for functional and load testing

    • Rest-Assured for automated testing in Java

    • Swagger for API documentation and testing

    • JMeter for load testing

    • Newman for running Postman collections in CI/CD pipelines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst Interview Process that I have attended. I attended on May 2019 in Chennai. I got call from a Consultancy for this opportunity and HR from Trans Union sent an email to come by 10 AM sharp. I was at their premises 9.55 AM. They had called for guys from Production support and Web Automation testing (Selenium). They were only calling the names from Production support skill and not automation testing. They kept us waited till 2 PM. I am not really sure why they ask us to come by 10 AM on a weekday and they do interview after their Lunch.

Finally I was called at 2.25 PM for interview. The interviewer asked me question related to API Webservice Automation even though my expertise was Web Automation using Selenium... (Not sure what the Role they are looking for on a given day. When I was waiting for the interview in the main hall, we had conversation with other candidates and everyone are Selenium Automation testers). I told the interviewer that I have experience Web Automation Testing only. Then just for sake, he asked me questions that I have shared below and asked to leave for the day, even though I have answered correctly. When I was answering for his questions, he was really not listening to my answers but was busy typing something on his laptop.

To all the interviewers & company Management : Do not think the candidates are some random junks. They put up a lot of hard work for interview preparation and spend some money for transportation. Listen to them and give feedback atleast on the next day.

I never expected this from a big Product based company like this and I won't got there once again.

Skills evaluated in this interview

Allianz Technology Interview FAQs

How many rounds are there in Allianz Technology Test Engineer interview?
Allianz Technology interview process usually has 4 rounds. The most common rounds in the Allianz Technology interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Allianz Technology Test Engineer interview?

Some of the top questions asked at the Allianz Technology Test Engineer interview -

  1. Manual Testing Concepts Automation Concepts SQL basic Api Test...read more
  2. Mangerial Ro...read more

Tell us how to improve this page.

Allianz Technology Test Engineer Salary
based on 52 salaries
₹2.9 L/yr - ₹10 L/yr
8% less than the average Test Engineer Salary in India
View more details

Allianz Technology Test Engineer Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

3.9

Skill development

4.7

Work-Life balance

4.1

Salary & Benefits

4.4

Job Security

4.5

Company culture

4.3

Promotions/Appraisal

4.5

Work Satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
456 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Senior Analyst
334 salaries
unlock blur

₹4.3 L/yr - ₹15.5 L/yr

System Specialist
248 salaries
unlock blur

₹6.7 L/yr - ₹21 L/yr

Software Engineer
234 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Business Analyst
197 salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Allianz Technology with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview