Premium Employer

i

This company page is being actively managed by Mercedes-Benz Research and Development India Team. If you also belong to the team, you can get access from here
3.9

based on 1.5k Reviews

Filter interviews by

Mercedes-Benz Research and Development India HIL Testing Interview Questions, Process, and Tips

Updated 9 Mar 2017

Mercedes-Benz Research and Development India HIL Testing Interview Experiences

1 interview found

HIL Testing Interview Questions & Answers

user image Anonymous

posted on 9 Mar 2017

I was interviewed before Mar 2016.

Interview Questionnaire 

9 Questions

  • Q1. I am from an Instrumentation and control background so questions are mainly control related.
  • Q2. They will ask you to explain your main projects with block diagrams and graphs.
  • Q3. Different types of controllers, functions area of application, design a PID controller to control a first order system analyse the output response.
  • Ans. 

    PID controller is a type of controller used to regulate systems. It can be designed for first order systems and its output response can be analyzed.

    • PID controller is a feedback control mechanism that continuously calculates an error value and adjusts the control effort to minimize the error.

    • It consists of three components: proportional, integral, and derivative, which contribute to the control action based on the error...

  • Answered by AI
  • Q4. How to design a low pass filter using simulink
  • Ans. 

    To design a low pass filter using Simulink, follow these steps:

    • Open Simulink and create a new model

    • Drag and drop a signal source block and a low pass filter block from the Simulink library

    • Connect the signal source block to the input of the low pass filter block

    • Set the desired cutoff frequency and other parameters of the low pass filter block

    • Connect the output of the low pass filter block to a scope block to visualize t...

  • Answered by AI
  • Q5. Design a circuit to detect a rising edge of an input signal
  • Ans. 

    A circuit to detect a rising edge of an input signal.

    • Use a flip-flop to store the previous state of the input signal.

    • Compare the current state with the previous state to detect a rising edge.

    • Use a clock signal to synchronize the detection process.

    • Implement the circuit using logic gates or a microcontroller.

  • Answered by AI
  • Q6. Write an algorithm to print the sequence x x^2 x^3... x^8
  • Ans. 

    This algorithm prints the sequence of x raised to the powers from 1 to 8.

    • Initialize an empty array to store the sequence

    • Use a loop to iterate from 1 to 8

    • Inside the loop, calculate x raised to the power of the current iteration

    • Convert the result to a string and add it to the array

    • After the loop, print the array

  • Answered by AI
  • Q7. This was an interview done by the manager
  • Q8. Questions asked about your personal preferences and the kind of work you are expected and interested.
  • Q9. How long are you interested to stay if selected

Interview Preparation Tips

Round: Resume Shortlist
Experience: Telephonic Interview
Tips: They will thoroughly verify the information provided in your resume. Never bluff your skills.

Round: Technical Interview
Tips: The questions are well formulated to test your basic subject knowledge. Basic programming skills are an added advantage. Be thorough about your academic projects.

Round: Other Interview
Tips: Be confident and honest.

Skills: MATLAB, Simulink, c
College Name: Government Engineering College, Thrissur

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about class
  • Q2. Tell me about bdd
  • Ans. 

    BDD stands for Behavior Driven Development, a software development approach that focuses on defining behavior through examples.

    • BDD involves collaboration between developers, testers, and business stakeholders to define requirements in terms of behavior.

    • Scenarios are written in a specific format using Given-When-Then to describe the expected behavior of the system.

    • Tools like Cucumber and SpecFlow are commonly used for i...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why leave prev org
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set

    • Seeking career advancement

  • Answered by AI
  • Q2. What skills are you good at
  • Ans. 

    I am skilled in test planning, execution, defect tracking, and reporting.

    • Test planning

    • Test execution

    • Defect tracking

    • Reporting

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain about your framework
  • Ans. 

    My framework is a data-driven framework built using Selenium and TestNG for automated testing of web applications.

    • Uses Selenium for web automation

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

    • Supports parallel execution for faster testing

    • Includes reporting features for easy analysis of test results

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is minus query.
  • Ans. 

    A minus query is a type of SQL query that retrieves records from one table that do not have a corresponding record in another table.

    • Minus query is used to find records in one table that do not exist in another table.

    • It is similar to the 'EXCEPT' keyword in some SQL databases.

    • Example: SELECT * FROM table1 MINUS SELECT * FROM table2;

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, call flows, 5G cu-du related questions, Handover events.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SCT Institute of Technology, Bangalore and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions can be done in c cpp python or java

