Upload Button Icon Add office photos
Engaged Employer

i

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

Ansys Software Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ansys Software Private Limited Interview Questions and Answers

Updated 1 May 2025
Popular Designations

25 Interview questions

An Internship Trainee was asked 1mo ago
Q. What is the difference between Mealy and Moore state machines, and why are there two different types of FSMs?
Ans. 

Mealy and Moore machines are two types of finite state machines (FSM) distinguished by their output generation methods.

  • Output Generation: In Mealy machines, the output depends on both the current state and the input, while in Moore machines, the output depends only on the current state.

  • Example of Mealy: If a Mealy machine is in state A and receives input 1, it might output 0 immediately based on that input.

  • Example...

View all Internship Trainee interview questions
An Applications Engineer was asked 6mo ago
Q. Tell me about the projects you have worked on.
Ans. 

Discussing projects showcases problem-solving skills and technical expertise in applications engineering.

  • Developed a custom software tool for data analysis, improving efficiency by 30%.

  • Collaborated with cross-functional teams to design a new product feature based on user feedback.

  • Implemented a troubleshooting guide that reduced customer support calls by 25%.

  • Led a project to integrate new technology into existing s...

View all Applications Engineer interview questions
An Intern was asked 10mo ago
Q. Explain the complete ASIC design flow process.
Ans. 

ASIC design flow process involves steps like specification, design, verification, synthesis, and testing.

  • Specification: Define requirements and constraints for the ASIC design.

  • Design: Create a high-level design based on the specifications.

  • Verification: Verify the design using simulations and tests.

  • Synthesis: Convert the design into a netlist of gates and connections.

  • Testing: Test the fabricated ASIC to ensure func...

View all Intern interview questions
An Applications Engineer was asked 10mo ago
Q. Explain the regions of operation of MOSFETs in a CMOS inverter.
Ans. 

The regions of operation of MOSFETs in a CMOS inverter are cutoff, triode, and saturation.

  • MOSFET operates in cutoff region when Vgs < Vth

  • MOSFET operates in triode region when Vgs > Vth and Vds < Vgs - Vth

  • MOSFET operates in saturation region when Vgs > Vth and Vds > Vgs - Vth

  • CMOS inverter uses both NMOS and PMOS transistors to achieve high noise immunity and low power consumption

View all Applications Engineer interview questions
An Applications Engineer was asked 10mo ago
Q. Explain power leakage and dynamic power in CMOS circuits.
Ans. 

Power leakage is the power dissipated in CMOS circuits when transistors are in off state, while dynamic power is the power dissipated during switching.

  • Power leakage occurs due to subthreshold leakage currents in transistors when they are in off state

  • Dynamic power is the power dissipated during charging and discharging of capacitive loads in CMOS circuits

  • Power leakage increases with decreasing transistor size, whil...

View all Applications Engineer interview questions
An Applications Engineer was asked 11mo ago
Q. Write a Python function that uses list slicing to reverse a given list.
Ans. 

Understanding Python lists and slicing operations is crucial for efficient data manipulation.

  • Lists in Python are ordered collections of items, e.g., myList = [1, 2, 3, 4].

  • Slicing allows you to access a subset of a list, e.g., myList[1:3] returns [2, 3].

  • Negative indices can be used to slice from the end, e.g., myList[-2:] returns [3, 4].

  • You can also use steps in slicing, e.g., myList[::2] returns [1, 3].

View all Applications Engineer interview questions
A Software Developer was asked 12mo ago
Q. Draw the recursion tree for this code.
Ans. 

Recursion tree for a given code

  • Identify the base case of the recursion

  • Draw a tree structure with each recursive call as a node

  • Label each node with the input parameters and return values

View all Software Developer interview questions
Are these interview questions helpful?
A Technical Support Engineer was asked 12mo ago
Q. What is the difference between the Biot number and the Nusselt number?
Ans. 

Biot number represents the ratio of internal resistance to external resistance in heat transfer, while Nusselt number represents the ratio of convective to conductive heat transfer.

  • Biot number is used to determine the relative importance of internal resistance to heat transfer compared to external resistance.

  • Nusselt number is used to determine the relative importance of convective heat transfer compared to conduct...

View all Technical Support Engineer interview questions
A Software Engineer Intern was asked
Q. Given a binary tree, how do you find all leaf nodes?
Ans. 

To find leaf node of binary tree, traverse the tree and check if node has no children.

  • Traverse the binary tree using depth-first search or breadth-first search

  • Check if a node has no left or right child, then it is a leaf node

  • Repeat the process for all nodes until all leaf nodes are found

View all Software Engineer Intern interview questions
A Software Engineer Intern was asked
Q. How do you get the left view, right view, and top view of a binary tree?
Ans. 

