Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
Premium Employer

i

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

Tessolve Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.5

based on 346 Reviews

  • Why join us
  • Reviews
    346
  • Salaries
    2.4k
  • Interviews
    56
  • Jobs
    11
  • Benefits
    17
  • Photos
    -

Filter interviews by

Tessolve Interview Questions and Answers

Updated 11 May 2025
Popular Designations

13 Interview questions

A Post Silicon Validation Engineer was asked 1mo ago
Q. Design an XOR gate using standard logic gates.
Ans. 

An XOR gate can be constructed using AND, OR, and NOT gates to achieve the desired output.

  • XOR outputs true only when inputs differ: A=0, B=1 -> Output=1; A=1, B=0 -> Output=1.

  • Use two AND gates, one OR gate, and two NOT gates to create the XOR function.

  • The expression for XOR is: A XOR B = (A AND NOT B) OR (NOT A AND B).

  • Example: For inputs A=1, B=0, NOT B=1, NOT A=0; thus, (1 AND 1) OR (0 AND 0) = 1.

View all Post Silicon Validation Engineer interview questions
A PCB Design Engineer was asked 1mo ago
Q. Explain the basics of electrical circuits.
Ans. 

Basics of electrical circuits involve understanding components, laws, and circuit types for effective PCB design.

  • Components: Resistors, capacitors, inductors, diodes, and transistors are fundamental elements in circuits.

  • Ohm's Law: V = IR (Voltage = Current x Resistance) is crucial for analyzing circuits.

  • Series vs Parallel: In series, current is the same; in parallel, voltage is the same. Example: Christmas lights ...

View all PCB Design Engineer interview questions
An Associate Engineer was asked 4mo ago
Q. How does current flow in transistors?
Ans. 

Current flow in transistors is controlled by the voltage applied to the base terminal.

  • Transistors are three-terminal devices: emitter, base, and collector.

  • Current flows from the collector to the emitter when a voltage is applied to the base.

  • The amount of current flowing through the transistor is determined by the base current.

  • Transistors can be used as amplifiers or switches in electronic circuits.

View all Associate Engineer interview questions
A Digital Design Engineer was asked 5mo ago
Q. Implement a NAND gate using a 2:1 multiplexer.
Ans. 

NAND gate can be implemented using a 2:1 multiplexer by connecting one input to select line and the other input to one of the data inputs.

  • Connect one input of the NAND gate to the select line of the 2:1 mux.

  • Connect the other input of the NAND gate to one of the data inputs of the 2:1 mux.

  • Connect the other data input of the 2:1 mux to ground.

  • The output of the 2:1 mux will be the output of the NAND gate.

View all Digital Design Engineer interview questions
A Digital Design Engineer was asked 5mo ago
Q. Implement a 4:1 multiplexer using 2:1 multiplexers.
Ans. 

A 4:1 mux can be implemented using two 2:1 muxes by selecting one of the 2:1 muxes based on the select line.

  • Use one 2:1 mux to select between the two inputs of the second 2:1 mux based on the select line

  • Connect the outputs of the two 2:1 muxes to get the final 4:1 mux output

View all Digital Design Engineer interview questions
A Digital Design Engineer was asked 5mo ago
Q. Implement a 58:1 multiplexer using 2:1 multiplexers. How many 2:1 multiplexers are required?
Ans. 

A 58:1 mux can be implemented using 2:1 mux by cascading multiple levels of muxes.

  • Implement a 2:1 mux using 2 input lines and 1 output line.

  • Cascading multiple levels of 2:1 muxes can create a 4:1, 8:1, 16:1, and finally a 58:1 mux.

  • In this case, you would need 6 levels of 2:1 muxes to create a 58:1 mux.

View all Digital Design Engineer interview questions
A Softwaretest Engineer was asked
Q. How do you remove duplicates from an array?
Ans. 

Remove duplicates from an array of strings

  • Create a new empty array

  • Loop through the original array

  • Check if the current element exists in the new array

  • If not, add it to the new array

  • Return the new array

View all Softwaretest Engineer interview questions
Are these interview questions helpful?
A Verification Engineer was asked
Q. Write code for handshake in UVM.
Ans. 

Code for Handshake in UVM

  • Create a sequence item for handshake

  • Use a sequence to drive the handshake

  • Implement the handshake protocol in the driver and monitor

  • Use analysis ports to check for successful handshake

