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 298 Reviews

Filter interviews by

Tessolve Semiconductor Software Development Engineer Interview Questions and Answers

Updated 14 Feb 2024

Tessolve Semiconductor Software Development Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 days, python, mysql

Round 2 - Assignment 

Mysql queries, python coding tests

Interview Preparation Tips

Topics to prepare for Tessolve Semiconductor Software Development Engineer interview:
  • Python
  • mysql
  • TCL
Interview preparation tips for other job seekers - good company
depoyed for client

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic fundamentals of cs, dsa
  • Q2. Puzzles, os concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics for cs fundamentals, dsa leetcode medium
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Coding Test 

Problem solving, solved 2 out of 3 questions

Round 3 - Group Discussion 

General topics were given in gd

Round 4 - Technical 

(2 Questions)

  • Q1. Programming concepts
  • Q2. Projects and coding round questions solved
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical plus aptitude based on domain you choose( pre placemt talks)

Round 2 - Technical 

(2 Questions)

  • Q1. Communication theory , aptitude, electronics basics for firmware domain(screening)
  • Q2. Coding related questions
Round 3 - Technical 

(1 Question)

  • Q1. Circuits related practical questions
Round 4 - HR 

(1 Question)

  • Q1. General things only
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Its basically a test comprising 32 mcq
12- logical reasoning
20- core C,DBMS, OS , Computer Networks

2 coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. He just Gave me to design a React Page and removed all the starting code and gave me blank folder and asked to code all by myself
  • Q2. He asked me SQL queries which was quite tough as its of nested queries
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative Questions
Computer Science core MCQ questions
2 Coding Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Projects mentioned on resume
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Questions based on Linked List
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate data redundancy by breaking up tables into smaller, related tables.

    • It helps in reducing data anomalies such as insertion, update, and deletion anomalies.

    • Normalization is achieved through a series of stages called normal forms, with the most common being First Normal Form (1NF)...

  • Answered by AI
  • Q2. Code for armstrong alogrithm
  • Ans. 

    Armstrong algorithm is used to find Armstrong numbers in a given range.

    • Iterate through the numbers in the given range

    • Calculate the sum of cubes of each digit in the number

    • Check if the sum is equal to the original number

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Add two linked list
  • Ans. 

    To add two linked lists, iterate through both lists simultaneously and add corresponding nodes, considering carry from previous addition.

    • Create a dummy node to hold the result.

    • Initialize current node to dummy node.

    • Iterate through both lists, adding values and carry from previous addition.

    • Move to next nodes in both lists.

    • Handle cases where one list is longer than the other.

    • Handle final carry if present.

  • Answered by AI
  • Q2. Find shortest path in graph
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path in a graph

    • Implement Dijkstra's algorithm to find the shortest path between two nodes in a graph

    • Maintain a priority queue to keep track of the shortest distance to each node

    • Update the shortest distance to each node as you traverse the graph

    • Track the path by storing the previous node for each node visited

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Check tree is BST
  • Ans. 

    Check if a binary tree is a Binary Search Tree (BST)

    • Perform an in-order traversal of the tree and check if the resulting array is sorted

    • Keep track of the previous node value during traversal to compare with the current node value

    • Ensure that each node's value is greater than the previous node's value in the in-order traversal

  • Answered by AI
  • Q2. Check substring palindrome or not
  • Ans. 

    Check if a substring in an array of strings is a palindrome or not.

    • Iterate through each string in the array

    • For each string, check if any of its substrings are palindromes

    • Return true if a palindrome substring is found, false otherwise

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

Reasoning and logical

Round 2 - Coding Test 

Basic c ,strings and pointers

Round 3 - HR 

(5 Questions)

  • Q1. Introduction , why should we hire you.
  • Q2. What are salary expectations
  • Q3. Are u comfortable with our environment
  • Q4. Family background
  • Q5. Family income source

Interview Preparation Tips

Interview preparation tips for other job seekers - go with basic questions of languges

Tessolve Semiconductor Interview FAQs

How many rounds are there in Tessolve Semiconductor Software Development Engineer interview?
Tessolve Semiconductor interview process usually has 2 rounds. The most common rounds in the Tessolve Semiconductor interview process are Coding Test and Assignment.
How to prepare for Tessolve Semiconductor Software Development 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 ARM, Embedded C, Github, Jenkins and Linux.

Tell us how to improve this page.

Tessolve Semiconductor Software Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
Qualcomm Interview Questions
3.8
 • 273 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Einfochips Interview Questions
3.4
 • 70 Interviews
View all
Post Silicon Validation Engineer
161 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Design Engineer
133 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Test Engineer
107 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
91 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

PCB Design Engineer
79 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Tessolve Semiconductor with

Sankalp Semiconductor

3.8
Compare

Einfochips

3.4
Compare

Mistral Solutions

3.8
Compare

KPIT Technologies

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