Upload Button Icon Add office photos
Engaged Employer

i

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

Dream11 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dream11 QA Engineer Interview Questions and Answers

Updated 3 Jun 2024

Dream11 QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

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

(1 Question)

  • Q1. What are the different types of testing STLC llifecycle
  • Ans. 

    Different types of testing in STLC lifecycle include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual units or components of a software application.

    • Integration testing: Testing the integration of different modules or components.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the system meets the requirements and is read

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same questions Scenarion based questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Bar raiser round
Round 5 - HR 

(1 Question)

  • Q1. Culture fit round

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I joined as QA. They asked the basic questions of CMS testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge about CMS like word press, drupal, magento.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Coding Test 

Two task were there . One coding and another related to Testing MCQs

Round 3 - One-on-one 

(2 Questions)

  • Q1. About your project , framework.
  • Q2. Basic Java Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your skills before going to the interview Basic questions were asked. Overall good experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

4 dsa problems will be easy to do

Round 3 - Technical 

(2 Questions)

  • Q1. Dsa on arrays and strings
  • Ans. 

    DSA on arrays and strings is essential for efficient coding and problem-solving.

    • Arrays and strings are fundamental data structures in programming.

    • Knowledge of sorting and searching algorithms is crucial for array manipulation.

    • String manipulation techniques like substring, concatenation, and comparison are important.

    • Dynamic programming is a useful technique for solving problems on arrays and strings.

    • Examples: finding th...

  • Answered by AI
  • Q2. Projects would be explain better

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on interview , do be afraid while on the interview going on be

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

25 basic aptitude asked from train,time and work

Round 2 - Coding Test 

2 coding questions which was basic and medium questions

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 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 - Coding Test 

There were 2 questions to test our basic coding knowledge.

Round 3 - One-on-one 

(1 Question)

  • Q1. Some basic introduction followed by sort 2 arrays into a single array.
Round 4 - One-on-one 

(1 Question)

  • Q1. Applications of various data structures.
  • Ans. 

    Data structures are used in various applications like search algorithms, storage systems, and graph algorithms.

    • Search algorithms like binary search use arrays and trees for efficient searching.

    • Storage systems use data structures like hash tables and linked lists for organizing and accessing data.

    • Graph algorithms like Dijkstra's algorithm use graphs and trees for solving complex problems.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Some basic hr questions like tell me about yourself, what do you know about magicbricks,where do you see yourself in 5 years etc

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI
  • Q2. Implement 2 stacks in an array
  • Ans. 

    Implement 2 stacks in an array

    • Divide the array into two halves

    • Use top1 and top2 to keep track of top elements of stacks

    • Push and pop elements from respective halves

    • Check for overflow and underflow conditions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2022. 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 - Coding Test 

Questions from trees and linkedin

Round 3 - Technical 

(2 Questions)

  • Q1. Question on dsa and on oops
  • Q2. Reverse linked list with multiple approach
  • Ans. 

    Reverse a linked list using multiple approaches.

    • Iterative approach: Use three pointers to reverse the links between nodes.

    • Recursive approach: Recursively reverse the rest of the list and adjust the links.

    • Stack approach: Push all the nodes onto a stack and then pop them to create the reversed list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Free aws d resfg rtrt bert ert treytr ret ert ert tret tre tryr tr rt try tr ytry try tr ytry try try t ty try tr try

Skills evaluated in this interview

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

2 hours coding round, only 1 person out of 90 cleared

Round 2 - Technical 

(1 Question)

  • Q1. Asked loads of dsa, super technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2022.

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 - Coding Test 

Basic on PHP and Javascript should be clear
Laravel framework based questions

Round 3 - Coding Test 

Algo, basic Javascript

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical and Fitment round

Dream11 Interview FAQs

How many rounds are there in Dream11 QA Engineer interview?
Dream11 interview process usually has 5 rounds. The most common rounds in the Dream11 interview process are Technical, One-on-one Round and HR.
How to prepare for Dream11 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 Dream11. The most common topics and skills that interviewers at Dream11 expect are Android, Gaming, Machine Learning, MySQL and API Testing.
What are the top questions asked in Dream11 QA Engineer interview?

Some of the top questions asked at the Dream11 QA Engineer interview -

  1. What are the different types of testing STLC llifecy...read more
  2. Same questions Scenarion based questi...read more
  3. Scenario based questi...read more

Tell us how to improve this page.

Dream11 QA Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 100 Interviews
InvestoXpert Interview Questions
4.2
 • 63 Interviews
MagicBricks Interview Questions
3.6
 • 58 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Carwale Interview Questions
3.4
 • 41 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Impact Guru Interview Questions
3.7
 • 38 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all
Dream11 QA Engineer Salary
based on 6 salaries
₹6.2 L/yr - ₹14 L/yr
64% more than the average QA Engineer Salary in India
View more details
Software Development Engineer II
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dream11 with

My11Circle

5.0
Compare

Fantasy Akhada

2.0
Compare

MyTeam11

4.7
Compare

BalleBaazi

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