Upload Button Icon Add office photos

Sonovision-Aetos

Compare button icon Compare button icon Compare

Filter interviews by

Sonovision-Aetos Interview Questions and Answers

Updated 22 Mar 2025
Popular Designations

Sonovision-Aetos Interview Experiences

8 interviews found

Team Manager Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Based on Technical and regional language spoken
  • Q2. Salary expectation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic principles of an aircraft flying
  • Ans. 

    Basic principles of aircraft flying involve lift, thrust, drag, and weight.

    • Lift is generated by the wings as air flows over them at a higher speed than below.

    • Thrust is provided by the engines to move the aircraft forward.

    • Drag is the resistance encountered by the aircraft as it moves through the air.

    • Weight is the force of gravity acting on the aircraft.

    • To maintain level flight, lift must equal weight and thrust must equ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2023. 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 - Aptitude Test 

(3 Questions)

  • Q1. What is towing and taxing
  • Ans. 

    Towing and taxing are processes used in aviation to move aircraft on the ground.

    • Towing involves using a tug vehicle to move an aircraft from one location to another on the ground.

    • Taxing refers to the movement of an aircraft under its own power on the ground, typically to and from the runway.

    • Both towing and taxing require coordination between ground crew and pilots to ensure safety and efficiency.

    • Examples: Towing an air...

  • Answered by AI
  • Q2. What is calling mach number
  • Ans. 

    The calling mach number is the ratio of the speed of an object to the speed of sound in the medium through which the object is moving.

    • It is used in aerodynamics to determine the compressibility effects on the flow around an object.

    • A calling mach number of 1 means the object is traveling at the speed of sound.

    • Supersonic speeds have calling mach numbers greater than 1, while subsonic speeds have calling mach numbers less...

  • Answered by AI
  • Q3. Supsonic in aircraft
  • Ans. 

    Supersonic speed in aircraft refers to speeds greater than the speed of sound.

    • Supersonic speeds are typically achieved by military jets and some commercial aircraft like the Concorde.

    • At supersonic speeds, shock waves form around the aircraft, causing a sonic boom.

    • Supersonic flight requires specialized aerodynamics and materials to withstand the high temperatures and pressures.

    • Supersonic aircraft like the SR-71 Blackbir...

  • Answered by AI
Round 3 - Group Discussion 

Mayiladuthirai, tamilnadu , 609811

Round 4 - Group Discussion 

Chetti thoppu mayiladuthirai ,kali

Interview Preparation Tips

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

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Aerospace related
  • Q2. Mechanical related

I applied via Walk-in and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About myself
  • Q2. About my previous work (if any)
  • Q3. Identifying parts
  • Q4. Familiarisation with S1000D, ata 100 and ispec 2200

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with standards used for Aircraft Maintenance Manual.

Wdm Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

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

I applied via Walk-in and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude,engligh, and statistics

Round 2 - One-on-one 

(1 Question)

  • Q1. Transformers, circuit tracks,

I applied via Walk-in and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1 what difference between first angle and third angle projection?
  • Ans. 

    First angle and third angle projection are two different methods used in technical drawing to represent a 3D object on a 2D surface.

    • First angle projection is commonly used in Europe and Asia, while third angle projection is commonly used in North America.

    • In first angle projection, the object is placed in the first quadrant and the views are projected onto the planes surrounding the object.

    • In third angle projection, the...

  • Answered by AI
  • Q2. To identifie the details in part drawing by seeing the bill of materials
  • Q3. Need to convert 2d drawing to isometric drawing

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have good knowledge to convert Ortho to iso and should able to read the drawing sheet

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

Interview Questionnaire 

2 Questions

  • Q1. Simple Machine drawing analysis?
  • Ans. 

    Simple machine drawing analysis involves examining the components and functions of a machine through its technical drawings.

    • Identify the different parts of the machine and their functions

    • Analyze how the parts work together to achieve the machine's purpose

    • Check for any potential design flaws or areas for improvement

    • Consider the materials and manufacturing processes used in the machine's construction

    • Use engineering princ...

  • Answered by AI
  • Q2. Simple aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - It took 3 weeks to complete the process.
there were 2 rounds one was technical and the other was HR

Top trending discussions

View All
Interview Tips & Stories
2w
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 Sonovision-Aetos?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

Sonovision-Aetos Interview FAQs

How many rounds are there in Sonovision-Aetos interview?
Sonovision-Aetos interview process usually has 2 rounds. The most common rounds in the Sonovision-Aetos interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for Sonovision-Aetos 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 Sonovision-Aetos. The most common topics and skills that interviewers at Sonovision-Aetos expect are XML, CSS, C#, Illustrator and JIRA.
What are the top questions asked in Sonovision-Aetos interview?

Some of the top questions asked at the Sonovision-Aetos interview -

  1. 1 what difference between first angle and third angle projecti...read more
  2. What is towing and tax...read more
  3. What is calling mach num...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 11 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 75%
4-6 weeks 25%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

Sonovision-Aetos Reviews and Ratings

based on 164 reviews

3.1/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.9

Salary

2.6

Job security

3.0

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 164 Reviews and Ratings
Technical Author
189 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Technical Writer
135 salaries
unlock blur

₹2.8 L/yr - ₹8.3 L/yr

Project Manager
66 salaries
unlock blur

₹9.6 L/yr - ₹17.3 L/yr

Engineer
61 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Proof Reader
53 salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Explore more salaries
Compare Sonovision-Aetos with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview