Upload Button Icon Add office photos

Filter interviews by

General Atomics Interview Questions and Answers

Updated 27 Sep 2022

General Atomics Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Sep 2021. There were 2 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 

(2 Questions)

  • Q1. Describe a project you’ve worked on that is complicated but in a way they will understand.
  • Q2. Explain the number of bits transferred for a given baud rate
  • Ans. 

    The number of bits transferred for a given baud rate depends on the duration of each bit.

    • Baud rate is the number of signal changes per second

    • The duration of each bit is the reciprocal of the baud rate

    • Higher baud rates transfer more bits per second

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Review general embedded system topics like bit arithmetic and serial communication

Skills evaluated in this interview

Software Test Engineer Intern Interview Questions asked at other Companies

Q1. Explain the number of bits transferred for a given baud rate
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you describe your role and responsibilities in your last organization?
  • Q2. What is the difference between a language copy and a live copy?
  • Q3. What is the process for creating workflows?
  • Q4. What are dam renditions?
  • Q5. What is the difference between experience fragments and content fragments?
Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself.
  • Q2. What are all html5 tags
  • Q3. How to write a function in javascript given some scenario?
  • Q4. Asked something about the api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Group discussion (GD) involves addressing a specific problem or situation collaboratively through discussion and problem-solving.

Round 2 - Group Discussion 

Group discussion (GD) entails tackling a specific issue or topic collaboratively.

Round 3 - Aptitude Test 

My attitude is typical.

Round 4 - Assignment 

My CV is attached for your review.

Round 5 - One-on-one 

(3 Questions)

  • Q1. What round are you referring to?
  • Q2. How many interview rounds are there?
  • Q3. Where it is running from
Round 6 - HR 

(2 Questions)

  • Q1. Who can serve as an HR representative?
  • Q2. How is the human resources department structured for the group?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

I am ECE students, Analog and Digital, basic aptitude and some control system questions

Round 2 - Technical 

(2 Questions)

  • Q1. They basically asked digital electronics (all concepts,adder,mux ,counters,you need design tha logic circuits also for given sequence)analog questions on options op amp, filters, MOSFET, bjt, jfet, control...
  • Q2. It's about your group project, they will ask more questions to confuse you, and they will ask everything like circuit, code, values.
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself in five years, just basic hr questions
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Folks,
Prepare the below topics very well.

1. Engineering mechanics
2. GD and T
3. Strength of materials
4. Manufacturing process
5. Tolerance stack up analysis
6. Engineering drawing

I had prepared them but still unable to clear the paper cause questions were tricky enough to answer.

I hope this helps you better for practice.

All the best “Brothers, Sister and Friends”.

Round 2 - Technical 

(3 Questions)

  • Q1. Design calculations
  • Q2. Project experience
  • Q3. Engineering concept

Interview Preparation Tips

Topics to prepare for Collins Aerospace Lead Mechanical Design Engineer interview:
  • Engineering mechanics
Interview preparation tips for other job seekers - Dude,
Be prepared well,
Their interview process is not matured enough to manage the crowd.
I had expected the written test but the way questions were made me think challenged one. Anyhow, it’s all learning for me.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About use and experience
  • Q2. Previous experience and roles and responsibility
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is interview process of Genpact.
  • Q2. What is working style of Genpact.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am working from Hindustan Aeronautics Limited Korwa AMETHI.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions for .Net and stored procedure
  • Q2. Questions like functions and sp difference, solid principles etc.
Round 2 - Technical 

(1 Question)

  • Q1. Two programs based on hacker earth test.
Round 3 - Technical 

(5 Questions)

  • Q1. Use less questions based on 25 horses running a race ...
  • Q2. Question based on reverse a string
  • Q3. Question on git commands(who asks these)
  • Q4. Questions based on stack and heap memory
  • Q5. Questions on explaining useless unworthy questions having no relevance to any experience of work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for useless questions which you have never prepared thinking with experience of 8+ years who will ask.they may surprise you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. GD & T , drawing knowledge and solid model
  • Q2. GD & T , drawing reading and Modelling

Interview Preparation Tips

Interview preparation tips for other job seekers - It is important to possess good knowledge and skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

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

(1 Question)

  • Q1. Yet to have the interview. Ambition box is forcefully making me enter these details

Skills evaluated in this interview

General Atomics Interview FAQs

How many rounds are there in General Atomics interview?
General Atomics interview process usually has 2 rounds. The most common rounds in the General Atomics interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 General Atomics interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Qatar Airways Interview Questions
4.0
 • 59 Interviews
Thales Interview Questions
3.7
 • 46 Interviews
Serco Interview Questions
4.4
 • 32 Interviews
British Airways Interview Questions
3.2
 • 27 Interviews
View all
Compare General Atomics with

InterGlobe Aviation

3.6
Compare

Tata Advanced Systems

3.8
Compare

Hindustan Aeronautics

4.3
Compare

Serco

4.4
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