Upload Button Icon Add office photos

Filter interviews by

Rangsons Aerospace Graduate Engineer Interview Questions and Answers

Updated 9 Sep 2024

Rangsons Aerospace Graduate Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of electronics like transistor,mosfet,gates etc
  • Q2. About academic projects
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations,willing to relocate etc..
  • Ans. 

    I am open to discussing salary expectations and willing to relocate for the right opportunity.

    • Open to discussing salary expectations based on the job responsibilities and market standards

    • Willing to relocate for the right opportunity to advance my career

    • Flexible in terms of location and open to exploring new opportunities

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude + Communication Assessment (Online MCQ)

Round 2 - Technical 

(5 Questions)

  • Q1. What is the Difference between C & C++?
  • Ans. 

    C is a procedural programming language while C++ is a multi-paradigm programming language with object-oriented features.

    • C is a procedural programming language while C++ supports both procedural and object-oriented programming.

    • C does not have classes and objects like C++.

    • C++ has features like inheritance, polymorphism, and encapsulation which are not present in C.

    • C++ allows function overloading and operator overloading ...

  • Answered by AI
  • Q2. Questions on OOP's Concepts.
  • Q3. Explain Your Major Project.
  • Ans. 

    Designed and implemented a smart irrigation system using IoT technology.

    • Researched different sensors to monitor soil moisture levels

    • Developed a mobile app to remotely control the irrigation system

    • Integrated weather forecasting data to optimize watering schedules

  • Answered by AI
  • Q4. Can you explain process you follow to deploy your project?
  • Ans. 

    I follow a systematic process involving testing, staging, and production deployment.

    • 1. Develop and test the project locally to ensure functionality.

    • 2. Push the code to a staging environment for further testing.

    • 3. Once approved, deploy the project to production environment.

    • 4. Monitor the deployment for any issues and troubleshoot if necessary.

  • Answered by AI
  • Q5. Mostly asked Coding questions like Prime number, Palindrome, Reverse array/string etc.
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in engineering, passionate about problem-solving and eager to apply my skills in a professional setting.

    • Graduated with a degree in engineering

    • Passionate about problem-solving

    • Eager to apply skills in a professional setting

  • Answered by AI
  • Q2. What challenges have you encountered in your projects, and how did you overcome them?
  • Ans. 

    I have encountered challenges such as tight deadlines, communication issues, and technical difficulties in my projects.

    • Tight deadlines required effective time management and prioritization of tasks.

    • Communication issues were resolved through regular meetings and clear documentation.

    • Technical difficulties were overcome by seeking help from colleagues or conducting research.

  • Answered by AI
  • Q3. Are you ready to work in different shifts?
  • Ans. 

    Yes, I am ready to work in different shifts as required for the job.

    • I am flexible and adaptable to different work schedules.

    • I understand the importance of teamwork and meeting project deadlines.

    • I am willing to work evenings, nights, weekends, and holidays if needed.

    • I have previous experience working in shifts during internships or part-time jobs.

  • Answered by AI
  • Q4. Are you ready to relocate at different locations?
  • Ans. 

    Yes, I am open to relocating for new opportunities and experiences.

    • I am willing to relocate for career growth and new challenges.

    • I understand that relocating may be necessary for certain job opportunities.

    • I am flexible and adaptable to new environments and locations.

  • Answered by AI
  • Q5. How adaptable you are?
  • Ans. 

    I am highly adaptable, able to quickly learn new skills and adjust to new environments.

    • I have successfully transitioned between different engineering roles, such as moving from mechanical engineering to software engineering.

    • I am comfortable working in fast-paced and ever-changing environments.

    • I have a track record of quickly adapting to new technologies and tools, such as learning a new programming language for a proje...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Graduate Engineer interview:
  • OOPS
  • SQL
  • OS
  • Your Projects
  • Mostly Asked Coding questions
Interview preparation tips for other job seekers - 1. Be Confident with excellent communication.
2. You must know all about whatever you have added in your resume.
3. Be prepared with all Previously asked questions.
4. Don't Answer shortly answer at least in one or two sentence

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

3 subsections with aptitude quantitative verbal and essay writing

Round 2 - Coding Test 

2 coding questions. easy-medium level.

Round 3 - English conversational 

(1 Question)

  • Q1. 30 mins online test. need to repeat what is told, grammatical errors, etc.
Round 4 - Technical 

(2 Questions)

  • Q1. Resume-based very easy questions, final year project
  • Q2. Some situation-based questions like your teammate isn't prepared for the project demo what will you do. Why not apply for a master's? What was your contribution to the project? Internship experience. some ...
