Upload Button Icon Add office photos

Filter interviews by

Axis Aerospace & Technologies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. I was asked about my soft skills and my perfection in C/C++ programming language

Interview Preparation Tips

Round: HR Interview
Experience: My soft skills are average. Not extraordinary and I have a command over C. This helped me with this

College Name: Jaypee University Of Information Technology
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Find the ratio of the radius of the inscribed and circumscribed circles of a square of side length a.
  • Ans. 

    Ratio of radius of inscribed and circumscribed circles of a square of side length a.

    • The radius of the inscribed circle is half the length of the side of the square.

    • The radius of the circumscribed circle is half the diagonal of the square.

    • Ratio of radius of inscribed and circumscribed circles is 1:2.

  • Answered by AI
  • Q2. Find the coordinates of a point p1 with the distance of it from point p2 and the coordinates p2 and p3, given that all three points are collinear.
  • Ans. 

    To find the coordinates of point p1, use the distance formula and the collinearity of the three points.

    • Use the distance formula to find the distance between p1 and p2.

    • Use the slope formula to find the slope of the line passing through p2 and p3.

    • Use the slope and distance to find the equation of the line passing through p2 and p3.

    • Use the equation of the line and the coordinates of p2 to find the coordinates of p1.

  • Answered by AI
  • Q3. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p3 lie on a circle, find whether p4 lies inside or outside of the circle.
  • Ans. 

    To determine if p4 lies inside or outside the circle with p1, p2, and p3 coordinates.

    • Calculate the equation of the circle using p1, p2, and p3 coordinates.

    • Check the distance between p4 and the center of the circle.

    • If the distance is less than the radius of the circle, p4 lies inside the circle, otherwise outside.

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

(1 Question)

  • Q1. Find a point is inside a circle or not?
  • Ans. 

    To determine if a point is inside a circle, calculate the distance between the point and the center of the circle and compare it to the radius.

    • Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Compare the calculated distance to the radius of the circle. If the distance is less than the radius, the point is inside the circle.

    • For example, if the c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

Binary Search questions

Round 2 - Technical 

(2 Questions)

  • Q1. Spring Annotations
  • Q2. Java stream and related questions
Round 3 - HR 

(2 Questions)

  • Q1. Strength, Weakness
  • Q2. About the company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

C and c++ collectively 20 questions.14 is my achievement by the grace of Allah and his messager(S.A.W) peace be upon him.

Round 2 - Technical 

(1 Question)

  • Q1. C,c++,os,dsa,core cse subjects
Round 3 - HR 

(1 Question)

  • Q1. I was frustrated attending many interviews every one told me WE WILL GET BACK YOU.Same thing told in this company also by both HR I thing Anitha mam and our respective DIRECTOR SIR Prasad chorgudi.But fina...

Interview Preparation Tips

Interview preparation tips for other job seekers - Having technically sound and best skills many of them are lagging due to aptitude,analytical,logical,verbal and non verbal,mental ability,problem solving skills,now a days 99.99 % people are facing problem in attention to detail irrespective of any kind of job.In every job profile we will mandatorily had one point that is ATTENTION TO DETAILS.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Some GK questions.
Technical questions.
Problem solving and Math questions

Round 2 - Group Discussion 

Work from home vs Work from office

Round 3 - Interview 

(2 Questions)

  • Q1. Introduction of myself.
  • Q2. Technical Questions on network programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Be well-versed with C, SDLC and protocol standards
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Storage classes, Volatile, Programs on arrays
  • Q2. Describe my project
  • Q3. SDLC in general
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets the requirements and quality standards.

    • Examples of SDLC models include...

  • Answered by AI
  • Q4. CAN protocol functionality
  • Ans. 

    CAN protocol is a communication standard used in automotive and industrial applications.

    • CAN protocol stands for Controller Area Network

    • It is a message-based protocol used for communication between electronic control units (ECUs)

    • CAN protocol allows for high-speed communication and real-time data transmission

    • It is commonly used in automotive applications for functions such as engine control, transmission control, and bod...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. My interview started with my introduction followed by some questions related to the Software Engineering
  • Q2. Explain SDLC(Software Development Life Cycle)?
  • Ans. 

    SDLC is a process followed by software development teams to design, develop and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.

    • Each phase has its own set of deliverables and objectives.

    • SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps ensure that software is developed efficiently, on time, and within budget.

    • SDL...

  • Answered by AI
  • Q3. Name different Software Development Models You know about?
  • Ans. 

    Different software development models

    • Waterfall model

    • Agile model

    • Spiral model

    • V-model

    • Iterative model

    • RAD model

    • Prototype model

    • Incremental model

  • Answered by AI
  • Q4. Explain Waterfall model.It's advantages and disadvantages?
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • Advantages: clear and well-defined stages, easy to understand and manage, suitable for small projects with stable requirements

    • Disadvantages: inflexible, difficult to make changes once a stage is completed, testing is done only at the end, not suitable for large or complex projects

    • Stages: requirements gathering, design, implementation, testing, depl...

  • Answered by AI
  • Q5. What's Agile methodology and it's advantages over waterfall model?
  • Ans. 

    Agile is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile involves breaking down projects into smaller, more manageable chunks called sprints.

    • It prioritizes collaboration between developers, customers, and stakeholders.

    • It allows for changes and adjustments to be made throughout the development process.

    • It promotes continuous delivery and improvement.

    • Advantages ove...

  • Answered by AI
  • Q6. Dicussions about my Project.Explain E-R diagram of your Project?Have you done any Project in C,C++?Which Software Development Model you used?
  • Ans. 

    Questions about my project, E-R diagram, C/C++ projects, and software development model used.

    • Explained my project and its E-R diagram

    • Shared my experience with C/C++ projects

    • Discussed the software development model used

    • Provided examples to support my answers

  • Answered by AI
  • Q7. HR round was also with the techical interview so they asked some general HR questions

Interview Preparation Tips

Round: Test
Experience: The test was very easy, and the questions were on the basics of each section and time was also enough to complete all the questions.
Duration: 90 minutes
Total Questions: 57

Round: Group Discussion
Experience: It was scheduled after the first round, but as they don't have much time and also the student's shortlisted after the first round were not many. So, students were called directly for the interviews without any GD.

Skills:
College Name: NIT Hamirpur

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: Bombardier hired me from CDAC ACTS, Pune. The interview process was fairly easy. If you are clear with the concepts then you would have no problem in clearing the rounds. My advice would be that one should have good knowledge of control systems, power electronics to clear the test. English should be fairly proficient.
Skills: Communication, Body Language, Analytical Skills, Leadership, Presentation Skills
Duration: <1 week

Tell us how to improve this page.

Interview Questions from Similar Companies

British Airways Interview Questions
3.1
 • 24 Interviews
CAE Interview Questions
3.9
 • 9 Interviews
Etihad Airways Interview Questions
4.1
 • 7 Interviews
Dynalog India Interview Questions
3.7
 • 5 Interviews
View all

Axis Aerospace & Technologies Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Axis Aerospace & Technologies with

Bombardier Transportation

4.2
Compare

Military Engineer Services

4.4
Compare

British Airways

3.1
Compare

Bhadra International

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