Upload Button Icon Add office photos

Filter interviews by

ORBCOMM Technologies Software QA Engineer Interview Questions and Answers

Updated 26 Nov 2024

ORBCOMM Technologies Software QA Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, regression, performance, and security testing.

    • Functional testing: Testing the functionality of the software.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing done manually by QA engineers.

    • Automated testing: Testing done using automation tools.

    • Regression testing: Testing to ensure new code chan...

  • Answered by AI
  • Q2. STLC process explain
  • Ans. 

    STLC (Software Testing Life Cycle) is a process used by software testers to ensure the quality of a software product.

    • STLC involves planning, designing, executing, and reporting on tests throughout the software development lifecycle.

    • Key stages in STLC include requirement analysis, test planning, test design, test execution, and test closure.

    • STLC helps in identifying defects early in the development process, reducing cos...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round will be coding test which will have Core java questions

Round 2 - Technical 

(4 Questions)

  • Q1. Type of Class Loaders available in java
  • Ans. 

    Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.

    • Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.

    • Extension Class Loader loads classes from the extensions directory.

    • System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.

  • Answered by AI
  • Q2. Coding question related find 3nd highest number with single loop and minimum time complexity.
  • Ans. 

    Use a single loop to find the 3rd highest number in an array with minimum time complexity.

    • Iterate through the array and keep track of the three highest numbers encountered so far.

    • Update the three highest numbers as you iterate through the array.

    • Return the third highest number once the loop is completed.

  • Answered by AI
  • Q3. What is diff between cyclicBarrier and countDownLatch?
  • Ans. 

    CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.

    • CyclicBarrier is reusable, while CountDownLatch is not.

    • CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.

    • CyclicBarrier resets automatica...

  • Answered by AI
  • Q4. What is diff between JPARepository and CURDRepository?
  • Ans. 

    JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.

    • JPARepository extends CRUDRepository and provides additional JPA-specific methods.

    • CRUDRepository is a generic interface for CRUD operations on a repository.

    • JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.

    • JPARepository...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Second round is pending

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The questions were related to the DSA. basic time complexities etc.

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview were aldo based upon DSA and resume.
Round 3 - Technical 

(1 Question)

  • Q1. The second technical interview was totally upon DSA questions. The interviewer did not introduce himself before the starting of the interview, He gave me 3 questions and asked me to code it.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is let, const and var?
  • Ans. 

    let, const, and var are keywords used for variable declaration in JavaScript.

    • let is block-scoped and can be reassigned.

    • const is block-scoped but cannot be reassigned.

    • var is function-scoped and can be reassigned.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Know your resume and your basics

Round 2 - Coding Test 

Know class diagrams. Very Huge for workday.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

ORBCOMM Technologies Interview FAQs

How many rounds are there in ORBCOMM Technologies Software QA Engineer interview?
ORBCOMM Technologies interview process usually has 1 rounds. The most common rounds in the ORBCOMM Technologies interview process are Technical.
What are the top questions asked in ORBCOMM Technologies Software QA Engineer interview?

Some of the top questions asked at the ORBCOMM Technologies Software QA Engineer interview -

  1. Types of test...read more
  2. STLC process expl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ORBCOMM Technologies interview
Referral
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

BrowserStack Interview Questions
3.7
 • 45 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
4.2
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
3Pillar Global Interview Questions
3.4
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Saviynt Interview Questions
2.7
 • 17 Interviews
View all
Senior Software Engineer
36 salaries
unlock blur

₹11.9 L/yr - ₹43.7 L/yr

Technical Support Engineer
34 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Software Engineer
9 salaries
unlock blur

₹6.5 L/yr - ₹13.2 L/yr

QA Lead
9 salaries
unlock blur

₹13.5 L/yr - ₹23.6 L/yr

Senior Technical Support Engineer
7 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Explore more salaries
Compare ORBCOMM Technologies with

SpeedCast

4.0
Compare

Hughes Network Systems

4.2
Compare

Viasat

3.5
Compare

Intelsat

3.6
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