Upload Button Icon Add office photos

Filter interviews by

LiquidHub Quality Analyst Interview Questions and Answers

Updated 15 Oct 2021

LiquidHub Quality Analyst Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Test strategy for amazon app launch
  • Ans. 

    Test strategy for launching Amazon app

    • Define test objectives and scope

    • Identify target devices and platforms

    • Create test cases for functional and non-functional requirements

    • Perform compatibility testing with different devices and OS versions

    • Conduct security and performance testing

    • Ensure seamless integration with other Amazon services

    • Perform user acceptance testing

    • Implement continuous testing and monitoring

    • Collaborate wit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to answer don't miss the path while talking

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement

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. Update command in SQL Question related to my project
  • Q2. How many data type in java
  • Ans. 

    There are 8 primitive data types in Java.

    • Java has 8 primitive data types: byte, short, int, long, float, double, char, and boolean.

    • Primitive data types are basic data types that are not objects.

    • Non-primitive data types are objects, arrays, and classes.

    • Each data type has a specific range of values it can hold.

    • For example, byte can hold values from -128 to 127, while int can hold values from -2,147,483,648 to 2,147,483,6

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on the basics. Learn about type of testing and about one programming language.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. Explain the Smoke Testing .
  • Ans. 

    Smoke testing is a preliminary test to check if the basic functionalities of a software application are working fine.

    • Smoke testing is a subset of regression testing and is usually performed after a build is received.

    • It is a quick and shallow test to ensure that the critical functionalities of the software are working.

    • The main purpose of smoke testing is to determine if the build is stable enough for further testing.

    • If ...

  • Answered by AI
  • Q2. What is a bug?
  • Ans. 

    A bug is an error, flaw, mistake, failure, or fault in a computer program or system that causes it to produce incorrect or unexpected results.

    • A bug can manifest as a software glitch, crash, or malfunction.

    • Bugs can be caused by coding errors, design flaws, or unexpected interactions between different parts of a system.

    • Examples of bugs include software freezing, incorrect calculations, and data loss.

    • Identifying and fixin...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding along with automation scenario

Round 2 - Technical 

(1 Question)

  • Q1. Ranging from automation framework, java java script and sql coding
Round 3 - One-on-one 

(1 Question)

  • Q1. More about functional testing, framework discusion
Round 4 - Behavioral 

(1 Question)

  • Q1. Interaction with senior management about ethics and behavior
Round 5 - HR 

(1 Question)

  • Q1. Salary discusiion and personal discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically and functionally strong. Be bold.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What you know about ai
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence in machines.

    • AI involves the development of computer systems that can perform tasks that would typically require human intelligence.

    • It encompasses various subfields such as machine learning, natural language processing, and computer vision.

    • AI is used in various applications like virtual assistants, autonomous vehicles, and recommendatio...

  • Answered by AI
  • Q2. What is data annotation
  • Ans. 

    Data annotation is the process of labeling or tagging data to make it understandable and usable for machine learning algorithms.

    • Data annotation involves adding metadata or annotations to data.

    • It helps in training machine learning models by providing labeled examples.

    • Common types of data annotation include image labeling, text tagging, and audio transcription.

    • Data annotation can be done manually by human annotators or t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're a fresher thus company is good for you if want to pursue your career in this company you have to ching chang to your higher officials.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. All questions are about things mentioned in resume
  • Q2. Questions and roles, responsibilities and tools used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough on topics and concepts you worked on along with examples

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly from java

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare core java topics such as Hash map implementation, Static class, sql
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. 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 - One-on-one 

(1 Question)

  • Q1. What is Blackbox testing ? What are subrogation?
  • Ans. 

    Blackbox testing is a software testing method where the internal structure/design of the item being tested is not known to the tester.

    • Blackbox testing focuses on testing the functionality of the software without knowing its internal code.

    • Testers create test cases based on the software requirements and expected outputs.

    • Examples of blackbox testing techniques include equivalence partitioning, boundary value analysis, and

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

(1 Question)

  • Q1. What is encapsulation ? What are differences in Agile and waterfall?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in data hiding and abstraction, allowing for better control over access to data.

    • In object-oriented programming, classes are used to implement encapsulation by combining data attributes and methods.

    • An example of encapsulation is a class in Java that has private data members and public methods to acce

  • Answered by AI

Skills evaluated in this interview

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 Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Agile Methologies
Round 2 - Technical 

(1 Question)

  • Q1. Database Testing Concepts and queries

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

1. Java based questions
2. Java based programs like find number of characters, etc

Round 2 - Automation testing 

(1 Question)

  • Q1. All related to Automation Testing and Manual testing. Complete framework details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with Java, OOPS, Automation & Manual testing.

Tell us how to improve this page.

People are getting interviews through

based on 1 LiquidHub interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Consultant
104 salaries
unlock blur

₹4 L/yr - ₹15.1 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹5.2 L/yr - ₹14.5 L/yr

Associate Consultant
47 salaries
unlock blur

₹2.8 L/yr - ₹9.1 L/yr

Senior Consultant
43 salaries
unlock blur

₹6.8 L/yr - ₹18.2 L/yr

Senior Analyst
36 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare LiquidHub with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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