To get left view, right view, and top view of a binary tree, perform level order traversal and keep track of the first node encountered at each level.

  • Perform level order traversal of the binary tree

  • Keep track of the first node encountered at each level for left view

  • Keep track of the last node encountered at each level for right view

  • For top view, use a map to store horizontal distance and node pairs

View all Software Engineer Intern interview questions

Ansys Software Private Limited Interview Experiences

29 interviews found

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

Digital, RC RL circuits, Python, STA

Round 2 - Technical 

(2 Questions)

  • Q1. MOSFET Working, Elmore delay model
  • Q2. STA, Switched Capacitor
Round 3 - HR 

(2 Questions)

  • Q1. General Questions
  • Q2. Projects related qu
  • Ans. 

    Discussing projects showcases problem-solving skills and technical expertise in applications engineering.

    • Developed a custom software tool for data analysis, improving efficiency by 30%.

    • Collaborated with cross-functional teams to design a new product feature based on user feedback.

    • Implemented a troubleshooting guide that reduced customer support calls by 25%.

    • Led a project to integrate new technology into existing system...

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

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three DSA questions one on likedlist one on BST and one on maps

Round 2 - Technical 

(2 Questions)

  • Q1. Cpp pointers explain smart pointers
  • Ans. 

    Smart pointers in C++ provide automatic memory management and help prevent memory leaks.

    • Smart pointers are objects that manage the memory of a pointer automatically.

    • They ensure that memory is deallocated when it is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

  • Answered by AI
  • Q2. Cpp question based on OOPs concepts
Round 3 - Coding Test 

DSA questions on graph and lots of puzzles

Interview Preparation Tips

Topics to prepare for Ansys Software Private Limited Senior Engineer interview:
  • C++
  • DSA
  • OOPS
  • Puzzles
Interview preparation tips for other job seekers - Overall good experience, but the HR hasn't replied yet.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked Basic Aptitude Questions

Round 2 - Technical 

(5 Questions)

  • Q1. Nmos Cross Section drawing
  • Q2. Asic design flow
  • Q3. Asic vs fpga difference
  • Ans. 

    ASICs are custom-designed for specific applications, while FPGAs are reprogrammable and more flexible.

    • ASICs are Application-Specific Integrated Circuits designed for a specific purpose or application.

    • FPGAs are Field-Programmable Gate Arrays that can be reconfigured for different tasks.

    • ASICs are more efficient and faster than FPGAs for specific tasks.

    • FPGAs are more flexible and can be reprogrammed for different function...

  • Answered by AI
  • Q4. Static Timing Analysis
  • Q5. Projects related (verilog)

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Proof of Regions of operations of Mosfets in CMOS inverter.
  • Ans. 

    The regions of operation of MOSFETs in a CMOS inverter are cutoff, triode, and saturation.

    • MOSFET operates in cutoff region when Vgs < Vth

    • MOSFET operates in triode region when Vgs > Vth and Vds < Vgs - Vth

    • MOSFET operates in saturation region when Vgs > Vth and Vds > Vgs - Vth

    • CMOS inverter uses both NMOS and PMOS transistors to achieve high noise immunity and low power consumption

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain the power leakage and dynamic power in CMOS circuits.
  • Ans. 

    Power leakage is the power dissipated in CMOS circuits when transistors are in off state, while dynamic power is the power dissipated during switching.

    • Power leakage occurs due to subthreshold leakage currents in transistors when they are in off state

    • Dynamic power is the power dissipated during charging and discharging of capacitive loads in CMOS circuits

    • Power leakage increases with decreasing transistor size, while dyn...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your family background
  • Ans. 

    I come from a close-knit family with a diverse background, including engineers, teachers, and entrepreneurs.

    • My father is an electrical engineer and my mother is a high school teacher.

    • I have a younger sister who is studying business in college.

    • My grandparents were entrepreneurs and owned a small business in our hometown.

    • Family gatherings are always filled with lively discussions about technology, education, and business...

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

