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 Technical Lead Interview Questions and Answers

Updated 20 Jun 2024

Allianz Technology Technical Lead Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Binary Search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

    • Example: Searching for '7' in [1, 3, 5, 7, 9, 11] w...

  • Answered by AI
  • Q2. Spring related questions

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Worst interview process, don't recommend

Interview Preparation Tips

Round: Technical Interview
Experience: There is no standard process, HR are worst, don't deserve to be HR specially Anand yadav and vikrant. based on discussion with them didn't feel 30-40 % of job security. i was asked 70000 INR to get selected by third party. third pirty had all of my personal and professional information, felt scary.
Well had 3 Technical round:
1: Technical Telephonic: 1.5 hours, interviewer had limited technical expertise, looks they had listed googled technical question, and was expecting same answer. when was trying to answer based on example then found limited technical expertise. any way i passed this test.

2. Technical telephonic 2: 1 Hour: was asked reasoning question
first: A prisoner escapes from the jail by jumping over N walls each with height of each wall given in an array. He can jump x meters of height, but after every jump he slips y meters due to some uncontrollable factors(wind, slippery wall, etc).
2nd question: You have 9 balls, equally big, equally heavy - except for one, which

I appeared for an interview in Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. Everything related to private equity.

Interview Preparation Tips

Interview preparation tips for other job seekers - Required thorough knowledge of private equity and basic accounting.

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - 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 3 - Technical 

(1 Question)

  • Q1. Derivatives related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General questions, family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers to under the products

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

Interview Questionnaire 

2 Questions

  • Q1. Tell about yourself
  • Q2. What are microservices and why it is used for .
  • Ans. 

    Microservices are a software architecture pattern where applications are built as a collection of small, loosely coupled services.

    • Microservices allow for modular development and deployment of applications.

    • Each microservice can be developed, deployed, and scaled independently.

    • Microservices communicate with each other through APIs.

    • They promote flexibility, scalability, and fault tolerance.

    • Examples of microservices includ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident , truthful , loyal with your Interviewer and especially with your Manager and HR and before interview go through once on your resume like your technical skills , projects roles and responsibilities and the achievements that you have done in career .

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 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 

(3 Questions)

  • Q1. Embedded c coding pointers structure
  • Q2. Autosar bsw interview. Specifically DEM DCM
  • Q3. Autosar concepts, it's architecture, rte

Interview Preparation Tips

Interview preparation tips for other job seekers - After all 3 rounds and spoke over phone the offer part but didn't release. HR not answering.
Atleast they should answer phone since discussion went till offer release.
Don't waster ur time attending interview for this company.Try some other company

Disappointed on HR handled.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Work experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test

Round 2 - Coding Test 

10 questions, write in any programming language you know.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basic concepts will be more than enough.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Wht is ur sal expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in the industry

    • Research the average salary range for similar positions in the market

    • Factor in the cost of living in the location of the job

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI

Allianz Technology Interview FAQs

How many rounds are there in Allianz Technology Technical Lead interview?
Allianz Technology interview process usually has 1 rounds. The most common rounds in the Allianz Technology interview process are Technical.
How to prepare for Allianz Technology Technical Lead 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 JUnit, Core Java, Hibernate, Javascript and Maven.
What are the top questions asked in Allianz Technology Technical Lead interview?

Some of the top questions asked at the Allianz Technology Technical Lead interview -

  1. Explain Binary Sea...read more
  2. Spring related questi...read more

Tell us how to improve this page.

Allianz Technology Technical Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Allianz Technology Technical Lead Salary
based on 168 salaries
₹9 L/yr - ₹31.3 L/yr
10% more than the average Technical Lead Salary in India
View more details

Allianz Technology Technical Lead Reviews and Ratings

based on 17 reviews

4.7/5

Rating in categories

4.4

Skill development

4.8

Work-life balance

4.3

Salary

4.8

Job security

4.8

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 17 Reviews and Ratings
Senior Software Engineer
450 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Senior Analyst
316 salaries
unlock blur

₹4.3 L/yr - ₹15.5 L/yr

System Specialist
252 salaries
unlock blur

₹6.9 L/yr - ₹20.1 L/yr

Software Engineer
246 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Business Analyst
204 salaries
unlock blur

₹4.8 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Allianz Technology with

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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