Upload Button Icon Add office photos

o9 Solutions

Compare button icon Compare button icon Compare

Filter interviews by

o9 Solutions QA Engineer Interview Questions and Answers

Updated 29 Sep 2024

o9 Solutions QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2Hours hacker earth platform topic was Dynamic programing and strings

Round 2 - One-on-one 

(1 Question)

  • Q1. Trees and graphs

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Nifi and Python coding and api

Round 2 - Coding Test 

Nifi And python coding and api

Round 3 - Technical 

(1 Question)

  • Q1. Project implementation and test frameworkj

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. About the current project roles & responsibilites
  • Q2. What protocols do you know
  • Ans. 

    I am familiar with protocols such as HTTP, HTTPS, TCP/IP, FTP, SMTP, and SNMP.

    • HTTP - Hypertext Transfer Protocol used for web communication

    • HTTPS - Secure version of HTTP using SSL/TLS encryption

    • TCP/IP - Transmission Control Protocol/Internet Protocol for network communication

    • FTP - File Transfer Protocol for transferring files over a network

    • SMTP - Simple Mail Transfer Protocol for sending emails

    • SNMP - Simple Network Man

  • Answered by AI
  • Q3. How MQTT publish and subscribe works draw the flow of it
  • Ans. 

    MQTT publish and subscribe work by clients connecting to a broker, where publishers send messages to topics and subscribers receive messages from those topics.

    • Clients connect to a broker to publish or subscribe to topics

    • Publishers send messages to specific topics on the broker

    • Subscribers receive messages from topics they are subscribed to

    • Broker manages the routing of messages between publishers and subscribers

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Self introduction
  • Q2. How good you are on testing and few real based scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be moderate level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. NAf ehkhe k efkejf kew efk jfnkjdn
  • Q2. NAdfsdf dnfndkjsf dnf ndfkne nkdnfk

Interview Preparation Tips

Interview preparation tips for other job seekers - sndsand

QA Engineer Interview Questions & Answers

NeoSOFT user image Shreeya Pimplapure

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing and project related
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Technical 

(1 Question)

  • Q1. Oops concept , string manipulation programs , api testing
Round 3 - Technical 

(1 Question)

  • Q1. Post api call , java string program
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dayanand Sagar College of Management and Information Technology, Bangalore and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Online assessment based on MCQ + coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of programming is required
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

25 one marks questions need to be solved.

Round 3 - Group Discussion 

Discussed about how our life changed during COVID-19

Round 4 - Coding Test 

Java and SQL Questions need to be solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics and very strong in that!!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

For QA must have knowladge on Selenium,java,maven,git and any ci/cd must.

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Totally it was 45 questions...

Round 3 - Technical 

(5 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to verify that existing features still work correctly

    • Helps prevent the introduction of new bugs or issues

    • Automated tools can be used to streamline the process

    • Examples: running test cases after a software update, checking for bugs in previou

  • Answered by AI
  • Q2. What is difference between smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

    • Smoke testing is done to check if the software build is stable enough for further testing, while sanity testing is done to check if the specific functionality is working as expected.

    • Smoke testing is usually performed by developers before handing over the build to QA, while sanity testing is usually performed by QA en...

  • Answered by AI
  • Q3. What is functional testing
  • Ans. 

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Tests the functionality of the software application

    • Focuses on what the system does

    • Verifies that the system behaves as expected

    • Does not concern with how the system works internally

    • Examples: testing login functionality, search feature, data validation

  • Answered by AI
  • Q4. Oops concepts and its definition
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hides the complex implementation detail...

  • Answered by AI
  • Q5. Testng and cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your technical skills

Skills evaluated in this interview

o9 Solutions Interview FAQs

How many rounds are there in o9 Solutions QA Engineer interview?
o9 Solutions interview process usually has 2-3 rounds. The most common rounds in the o9 Solutions interview process are Coding Test, One-on-one Round and Technical.
How to prepare for o9 Solutions QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at o9 Solutions. The most common topics and skills that interviewers at o9 Solutions expect are Automation Testing, Manual Testing, QTP, Selenium and Web Application Testing.
What are the top questions asked in o9 Solutions QA Engineer interview?

Some of the top questions asked at the o9 Solutions QA Engineer interview -

  1. project implementation and test framewo...read more
  2. Trees and gra...read more

Tell us how to improve this page.

o9 Solutions QA Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
o9 Solutions QA Engineer Salary
based on 13 salaries
₹6.2 L/yr - ₹23 L/yr
135% more than the average QA Engineer Salary in India
View more details

o9 Solutions QA Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.4

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Consultant
224 salaries
unlock blur

₹10 L/yr - ₹21.1 L/yr

Consultant
173 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Technical Consultant
83 salaries
unlock blur

₹7.5 L/yr - ₹13 L/yr

Solution Architect
78 salaries
unlock blur

₹21 L/yr - ₹40 L/yr

Senior Technical Consultant
76 salaries
unlock blur

₹11 L/yr - ₹19.5 L/yr

Explore more salaries
Compare o9 Solutions with

Blue Yonder

3.9
Compare

Manhattan Associates

3.8
Compare

Kinaxis

4.0
Compare

Anaplan

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