Upload Button Icon Add office photos

Filter interviews by

Cheers Interactive Research Analyst Intern Interview Questions and Answers

Updated 4 Dec 2022

Cheers Interactive Research Analyst Intern Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Dec 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Explain about extrusion technology
  • Ans. 

    Extrusion technology is a manufacturing process that involves forcing material through a die to create a specific shape or form.

    • Extrusion is commonly used in the production of plastic products such as pipes, tubing, and sheets.

    • The process involves heating the material to a specific temperature and then forcing it through a die using a screw or piston.

    • Extrusion can also be used to create metal products such as rods, wir...

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

(1 Question)

  • Q1. Explain about project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on technology, power point presentation of the assignment

Interview questions from similar companies

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was an online aptitude round on the Talview platform which we can give from our Home. To attempt this test, we have been given a window of 12-24 hours. It was a proctored online test. The round consisted of 60 aptitude questions in 60 minutes of time without any negative marking. The aptitude test consisted of various questions of Logical Reasoning, Mental Ability, Data Interpretation Questions, Numerical Reasoning.

  • Q1. 

    Matrix Transpose Problem Statement

    Given a matrix MAT, your task is to return the transpose of the matrix. The transpose of a matrix is obtained by converting rows into columns and vice versa. Specificall...

  • Ans. 

    Transpose a given matrix by switching rows and columns.

    • Iterate through the matrix and swap elements at [i][j] with [j][i].

    • Create a new matrix to store the transposed values.

    • Ensure the dimensions of the transposed matrix are reversed from the original matrix.

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

This was a video interview round taken immediately after the Aptitude test, it was a proctored round on Talview platform. This round consisted of 8 questions, we have to answer each question in the span of 3 mins and 10 secs were given for reading the question, our audio and video was being recorded while answering those questions. Our soft skills were being judged in this round. The questions basically consisted of HR questions and Guesstimates

Round 3 - Video Call 

Round duration - 120 minutes
Round difficulty - Hard

This round was the case study round, in this round, we were provided a case study which we had to solve in 1 hour using pen and paper and had to share the answers of the case study questions in a PDF format to the HR, the questions were related to market share, advertisement strategies, and can be easily solved using basic mathematics. After this, there was be a one-to-one interview on Zoom Platform in which the interviewer will ask you to describe your approach for every question you have solved in the case study, they will not ask for the exact answer, all they ask is about your approach that you have used to solve a particular problem and the way you explain it. They may or may not ask some guesstimates or puzzles as well in this round. The interviewer was very friendly and he gave me hints as well if I was stuck somewhere.

Round 4 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Hard

The next round was the Behavioral interview round, in this round, the interviewer asked me about my projects and some guesstimates or puzzles. This round was for 1 hour. The interviewer was very friendly and helpful, she helped me if I was stuck somewhere, she kept me calm during the interview process.

  • Q1. How many people do you estimate watched Ramayana/Mahabharat during the first month of the Covid lockdown in 2020?
Round 5 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

The fit round was my final interview round, in this, you will meet the manager/Principal from the company. They will basically check whether you are fit for the organization. They ask about the projects I have done in college/internships. Some basic questions like what are your strengths and weaknesses, why do you want to join the company and some guesstimates or puzzles as well.
On-campus, the behavioral and fit interview rounds were combined into one.
This round was of 40 minutes and the interview was taken on Zoom, the interviewer was helpful and sweet.

  • Q1. How many pizzas are sold in one day in Pune?
  • Ans. 

    The number of pizzas sold in Pune in one day varies depending on factors like day of the week, weather, events, etc.

    • The number of pizzas sold in Pune can range from hundreds to thousands in a day.

    • Factors like day of the week (weekend vs weekday), weather (rainy vs sunny), events (festivals, holidays) can impact the sales.

    • Popular pizza outlets in Pune like Domino's, Pizza Hut, etc. contribute to the overall sales.

    • Data f...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in GurgaonEligibility criteriaAbove 6.5 CGPA in B. TechZS Associates interview preparation:Topics to prepare for the interview - Aptitude, Guesstimates, Puzzles, HR questions, Resume Related QuestionsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare well for guesstimates and puzzles.
Tip 2 : Practice Data Interpretation Questions.
Tip 3 : Be well versed with your projects.

Application resume tips for other job seekers

Tip 1 : The resume should be very precise and concise
Tip 2 : Do not add such skills in your resume in which you're not comfortable.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself, technical questions about the mentioned skills in your resume and a few question general questions like where do you see yourself in 2 years and what are your plans for higher studi...

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to change Current job?
  • Q2. Some technical questions- do you know capital budgeting?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 4 rounds interview process. 1st is normal ,2nd is also normal with some technical questions with associate partner,3rd is with HR and final with corporate HR