View all Verification Engineer interview questions
A Team Lead was asked
Q. How would you rate your C skills?
Ans. 

I rate myself as proficient in C programming language.

  • I have extensive experience in writing C code for various projects.

  • I am familiar with the syntax and semantics of the language.

  • I have a good understanding of memory management and pointers in C.

  • I have worked on optimizing C code for performance.

  • I have also mentored junior developers in C programming.

  • Overall, I am confident in my ability to write efficient and m...

View all Team Lead interview questions
A Mechanical Engg. Design was asked
Q. Wht is bjt wht is tht and all simple simple
Ans. 

BJT stands for Bipolar Junction Transistor. It is a three-layer semiconductor device used for amplification and switching.

  • BJT is a type of transistor that consists of three layers of semiconductor material.

  • It is commonly used in electronic circuits for amplification and switching purposes.

  • There are two types of BJT: NPN (Negative-Positive-Negative) and PNP (Positive-Negative-Positive).

  • BJTs have three terminals: th...

View all Mechanical Engg. Design interview questions
1 2

Tessolve Interview Experiences

56 interviews found

Design & Verification Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2024

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Sv hvm questions on constraiants and assertions
  • Add your answer
  • Q2. Questions on resume projects
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on protocols
  • Add your answer
  • Q2. Sv uvm questions
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Salary and pckge discussion
  • Add your answer
  • Q2. Details on client interview
  • Add your answer
Round 4 - Client Interview 

(2 Questions)

  • Q1. Projects and challenges
  • Add your answer
  • Q2. Sv uvm basics
  • Add your answer

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)
Anonymous

Digital Design Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Implement nand gate using 2:1 mux
  • Ans. 

    NAND gate can be implemented using a 2:1 multiplexer by connecting one input to select line and the other input to one of the data inputs.

    • Connect one input of the NAND gate to the select line of the 2:1 mux.

    • Connect the other input of the NAND gate to one of the data inputs of the 2:1 mux.

    • Connect the other data input of the 2:1 mux to ground.

    • The output of the 2:1 mux will be the output of the NAND gate.

  • Answered by AI
    Add your answer
  • Q2. Implement a 4:1 mux using 2:1 mux
  • Ans. 

    A 4:1 mux can be implemented using two 2:1 muxes by selecting one of the 2:1 muxes based on the select line.

    • Use one 2:1 mux to select between the two inputs of the second 2:1 mux based on the select line

    • Connect the outputs of the two 2:1 muxes to get the final 4:1 mux output

  • Answered by AI
    Add your answer
  • Q3. Implement a 58:1 mux using 2:1 mux and how many mux are required?
  • Ans. 

    A 58:1 mux can be implemented using 2:1 mux by cascading multiple levels of muxes.

    • Implement a 2:1 mux using 2 input lines and 1 output line.

    • Cascading multiple levels of 2:1 muxes can create a 4:1, 8:1, 16:1, and finally a 58:1 mux.

    • In this case, you would need 6 levels of 2:1 muxes to create a 58:1 mux.

  • Answered by AI
    View 1 more answer
  • Q4. Projects in the resume
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are very important as the interview was only around the basic digital circuits

Digital Design Engineer Interview Questions asked at other Companies

Q1. There is a river and four people (A, B, C, D) are on one side. They all have to move to the other side in 17 minutes. There is a boat with a max capacity of 2. Time taken by each person to travel alone is A=1min, B=2min, C=5min, D=10 min. I... read more
View answer (1)
Anonymous

PCB Design Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Basics core questions MCQ totally 50 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical hr round Asked about basic technical questions like what is resistance,a tive elements and passive elements,rectifer and draw and explain full wave rectifier circuit
  • Add your answer
  • Q2. Self intro and releted
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. General hr Asked generally
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic technical questions like fuses,relay,short circuit,open circuit, resistance value and capacitance value

PCB Design Engineer Interview Questions asked at other Companies

Q1. how to calculate trace width? if u have 15A current then what is your trace width?
View answer (2)
Anonymous

PCB Design Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

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

Aptitude with general knowledge

Round 2 - Technical 

(1 Question)

  • Q1. Basic of electronics and electrical
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Family background and few situational questions
  • Add your answer
Round 4 - One-on-one 

