Upload Button Icon Add office photos

Filter interviews by

General Atomics Software Test Engineer Intern Interview Questions and Answers

Updated 27 Sep 2022

General Atomics Software Test Engineer Intern 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

Interview questions from similar companies

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Concept about Java and it’s experience and in depth analysis of code with different situations
  • Q2. OOPS concept
  • Q3. Sorting Algorithm
  • Ans. 

    Sorting algorithm is a method of arranging elements in a specific order.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • The choice of sorting algorithm depends on the size of the data set, the data type, and the desired time complexity.

    • Sorting algorithms can be implemented in various programming languages such as Java, Python, and C++.

  • Answered by AI
  • Q4. Project discussion in detail
  • Q5. A thorough questions based on your resume so make sure you know everything in detail from projects to tech stack used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. It’ll be appreciated to be honest if you don’t have much idea about it rather than being over confident. Also whatever you know about learn in detail. For example I was given to write a code showing inheritance, I was asked questions on multiple scenario it is important to understand the in depth of concept of all keywords like static and annotations (@override) as this is basic but we need to know about how it works and what exactly happens when we don’t have it.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 1. some basic questions related to selenium.
  • Q2. 2. reverse a string, find a duplicate in a string.
  • Ans. 

    Reverse a string and find a duplicate in an array of strings.

    • To reverse a string, we can use the built-in reverse() method or loop through the string and append each character to a new string in reverse order.

    • To find a duplicate in an array of strings, we can use a hash table to keep track of the frequency of each string and return the first string with a frequency greater than 1.

  • Answered by AI
  • Q3. Some Linux basic command, cut, find.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write a simple resume and be extra polite.

I was interviewed in Oct 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with basic DSA questions. Questions on Selenium and Linux commands were also asked.

  • Q1. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Ans. 

    Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

    • Iterate through the characters of the string from end to start and append them to a new string to get the reversed string.

    • Use built-in functions like reverse() or StringBuilder in languages like Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to print eac...

  • Answered by AI
  • Q2. 

    Duplicate Characters in a String

    Given a string 'S' of length 'N', identify and return all the characters in the string that appear more than once along with their frequency.

    Example:

    Input:
     N = 5
    S =...
  • Ans. 

    Identify and return all characters in a string that appear more than once along with their frequency.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Return characters with frequency greater than 1 in an array of tuples.

  • Answered by AI
  • Q3. What is the cut command in Linux and how do you use it?
  • Ans. 

    The cut command in Linux is used to extract sections from each line of input.

    • Used to cut out specific sections of text from a file or input stream

    • Can specify the delimiter used to separate fields

    • Options include -c for characters, -f for fields, and -d to specify the delimiter

    • Example: cut -d',' -f1,3 file.txt

  • Answered by AI
  • Q4. What is the Find command in Linux and how is it used?
  • Ans. 

    The Find command in Linux is used to search for files and directories based on specified criteria.

    • Used to search for files and directories in a specified directory

    • Criteria can include file name, size, permissions, and more

    • Can be combined with other commands like -exec to perform actions on found files

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAThales interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Linux, Aptitude, OOPS, SeleniumTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of testing
  • Q2. Sql basic, joins
  • Q3. Unix and shell scripting

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.

General Atomics Interview FAQs

How many rounds are there in General Atomics Software Test Engineer Intern 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.

Interview Questions from Similar Companies

Qatar Airways Interview Questions
3.9
 • 55 Interviews
Thales Interview Questions
3.6
 • 45 Interviews
Serco Interview Questions
4.5
 • 33 Interviews
British Airways Interview Questions
3.1
 • 24 Interviews
View all
Compare General Atomics with

InterGlobe Aviation

3.6
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare

Serco

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