Upload Button Icon Add office photos

Filter interviews by

Cricbuzz Interview Questions and Answers

Updated 2 Jan 2025

Cricbuzz Interview Experiences

Popular Designations

10 interviews found

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

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

Round 1 - Coding Test 

The interview primarily centered around core Java concepts, including exception handling, Java streams, and collections. The coding question was related to binary search.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure that you have a strong understanding of core Java concepts, particularly the features introduced in Java 8.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Initially first was HackerRank assessment then first round was of DSA. Asked 3 questions
1) Find max sum of substrings of length k
2) Find whether 2 strings are anagram or not
3) There is a Array and Find the max sum of subsequence. If you take element index at 1 in array then you are not suppose to take element index at 0 & 2 -> I solved it with Recursion then applied DP.

Cracked Round 1.

Round 2 - Assignment 

This was a machine coding round where I have to create 3 API of Cricbuzz feature.
1) Post API which will take Match Details and we have to create points table like we have in IPL
2) Get API to fetch Point table based on total Points
3) Get API to fetch last 3 matchs of a team and there results.

Round 3 - Assignment 

This was Code review round. Interviewer first asked about my project in my current company and multiple questions like hiw many team member and how many juniors u are handling. Then we move to code review and he checked extensibility of code by asking if I have to add year wise point table then How will you add then If there are many Tournament then how you will implement.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write extensible code in machine coding round & create good project structure, DB design & Refactored code.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Devops Engineer Interview Questions & Answers

user image Jash Kumar

posted on 15 Jun 2024

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

(2 Questions)

  • Q1. What is remote backend in terraform
  • Ans. 

    Remote backend in Terraform is a method of storing Terraform state files in a remote location instead of locally.

    • Remote backend allows for collaboration and sharing of infrastructure state files among team members.

    • It provides a centralized location for storing and managing Terraform state files, reducing the risk of file corruption or loss.

    • Popular remote backends include Amazon S3, Azure Blob Storage, and HashiCorp Ter...

  • Answered by AI
  • Q2. How to lock statefile
  • Ans. 

    Statefile can be locked using state locking mechanisms to prevent concurrent access and ensure consistency.

    • Use state locking mechanisms provided by the infrastructure as code tool being used (e.g. Terraform state locking)

    • Implement locking strategies such as DynamoDB locking, Consul locking, or file-based locking

    • Ensure only one user or process can modify the statefile at a time to prevent conflicts

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank test on dsa and some mcq questions

Round 2 - Assignment 

Machine coding round on some Cricbuzz functionality

Round 3 - Technical 

(1 Question)

  • Q1. Techinical interview on machine coding

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (177)

Cricbuzz interview questions for popular designations

 Backend Developer

 (2)

 Front end Developer

 (2)

 Senior Software Engineer

 (2)

 Angular JS Developer

 (1)

 Devops Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Group anagram leetcode

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 

10 questions in which 9 of them are mcq related to html, css and javascript and the other one is DSA question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic css and js questions Css fundamentals like display and webkits and flex grid
  • Q2. Form implementation in js
  • Ans. 

    Form implementation in JS involves creating HTML forms and using JS to handle form submission and validation.

    • Create an HTML form with appropriate input fields and submit button

    • Use JS to handle form submission and prevent default behavior

    • Validate form inputs using JS and display error messages if necessary

    • Submit form data to server using AJAX or fetch API

    • Handle server response and display appropriate message to user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This will take time, just have patience and work on your skills

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Jobs at Cricbuzz

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Feb 2023. There were 5 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 

They had given some coding question to slove

Round 3 - Coding Test 

There was a code given which I had to slove in 1 hr

Round 4 - Coding Test 

(1 Question)

  • Q1. They had given a task and had given 24 hrs to slove it
Round 5 - HR 

(1 Question)

  • Q1. They had a go through on code

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

A mix of DSA, Rest API, SQL questions

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They give a UI to design
  • Q2. My laptop was hanging a lot so couldn't solve the problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising CSS

Angular JS Developer Interview Questions asked at other Companies

Q1. What are the possible ways to pass data between different components in angular.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

HACKERANK CODING TEST

Round 2 - One-on-one 

(1 Question)

  • Q1. BASIC STUFF ABOUT DBMS, OOPS, SYSTEM DESIGN
Round 3 - Assignment 

MACHINE LEARNING - HAD TO DESIGN ONE OF CRICBUZZ FEATURE

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Cricbuzz Interview FAQs

How many rounds are there in Cricbuzz interview?
Cricbuzz interview process usually has 2-3 rounds. The most common rounds in the Cricbuzz interview process are Coding Test, One-on-one Round and Assignment.
How to prepare for Cricbuzz 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 Cricbuzz. The most common topics and skills that interviewers at Cricbuzz expect are Android, Java, MySQL, NoSQL and Ansible.
What are the top questions asked in Cricbuzz interview?

Some of the top questions asked at the Cricbuzz interview -

  1. What is remote backend in terraf...read more
  2. Form implementation in...read more
  3. How to lock statef...read more
How long is the Cricbuzz interview process?

The duration of Cricbuzz interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cricbuzz Interview Process

based on 14 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Google Interview Questions
4.4
 • 871 Interviews
Facebook Interview Questions
4.4
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Disney+ Hotstar Interview Questions
3.8
 • 32 Interviews
Stats Perform Interview Questions
3.3
 • 17 Interviews
Twitter Interview Questions
4.1
 • 5 Interviews
Star Sports Interview Questions
4.3
 • 1 Interview
View all

Cricbuzz Reviews and Ratings

based on 11 reviews

3.2/5

Rating in categories

2.6

Skill development

3.8

Work-life balance

2.6

Salary

4.5

Job security

3.1

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Sales Manager

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

DevOps Engineer - Bangalore

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
18 salaries
unlock blur

₹5.2 L/yr - ₹17.7 L/yr

System Administrator
8 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Front end Developer
6 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Motion Graphics Artist
6 salaries
unlock blur

₹6.5 L/yr - ₹9.6 L/yr

Android Developer
5 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Cricbuzz with

Disney+ Hotstar

3.8
Compare

Star Sports

4.3
Compare

Sony Pictures Networks

3.8
Compare

Reliance Industries

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