Upload Button Icon Add office photos

Filter interviews by

Renault-Nissan Qa Automation Testing Engineer Interview Questions and Answers

Updated 6 Dec 2024

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Objective based questions covering general aptitude, c programming, algorithms, os, dbms, software engineering

Round: HR Interview
Experience: Candidates are eliminated after each round of interviews. Number of interviews varies from candidate to candidate. However 1 HR and 1 Tech interview is compulsory. Some may have separate tech and coding interviews.

General Tips: The 1st round aptitude paper is not too tough but ensures that not everyone is able to clear the cutoff.
In the tech interview programming questions were easy but OS questions are tricky and interviewer is looking for a candidate with a solid basics.
Skill Tips: Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews. Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews.
Do not spend too much effort on coding questions. Instead focus on fundamentals of OS, DBMS concepts like paging, threading, system calls etc
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions + 2 coding + 2 code error correction

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions, about your projects - Why is java platform independent - a few algorithms - agile methodology

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty good interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. They asked the questions according to your resume, so be prepared for what your resume contains

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

I applied through campus placement. The difficulty level of the aptitude test was from easy to moderate. For me, it was not that much difficult. So I cleared this round.

Round 2 - Technical 

(1 Question)

  • Q1. Asked these questions: q1. Describe yourself. q2. About the final year project. q3. Some topics related to Python, C, SQL, etc q4. Asked to write coding questions based on the given problem. That was all a...

Interview Preparation Tips

Topics to prepare for UST Associate Software Engineer interview:
  • Programming Languages
  • Aptitude
  • SQL
  • DBMS
Interview preparation tips for other job seekers - If freshers want to apply to a company study aptitude, make some good projects, study computer fundamentals, and learn basic coding questions for this you can use GFG, Codechef, etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Group Discussion 

Corona Pandemic, digitalization

Round 3 - Aptitude Test 

Qualitative and quantitative questions + gmat

Round 4 - Technical 

(1 Question)

  • Q1. Dbms, os, programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

6 medium coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What do you mean by Object oriented programing?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object-oriented programming.

    • Example: In a banking application, a 'Customer' class can have attributes like name and account balance, and methods li

  • Answered by AI
  • Q2. What is relational database? what are it's advantages?
  • Ans. 

    Relational database is a type of database that stores and organizes data in tables with relationships between them.

    • Data is stored in tables with rows and columns

    • Tables can have relationships with each other through keys

    • SQL is commonly used to query and manipulate data in relational databases

    • Examples include MySQL, PostgreSQL, Oracle

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Associate Software Engineer interview:
  • Python
  • Mechine learning

I applied via Job Fair and was interviewed before Jun 2021. 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 - Technical 

(1 Question)

  • Q1. HAC Classification, Basics of Safety
Round 3 - Technical 

(1 Question)

  • Q1. Incident investigation, Basics of Safety, Leadership skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your resume. Leadership skill is important

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the morning at our institute. There were technical and aptitude problems.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was actually a Techno HR round. I was asked some technical questions about OS, OOPS, COMPUTER NETWORKING, WEB DEVELOPMENT. He went through my whole resume, asked about all the projects and past working experiences. The interviewer was really good, we talked about so many other topics, from Women empowerment to Water Crises. I felt really confident while speaking because he made me so comfortable.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. 

    Selection Sort Algorithm sorts an array by repeatedly finding the minimum element and placing it at the beginning of the unsorted part.

    • Iterate through the array to find the minimum element and swap it with the first unsorted element.

    • Repeat this process for each element in the array until it is fully sorted.

    • Time complexity of Selection Sort is O(n^2) making it inefficient for large arrays.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from MKSSS's Cummins College of Engineering For Women, Pune. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPADell India interview preparation:Topics to prepare for the interview - Data structures and Algorithms, DBMS, OOPS, OS, NETWORKING, WEB DEVELOPMENTTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study data structures thoroughly and practice coding regularly. Do practice it on Leetcode as it has a lot of test cases, I personally find it really helpful. 
Tip 2 : Learn new skills and make projects with them to get the most out of them. 
Tip 3 : Do study other basic and very important subjects like Oops, DBMS, OS.

Application resume tips for other job seekers

Tip 1 : Do mention your achievements and other co curricular activities. 
Tip 2 : Your projects are a big highlight, keep them crisp and be prepared to explain them thoroughly.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

Renault-Nissan Interview FAQs

How many rounds are there in Renault-Nissan Qa Automation Testing Engineer interview?
Renault-Nissan interview process usually has 1 rounds. The most common rounds in the Renault-Nissan interview process are Technical.

Tell us how to improve this page.

Renault-Nissan Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
Asian Paints Interview Questions
4.0
 • 659 Interviews
Maruti Suzuki Interview Questions
4.2
 • 607 Interviews
UST Interview Questions
3.8
 • 523 Interviews
Cipla Interview Questions
4.1
 • 498 Interviews
Dell Interview Questions
3.9
 • 392 Interviews
Lupin Interview Questions
4.1
 • 355 Interviews
MRF Tyres Interview Questions
3.7
 • 314 Interviews
View all
Senior Engineer
458 salaries
unlock blur

₹4.9 L/yr - ₹13.2 L/yr

Assistant Engineer
324 salaries
unlock blur

₹4 L/yr - ₹9.7 L/yr

Engineer
308 salaries
unlock blur

₹5.4 L/yr - ₹11 L/yr

Assistant Manager
270 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Graduate Apprentice Trainee
259 salaries
unlock blur

₹0.7 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Renault-Nissan with

Tata Motors

4.2
Compare

Asian Paints

4.0
Compare

Maruti Suzuki

4.2
Compare

Cipla

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