(2 Questions)

  • Q1. Mostly heat tranger based, conduction, convection.
  • Q2. Coding based question on python list and slicing operation.
  • Ans. 

    Understanding Python lists and slicing operations is crucial for efficient data manipulation.

    • Lists in Python are ordered collections of items, e.g., myList = [1, 2, 3, 4].

    • Slicing allows you to access a subset of a list, e.g., myList[1:3] returns [2, 3].

    • Negative indices can be used to slice from the end, e.g., myList[-2:] returns [3, 4].

    • You can also use steps in slicing, e.g., myList[::2] returns [1, 3].

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Cfd based question.
  • Q2. Python coding based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental about the subject matter is must.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to project
  • Q2. Explain the project
  • Ans. 

    The project is a software application designed to provide technical support to customers experiencing issues with a product or service.

    • Developed a user-friendly interface for customers to submit support tickets

    • Implemented a ticketing system to track and prioritize customer issues

    • Integrated knowledge base articles to provide self-help resources for common problems

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to project
  • Q2. Explain the project
  • Ans. 

    The project is a software application designed to streamline technical support processes and improve customer satisfaction.

    • Developed a user-friendly interface for customers to submit support tickets

    • Implemented a ticketing system to track and prioritize support requests

    • Integrated knowledge base for quick access to troubleshooting guides

    • Utilized automation tools to expedite resolution times

    • Conducted regular analysis of s...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About education
  • Q2. Explain them about my education
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 Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous experience
  • Q2. Relevant skills and projects

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Digital electronics, circuits , verilog , asic design flow

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the complete asic design flow process
  • Ans. 

    ASIC design flow process involves steps like specification, design, verification, synthesis, and testing.

    • Specification: Define requirements and constraints for the ASIC design.

    • Design: Create a high-level design based on the specifications.

    • Verification: Verify the design using simulations and tests.

    • Synthesis: Convert the design into a netlist of gates and connections.

    • Testing: Test the fabricated ASIC to ensure functiona...

  • Answered by AI
  • Q2. Power reduction techniques in CMOS
  • Ans. 

    Power reduction techniques in CMOS involve various methods to minimize power consumption in CMOS circuits.

    • Use of power gating to selectively turn off power to unused circuit blocks

    • Implementing clock gating to disable clock signals to unused circuitry

    • Utilizing voltage scaling to reduce power consumption at lower voltages

    • Applying dynamic voltage and frequency scaling to adjust voltage and frequency based on workload

    • Using...

  • Answered by AI

Engineering Student Interview Questions & Answers

user image yogesh jadhav

posted on 17 Sep 2024

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

It written test. Do all the logical questions. Along with that prepared for machine drawing

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Cmos Intverter VTC, types of power,
  • Q2. Difference between Melay and Moore, why two different FSM
  • Ans. 

    Mealy and Moore machines are two types of finite state machines (FSM) distinguished by their output generation methods.

    • Output Generation: In Mealy machines, the output depends on both the current state and the input, while in Moore machines, the output depends only on the current state.

    • Example of Mealy: If a Mealy machine is in state A and receives input 1, it might output 0 immediately based on that input.

    • Example of M...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ansys Software Private Limited?
Ask anonymously on communities.

Ansys Software Private Limited Interview FAQs

How many rounds are there in Ansys Software Private Limited interview?
Ansys Software Private Limited interview process usually has 2-3 rounds. The most common rounds in the Ansys Software Private Limited interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Ansys Software Private Limited 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 Ansys Software Private Limited. The most common topics and skills that interviewers at Ansys Software Private Limited expect are Ansys, Simulation, Python, Medical Devices and C++.
What are the top questions asked in Ansys Software Private Limited interview?

Some of the top questions asked at the Ansys Software Private Limited interview -

  1. 1) imagine their is a electricity bulb, upon reaching equilibrium with surround...read more
  2. Given a set of pixels forming a closed loop, aka a triangle in paint, write a p...read more
  3. Was asked to prove with logic that if any consecutive triplet exist such that i...read more
How long is the Ansys Software Private Limited interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 20 interview experiences

Difficulty level

Easy 17%
Moderate 67%
Hard 17%

Duration

Less than 2 weeks 92%
2-4 weeks 8%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 40 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
Statusneo Interview Questions
3.9
 • 31 Interviews
GlobalStep Interview Questions
2.6
 • 29 Interviews
SpanIdea Interview Questions
3.6
 • 26 Interviews
View all

Ansys Software Private Limited Reviews and Ratings

based on 122 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 122 Reviews and Ratings
Lead R&D Engineer - SCBU - PowerArtist

Noida

7-15 Yrs

Not Disclosed

Ansys AI Platform Support Engineer II

Pune

1-4 Yrs

Not Disclosed

Technical Support Engineer

Bangalore / Bengaluru

0-3 Yrs

Not Disclosed

Explore more jobs
R&D Engineer
55 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Team Manager
37 salaries
unlock blur

₹8.6 L/yr - ₹38.9 L/yr

Applications Engineer
36 salaries
unlock blur

₹8.5 L/yr - ₹30.4 L/yr

Senior R&D Engineer
36 salaries
unlock blur

₹22 L/yr - ₹54 L/yr

Senior Application Engineer
35 salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Explore more salaries
Compare Ansys Software Private Limited with

Autodesk

4.1
Compare

AgreeYa Solutions

3.2
Compare

Apisero

4.3
Compare

Actalent Services

3.5
Compare
write
Share an Interview