Upload Button Icon Add office photos

AVL

Compare button icon Compare button icon Compare

Filter interviews by

AVL Software Engineer Interview Questions and Answers

Updated 29 Mar 2024

AVL Software Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All basics related to cpp Coding logic some puzzles
  • Q2. What is oops and explain
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • It allows for reusability, modularity, and flexibility in code.

    • Key principles of OOPs include encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. Virtual destructor and its use
  • Ans. 

    Virtual destructor is used to ensure proper destruction of derived class objects when deleted through a base class pointer.

    • Virtual destructor is declared in the base class with the 'virtual' keyword.

    • It allows the destructor of the derived class to be called when an object is deleted through a base class pointer.

    • Without a virtual destructor, only the base class destructor would be called, leading to memory leaks or unde

  • Answered by AI
  • Q4. DS and its all concepts write code for reverse linklist
  • Ans. 

    Reverse a linked list using iterative approach

    • Initialize three pointers: prev = null, current = head, next = null

    • Iterate through the linked list, updating pointers as follows: next = current.next, current.next = prev, prev = current, current = next

    • Update the head to point to the new head (prev)

  • Answered by AI
  • Q5. Memory management

Skills evaluated in this interview

Round 1 - Coding Test 

C# will be asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Quetions willbe based on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops in interview because coding round is the main round in which c# will be asked after that just focus on oops concept and will be get selected

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. 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 

(2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal questions was average

Round 2 - HR 

(1 Question)

  • Q1. Very good f2f interview
Round 3 - Technical 

(1 Question)

  • Q1. Coding ques were asked and i was given a code to write and questions from resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic questions about your experience and expectations
Round 2 - Coding Test 

A take home assignment

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 before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Coding question related to Comparator. 2. Android Questions medium level. 3. Collection Framework Java. 4. OOPs concept related questions.
Round 2 - HR 

(1 Question)

  • Q1. Usual HR round for Relocation, Salary, etc. discussion.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. 1 DSA and System Design Problem
  • Ans. 

    Implement a function to reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new linked list

    • Update the head of the new linked list as the last node of the original linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. More Technical Questions on Project
Round 3 - Culture Round 

(2 Questions)

  • Q1. Scenario Based Questions
  • Q2. Checking to fit in culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Please discuss about expected CTC multiple times with HR.
I received the offer but declined due to significant gap in the compensation package which falls below my current CTC and well short of my expectations. While recruiter was very supportive and engaged ,it seemed that there wasn't a strong commitment from hiring manager to retain or align on this.

Skills evaluated in this interview

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question around 1 hour

Round 2 - Technical 

(2 Questions)

  • Q1. Sql related queston like what is indexing
  • Q2. Project related question
Round 3 - HR 

(2 Questions)

  • Q1. Weakness and strength
  • Q2. Introduce yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Introduction, C#, .net, react

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

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

AVL Interview FAQs

How many rounds are there in AVL Software Engineer interview?
AVL interview process usually has 1-2 rounds. The most common rounds in the AVL interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in AVL Software Engineer interview?

Some of the top questions asked at the AVL Software Engineer interview -

  1. DS and its all concepts write code for reverse linkl...read more
  2. What is oops and expl...read more
  3. Virtual destructor and its ...read more

Tell us how to improve this page.

AVL Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
AVL Software Engineer Salary
based on 45 salaries
₹3.5 L/yr - ₹8.9 L/yr
15% less than the average Software Engineer Salary in India
View more details

AVL Software Engineer Reviews and Ratings

based on 5 reviews

1.6/5

Rating in categories

2.2

Skill development

1.8

Work-life balance

1.6

Salary

3.9

Job security

1.7

Company culture

1.1

Promotions

2.0

Work satisfaction

Explore 5 Reviews and Ratings
Assistant Engineer
57 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Engineer
51 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Software Engineer
45 salaries
unlock blur

₹3.5 L/yr - ₹8.9 L/yr

Senior Engineer
41 salaries
unlock blur

₹5 L/yr - ₹13.9 L/yr

Explore more salaries
Compare AVL with

Bosch

4.2
Compare

TCS

3.7
Compare

Mahindra & Mahindra

4.1
Compare

Infosys

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