Upload Button Icon Add office photos

Filter interviews by

Webasto Roofsystems India Pvt Ltd, Software Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

DSA ,sql, OS,CN, aptitude

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal DP question (LC med)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about About yourself
  • Q2. Describe your projects
  • Q3. How you implement machine learning algorithms in cars
  • Ans. 

    Machine learning algorithms in cars are implemented through sensors, data collection, training models, and real-time decision-making.

    • Collecting data from various sensors installed in the car, such as cameras, lidar, radar, and GPS.

    • Training machine learning models using the collected data to recognize patterns and make predictions.

    • Implementing real-time decision-making algorithms in the car's onboard computer to assist ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read operating system and your projects

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 3 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 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Coding Test 

Programming questions are an integral part of an interview for the developer's position

Interview Preparation Tips

Interview preparation tips for other job seekers - The hard truth is that this is a terrible job market for job seekers. The salaries are lower in general and more positions are being reduced to freelance or part-time. The work you have always loved may not have the same title and may be shared by a team now. Instead of viewing this as a negative, though, consider the opportunities. Maybe you like sales, but always wanted to do some consulting

I was interviewed in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Current work background
  • Q2. C pointers concept
  • Q3. Rtos concepts were asked
  • Q4. Given a tech situation, they judged my thought process, that how I perceive a problem

Interview Preparation Tips

Interview preparation tips for other job seekers - While answering, dont think in the mind, always speak up what you are thinking.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SELL ABD BUY 1 array question(easy level)
  • Ans. 

    This question involves buying and selling items in an array.

    • The array must contain strings.

    • You need to implement a function to buy and sell items from the array.

    • Provide examples of buying and selling operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - first complete dsa,and oops,core subjects of CSE,sql

Skills evaluated in this interview

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

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. K Centers

    In Ninja Land there are ‘N’ cities numbered from 0 to ‘N’-1. The distance between each pair of cities is given by N * N matrix ‘DIST’ where ‘DIST[i][j]’ denotes the distance between city ‘i’ and ...

  • Ans. Brute force

    This problem is an NP-Hard problem i.e there exists no polynomial-time solution for it. So we cannot do anything more than brute force for the exact solution. See this link for more information.

     

    Algorithm

    • This is a recursive algorithm.
    • Create an empty integer list/vector ‘SELECTED’ of size ‘N’.
    • Initialize an integer variable ‘RESULT’:= INF.
    • We make a recursive function, let it be kCenterHelper(K, N, SELECTE...
  • Answered Anonymously
  • Q2. Beautiful String

    Suppose we are given an empty string “inputString”. We have to convert this “inputString” into a “Beautiful String”

    We can perform any number of operations on “inputString” to convert it...

  • Ans. Brute Force

    The idea is to insert “abc” at every position in a string , “helperString” (initialised as an empty string) recursively and comparing it with the input string “inputString” at every recursive step. If the “helperString” comes out to be equal to input string “inputString” then return “True” to the function else “False”.

     

    Algorithm:

     

    • First make a recursive boolean  function “Solve” and pass “helpe...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. Multiplying Complex Numbers

    You are given two complex numbers 'NUM1' and 'NUM2' as strings, “A+Bi” where ‘A’ represents the real part and ‘B’ represents the imaginary part.

    You have to fi...

  • Ans. Mathematics

    Let first and the second complex number be, ‘a + bi’ and ‘c+di’, then 

     

    'RESULT' = (a + bi) *(c + di) = (ac + adi) = (bci + bd * (-1)) as i^2 = -1

     

    ‘RESULT’ = (ac - bd) + (ad+ bc) i 

     

    The steps are as follows:

     

    1. We will parse the input and extract the real and imaginary parts of the number.
    2. Let ‘REAL1’, ‘IMG1’ store the real and imaginary part of the first number.
    3. Let ‘REAL2’, ‘IMG2’ ...
  • Answered Anonymously
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected

Tell us how to improve this page.

Design Engineer
56 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Production Engineer
27 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Quality Engineer
23 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Senior Engineer
16 salaries
unlock blur

₹5.2 L/yr - ₹13.5 L/yr

Maintenance Engineer
15 salaries
unlock blur

₹5.5 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Webasto Roofsystems India Pvt Ltd, with

Samvardhana Motherson Group

3.8
Compare

Sundaram Clayton

4.1
Compare

Bharat Forge

3.8
Compare

Varroc Group

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