Premium Employer

i

This company page is being actively managed by DAZN Team. If you also belong to the team, you can get access from here

DAZN Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

DAZN Senior QA Analyst Interview Questions and Answers

Updated 19 Jul 2024

DAZN Senior QA Analyst Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Previous project details Technical questions mentioned in resume
  • Q2. Regression vs sanity vs smoke
  • Ans. 

    Regression, sanity, and smoke testing are different types of software testing used in QA.

    • Regression testing is used to ensure that new code changes do not negatively impact existing functionality.

    • Sanity testing is a narrow and focused testing to quickly determine if the new functionality is working as expected.

    • Smoke testing is a preliminary testing to check if the critical functionalities of the software are working fi...

  • Answered by AI
  • Q3. Sanity vs smoke
  • Ans. 

    Sanity tests are focused on specific functionality while smoke tests are broader and check if the basic functionalities work.

    • Sanity tests are narrow and deep, focusing on specific functionality to ensure it works correctly.

    • Smoke tests are broad and shallow, checking if the basic functionalities of the system work without major issues.

    • Sanity tests are usually run after a specific change or bug fix to ensure that the par...

  • Answered by AI
  • Q4. Validation vs verification
  • Ans. 

    Validation ensures the product meets the customer's needs, while verification ensures the product meets the requirements.

    • Validation confirms that the product meets the customer's needs and is fit for purpose.

    • Verification confirms that the product meets the specified requirements and is error-free.

    • Validation is subjective and involves customer feedback, while verification is objective and involves testing against requir...

  • Answered by AI
  • Q5. Issue vs bug and example
  • Ans. 

    An issue is a general term for any problem, while a bug specifically refers to a coding error.

    • An issue can refer to any problem or concern, such as a feature not working as expected or a design flaw.

    • A bug specifically refers to a coding error that causes unexpected behavior in the software.

    • For example, if a user interface element is not aligned properly, it would be considered an issue. But if clicking on a button does...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about DAZN?
Ask anonymously on communities.

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Node.js event loop, streams, concurrency etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - In-depth Node.js questions were asked.

Senior QA Analyst Interview Questions Asked at Other Companies

Q1. Can you convert a lead if all required fields of contact or oppor ... read more
Q2. Who are the stakeholders involved in a sprint meeting?
asked in TPHRC
Q3. Can you describe a situation where you identified a critical bug ... read more
asked in Superhouse
Q4. Can you perform the sample and handle color matching prototype?
Q5. Why does validation bypass if a record is updated through a workf ... read more

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, solr

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain what projects you have worked on.

Interview Questionnaire 

2 Questions

  • Q1. About project
  • Q2. Spring boot

Interview Questionnaire 

2 Questions

  • Q1. What is difference between interface and abstract class
  • Ans. 

    An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.

    • An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from a single abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classe...

  • Answered by AI
  • Q2. What is enum

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Create a Movie application on compose using mvvm

DAZN HR Interview Questions

9 questions and answers

Q. How do you manage a team?
Q. Tell me about your family background.
Q. Can you tell me about yourself?

I applied via Naukri.com

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 - Assignment 

According to skills and experience

Round 3 - One-on-one 

(2 Questions)

  • Q1. One one round with technical person then manager
  • Q2. It's upto your resume and skills
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and final round with general manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall great experience healthy environment
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Generale questions about my previous experience

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode problem solving
  • Q2. Leetcode problem solving 2

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare ds,practice leetcode

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and graduation based OS, CN, DAA and DBMS questions

Round 2 - HR 

(1 Question)

  • Q1. Psychological warfare, to be honest
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS, CN and DAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain positive attitude and confidence while showcasing yourself. Technical knowledge required is the basics covered. Focus on DBMS & Linux if up for a development based role

I applied via Naukri.com and was interviewed before Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. C# abstraction and encapsulation
  • Q2. Reflection and indexers in c#
  • Ans. 

    Reflection and indexers in C#

    • Reflection allows inspecting and manipulating metadata of types, objects, and assemblies at runtime

    • Indexers provide a way to access elements of a class or struct using array-like syntax

    • Reflection can be used to dynamically access and invoke indexers

  • Answered by AI
  • Q3. Difference between ienumerable and iqueryable
  • Q4. Difference between rank and dense rank in c#
  • Ans. 

    Rank assigns unique numbers to each distinct value, while dense rank assigns consecutive numbers to each distinct value.

    • Rank and DenseRank are used to assign a unique number to each distinct value in a sorted list.

    • Rank assigns a unique number to each distinct value, but leaves gaps for ties.

    • DenseRank assigns consecutive numbers to each distinct value, without leaving gaps for ties.

    • In C#, Rank and DenseRank are availabl...

  • Answered by AI
  • Q5. Difference between function and Stored procedure
  • Q6. Difference between clustered and non clustered index
  • Q7. Difference between execute scalar and execute nonquery

Interview Preparation Tips

Topics to prepare for Planetcast Software Engineer interview:
  • C#.Net
  • .Net Core
  • SQL Server
  • MySQL
Interview preparation tips for other job seekers - They will ask basics of c# and hire for media application

Skills evaluated in this interview

DAZN Interview FAQs

How many rounds are there in DAZN Senior QA Analyst interview?
DAZN interview process usually has 1 rounds. The most common rounds in the DAZN interview process are One-on-one Round.
What are the top questions asked in DAZN Senior QA Analyst interview?

Some of the top questions asked at the DAZN Senior QA Analyst interview -

  1. Issue vs bug and exam...read more
  2. Regression vs sanity vs sm...read more
  3. Validation vs verificat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Join DAZN The global home of sport

Interview Questions from Similar Companies

PVR Inox Interview Questions
3.9
 • 182 Interviews
Comcast Interview Questions
3.9
 • 78 Interviews
Cinépolis Interview Questions
3.9
 • 66 Interviews
HT Media Interview Questions
3.2
 • 55 Interviews
The Times of India Interview Questions
3.6
 • 39 Interviews
Deluxe Entertainment Interview Questions
3.4
 • 33 Interviews
Network 18 Interview Questions
3.4
 • 28 Interviews
Planetcast Interview Questions
3.8
 • 26 Interviews
Warner Bros. Discovery Interview Questions
3.5
 • 20 Interviews
View all
Software Engineer
118 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹17.1 L/yr - ₹28.5 L/yr

Associate Software Engineer
39 salaries
unlock blur

₹6 L/yr - ₹10.2 L/yr

Customer Service Executive
28 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Business Analyst
28 salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Explore more salaries
Compare DAZN with

PVR Inox

3.9
Compare

Cinépolis

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

3.5
Compare
write
Share an Interview