Upload Button Icon Add office photos
Premium Employer

i

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

KLA-Tencor

Compare button icon Compare button icon Compare
4.0

based on 42 Reviews

Filter interviews by

KLA-Tencor Softwaretest Engineer Interview Questions and Answers

Updated 2 May 2023

KLA-Tencor Softwaretest Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Apr 2023. 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 - Aptitude Test 

Multiple choice questions and depends on therotical part

Round 3 - Technical 

(1 Question)

  • Q1. What is Software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to identify defects or errors.

    • Software testing is essential to ensure the quality and reliability of software.

    • It involves executing test cases and comparing the actual results with expected results.

    • Testing can be done manually or using automated tools.

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

    • Examples ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

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

Questions were on time work ratio

Round 2 - Coding Test 

2 easy questions like merge linked list

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops ,like deadlock,acid properties in dbms,implement merge sort
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

To long question difficult to read

Round 2 - Coding Test 

Difficult question cannot be completed in time frame

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude as usually happens,

Round 2 - Coding Test 

30 mins long, String are important

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 Nov 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 

General manager of a company that is a member of a group of companies and a member is responsible for managing and managing a large company that has the capacity for managing a company and managing the entire company in one place and a small guy business that has been in business in the last several years is responsible

Round 3 - Technical 

(2 Questions)

  • Q1. Actually there’s no reason to think it’s a bad sign that you can’t get a good job in your life because you’re going to get paid for the rest the year if you have a job that you’re going into the future you...
  • Q2. Y c malloc function returns and y stack operates in reverse
  • Ans. 

    The y c malloc function returns memory from the heap while y stack operates in reverse.

    • The y c malloc function is used to allocate memory dynamically from the heap.

    • The y stack operates in reverse, meaning the last item pushed onto the stack is the first item popped off.

    • This can cause issues if the programmer is not careful with memory allocation and stack usage.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Qualcomm Softwaretest Engineer interview:
  • C
  • Embedded C
  • Linux
Interview preparation tips for other job seekers - Be strong for the people straight out the door to the house and let them see you in a few days I don’t want o no o but you don’t have a problem I just want you know that you have a lot going for your life I love and I hope you’re having fun and you can stay healthy I hope you’re feeling well I hope you get better and you get some sleep tonight I hope you’re sleeping well and you feel good and you have some rest tonight

Skills evaluated in this interview

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

Profit and loss ,time and work ,speed distance and time

Round 2 - Coding Test 

Java ,ops ,collection frameworks

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General behavioral and situational questions about team members
Round 2 - Technical 

(1 Question)

  • Q1. Identify if the number is positive, negative or zero
  • Ans. 

    Identify if a number is positive, negative, or zero

    • Check if the number is greater than 0 to determine if it is positive

    • Check if the number is less than 0 to determine if it is negative

    • If the number is neither greater nor less than 0, it is zero

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java theory questions and system questions with 2 DSA question

Round 2 - Assignment 

System design question with api designs

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

KLA-Tencor Interview FAQs

How many rounds are there in KLA-Tencor Softwaretest Engineer interview?
KLA-Tencor interview process usually has 4 rounds. The most common rounds in the KLA-Tencor interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 KLA-Tencor interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 272 Interviews
Intel Interview Questions
4.2
 • 220 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Lam Research Interview Questions
3.7
 • 43 Interviews
View all
KLA-Tencor Softwaretest Engineer Salary
based on 10 salaries
₹4 L/yr - ₹6 L/yr
15% less than the average Softwaretest Engineer Salary in India
View more details
Software Engineer
37 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Associate Technical Leader
33 salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Technical Lead
23 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹9 L/yr - ₹26 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Explore more salaries
Compare KLA-Tencor with

Intel

4.2
Compare

Qualcomm

3.8
Compare

TDK India Private Limited

3.9
Compare

Molex

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview