Upload Button Icon Add office photos
Premium Employer

i

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

Tessolve Semiconductor Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 294 Reviews

Filter interviews by

Tessolve Semiconductor Senior Test Engineer Interview Questions and Answers

Updated 1 Jun 2021

Interview questions from similar companies

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

I was interviewed in Nov 2023.

Round 1 - Coding Test 

Manual, automation questions, java, c#

Round 2 - Coding Test 

Code given for writing

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
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 Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Q2. VLSI design questions
  • Q3. Setup time analysis
  • Q4. Hold time analysis
  • Q5. Test patter generation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Capacitor and voltage in series and parallel
  • Ans. 

    Capacitors in series add reciprocally, in parallel add directly. Voltage in series is the sum, in parallel is the same.

    • Capacitors in series: 1/Ctotal = 1/C1 + 1/C2

    • Capacitors in parallel: Ctotal = C1 + C2

    • Voltage in series: Vtotal = V1 + V2

    • Voltage in parallel: Vtotal = V1 = V2

  • Answered by AI
  • Q2. RLC circuit and circuit theory
Round 2 - Technical 

(2 Questions)

  • Q1. Analyse the output of the circuitry
  • Ans. 

    The output of the circuitry needs to be analyzed for functionality and accuracy.

    • Examine the input and output signals to ensure they are within expected ranges

    • Check for any noise or interference in the output

    • Verify that the circuit is functioning as designed based on the specifications

    • Look for any potential issues or errors in the output

  • Answered by AI
  • Q2. Draw the output waveforms
  • Ans. 

    The output waveforms can be drawn based on the input signal and circuit configuration.

    • Understand the input signal characteristics (frequency, amplitude, etc.)

    • Analyze the circuit components and their effects on the signal

    • Draw the output waveform based on the input and circuit analysis

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is SDLC and expalin its steps
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • 1. Planning: Define the scope, requirements, and objectives of the project.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design plan for the software.

    • 4. Implementation: Develop the software based on the design plan.

    • 5. Testing: Test the...

  • Answered by AI
  • Q2. Regression testing and real time example
  • Ans. 

    Regression testing is retesting of software to ensure new changes do not negatively impact existing functionality.

    • Regression testing is performed to verify that recent code changes have not adversely affected existing features.

    • It involves running previously executed test cases to ensure that no new bugs have been introduced.

    • Example: After adding a new feature to a website, regression testing is done to make sure all ex...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basic Fundamentals, Data structures and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show zeal to learn
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About Manual and automation basic question
Round 2 - Coding Test 

Build framework and write testcases

Round 3 - One-on-one 

(1 Question)

  • Q1. About company and work
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Nearly 90 questions. 1.30 hr.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain CMOS inverter?
  • Ans. 

    CMOS inverter is a type of digital logic gate that implements logical NOT operation.

    • CMOS inverter consists of a PMOS transistor connected in series with an NMOS transistor.

    • When input is high, PMOS conducts and NMOS is off, output is low.

    • When input is low, NMOS conducts and PMOS is off, output is high.

    • CMOS inverters are widely used in digital circuits for logic operations.

    • Example: Inverter gate in a CMOS technology-base

  • Answered by AI
  • Q2. Coding question based on min distance from top to bottom in a pyramid.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between sanity and smoke
  • Ans. 

    Sanity testing is a narrow and deep testing approach to check if the specific functionality is working fine after changes, while smoke testing is a broad and shallow testing approach to check if the software build is stable enough for further testing.

    • Sanity testing focuses on specific functionality, smoke testing checks overall stability

    • Sanity testing is usually performed after a specific change, smoke testing is perfo...

  • Answered by AI
  • Q2. Difference between regression n retesting
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing specific areas after fixes.

    • Regression testing is done to ensure that new code changes do not affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing involves running the entire test suite, while retesting focuses on specific test cases.

    • Example: After fixing a bu...

  • Answered by AI
  • Q3. Find repetitive words in string program
  • Ans. 

    Program to find repetitive words in a string

    • Split the string into words using a delimiter like space

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap

    • Identify words with frequency greater than 1 as repetitive

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1) linked lists
2) max element in list
3) fibbonacci
4) recursion
5) check if ip addr is valid

Round 2 - HR 

(2 Questions)

  • Q1. Preffered locations
  • Q2. Salary negotiation

Tessolve Semiconductor Interview FAQs

How to prepare for Tessolve Semiconductor Senior Test Engineer 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 Tessolve Semiconductor. The most common topics and skills that interviewers at Tessolve Semiconductor expect are Analog, Circuit Theory, Debugging, Digital Electronics and Flex.

Tell us how to improve this page.

Tessolve Semiconductor Senior Test Engineer Salary
based on 71 salaries
₹6 L/yr - ₹15.8 L/yr
At par with the average Senior Test Engineer Salary in India
View more details

Tessolve Semiconductor Senior Test Engineer Reviews and Ratings

based on 7 reviews

3.1/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

2.5

Salary

3.7

Job security

2.9

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 7 Reviews and Ratings
Post Silicon Validation Engineer
160 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Design Engineer
133 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Test Engineer
109 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Design Engineer
97 salaries
unlock blur

₹5.9 L/yr - ₹22 L/yr

Software Engineer
91 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Tessolve Semiconductor with

Sankalp Semiconductor

3.8
Compare

Einfochips

3.3
Compare

Mistral Solutions

3.8
Compare

KPIT Technologies

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