Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Elxsi Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 2k Reviews

Filter interviews by

Tata Elxsi Senior SQA Engineer Interview Questions and Answers

Updated 8 Aug 2024

Tata Elxsi Senior SQA Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a seasoned Senior SQA Engineer with 8+ years of experience in software quality assurance.

    • 8+ years of experience in software quality assurance

    • Strong knowledge of testing methodologies and tools

    • Experience in test automation using tools like Selenium

    • Proficient in creating test plans and test cases

    • Excellent communication and problem-solving skills

  • Answered by AI
  • Q2. What are my exposure to ASPCIE and CMMI
  • Ans. 

    Exposure to ASPCIE and CMMI in SQA roles

    • Exposure to ASPCIE (Automotive SPICE) in ensuring software quality standards for automotive industry

    • Familiarity with CMMI (Capability Maturity Model Integration) for process improvement in software development

    • Experience in implementing ASPCIE and CMMI practices in SQA processes

    • Knowledge of ASPCIE Level 2 and CMMI Level 3 requirements

    • Collaboration with teams to align SQA activitie

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on your knowledge

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic selenium and Basic Java
Round 2 - Technical 

(1 Question)

  • Q1. Java Program - Reverse a string Selenium - stale element
  • Ans. 

    Reverse a string using Java program and handle stale element in Selenium

    • Create a Java program to reverse a string using StringBuilder or char array

    • In Selenium, handle stale element exception by refreshing the element or using WebDriverWait

    • Example: Java program - input: 'hello', output: 'olleh'; Selenium - handle stale element by refreshing the element before interacting with it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Automation Test Engineers.

    • I have researched the average salary range for Automation Test Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in automation testing.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions about c programming
  • Q2. Errors faced and resolution done
  • Ans. 

    I have faced errors related to compatibility issues with software versions, and resolved them by updating the software to the latest version.

    • Identified the specific software versions causing compatibility issues

    • Researched and found the latest version of the software

    • Updated the software to the latest version to resolve the compatibility issues

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotitation
  • Q2. Joining date preference
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 Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java basic codes eg: reverse the sentence of string, remove duplicate on string, descending order of array, second largest number of array,etc..

Round 2 - Technical 

(1 Question)

  • Q1. Project explanation, framework explanation, positive and negative test scenarios, GitHub,Jenkins,rest assured.
Round 3 - HR 

(1 Question)

  • Q1. Asking about previous organisation and current organisation. Pay scale discussion.

Interview Preparation Tips

Topics to prepare for Cyient Test Engineer interview:
  • Java
  • Selenium
  • Rest assured
  • Github
  • Jenkins
  • JIRA
  • OOPS
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Sit and Uat
  • Ans. 

    SIT and UAT are two different types of testing in software development.

    • SIT stands for System Integration Testing and focuses on testing the integration of different components or systems.

    • UAT stands for User Acceptance Testing and involves testing the software from the end user's perspective.

    • SIT is performed by the development team, while UAT is typically performed by the end users or client.

    • SIT ensures that the individ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me About yourself
  • Ans. HI I am Gopinaath,I Have Completed BTech Computer science Engineering sastra University 2011 year Passing out ,Total 10Years Experience in Manual Testing &My Annual
  • Answered by Gopinaath Vijayaraghavan

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2023. 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 

(2 Questions)

  • Q1. Difference between mux and merge blocks in matlab
  • Ans. 

    Mux block combines multiple signals into one, while merge block combines two signals into one in MATLAB.

    • Mux block is used to combine multiple signals into one output signal.

    • Merge block is used to combine two input signals into one output signal.

    • Mux block has multiple input ports, while merge block has two input ports.

    • Example: Mux block can be used to combine sensor data from multiple sources, while merge block can be u

  • Answered by AI
  • Q2. Mux is a selection block and merge combines signals
Round 3 - HR 

(2 Questions)

  • Q1. Expected salary
  • Q2. How do you manage work with life

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java basic, oops
  • Q2. Api testing, git, jenkins
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions asked from collections, Map & Array

Round 2 - Technical 

(1 Question)

  • Q1. Programming questions from arrays
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Senior SQA Engineer interview?
Tata Elxsi interview process usually has 1 rounds. The most common rounds in the Tata Elxsi interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
Senior Engineer
4.3k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.5k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
999 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
639 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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