Upload Button Icon Add office photos

Allianz Technology

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Allianz Technology Senior Software Engineer Interview Questions and Answers

Updated 21 Aug 2024

Allianz Technology Senior Software Engineer Interview Experiences

4 interviews found

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About my project roles and responsibility
Round 2 - Technical 

(2 Questions)

  • Q1. What are hooks ?
  • Ans. 

    Hooks are functions that allow developers to use state and other React features in functional components.

    • Hooks were introduced in React 16.8 to allow developers to use state and other React features in functional components.

    • Some commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks are called inside functional components and allow for better code organization and reusability.

    • Example: useStat...

  • Answered by AI
  • Q2. Javascript questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. SQL Group by and Order By Triggers and Functions Window functions in SQL OOPS Concepts Solid Principles
Round 2 - One-on-one 

(1 Question)

  • Q1. Agile Methodology Sprint ceremonies Change request in agile
  • Ans. 

    Sprint ceremonies are regular meetings in Agile to plan, review, and improve work. Change requests in Agile are modifications to requirements during development.

    • Sprint ceremonies include sprint planning, daily stand-ups, sprint review, and sprint retrospective

    • Change requests in Agile are handled through the product backlog and prioritized by the product owner

    • Changes should be discussed with the team and stakeholders to

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics. Data structures and algorithms was not asked.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

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

Interview Questionnaire 

1 Question

  • Q1. It's technical questions related to opening position

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was two technical rounds and one manager round. They focused on technical and communication skills.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions related to java and Thunderhead

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. And people were friendly.

Allianz Technology interview questions for designations

 Software Engineer

 (5)

 Software Engineer Trainee

 (1)

 Software Developer

 (2)

 Software Tester

 (1)

 Test Engineer

 (1)

 QA Engineer

 (1)

 Senior Technical Analyst

 (1)

 Software Developer 1

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Occurrence of the elements in descending order.

Round 2 - Technical 

(1 Question)

  • Q1. Design question on projects
Round 3 - HR 

(1 Question)

  • Q1. Offer discussion
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 in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. One small logical programming question, its quite easy
  • Q2. Some SQL queries
  • Q3. Spring boot questions and about my previous clients and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - HR approach and their explanation about the projects and the clients is too good. They will know about you and will suggest some projects if you are interested in it, they will schedule it. I like the interview process.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Linux , puzzle, simple programs l
Round 2 - One-on-one 

(1 Question)

  • Q1. About me and about my previous work
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on opps, c#, asp. Net and angular, sql
Round 2 - Technical 

(1 Question)

  • Q1. Deep discussion on oops, angular, c# and sql. Like writing some queries and oops concepts syntax writing on notepad
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic discussion on my projects and they explain their projects and methodology they follows. Their day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical interview questions and if you are not aware about some technologies then inform then instead of giving false answers. And keep your any one from both front end or back end strong

Allianz Technology Interview FAQs

How many rounds are there in Allianz Technology Senior Software Engineer interview?
Allianz Technology interview process usually has 2 rounds. The most common rounds in the Allianz Technology interview process are Technical and One-on-one Round.
How to prepare for Allianz Technology Senior Software Engineer 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 Allianz Technology. The most common topics and skills that interviewers at Allianz Technology expect are Angular, Java, Configuration, Devops and Hibernate.
What are the top questions asked in Allianz Technology Senior Software Engineer interview?

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

  1. Agile Methodology Sprint ceremonies Change request in ag...read more
  2. what are hook...read more
  3. SQL Group by and Order By Triggers and Functions Window functions in SQL OOPS C...read more

Tell us how to improve this page.

Allianz Technology Senior Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Allianz Technology Senior Software Engineer Salary
based on 455 salaries
₹4.9 L/yr - ₹15 L/yr
30% less than the average Senior Software Engineer Salary in India
View more details

Allianz Technology Senior Software Engineer Reviews and Ratings

based on 55 reviews

4.1/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

3.7

Salary

4.1

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 55 Reviews and Ratings
Senior Software Engineer
455 salaries
unlock blur

₹4.9 L/yr - ₹15 L/yr

Senior Analyst
334 salaries
unlock blur

₹4.8 L/yr - ₹16.1 L/yr

System Specialist
250 salaries
unlock blur

₹6.8 L/yr - ₹20.1 L/yr

Software Engineer
242 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Business Analyst
195 salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Allianz Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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