Round 5 - HR 

(1 Question)

  • Q1. Easy. mainly check for confidence and communication skills

Interview Preparation Tips

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It consists of numerous types of reasoning and quants questions. They are basic level.

Round 2 - Technical 

(2 Questions)

  • Q1. About your project.
  • Q2. About basics of algorithm.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. About your past interview experiences.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Introduce and showcase your result.
  • Ans. 

    I successfully designed and implemented a new software system for optimizing energy consumption in buildings.

    • Researched current energy consumption trends in buildings

    • Developed algorithms to analyze and optimize energy usage

    • Implemented software system using Python and SQL

    • Conducted testing and validation to ensure accuracy

    • Resulted in 20% reduction in energy consumption in test buildings

  • Answered by AI
  • Q2. Libraries of python and how to add python with database.
  • Ans. 

    Python has libraries like SQLAlchemy, psycopg2 for database connectivity. Use these libraries to connect Python with databases.

    • Use SQLAlchemy library for ORM (Object Relational Mapping) to interact with databases.

    • Use psycopg2 library for direct interaction with PostgreSQL database.

    • Install the required libraries using pip install .

    • Establish connection to the database using appropriate credentials.

    • Execute SQL queries usi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself. Be clear and confident.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hr aptitude test, and psuedocodes

Round 2 - Coding Test 

There were 2 coding questions, easy to medium in 45 mins total

Round 3 - One-on-one 

(3 Questions)

  • Q1. Basic Introduction
  • Q2. Projects and resume
  • Q3. OOPS and DBMS, like pillars of OOPS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Online test , mixed of techincal and aptitude questions

Round 2 - Group Discussion 

They will give some topic, we have talk about it

Round 3 - Technical 

(2 Questions)

  • Q1. Self-introduction
  • Q2. Questions from technical skills you kept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test by simple math problems and basic coding

Round 2 - Technical 

(2 Questions)

  • Q1. Project Discussions
  • Q2. General Discussion
Round 3 - HR 

(2 Questions)

  • Q1. About company culture
  • Q2. About job role and joining
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the technologies used in your project.?

Graduate Engineer Interview Questions & Answers

TCS user image Anandakrishnan

posted on 17 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - HR 

(1 Question)

  • Q1. Write a letter of absence from hostel in microsoft word.
  • Ans. 

    Writing a letter of absence from hostel in Microsoft Word

    • Start by addressing the hostel warden or relevant authority

    • Provide a brief explanation for the absence

    • Mention the dates of absence and expected return date

    • Express regret for any inconvenience caused

    • Sign off with your name and room number

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain different data types.
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Data types include integers (whole numbers), floats (decimal numbers), strings (text), booleans (true/false), and arrays (lists of values).

    • Integers are used for counting, floats for precise calculations, strings for text manipulation, booleans for logical operations, and arrays for storing multiple values.

    • For example, an integer variabl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm an confident while answering the questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you think you are fit for this job
  • Q3. Speak about your previous experiences
Round 2 - One-on-one 

(1 Question)

  • Q1. First round was video recorded on few questions that they ask

Rangsons Aerospace Interview FAQs

How many rounds are there in Rangsons Aerospace Graduate Engineer interview?
Rangsons Aerospace interview process usually has 2 rounds. The most common rounds in the Rangsons Aerospace interview process are Technical and HR.
What are the top questions asked in Rangsons Aerospace Graduate Engineer interview?

Some of the top questions asked at the Rangsons Aerospace Graduate Engineer interview -

  1. basics of electronics like transistor,mosfet,gates ...read more
  2. about academic proje...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Rangsons Aerospace interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Rangsons Aerospace Graduate Engineer Salary
based on 4 salaries
₹2 L/yr - ₹4.5 L/yr
43% less than the average Graduate Engineer Salary in India
View more details
Associate Engineer
19 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Design Engineer
12 salaries
unlock blur

₹3.4 L/yr - ₹6.6 L/yr

Hardware Design Engineer
10 salaries
unlock blur

₹3.3 L/yr - ₹7.5 L/yr

Graduate Engineer Trainee (Get)
8 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Engineer
7 salaries
unlock blur

₹3.8 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Rangsons Aerospace with

Hindustan Aeronautics

4.3
Compare

Tata Advanced Systems

3.8
Compare

Mahindra Aerospace

3.9
Compare

Larsen & Toubro Limited

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview