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 Software Engineer Intern Interview Questions and Answers

Updated 16 Oct 2023

Ansys Software Private Limited Software Engineer Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Coding on oops multiple choice questions

Round 3 - Technical 

(3 Questions)

  • Q1. Find leaf node of binary tree
  • 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

  • Answered by AI
  • Q2. How to get left view right view top view of 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

  • Answered by AI
  • Q3. Some of the puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in OOPS and concepts related to OS and memory.

Skills evaluated in this interview

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.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About payment method integration
  • Q2. Oops concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,

Be polite and honest to them,

Answered to questions

Software Engineer Intern Interview Questions Asked at Other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, y ... read more
Q2. Partition Array Minimizing Subset Sum Difference Given an array c ... read more
Q3. Zero Matrix Problem Statement You are given a matrix MATRIX of di ... read more
Q4. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q5. Search In Rotated Sorted Array Problem Statement Given a rotated ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 - Coding Test 

3 Questions of mid difficulty

Round 3 - Coding Test 

2 questions of mid to hard difficulty

Round 4 - Technical 

(2 Questions)

  • Q1. Basic DSA and problem solving related questions
  • Q2. How to design and implement a dictionary application
  • Ans. 

    Design and implement a dictionary application for easy word lookup

    • Define data structure to store words and their meanings

    • Implement search functionality to look up words quickly

    • Include features like word suggestions, synonyms, and antonyms

    • Allow users to add new words and meanings to the dictionary

    • Consider implementing a user-friendly interface for easy navigation

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Aptitude Test 

Good and easy learn dsa and algo

Round 2 - Coding Test 

Learn dsa and algo binary tree and lists

Round 3 - Technical 

(1 Question)

  • Q1. Learn basic subjects and topics like OS and Cloud
Round 4 - HR 

(1 Question)

  • Q1. Short round based on aptitude and attidtude
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,reasoning,verbal,C language,Java,C++

Round 2 - Technical 

(2 Questions)

  • Q1. What is interface in JAVA
  • Ans. 

    An interface in Java is a reference type that defines a contract for classes to implement methods without providing their implementation.

    • Interfaces can contain method signatures and constants but no method bodies.

    • A class implements an interface using the 'implements' keyword. Example: 'class MyClass implements MyInterface'.

    • Multiple interfaces can be implemented by a single class, allowing for multiple inheritance of ty...

  • Answered by AI
  • Q2. Explain OOPS in JAVA
  • Ans. 

    OOP in Java is a programming paradigm based on objects, enabling code reusability, encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to pre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Test English level
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOP concepts
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation: Objects hide their internal state and require interaction through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have mult...

  • Answered by AI
  • Q2. Questions related to previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of the basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
  • Ans. 

    ref and out are C# keywords for passing arguments by reference, allowing methods to modify the original data.

    • ref requires the variable to be initialized before being passed. Example: 'int x = 10; SomeMethod(ref x);'

    • out does not require initialization before being passed. Example: 'int y; SomeMethod(out y);'

    • Both allow methods to modify the original variable, but ref is for existing data, while out is for returning new d...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Oops concept,Versioning in javascipt,CTE in sql server,Cursor in sql server,scenario based questions like if duplicate data is stored in email then what is your approach to resolve.
Round 1 - Technical 

(1 Question)

  • Q1. Based on c# ,oops and SQL server
Round 2 - Technical 

(1 Question)

  • Q1. Technical and director round
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience to interview with CIS . The process was smooth and easy.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself Tell me about your final year project Your family background
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself Class and object Constructor Polymorphism Multithreading Exception handling
Round 4 - Coding Test 

Pattern program
Multithreading program
And overriding program

Interview Preparation Tips

Interview preparation tips for other job seekers - They only want experience candidates overall interview is good .

Ansys Software Private Limited Interview FAQs

How many rounds are there in Ansys Software Private Limited Software Engineer Intern interview?
Ansys Software Private Limited interview process usually has 3 rounds. The most common rounds in the Ansys Software Private Limited interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Ansys Software Private Limited Software Engineer Intern interview?

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

  1. How to get left view right view top view of binary t...read more
  2. find leaf node of binary t...read more
  3. Some of the puzzle questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
Statusneo Interview Questions
3.9
 • 32 Interviews
GlobalStep Interview Questions
2.6
 • 29 Interviews
SpanIdea Interview Questions
3.6
 • 26 Interviews
View all
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