(1 Question)

  • Q1. Round with vice president
  • Add your answer

PCB Design Engineer Interview Questions asked at other Companies

Q1. how to calculate trace width? if u have 15A current then what is your trace width?
View answer (2)
Anonymous

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude level is easy to medium

Round 2 - Technical 

(4 Questions)

  • Q1. Questions on basic electronics concepts like semiconductors, transistors etc
  • Add your answer
  • Q2. How the current flow in transistors
  • Ans. 

    Current flow in transistors is controlled by the voltage applied to the base terminal.

    • Transistors are three-terminal devices: emitter, base, and collector.

    • Current flows from the collector to the emitter when a voltage is applied to the base.

    • The amount of current flowing through the transistor is determined by the base current.

    • Transistors can be used as amplifiers or switches in electronic circuits.

  • Answered by AI
    Add your answer
  • Q3. Personal introduction
  • Add your answer
  • Q4. About my projects
  • Add your answer

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Anonymous

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2025

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

This round is classified as easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. How the current is flowed in the semiconductor
  • Ans. 

    Current flows in a semiconductor due to the movement of charge carriers, either electrons or holes.

    • Current flows in a semiconductor when charge carriers (electrons or holes) move under the influence of an applied electric field.

    • In an n-type semiconductor, current is carried by electrons, while in a p-type semiconductor, current is carried by holes.

    • The flow of current can be controlled by applying a voltage across the s...

  • Answered by AI
    Add your answer
  • Q2. Questions on resistors,transistors etc
  • Add your answer

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Anonymous

