Upload Button Icon Add office photos

AVL

Compare button icon Compare button icon Compare

Filter interviews by

AVL Software Developer Intern Interview Questions, Process, and Tips for Freshers

Updated 16 Sep 2021

AVL Software Developer Intern Interview Experiences for Freshers

1 interview found

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

There was only one round and it was MCQ + Coding round. Coding Questions were pretty fair and have an appropriate level.

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The task is to find the length of the longest common subsequence between two given strings.

    • A subsequence is a string that can be derived from another string by deleting some or no characters without changing the order of the remaining characters.

    • We can solve this problem using dynamic programming.

    • Create a 2D array to store the lengths of the longest common subsequences for all possible prefixes of the two strings.

    • Itera...

  • Answered by AI
  • Q2. 

    Overlapping Intervals Problem Statement

    You are given the start and end times of 'N' intervals. Write a function to determine if any two intervals overlap.

    Note:

    If an interval ends at time T and anothe...

  • Ans. 

    The function checks if any two intervals overlap with each other.

    • Iterate through the intervals and compare the end time of one interval with the start time of the next interval.

    • If the end time is greater than or equal to the start time, the intervals overlap.

    • Return true if any overlapping intervals are found, otherwise return false.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Medium

In this round interviewer gave me three coding questions that I solved properly.

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Ans. 

    The task is to find the order of characters in an alien language given a sorted dictionary.

    • The order of characters can be determined by comparing adjacent words in the dictionary.

    • Create a graph where each character is a node and there is a directed edge from character A to character B if A comes before B in the alien language.

    • Perform a topological sort on the graph to get the order of characters.

  • Answered by AI
  • Q2. 

    String Transformation Problem

    Given a string (STR) of length N, you are tasked to create a new string through the following method:

    Select the smallest character from the first K characters of STR, remov...

  • Ans. 

    The task is to create a new string by repeatedly taking the smallest character from the first 'K' characters of the given string and appending it to the new string.

    • Iterate through the given string in chunks of size 'K'

    • Find the smallest character in each chunk and append it to the new string

    • If there are characters remaining in the string, sort them and append to the new string

    • Repeat the above steps until the original st

  • Answered by AI
Round 3 - Face to Face 

Round duration - 20 minutes
Round difficulty - Medium

The interviewer was very kind and humble, so he made me comfortable all the time during the interview. In this round, he asked me simple basic questions related to my important subjects of my course and he also ask few questions on the basis of my resume .

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in GurgaonEligibility criteriaAbove 7 CGPAAvl india private limited interview preparation:Topics to prepare for the interview - Operating System, Networking, Database Management System, Data structures , Competitive programming mainly focused on dynamic programming and graphs algorithms.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : I went through all the concepts taught by Coding Ninjas in my course. Apart from that, I practiced 600+ coding interview questions from different coding platforms. 
Tip 2 : Though Data Structure is the base for any tech interview, one must know some other subjects as well like Operating System, Networking, and Database Management System for which I took help from Coding Ninja’s notes and from GeeksforGeeks. Along with this stuff, I also read about puzzles on GeeksForGeeks. Overall, Coding Ninjas & Geeks For Geeks have a big hand in making me crack this interview. Just work hard and practice more and more questions based on Data Structures from coding platforms like Codezen etc. 
Tip 3 : Do prepare for previous interview experiences of company in which you are applying and also pay more focus to data structures related questions. 
Tip 4 : Also prepare for aptitude as well, as many companies ask aptitude questions as part of interview process.

Application resume tips for other job seekers

Tip 1 : Mention things that you are confident of. 
Tip 2 : Don’t try to write extra skills which you are not sure about as most of the questions are asked after seeing the skills mentioned in your resume.
Tip 3 : Keep your resume up to date and mention three or four good level projects which will give a good impression to the interviewer .

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Honda user image ABHIMANYU AWASTHI

posted on 20 Mar 2015

Interview Preparation Tips

Round: Test
Experience: easy
Tips: gate apti preparation is sufficient
Duration: 60 minutes
Total Questions: 50

General Tips: confidence matters a lot during whole placement process especially during gd and pi so prepare and practice for that
Skill Tips: focus on your technical subjects
Skills: technical
College Name: NIT BHOPAL
Motivation: work on hr part as well other than core subject knowledge
Round 1 - One-on-one 

(1 Question)

  • Q1. C++ basic questions on OOPS principles. Questions on QT/QML.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for C/C++ basics with practical use cases. Then depending on the profile prepare yourself.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Auzure MCQ, Web Api development CRUD operations

Round 2 - Technical 

(2 Questions)

  • Q1. Solid principles
  • Q2. . Net
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial round
  • Q2. What you seek, where do you see yourself and all
  • Ans. 

    I seek growth, innovation, and collaboration in my career, aiming to lead impactful projects in software engineering.

    • I aspire to work on cutting-edge technologies, like AI and machine learning, to create solutions that improve user experiences.

    • I envision myself in a leadership role, mentoring junior developers and fostering a culture of continuous learning.

    • I aim to contribute to open-source projects, enhancing my skill...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't recommend to join CNH now as I see it's current situation
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Which language you will code
  • Ans. 

    I am proficient in coding in multiple languages including Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Dsa topics in java
  • Ans. 

    Data Structures and Algorithms topics commonly used in Java programming.

    • Arrays and ArrayLists

    • Linked Lists

    • Stacks and Queues

    • Trees and Graphs

    • Sorting and Searching algorithms

    • Dynamic Programming

    • Hashing and Hashmaps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About yourself and introduce

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Find the one repeated number in an array and asked for four approaches
  • Ans. 

    Find the one repeated number in an array using four different approaches.

    • Approach 1: Using a hash set to store unique elements and checking for duplicates

    • Approach 2: Sorting the array and checking adjacent elements for duplicates

    • Approach 3: Using XOR operation to find the repeated number

    • Approach 4: Using the sum formula to find the repeated number

  • Answered by AI
  • Q2. Simple sql queries

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour, 45 questions

Round 2 - HR 

(3 Questions)

  • Q1. Introduce Yourself?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiar with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong programming abilities.

    • Strong problem-solving skills - I am able to analyze complex problems and come up with effective solutions.

    • Attention to detail - I pay close attention to the details in my code to ensure accuracy and quality.

    • Strong programming abilities - I have a solid understanding of various programming languages and technologies.

    • Team ...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have a strong background in software development, a passion for learning new technologies, and a proven track record of delivering high-quality code.

    • Extensive experience in software development

    • Passion for learning new technologies

    • Proven track record of delivering high-quality code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only technical questions, introduction part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you are telling

Tell us how to improve this page.

Interview Questions from Similar Companies

Honda Interview Questions
4.1
 • 100 Interviews
Yamaha Motor Interview Questions
4.1
 • 68 Interviews
Volvo Interview Questions
4.1
 • 65 Interviews
CNH Industrial Interview Questions
3.7
 • 63 Interviews
Bajaj Motors Interview Questions
3.9
 • 51 Interviews
Toyota Interview Questions
4.4
 • 41 Interviews
View all
Assistant Engineer
57 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Engineer
53 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Software Engineer
45 salaries
unlock blur

₹3.5 L/yr - ₹9.6 L/yr

Assistant Manager
44 salaries
unlock blur

₹8.5 L/yr - ₹20 L/yr

Explore more salaries
Compare AVL with

Hyundai Motor India Limited

4.3
Compare

VE Commercial Vehicles

4.0
Compare

Honda

4.2
Compare

Yamaha Motor

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