Premium Employer

i

This company page is being actively managed by Volkswagen Group Technology Solution Team. If you also belong to the team, you can get access from here

Volkswagen Group Technology Solution Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Volkswagen Group Technology Solution Senior Software Engineer Interview Questions and Answers

Updated 19 Jan 2025

Volkswagen Group Technology Solution Senior Software Engineer Interview Experiences

10 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Golang concurrency questions
  • Q2. Random shit chatgpt questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not interested only, taking rudely from get go, didnt even introduce himself, putting some random questions, not listening and and going on mute in between. What kind joke is this. Total waste of time
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 Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. - Various Servicenow related questions - Frequency of all the elements in an array problem.
Round 2 - Behavioral 

(1 Question)

  • Q1. Overview of the company. Various behavioral questions. The projects that I worked on etc
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation and Notice Period? Reason for job change? Comfortable working in Hybrid Model?

Interview Preparation Tips

Interview preparation tips for other job seekers - This was an onsite interview.
Be confident.
Research well about the position and prepare accordingly.
Communicate your thoughts well in managerial round.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Apriso pb related questions
  • Q2. Work related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 5 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 

(1 Question)

  • Q1. They ask about project, internal details of project. What is angular provider Authetication in angular C# oops Data binding in angular LINQ Behavior subject Methods in subjects Destroy JwT Sql query for ...
Round 3 - One-on-one 

(1 Question)

  • Q1. It is managerial round where they ask you about your project, technology you work on, what do you know about Volkswagen, why Volkswagen, Scenerios where you did POC in your last organization,
Round 4 - Psychometric Test 

(1 Question)

  • Q1. It is telephonic to get to know about candidate 1. Introduction 2. Work experience 3. Why Volkswagen 4. Long term goals 5. Why you are leaving previous organization 6. Family introduction 7. Scenerio bas...
Round 5 - One-on-one 

(1 Question)

  • Q1. Introduction, roles and responsibility, why volkswagan, why switch previous organization, Why looking out for different offer if you already have one, salary component variable pay appraisal cycles discus...

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly go through Volkswagen website and what they exactly do and why Volkswagen because this is very important.

Volkswagen Group Technology Solution interview questions for designations

 Software Engineer

 (10)

 Software Engineer Trainee

 (6)

 Senior Systems Engineer

 (1)

 Software Developer

 (3)

 Software Engineer2

 (1)

 Software Developer Trainee

 (2)

 Senior Consultant

 (1)

 Devops Engineer

 (1)

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 Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. According to your subject
  • Q2. According to your experience
  • Q3. What's going on in present scenario
  • Ans. 

    The present scenario is dominated by the COVID-19 pandemic, remote work, and advancements in technology.

    • COVID-19 pandemic has led to remote work becoming the norm

    • Advancements in technology such as AI, cloud computing, and IoT are shaping industries

    • Cybersecurity threats are on the rise due to increased digitalization

    • Climate change and sustainability are key concerns for businesses and governments

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and position

Senior Software Engineer Interview Questions & Answers

user image Upendra Hemnath Joshi

posted on 25 Aug 2023

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. You will have 2 rounds in total one technical and another techno managerial
  • Q2. As a java developer be prepared with java 8 new features, tdd, springboot , rest webservices and basics of cloud.
  • Q3. Just solve complex logical problems in java.
  • Q4. Focus on java 8 stream api
Round 2 - Behavioral 

(1 Question)

  • Q1. It will be coding questions and managerial questions.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All the questions were either from technical perspective or scenario based questions. Logical questions related to handling clients was the important part and should be well explained.
  • Q2. I answered all the question based on the work i din in my previous companies and the situations that I have come across and handled.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was of good level. They require you to be proficient in your stream not only technically but also concetually. Technical round was completely dependent on tool and technology that was mentioned in resume. There were 2 managerial rounds and in both most of the questions asked were related to client handling, project challenges, methods etc.
Overall be well confident. All the 3 interviewers were very friendly.

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

Interview Questionnaire 

4 Questions

  • Q1. Difference between String, string buffer and string builder.
  • Ans. 

    String is immutable, StringBuffer and StringBuilder are mutable. StringBuffer is thread-safe while StringBuilder is not.

    • String is a final class and its value cannot be changed once created.

    • StringBuffer is synchronized and can be accessed by multiple threads safely.

    • StringBuilder is not synchronized and is faster than StringBuffer.

    • StringBuffer and StringBuilder both can be modified and their length can be increased or de...

  • Answered by AI
  • Q2. Asking collection and collections. What is the features of Java 8
  • Ans. 

    Java 8 introduced new features for collections including streams, lambda expressions, and default methods.

    • Streams allow for efficient processing of large collections.

    • Lambda expressions provide a concise way to write code for functional interfaces.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • New methods were added to existing collection interfaces such as forEach, ...

  • Answered by AI
  • Q3. Snippet on Java and Java 8
  • Q4. Asking some queries regarding salary of the employee

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to clear your basic core Java concepts and they also asked Java 8 related questions like features, supplier etc and in advance they ask spring framework

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions in round 1 and process/managerial questions in second round

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was pure technical and second round was technical+managerial

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

Interview Questionnaire 

1 Question

  • Q1. All the questions were asked as per experience only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per information you mentioned in your resume.

Volkswagen Group Technology Solution Interview FAQs

How many rounds are there in Volkswagen Group Technology Solution Senior Software Engineer interview?
Volkswagen Group Technology Solution interview process usually has 2-3 rounds. The most common rounds in the Volkswagen Group Technology Solution interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in Volkswagen Group Technology Solution Senior Software Engineer interview?

Some of the top questions asked at the Volkswagen Group Technology Solution Senior Software Engineer interview -

  1. Asking collection and collections. What is the features of Jav...read more
  2. Difference between String, string buffer and string builde...read more
  3. What's going on in present scena...read more

Tell us how to improve this page.

Volkswagen Group Technology Solution Senior Software Engineer Interview Process

based on 10 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Volkswagen Group Technology Solution World's Leading Automobile Manufacturers
Volkswagen Group Technology Solution Senior Software Engineer Salary
based on 619 salaries
₹7.3 L/yr - ₹25 L/yr
13% more than the average Senior Software Engineer Salary in India
View more details

Volkswagen Group Technology Solution Senior Software Engineer Reviews and Ratings

based on 75 reviews

3.7/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.7

Salary

4.0

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 75 Reviews and Ratings
Senior Software Engineer
619 salaries
unlock blur

₹7.3 L/yr - ₹25 L/yr

Software Engineer
527 salaries
unlock blur

₹3.5 L/yr - ₹14.5 L/yr

Information Technology Specialist
182 salaries
unlock blur

₹13.1 L/yr - ₹32.5 L/yr

Software Engineer Trainee
76 salaries
unlock blur

₹4.1 L/yr - ₹6.4 L/yr

IT Expert
71 salaries
unlock blur

₹19.5 L/yr - ₹40.1 L/yr

Explore more salaries
Compare Volkswagen Group Technology Solution 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