PCB Design Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Prepare bascis of electrical circuits
  • Ans. 

    Basics of electrical circuits involve understanding components, laws, and circuit types for effective PCB design.

    • Components: Resistors, capacitors, inductors, diodes, and transistors are fundamental elements in circuits.

    • Ohm's Law: V = IR (Voltage = Current x Resistance) is crucial for analyzing circuits.

    • Series vs Parallel: In series, current is the same; in parallel, voltage is the same. Example: Christmas lights (seri...

  • Answered by AI
    Add your answer
  • Q2. Electronic devices and circuits
  • Add your answer

PCB Design Engineer Interview Questions asked at other Companies

Q1. how to calculate trace width? if u have 15A current then what is your trace width?
View answer (2)
Anonymous

Software Engineer Interview Questions & Answers

user image Vinay B C

posted on 23 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Multiple C, C++ DSA Questions
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (242)
Anonymous

Software Engineer Level 1 Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

20 MCQ based questions on C programming. 2 coding based questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Asked my knowledge on different types of sensors
  • Add your answer
  • Q2. Questions on pointers in C Programming
  • Add your answer
  • Q3. Embedded systems based basic questions.
  • Add your answer

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Describe a time you processed a file, selected the first three lines, identified the longest line, and counted the words in that line. What approach did you take, and what Java methods did you use?
View answer (1)
Anonymous

Design Engineer Interview Questions & Answers

user image Juhi Singh Padole

posted on 3 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate and experienced Design Engineer with a strong background in mechanical engineering.

    • Graduated with a degree in Mechanical Engineering from XYZ University

    • Worked for 5 years at ABC Company designing innovative products

    • Proficient in CAD software such as SolidWorks and AutoCAD

    • Strong problem-solving skills and attention to detail

    • Passionate about staying updated on the latest design trends and technologies

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Past experience
  • Add your answer

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (6)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
I left a job interview after just one question. Was that a mistake?
Today, I had an interview for a job I was really looking forward to. The job description seemed great, the pay was okay, and the company had good feedback online. I went in, shook hands with the person in charge of hiring, and we sat down to talk. Then, they asked their first question: "How do you feel about working extra hours without pay?" I actually laughed because I thought it was a joke. But the interviewer just looked at me, waiting for my answer. I asked if working extra time was required and if they paid for it. They said, "Well, we expect people to stay as long as they need to finish their work. Everyone here really cares about what they do, so we don't keep track of extra hours." I just stood up and said, "Thank you for your time, but this job isn't right for me," and then I left. Now, I'm wondering if I did the wrong thing. Should I have stayed and listened to more about the job? Or was leaving the right decision?
Got a question about Tessolve?
Ask anonymously on communities.
More about working at Tessolve
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • Semiconductors
  • 1k-5k Employees (India)

Tessolve Interview FAQs

How many rounds are there in Tessolve interview?
Tessolve interview process usually has 2-3 rounds. The most common rounds in the Tessolve interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Tessolve 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. The most common topics and skills that interviewers at Tessolve expect are Python, Product Engineering, Wireless, Automotive and Semiconductor.
What are the top questions asked in Tessolve interview?

Some of the top questions asked at the Tessolve interview -

  1. Implement a 58:1 mux using 2:1 mux and how many mux are requir...read more
  2. How do you convert analog to digital signal Where do you use encoder ( analog o...read more
  3. Input fre is 50MHz and I want half of the frequency at output design the circ...read more
How long is the Tessolve interview process?

The duration of Tessolve interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tessolve Interviews By Designations

  • Tessolve Test Engineer Interview Questions
  • Tessolve Post Silicon Validation Engineer Interview Questions
  • Tessolve Design & Verification Engineer Interview Questions
  • Tessolve PCB Design Engineer Interview Questions
  • Tessolve Software Engineer Interview Questions
  • Tessolve Associate Engineer Interview Questions
  • Tessolve Design Engineer Interview Questions
  • Tessolve Mechanical Engg. Design Interview Questions
  • Show more
  • Tessolve Team Lead Interview Questions
  • Tessolve Software Development Engineer Interview Questions

Interview Questions for Popular Designations

  • Test Engineer Interview Questions
  • Post Silicon Validation Engineer Interview Questions
  • Design & Verification Engineer Interview Questions
  • PCB Design Engineer Interview Questions
  • Senior Executive Interview Questions
  • Executive Interview Questions
  • Software Developer Interview Questions
  • Business Analyst Interview Questions
  • Show more
  • Associate Software Engineer Interview Questions
  • Data Analyst Interview Questions

Overall Interview Experience Rating

3.9/5

based on 42 interview experiences

Difficulty level

Easy 4%
Moderate 96%

Duration

Less than 2 weeks 70%
2-4 weeks 15%
4-6 weeks 11%
More than 8 weeks 4%
View more
logo
Join Tessolve Silicon and Systems Solutions Partner for Next-Gen Products

Interview Questions from Similar Companies

Qualcomm
Qualcomm Interview Questions
3.8
 • 266 Interviews
Intel
Intel Interview Questions
4.2
 • 221 Interviews
Texas Instruments
Texas Instruments Interview Questions
4.0
 • 124 Interviews
Synopsys
Synopsys Interview Questions
3.9
 • 93 Interviews
Applied Materials
Applied Materials Interview Questions
3.9
 • 79 Interviews
Micron Technology
Micron Technology Interview Questions
3.6
 • 72 Interviews
Cadence Design Systems
Cadence Design Systems Interview Questions
4.0
 • 66 Interviews
Molex
Molex Interview Questions
3.8
 • 56 Interviews
Advanced Micro Devices
Advanced Micro Devices Interview Questions
3.6
 • 48 Interviews
Lam Research
Lam Research Interview Questions
3.8
 • 46 Interviews
View all

Tessolve Reviews and Ratings

based on 346 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.2

Salary

3.5

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 346 Reviews and Ratings
Jobs at Tessolve
Tessolve
Software Engineer 1

Gonda,

Chennai

1-3 Yrs

₹ 5.4-8 LPA

Tessolve
FPGA Functional Validation Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 3.1-6.7 LPA

Tessolve
Post Silicon Validation Engineer 2

Bangalore / Bengaluru

3-5 Yrs

₹ 6-12 LPA

Explore more jobs
Tessolve Salaries in India
Post Silicon Validation Engineer
205 salaries
unlock blur

₹3.2 L/yr - ₹14.1 L/yr

Design Engineer
161 salaries
unlock blur

₹3.2 L/yr - ₹17.5 L/yr

Test Engineer
114 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Senior Design Engineer
95 salaries
unlock blur

₹5.9 L/yr - ₹25.4 L/yr

Software Engineer
90 salaries
unlock blur

₹2 L/yr - ₹10.9 L/yr

Explore more salaries
Compare Tessolve with
Qualcomm

Qualcomm

3.8
Compare
Intel

Intel

4.2
Compare
Apar Industries

Apar Industries

4.1
Compare
TDK India Private Limited

TDK India Private Limited

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tessolve Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter