Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Daimler India Commercial Vehicles Team. If you also belong to the team, you can get access from here

Daimler India Commercial Vehicles Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Daimler India Commercial Vehicles Software Engineer Interview Questions, Process, and Tips

Updated 8 Jun 2023

Daimler India Commercial Vehicles Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in May 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 tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. How hard to do code
  • Ans. 

    Coding can be challenging but rewarding with practice and experience.

    • Coding requires problem-solving skills and attention to detail.

    • Practice and experience can make coding easier over time.

    • Collaborating with others and seeking help when needed can make coding less difficult.

    • Using tools and resources effectively can also help in coding efficiently.

    • Examples: debugging a complex algorithm, optimizing code for performance,...

  • Answered by AI
  • Q2. How to acheive deaign patterns
  • Ans. 

    Design patterns can be achieved by understanding common software design problems and implementing reusable solutions.

    • Understand common design problems and solutions

    • Implement reusable solutions in code

    • Use design patterns like Singleton, Factory, Observer, etc.

    • Follow best practices and principles like SOLID

  • Answered by AI
  • Q3. How ti keep agile
  • Ans. 

    To keep agile, focus on communication, adaptability, collaboration, and continuous improvement.

    • Communicate regularly with team members and stakeholders to stay aligned on goals and progress.

    • Be willing to adapt to changing requirements and priorities.

    • Collaborate closely with team members to share knowledge and expertise.

    • Continuously seek feedback and look for ways to improve processes and workflows.

  • Answered by AI
  • Q4. How to make redis cache
  • Ans. 

    Redis cache can be created by setting up a Redis server and using Redis commands to store and retrieve data.

    • Set up a Redis server on your machine or use a cloud-based Redis service.

    • Use Redis commands like SET and GET to store and retrieve data in the cache.

    • Set expiration times for keys to control cache eviction policies.

    • Monitor cache performance and usage to optimize for efficiency.

    • Consider using Redis data structures ...

  • Answered by AI
  • Q5. How to relive an existing offer
  • Ans. 

    To relive an existing offer, negotiate with the employer for better terms or consider accepting a counteroffer.

    • Negotiate with the employer for better salary, benefits, or work conditions

    • Consider accepting a counteroffer if it meets your expectations

    • Communicate openly and professionally with the employer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Sasken user image Abirbhav Goswami

posted on 12 Nov 2024

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

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

Round 1 - Coding Test 

I was asked about Rust and it's nuances: How the memory management model works, and then asked to write a program to read and write files to disk, as well as accept command line arguments using Rust's standard library.

Round 2 - Technical 

(3 Questions)

  • Q1. How do you work on code that someone else has written?
  • Ans. 

    I review the code thoroughly, understand its functionality, and make necessary changes while following coding standards.

    • Review the code to understand its functionality

    • Follow coding standards and best practices

    • Make necessary changes while ensuring code quality

    • Communicate with the original author if needed

  • Answered by AI
  • Q2. How do you debug and solve problems that might've gotten missed during Unit Testing after they've been presented by QA?
  • Ans. 

    I use a combination of debugging tools, logs, code reviews, and collaboration with team members to identify and fix issues.

    • Utilize debugging tools such as breakpoints, watchpoints, and step-through debugging to pinpoint the root cause of the issue.

    • Analyze logs and error messages to gather more information about the problem.

    • Review the code changes made since the last successful unit test to identify potential causes of ...

  • Answered by AI
  • Q3. How do you improve the performance/memory footprint of your Rust program, without relying on any external crates, profilers, or architectural changes? Assume that logging and monitoring libraries etc. are ...
  • Ans. 

    To improve performance/memory footprint of Rust program without external tools, focus on optimizing algorithms, data structures, and memory management.

    • Optimize algorithms to reduce time complexity

    • Use efficient data structures like HashMaps or Vecs

    • Minimize memory allocations by reusing objects or using stack allocation

    • Avoid unnecessary copying of data

    • Implement lazy evaluation to defer computations until needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 3 years time?
  • Q2. Why did you leave your previous organisation after such a short stint?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was extremely smooth and streamlined. The interviewer is going to test your technical knowledge, so you should be confident in your basics. Be prepared to answer questions about core Rust concepts such as lifetimes, memory management, ownership, traits, generics etc. Also be prepared to tackle scenario-based technical aptitude questions, where you need to think like a team lead.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C programming, stack, python, computer basics

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Brief about yourself ,sql
  • Q2. Explain plan,table view and ddl method
  • Ans. 

    Plan, table view, and DDL method are related to database management.

    • Plan: Shows the execution plan of a SQL query, including the steps taken by the database to retrieve data.

    • Table view: Displays the structure and data of a table in a database.

    • DDL method: Stands for Data Definition Language, used to define and modify the structure of database objects.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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.

I applied via Recruitment Consulltant and was interviewed in Aug 2020. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Dot net framework, mvc and SQL server
  • Q2. Technical MCQ based on .net, mvc, sql

Interview Preparation Tips

Interview preparation tips for other job seekers - If You are from IT background then Don’t join this company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Canara Engineering College, Bantwal and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round include both aptitude and technical MCQ and one coding questions

Round 2 - Group Discussion 

They split the shortlisted candidates into two multiple groups each group consist of 10 members and interviewer give one topic and we have speak about it

Round 3 - Technical 

(2 Questions)

  • Q1. Asked questions related to project
  • Q2. Then asked questions related to OOPs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Some MCQ and coding questions were asked.

Round 2 - Coding Test 

Linked list, dfs , bfs, array were asked

Round 3 - HR 

(1 Question)

  • Q1. Repeated hr questions were asked.
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.

Daimler India Commercial Vehicles Interview FAQs

How many rounds are there in Daimler India Commercial Vehicles Software Engineer interview?
Daimler India Commercial Vehicles interview process usually has 2 rounds. The most common rounds in the Daimler India Commercial Vehicles interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Daimler India Commercial Vehicles Software Engineer interview?

Some of the top questions asked at the Daimler India Commercial Vehicles Software Engineer interview -

  1. How to relive an existing of...read more
  2. How to acheive deaign patte...read more
  3. How hard to do c...read more

Tell us how to improve this page.

Daimler India Commercial Vehicles Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Daimler India Commercial Vehicles Software Engineer Salary
based on 10 salaries
₹10 L/yr - ₹16.5 L/yr
40% more than the average Software Engineer Salary in India
View more details
Manager
591 salaries
unlock blur

₹5.1 L/yr - ₹16.1 L/yr

Senior Engineer
318 salaries
unlock blur

₹4 L/yr - ₹12.6 L/yr

Senior Manager
313 salaries
unlock blur

₹9 L/yr - ₹24.2 L/yr

Engineer
236 salaries
unlock blur

₹2.4 L/yr - ₹8.4 L/yr

Junior Engineer
175 salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Daimler India Commercial Vehicles with

Tata Motors

4.2
Compare

Ashok Leyland

4.1
Compare

Mahindra & Mahindra

4.1
Compare

VE Commercial Vehicles

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