Round 2 - Technical 

(2 Questions)

  • Q1. It had questions about the role that we are gonna do
  • Q2. Waht is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It ensures that the software meets the specified requirements and works as expected.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Walk-in 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. About software testing lifecycle
  • Q2. What is functional testing & how many types of functional testing
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the functional requirements.

    • It is a black-box testing technique

    • It focuses on the external behavior of the software

    • It ensures that the software functions as expected

    • Types of functional testing include unit testing, integration testing, system testing, acceptance testing, and regression testing

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Testing Engineer interview:
  • Software Testing
  • Software Testing Life Cycle
Interview preparation tips for other job seekers - Don't take the one with the highest salary , best perks or fanciest title.Take the job that makes you happy..😊

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What about Testing ?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is an essential part of software development.

    • It helps to identify defects and errors in the software.

    • Testing can be done manually or through automation.

    • Types of testing include functional, performance, security, and usability testing.

    • Testing should be done throughout t

  • Answered by AI
  • Q2. Which tool using in software testing ?
  • Ans. 

    There are various tools used in software testing such as Selenium, JMeter, Appium, etc.

    • Selenium is used for web application testing

    • JMeter is used for load testing

    • Appium is used for mobile application testing

    • Other tools include TestComplete, SoapUI, etc.

  • Answered by AI
  • Q3. Why are you using Java?
  • Ans. 

    Java is a popular programming language for software testing due to its platform independence, object-oriented nature, and vast community support.

    • Java is platform-independent, meaning that code written in Java can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Java is object-oriented, making it easier to write modular and reusable code.

    • Java has a vast community of developers and testers, providing a...

  • Answered by AI
  • Q4. How to iterate Map ?
  • Ans. 

    To iterate a Map, use for-each loop or Iterator interface.

    • Use for-each loop to iterate over the Map entries.

    • Use keySet() method to get the Set of keys and then iterate over it.

    • Use values() method to get the Collection of values and then iterate over it.

    • Use entrySet() method to get the Set of Map.Entry objects and then iterate over it.

    • Use Iterator interface to iterate over the Map entries.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Web Services Software Testing Engineer interview:
  • Java Selinium
Interview preparation tips for other job seekers - Every one should be perfect but once get a chance to prove it

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Math, logical reasoning, verbal communication

Round 3 - Technical 

(1 Question)

  • Q1. Java basic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Must know about testing Manual and Automation tool
Create test plan , write test scenario, Write and execution of test case
Error, Defect,bug tracking, SDLC,STLC Agile methodology, functional testing, Database Testing, GUI testing, Exploratory testing,Black Box testing, white Box testing,V Model,QA,QC, severity, Priority

I applied via Other and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.self introduction 2.likes and dislikes. 3.hobbies 4.project. 5.my contribution in project. 6.strength. 7.how u overcome your weakness? That's it. Whether it is tr or hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well.
It is very easy to crack.

Mercedes-Benz Research and Development India Interview FAQs

How to prepare for Mercedes-Benz Research and Development India HIL Testing interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mercedes-Benz Research and Development India. The most common topics and skills that interviewers at Mercedes-Benz Research and Development India expect are Automation Testing, C++, Ethernet, Process Simulation and Python.
What are the top questions asked in Mercedes-Benz Research and Development India HIL Testing interview?

Some of the top questions asked at the Mercedes-Benz Research and Development India HIL Testing interview -

  1. Different types of controllers, functions area of application, design a PID con...read more
  2. How to design a low pass filter using simul...read more
  3. Design a circuit to detect a rising edge of an input sig...read more

Tell us how to improve this page.

Join Mercedes-Benz Research and Development India The best or nothing.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tata Motors Interview Questions
4.2
 • 981 Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Senior Engineer
1k salaries
unlock blur

₹10.3 L/yr - ₹32.4 L/yr

Senior Technical Lead
849 salaries
unlock blur

₹13 L/yr - ₹42.5 L/yr

Senior Consultant
752 salaries
unlock blur

₹9.1 L/yr - ₹28 L/yr

Principal Consultant
563 salaries
unlock blur

₹13.6 L/yr - ₹37.9 L/yr

Senior Software Engineer
514 salaries
unlock blur

₹10.4 L/yr - ₹32 L/yr

Explore more salaries
Compare Mercedes-Benz Research and Development India with

Bosch Global Software Technologies

4.0
Compare

Qualcomm

3.8
Compare

Tata Motors

4.2
Compare

BMW

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