Upload Button Icon Add office photos
Engaged Employer

i

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

Schaeffler India Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 775 Reviews

Filter interviews by

Schaeffler India Softwaretest Engineer Interview Questions and Answers

Updated 21 Oct 2024

Schaeffler India Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. CAN Protocols and deep explanation of hardware of hil testing
  • Ans. 

    CAN protocols are used for communication between microcontrollers and devices in automotive systems. HIL testing involves simulating real-world conditions for testing hardware.

    • CAN protocols are used for high-speed communication between electronic control units (ECUs) in vehicles.

    • HIL testing, or Hardware-in-the-Loop testing, involves testing electronic control units (ECUs) in a simulated environment.

    • HIL testing allows f...

  • Answered by AI

Interview questions from similar companies

Round 1 - Aptitude Test 

Quite easy and straight forward

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sort a array of integers
  • Ans. 

    Sort an array of integers

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

    • Consider the size of the array and the efficiency of the algorithm

    • Check for edge cases like empty arrays or arrays with only one element

  • Answered by AI
  • Q2. Remove element from doubly linked list
  • Ans. 

    To remove an element from a doubly linked list, we need to update the pointers of the previous and next nodes.

    • Find the node to be removed

    • Update the pointers of the previous and next nodes to skip the node to be removed

    • Free the memory occupied by the removed node

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What will you do if you have a conflict with manger
  • Q2. How good are you at multitasking

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer to the point. Tell the recruiter if you do not know the answers

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, providing different func

  • Answered by AI
  • Q2. Why You choose java
  • Ans. 

    I chose Java for its platform independence, strong community support, and extensive libraries.

    • Platform independence allows Java code to run on any device with a JVM

    • Strong community support ensures access to resources and help when needed

    • Extensive libraries provide pre-built solutions for common programming tasks

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How would you preprocess the raw data
  • Ans. 

    Preprocessing raw data involves cleaning, transforming, and organizing data to make it suitable for analysis.

    • Remove any irrelevant or duplicate data

    • Handle missing values by imputation or deletion

    • Normalize or standardize numerical data

    • Encode categorical variables using techniques like one-hot encoding

    • Feature scaling for machine learning algorithms

    • Perform text preprocessing like tokenization and stemming

  • Answered by AI
  • Q2. How would you specify a solution that has been already existing
  • Ans. 

    Specify the existing solution by documenting its architecture, components, technologies used, and any modifications made.

    • Document the architecture of the solution, including high-level components and their interactions

    • List the technologies used in the solution, such as programming languages, frameworks, and databases

    • Describe any modifications or customizations made to the existing solution

    • Include any performance metric...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is virtual DOM in React?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses the virtual DOM to efficiently update the actual DOM when there are changes in the application.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM, minimizing performance impact.

  • Answered by AI
  • Q2. Explain about Context API in react?
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - medium interview process.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. To introduce urself. About ur career background. Your educational details. Previous job details related yo project.
  • Q2. Maily focus on the projects u done. All question related what u mentions in CV. Basic of Embedded C, communication protocol.
  • Q3. CAN, LIN related questions, logical question
Round 2 - HR 

(1 Question)

  • Q1. Intro about Ur Self, last CTC, Whole Communication process takes in CAR? And some technical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do all basics things. And Be confident.
All the best. Whole process takes place in 1day only so get result in day.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Standard process in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Standard interview with live coding
  • Q2. Find the second largest element in an array
Round 3 - HR 

(1 Question)

  • Q1. Describe yourself in 3 words
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. There were 4 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 - Coding Test 

In depth coding test with bit level operations and memory concepts

Round 3 - Coding Test 

C++ coding test with focus on design patterns

Round 4 - One-on-one 

(3 Questions)

  • Q1. Manager round about previous experience and working project
  • Q2. What is your experience in feature development
  • Ans. 

    I have extensive experience in feature development, having worked on multiple projects and delivered successful features.

    • Developed features for various software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented features using agile methodologies and best practices

    • Conducted testing and debugging to ensure quality and functionality

    • Continuously improved features ba

  • Answered by AI
  • Q3. Why the job change currently

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding and other mentioned works in your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Object oriented Concepts concepts
  • Q2. Explain what is Constructors
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects of that class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q3. DO you know about the design pattern in C++
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Understanding design patterns can improve code quality and efficiency.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related products which I did and technology which I worked
  • Ans. I was explain about my work ,project and technology
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep believing your self ,so just believe and don't try to explain multiple technology knowledge you have only try for one technology which you have strong point of view

Schaeffler India Interview FAQs

How many rounds are there in Schaeffler India Softwaretest Engineer interview?
Schaeffler India interview process usually has 1 rounds. The most common rounds in the Schaeffler India interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 424 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
JBM Group Interview Questions
4.0
 • 251 Interviews
Cummins Interview Questions
4.3
 • 230 Interviews
ABB Interview Questions
4.1
 • 226 Interviews
Eaton Corporation Interview Questions
4.0
 • 115 Interviews
Hitachi Astemo Interview Questions
4.1
 • 101 Interviews
View all
Senior Executive
182 salaries
unlock blur

₹6 L/yr - ₹12.7 L/yr

Deputy Manager
174 salaries
unlock blur

₹8 L/yr - ₹16.8 L/yr

Executive
144 salaries
unlock blur

₹2 L/yr - ₹10.6 L/yr

Team Lead
107 salaries
unlock blur

₹4.5 L/yr - ₹14.4 L/yr

Trainee
104 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Schaeffler India with

Bosch

4.2
Compare

Siemens

4.1
Compare

ABB

4.1
Compare

TK Elevator

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