Upload Button Icon Add office photos
Engaged Employer

i

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

CupShup Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CupShup MIS Executive Interview Questions and Answers

Updated 20 Apr 2022

CupShup MIS Executive Interview Experiences

1 interview found

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Xxxxxxxxxxxxxxxxxxxxxxxxx
  • Q2. XxxxxxXxxxxxxxxxxxxxxxx

Interview Preparation Tips

Interview preparation tips for other job seekers - They will negotiate even on your current CTC. I was selected in technical round and the guy in HR asked me to submit my document without sharing offer letter. Pathetic and very unprofessional. Don't go for a interview unless you don't have any other option.

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reasons for the drop in CPM
  • Ans. 

    Possible reasons for drop in CPM include seasonality, changes in ad inventory, shifts in audience demographics, and increased competition.

    • Seasonal fluctuations in advertising demand

    • Changes in available ad inventory

    • Shifts in audience demographics affecting targeting effectiveness

    • Increased competition leading to lower bids

  • Answered by AI
  • Q2. Types of floor in GAM
  • Ans. 

    Types of floors in GAM include carpet, hardwood, tile, and laminate.

    • Carpet

    • Hardwood

    • Tile

    • Laminate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are joins and how do you use it?
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Processing speed of different scriting languages?
  • Ans. 

    Processing speed of scripting languages varies based on factors like code complexity and optimization.

    • Processing speed can vary based on the specific task being performed.

    • Compiled languages like C++ tend to be faster than interpreted languages like Python.

    • Optimizing code can improve processing speed.

    • JavaScript can be faster than Python for certain tasks.

    • Consider using libraries or frameworks optimized for performance.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Qualifications and work experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Work experience
  • Q2. Elabouration of work
  • Ans. 

    Elaborating on work experience and responsibilities in previous roles.

    • Provide detailed descriptions of tasks and projects worked on

    • Explain how responsibilities were managed and executed

    • Highlight any achievements or successes in previous roles

  • Answered by AI

I was interviewed in Oct 2021.

Interview Questionnaire 

4 Questions

  • Q1. Operation handling
  • Q2. All parameter going a smooth
  • Q3. Team handling
  • Q4. Good experience by customer

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your interviewDo Your Homework. ...
Practice (Out Loud!) ...
Share Your Story. ...
Provide Evidence & Data. ...
Mirror the Interviewer's Style. ...
Prepare a Few Questions. ...
Ask if They Have Any Hesitations. ...
Say Thanks. advice*
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About myself & my work experience
Round 2 - Technical 

(1 Question)

  • Q1. SQL & Python related Qs
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 Jan 2023. There were 4 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 - HR 

(3 Questions)

  • Q1. 1. Explain about your self and the current company you work with.
  • Q2. 2. Any revenues achieved if yes was it a team target or on Individual role?
  • Q3. 3. Do you have any idea about our company 3 Minds Digital ?
Round 3 - One-on-one 

(4 Questions)

  • Q1. 1. Explain about yourself, overall journey and your current role.
  • Q2. 2. Explain about your revenue contribution to the company.
  • Q3. 3. Explain about what understanding you have about the company 3 Minds Digital.
  • Q4. 4. One to One Client Game.
Round 4 - Aptitude Test 

1. Basic Aptitude Test in order to check the ability. Duration was about 60 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be the best, you shall get your dream jobs.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online , via third party software. Too lengthy sand same set of questions for all the levels .

Round 2 - One-on-one 

(1 Question)

  • Q1. Nothing much , over Google meet. The interviewer was rather unprepared and in a rush.
Round 3 - One-on-one 

(1 Question)

  • Q1. With the co founder virtually.

Interview Preparation Tips

Interview preparation tips for other job seekers - While going for technical round , keep a pen , headphone ready. There won’t be any notification and the duration would be an hour or more.
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 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
View all tips
Round 2 - Aptitude Test 

Reverse a binary tree

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Spring
  • Q2. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller

    • It provides a way to structure your web application

    • It uses annotations to define controllers, request mappings, etc.

    • It supports RESTful web services

    • It integrates with other Spring frameworks like Spring Boot

  • Answered by AI

Skills evaluated in this interview

CupShup Interview FAQs

How many rounds are there in CupShup MIS Executive interview?
CupShup interview process usually has 2 rounds. The most common rounds in the CupShup interview process are Resume Shortlist and Technical.
What are the top questions asked in CupShup MIS Executive interview?

Some of the top questions asked at the CupShup MIS Executive interview -

  1. XxxxxxXxxxxxxxxxxxxx...read more
  2. xxxxxxxxxxxxxxxxxxxxxx...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 65 Interviews
Chaayos Interview Questions
3.5
 • 33 Interviews
Moris Media Interview Questions
4.5
 • 24 Interviews
IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Chai Point Interview Questions
3.7
 • 14 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Liqvd Asia Interview Questions
3.2
 • 10 Interviews
View all
Brand Representative
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Executive
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Operations Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CupShup with

Paper Boat(Hector Beverages Pvt. Ltd.)

4.0
Compare

Chaayos

3.5
Compare

Chai Point

3.7
Compare

Teabox

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