Interview Questionnaire 

1 Question

  • Q1. What is java bean class, singleton class
  • Ans. 

    Java bean class is a reusable software component and singleton class restricts the instantiation of a class to one object.

    • Java bean class is a POJO (Plain Old Java Object) that encapsulates many objects into a single object for easy access.

    • It follows a naming convention where the class name starts with a capital letter and has a public default constructor.

    • Singleton class is a design pattern that ensures only one instan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java, data structures and resume based.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a query where all the customer name start with A
  • Ans. 

    Query to retrieve all customer names starting with A.

    • Use the SELECT statement to retrieve customer names.

    • Use the LIKE operator with the pattern 'A%' to match names starting with A.

    • Specify the table and column name where the customer names are stored.

    • Example: SELECT customer_name FROM customers WHERE customer_name LIKE 'A%';

  • Answered by AI
  • Q2. Write a query where we'll get state wise sales summary report. Actually in this query we have to join multiple table and finding the rank .

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was extremely easy and smooth.

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. How can you troubleshoot Disk corrupt issue.
  • Ans. 

    To troubleshoot disk corrupt issue, check disk errors, run chkdsk, repair disk, and recover data.

    • Check for disk errors using Event Viewer or Disk Utility

    • Run chkdsk command to scan and fix disk errors

    • Repair disk using disk repair tool or reinstalling OS

    • Recover data using data recovery software or professional services

  • Answered by AI
  • Q2. Sql is installed on the server for enable which port needs to be open?
  • Ans. 

    Port 1433 needs to be open for SQL Server.

    • SQL Server uses port 1433 for communication.

    • Ensure that port 1433 is open in the server's firewall.

    • Check the SQL Server configuration to confirm the port number.

  • Answered by AI
  • Q3. If C drive is running out of space , what kind of troubleshooting you will do.
  • Ans. 

    To troubleshoot a C drive running out of space, check for large files, uninstall unnecessary programs, clear temporary files, and consider expanding storage capacity.

    • Check for large files that can be deleted or moved to another drive

    • Uninstall unnecessary programs to free up space

    • Clear temporary files using disk cleanup tools

    • Consider expanding storage capacity by adding a new hard drive or using external storage

  • Answered by AI
  • Q4. If you have created the server , some website is not working . what will you do.
  • Ans. 

    I would check the server logs and troubleshoot the issue.

    • Check if the website is properly configured on the server

    • Check if there are any errors in the server logs

    • Check if there are any issues with the website's code or database

    • Restart the server or relevant services if necessary

  • Answered by AI
  • Q5. Two VM's are running on differenct host how they are communicating.
  • Ans. 

    VMs communicate through network protocols and virtual switches.

    • VMs use network protocols like TCP/IP to communicate.

    • Virtual switches connect VMs to the physical network.

    • Hosts can also use virtual network adapters to communicate with VMs.

    • Firewalls and security policies can restrict VM communication.

    • Examples of virtual switches include VMware vSwitch and Hyper-V Virtual Switch.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks Naukari for given me chance to share my interview experience, as my profile was on windows vmware HPCI azure , so they have scheduled two technical interview and varsant communication skill test.

I would like to share here my advice be confident while speaking share your full knowledge about that question, mostly hands on experience.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction about yourself, Questions specifically related to your experience, Situations when you faced most stress, What are the major contributions you made in your experience, What were your shortcomi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare what you write in resume. Give a proper introduction covering your experience and your role & achievement in your past projects.
Be specific with your answers.

Interview Questionnaire 

1 Question

  • Q1. Give me an example of when you were involved in a multi-task situation. How did you manage it? (planning and organising)

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive throughout the interview, even if you feel you have not answered some questions as well as you might have.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Cheers Interactive Interview FAQs

How many rounds are there in Cheers Interactive Research Analyst Intern interview?
Cheers Interactive interview process usually has 3 rounds. The most common rounds in the Cheers Interactive interview process are One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 802 Interviews
ZS Interview Questions
3.3
 • 453 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 94 Interviews
Mercer Interview Questions
3.7
 • 81 Interviews
View all

Cheers Interactive Research Analyst Intern Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.3

Skill development

3.0

Work-life balance

3.3

Salary

2.3

Job security

3.6

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Business Analyst
29 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Research Analyst
16 salaries
unlock blur

₹2.3 L/yr - ₹10.8 L/yr

Assistant Manager
14 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Project Manager
12 salaries
unlock blur

₹8.1 L/yr - ₹15 L/yr

Full Stack Developer
10 salaries
unlock blur

₹5.6 L/yr - ₹8 L/yr

Explore more salaries
Compare Cheers Interactive with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

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