Upload Button Icon Add office photos

Filter interviews by

BrahMos Aerospace System Engineer Interview Questions and Answers

Updated 30 May 2024

BrahMos Aerospace System Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - CPI based shortlisting, above 8 

(2 Questions)

  • Q1. They can ask you anything, obviously more from the chosen topic/subject, in my case it was Digital electronics like flip flops, counter in detail combinational and sequential everything.
  • Q2. Also, a long detailed discussion on Op-amp, and few basic questions from digital communication.

Interview Preparation Tips

Topics to prepare for BrahMos Aerospace System Engineer interview:
  • Op-amp
  • Sequential Circuit
  • Digital Communication

Interview questions from similar companies

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

(1 Question)

  • Q1. Do178b, ARP4754
Round 2 - HR 

(1 Question)

  • Q1. Expectation and salay

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic c Programming and Embedded Systems

Round 2 - One-on-one 

(1 Question)

  • Q1. C and Do-178b questions
Round 3 - One-on-one 

(1 Question)

  • Q1. C and Embedded system and Project related
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round, Mostly technical
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and my previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - C, Do-178 b process and Micro Controller knowledge

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

Interview Questionnaire 

5 Questions

  • Q1. 1. Work experience in previous organization
  • Ans. 

    Worked as a software engineer for 3 years at XYZ Company, specializing in front-end development.

    • Developed and maintained front-end features for web applications

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and provided feedback for improvements

  • Answered by AI
  • Q2. 2. Practical example of how did you use STL in previous work experience
  • Ans. 

    Utilized STL in previous work experience for efficient data manipulation and storage

    • Used vector to store and manipulate dynamic arrays of data

    • Utilized map for efficient key-value pair storage and retrieval

    • Implemented algorithms from the algorithm library for sorting and searching data

  • Answered by AI
  • Q3. 3. Practical example of how did you use OOPS in previous work experience
  • Ans. 

    Used OOPS principles to design and implement a modular system for managing user data

    • Created classes for User, Admin, and Moderator with inheritance and polymorphism

    • Implemented encapsulation by restricting access to certain data fields through getters and setters

    • Utilized abstraction to hide complex implementation details from other parts of the system

    • Implemented interfaces for different user roles to ensure consistent b

  • Answered by AI
  • Q4. 4. Practical example of how did you use Multithreading in previous work experience
  • Ans. 

    Implemented multithreading in a web scraping project to improve performance and efficiency.

    • Used multithreading to scrape data from multiple websites simultaneously

    • Implemented thread pooling to manage and reuse threads efficiently

    • Utilized synchronization techniques to prevent data corruption and ensure thread safety

  • Answered by AI
  • Q5. 5. All other questions were to check GK of software engineering like Can Java program have memory leaks? What do you prefer efficiency or performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and only answer things that you know. If you are not aware of a particular topic just be honest and let them know. Even if you are not technically sound but show a good potential to learn and obey they may hire you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to choose mosfet
  • Ans. 

    Choose a MOSFET based on voltage, current, power dissipation, switching speed, and package type.

    • Consider voltage and current requirements

    • Look at power dissipation and thermal considerations

    • Evaluate switching speed needed for the application

    • Choose the appropriate package type for mounting and heat dissipation

    • Check for additional features like built-in protection circuits

    • Example: For high power applications, choose a MOS

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

I applied via Recruitment Consulltant and was interviewed before Aug 2022. 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 - Aptitude Test 

It is like gate exam paper more of electronics questions than programming languages. Here the programming language is c and embedded

Round 3 - Technical 

(5 Questions)

  • Q1. Basic level questions on c but indepth discussion on the academic projects.
  • Q2. Explain Compilation stages
  • Ans. 

    Compilation stages involve preprocessing, compilation, assembly, linking, and loading.

    • Preprocessing: Includes expanding macros, handling conditional compilation, and file inclusion.

    • Compilation: Translates source code into assembly code or machine code.

    • Assembly: Converts assembly code into object code.

    • Linking: Combines multiple object files and libraries into a single executable.

    • Loading: Loads the executable into memory

  • Answered by AI
  • Q3. Logics on bit wise operators
  • Ans. 

    Bitwise operators are used to perform operations at the bit level on binary numbers.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all the bits

    • Left shift (<<) - shifts the bits to the left by a specified number of positions

    • Right shift (>>) - shifts the bits

  • Answered by AI
  • Q4. Understanding of pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to store memory addresses of variables.

    • They allow direct manipulation of memory locations.

    • Pointers can be used to pass variables by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

  • Answered by AI
  • Q5. Volatile and non volatile keywords

Interview Preparation Tips

Interview preparation tips for other job seekers - Have deep understanding of the project. Then have good understanding of basic level concepts in c, embedded c ,8051 controller along with protocols like UART,I2C,SPI.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI

I applied via LinkedIn and was interviewed in Apr 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Javascript basics, Easy to Medium coding problems
Round 3 - Technical 

(3 Questions)

  • Q1. React server side vs client side
  • Ans. 

    React server side rendering generates HTML on the server while client side rendering generates HTML on the browser.

    • Server side rendering is better for SEO and initial page load time

    • Client side rendering is better for interactivity and dynamic content

    • Server side rendering requires more initial setup and configuration

    • Client side rendering can be easier to develop and maintain

  • Answered by AI
  • Q2. Convert class based component to functional component
  • Ans. 

    To convert a class based component to functional component, we need to remove the class syntax and use hooks instead.

    • Remove the class syntax and replace it with a function

    • Remove the render method and return the JSX directly

    • Replace this.props with props

    • Use useState hook to manage state

    • Use useEffect hook to manage lifecycle methods

  • Answered by AI
  • Q3. SQL easy to medium questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Manager round. Discussion about the current project that you are working, technical implementation using AWS
  • Q2. Behavioural questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering. Admit if you dont know something.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic avionic domain questions

BrahMos Aerospace Interview FAQs

What are the top questions asked in BrahMos Aerospace System Engineer interview?

Some of the top questions asked at the BrahMos Aerospace System Engineer interview -

  1. They can ask you anything, obviously more from the chosen topic/subject, in my ...read more
  2. Also, a long detailed discussion on Op-amp, and few basic questions from digita...read more

Tell us how to improve this page.

BrahMos Aerospace System Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 150 Interviews
GE Interview Questions
4.2
 • 104 Interviews
AIRBUS Interview Questions
3.6
 • 71 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
Aequs Interview Questions
3.6
 • 32 Interviews
View all
BrahMos Aerospace System Engineer Salary
based on 4 salaries
₹15.6 L/yr - ₹16 L/yr
183% more than the average System Engineer Salary in India
View more details

BrahMos Aerospace System Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Engineer
35 salaries
unlock blur

₹2.7 L/yr - ₹4.5 L/yr

Associate Supervisor
18 salaries
unlock blur

₹2.2 L/yr - ₹3.8 L/yr

Supervisor
10 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Mechanical Engineer
9 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Quality Engineer
9 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare BrahMos Aerospace with

Indian Army

4.7
Compare

Indian Air Force

4.5
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

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