Upload Button Icon Add office photos

Volkswagen

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Volkswagen Software Developer Interview Questions and Answers

Updated 1 Nov 2024

Volkswagen Software Developer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 1.8 questions
  • Q2. AWS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced a challenge throughout the interview due to the interviewer's unstable internet connection. despite politely informing him about the connectivity issue multiple times (approx 10 to 15 times), the problem persisted, As a result, I missed several parts of the conversation and had to ask for clarification.
at one point the interviewer seemed annoyed, eventually, the interview concluded abruptly without proper communication.
It was disappointing that no effort was made to rectify the situation. It felt like a waste of time.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Duration : 1 hour
Topics : Java and DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Linked List, Stack and Queue
  • Q2. BFS vs DFS. Graph Traversal
  • Ans. 

    BFS explores neighbors before moving to next level, while DFS explores as far as possible before backtracking.

    • BFS uses a queue to keep track of nodes to visit next, while DFS uses a stack or recursion.

    • BFS is optimal for finding shortest path in unweighted graphs, while DFS is more memory efficient.

    • BFS is typically implemented iteratively, while DFS can be implemented recursively.

    • Example: BFS is used in level order trav...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join us
  • Q2. Where do you see yourself in next 5 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Find out Second Highest Employee Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic Java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Feb 2023. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions on data structures and collections
  • Q2. Sort the object by age using Arraylist
  • Ans. 

    Sort an ArrayList of objects by age.

    • Create a custom Comparator to compare the age of the objects.

    • Use the Collections.sort() method to sort the ArrayList using the custom Comparator.

    • Ensure that the objects in the ArrayList have a field for age.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company, interview process is very good. Need strong coding skills

Skills evaluated in this interview

Volkswagen interview questions for designations

 Software Engineer

 (1)

 Servicenow Developer

 (2)

 Java Developer

 (1)

 System Developer

 (1)

 Lead Developer

 (1)

 SAP Abap Developer

 (1)

 Springboot Developer

 (1)

 Java Spring Boot Developer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write a program for linear search

Round 2 - Behavioral 

(2 Questions)

  • Q1. Write cpp program for linear search
  • Ans. 

    A C++ program for linear search in an array of strings

    • Declare an array of strings

    • Take input from user for the element to search

    • Iterate through the array to find the element

    • Return the index if found, otherwise return -1

  • Answered by AI
  • Q2. OOPs basics concepts asked

Interview Preparation Tips

Topics to prepare for Mercedes-Benz Research and Development India Software Developer interview:
  • C++
  • Python
  • Machine Learning
Interview preparation tips for other job seekers - Interview is way too easy, and this reflects in the work quality in company.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an online test which basically tests your basics

Round 2 - One-on-one 

(2 Questions)

  • Q1. He asked to explain my resume
  • Q2. And questions related to the projects which I did

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s better to crack the interview during campus placements than to search a job later
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two rounds of coding which was medium to hard

Round 2 - Assignment 

I was assigned to develop a software on car automation

Round 3 - HR 

(2 Questions)

  • Q1. About yourself and my education
  • Q2. Why mercedes and what you expect from us
  • Ans. 

    I chose Mercedes because of its reputation for luxury, innovation, and quality. I expect a challenging and rewarding work environment.

    • Chose Mercedes for its reputation for luxury and innovation

    • Expect a challenging and rewarding work environment

    • Impressed by Mercedes' commitment to quality and cutting-edge technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying
Interview experience
2
Poor
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of java oops concept
  • Q2. Java 8 questions and concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. When should we use node js and java
  • Ans. 

    Node.js is suitable for real-time applications and microservices, while Java is better for large-scale enterprise applications.

    • Use Node.js for building real-time applications like chat apps, streaming services, and collaborative tools.

    • Node.js is also great for developing microservices and APIs due to its lightweight and event-driven architecture.

    • Java is ideal for building large-scale enterprise applications that requir...

  • Answered by AI

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 Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative, verbal

Round 2 - Coding Test 

2 coding questions easy, medium

Round 3 - Technical 

(2 Questions)

  • Q1. SQL queries, java, oops
  • Q2. Projects resume
Contribute & help others!
anonymous
You can choose to be anonymous

Volkswagen Interview FAQs

How many rounds are there in Volkswagen Software Developer interview?
Volkswagen interview process usually has 1-2 rounds. The most common rounds in the Volkswagen interview process are Technical, Coding Test and HR.
What are the top questions asked in Volkswagen Software Developer interview?

Some of the top questions asked at the Volkswagen Software Developer interview -

  1. Sort the object by age using Arrayl...read more
  2. BFS vs DFS. Graph Traver...read more
  3. Coding questions on data structures and collecti...read more

Recently Viewed

INTERVIEWS

GEP Worldwide

No Interviews

INTERVIEWS

IDBI Bank

No Interviews

INTERVIEWS

IDBI Bank

No Interviews

INTERVIEWS

IDBI Bank

No Interviews

INTERVIEWS

Celebi Airport Services India

No Interviews

INTERVIEWS

Nissan

No Interviews

INTERVIEWS

BMW

No Interviews

DESIGNATION

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Volkswagen Software Developer Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more
Volkswagen Software Developer Salary
based on 13 salaries
₹5 L/yr - ₹20.2 L/yr
43% more than the average Software Developer Salary in India
View more details

Volkswagen Software Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Advisor
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Volkswagen with

Maruti Suzuki

4.2
Compare

Tata Motors

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Hyundai Motor India Limited

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent