Upload Button Icon Add office photos

Filter interviews by

Convergent Science Interview Questions and Answers

Updated 24 Jul 2024

Convergent Science Interview Experiences

Popular Designations

2 interviews found

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

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

Round 1 - Aptitude Test 

Simple questions based on fundamentals of CFD

Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on Bernoulli principle
  • Q2. Question on turbulence

Interview Preparation Tips

Topics to prepare for Convergent Science Applications Engineer interview:
  • CFD basics
Interview preparation tips for other job seekers - Keep your basics strong and be ready for puzzles

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

I applied via Company Website and was interviewed before Mar 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determ...
  • Ans. 

    Answering technical questions for Software Engineer 2 position

    • To determine if a point is inside or outside a 2-manifold, use the ray casting algorithm

    • To merge closeby points, use clustering algorithms like k-means or DBSCAN

    • To determine if the normals of two triangles are wrongly oriented, use the cross product of their edges

    • Favorite research paper and why

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

(2 Questions)

  • Q1. How does a DFS work?
  • Ans. 

    DFS is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • DFS stands for Depth First Search.

    • It starts at the root node and explores as far as possible along each branch before backtracking.

    • It uses a stack to keep track of the visited nodes.

    • It can be implemented recursively or iteratively.

    • It is used in finding connected components, topological sorting, and solving puzzles

  • Answered by AI
  • Q2. How to find if an array has duplicates, in linear time?
  • Ans. 

    To find duplicates in an array of strings in linear time

    • Create a hash table to store the frequency of each string

    • Iterate through the array and check if the frequency of any string is greater than 1

    • If yes, then it is a duplicate

    • Return true if duplicates are found, else false

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep on fighting without getting tired.

Skills evaluated in this interview

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Jobs at Convergent Science

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

Convergent Science Interview FAQs

How many rounds are there in Convergent Science interview?
Convergent Science interview process usually has 2-3 rounds. The most common rounds in the Convergent Science interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Convergent Science 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 Convergent Science. The most common topics and skills that interviewers at Convergent Science expect are CFD, C++, Computational Fluid Dynamics, Linux and Opengl.
What are the top questions asked in Convergent Science interview?

Some of the top questions asked at the Convergent Science interview -

  1. - Given a water -tight orientable 2-manifold, how to find if a point is inside ...read more
  2. How to find if an array has duplicates, in linear ti...read more
  3. How does a DFS wo...read more

Tell us how to improve this page.

Convergent Science Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Convergent Science Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

4.5

Skill development

4.1

Work-life balance

3.7

Salary

4.1

Job security

4.5

Company culture

3.7

Promotions

4.5

Work satisfaction

Explore 4 Reviews and Ratings
Marketing Coordinator

Pune

1-3 Yrs

Not Disclosed

CAD & Technical Documentation Engineer

Pune

1-3 Yrs

Not Disclosed

Explore more jobs
Research Engineer
5 salaries
unlock blur

₹9.5 L/yr - ₹12 L/yr

Cadd Designer
3 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Cfd Application Engineer
3 salaries
unlock blur

₹9 L/yr - ₹12 L/yr

Explore more salaries
Compare Convergent Science with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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