Upload Button Icon Add office photos
Engaged Employer

i

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

Bizmet Services Pvt.Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bizmet Services Pvt.Ltd. Ecommerce Account Manager Interview Questions and Answers

Updated 21 Dec 2024

Bizmet Services Pvt.Ltd. Ecommerce Account Manager Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Meesho knowledge
  • Q2. Meesho question
Round 2 - Technical 

(2 Questions)

  • Q1. Meesho question
  • Q2. Eccommerce knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Messho expericnce
Round 4 - Case Study 

GST and taxation related to Meesho.

Round 5 - Technical 

(1 Question)

  • Q1. Meesho run ads and sell boost
Round 6 - HR 

(1 Question)

  • Q1. What are your educational details?
  • Ans. 

    I have a Bachelor's degree in Marketing from XYZ University.

    • Bachelor's degree in Marketing from XYZ University

    • Completed coursework in Ecommerce and Digital Marketing

    • Participated in relevant workshops and seminars

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good job bizmat service pvt ltd prepaid for interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you advertisement in meesho.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepaid for the interview.

Ecommerce Account Manager Interview Questions Asked at Other Companies

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Campaign building
  • Q2. What is Ad network and Ad exchange
  • Ans. 

    Ad network is a platform that connects advertisers with publishers to display ads. Ad exchange is a marketplace for buying and selling ad inventory.

    • Ad network connects advertisers with publishers to display ads

    • Ad exchange is a marketplace for buying and selling ad inventory

    • Ad network typically charges a commission on ad spend

    • Ad exchange uses real-time bidding to determine the price of ad inventory

    • Examples of ad network...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always know about each and every term that you write in your resume. Do not brag about something that you don't know. Be transparent and calculative about your knowledge and offer.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ledger details posting profile
  • Q2. Fixed Asset project management and accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge as much as possible
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
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
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 - Coding Test 

HackerRank Test, basic questions related to the profile.

Round 2 - Technical 

(1 Question)

  • Q1. Coding Interview with the team manager
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

Bizmet Services Pvt.Ltd. Interview FAQs

How many rounds are there in Bizmet Services Pvt.Ltd. Ecommerce Account Manager interview?
Bizmet Services Pvt.Ltd. interview process usually has 3-4 rounds. The most common rounds in the Bizmet Services Pvt.Ltd. interview process are Technical, Case Study and HR.
What are the top questions asked in Bizmet Services Pvt.Ltd. Ecommerce Account Manager interview?

Some of the top questions asked at the Bizmet Services Pvt.Ltd. Ecommerce Account Manager interview -

  1. How do you advertisement in mees...read more
  2. meesho run ads and sell bo...read more
  3. meesho knowle...read more

Tell us how to improve this page.

Bizmet Services Pvt.Ltd. Ecommerce Account Manager Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
IPG Mediabrands Interview Questions
3.4
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
Liqvd Asia Interview Questions
3.1
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
View all

Bizmet Services Pvt.Ltd. Ecommerce Account Manager Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Bizmet Services Pvt.Ltd. with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

4.8
Compare

Bikayi

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