Upload Button Icon Add office photos

Meero

Compare button icon Compare button icon Compare

Filter interviews by

Meero Interview Questions and Answers

Updated 10 Jan 2024
Popular Designations

Meero Interview Experiences

4 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2023

I applied via Campus Placement

Round 1 - Group Discussion 

GD Topic: Plastic Ban in India, Economic vs Environment variables affected?
2 Entries
Selected 3 out of 10 members to next round

Round 2 - Other 

(1 Question)

  • Q1. Two Panelists(Indian(I) & Foreigner(F)):
Round 3 - Other 

(8 Questions)

  • Q1. Interview with APAC Head
  • Q2. Why Meero?
  • Q3. Why Startup? Why not the conventional way?
  • Q4. If I say I would be funding your startup idea would you leave Meero and work on that project or would you work simultaneously?
  • Q5. Why should we select you when there are xx members waiting outside?
  • Q6. Are you flexible to work at any time zone?
  • Q7. Do you have a passport?
  • Q8. If we offer you internship now will you accept it or try other companies?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be Creative. Don't be that guy who has many jargons instead make a story for every point you achieved or failed. That would really create an impact.

2.Know your expertise, after all you know your life better.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2024

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

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Previous company experiences

Customer Service Associate Interview Questions & Answers

user image Muhammed Yaseen Ulla baig

posted on 5 Mar 2022

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. Sigal round of interview... Just shared my experience and process of working

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work... I reall6 feel free to work as there is no work load and good managment

I applied via Job Portal and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Image editing test. Need to edit images property

Round 2 - One-on-one 

(1 Question)

  • Q1. They will check your communication skills, and ask very basic technical questions
Round 3 - HR 

(1 Question)

  • Q1. Just salary finalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join here..
More work pressure
Worst Team Leads
Unprofessional working environment

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Meero ?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. My previous work exp
  • Q2. What is your view on storytelling
  • Ans. 

    Storytelling is a powerful tool for communication, fostering connection and understanding through shared narratives.

    • Engages the audience emotionally, making information more relatable.

    • Can simplify complex ideas; for example, using patient stories in healthcare to explain treatment benefits.

    • Enhances memory retention; people remember stories better than facts alone.

    • Builds brand identity; companies like Apple use storytel...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2022. 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 

(2 Questions)

  • Q1. They asked basic questions like past experience, why would you like to work, skills and personality based questions.
  • Q2. They also asked some grammar questions and it was a friendly interview.
Round 3 - Assignment 

A write-up was required to be submitted within a specific period of time.

Round 4 - Aptitude Test 

Basic grammar questions.
Multiple choice questions were asked and it was easy.

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

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

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c...

  • Answered by AI
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Q2. Questions about project ,jwt architecture,nextjs vs react
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Ans. 

    SQL queries using GROUP BY aggregate data based on specified columns, allowing for summary statistics.

    • GROUP BY is used to arrange identical data into groups.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; - counts employees per department.

    • You can use aggregate functions like SUM, AVG, MAX, MIN with GROUP BY.

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department; - calculates...

  • Answered by AI
  • Q2. Question about projects and cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used

Intern Interview Questions & Answers

Republic TV user image M. Prasanna Siri

posted on 22 Jul 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Questions are purely on current affairs
Round 3 - Aptitude Test 

(1 Question)

  • Q1. About current affairs and government policies
Round 4 - One-on-one 

(1 Question)

  • Q1. It's about personal experience how it'll be in the office pay scale etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Update yourself timely with current affairs

Meero Interview FAQs

How many rounds are there in Meero interview?
Meero interview process usually has 2 rounds. The most common rounds in the Meero interview process are One-on-one Round, Coding Test and HR.
How to prepare for Meero 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 Meero . The most common topics and skills that interviewers at Meero expect are Image Editing, Photography, Customer Service, Recruitment and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Pocket FM Interview Questions
2.7
 • 59 Interviews
Kuku FM Interview Questions
4.0
 • 17 Interviews
GoDaddy Interview Questions
3.0
 • 14 Interviews
Republic TV Interview Questions
2.2
 • 12 Interviews
Asiana Times Interview Questions
3.7
 • 12 Interviews
PMN Patralok Interview Questions
4.5
 • 9 Interviews
GrowitUp Interview Questions
4.7
 • 8 Interviews
NewsBytes Interview Questions
3.1
 • 7 Interviews
View all

Meero Reviews and Ratings

based on 36 reviews

3.6/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.1

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 36 Reviews and Ratings
Solutions Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Technical Integration Lead

Bangalore / Bengaluru

2-8 Yrs

Not Disclosed

Senior Graphic Designer

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Explore more jobs
Image Editor
19 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Post Production Editor
9 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Producer
6 salaries
unlock blur

₹4 L/yr - ₹7.4 L/yr

Team Lead
6 salaries
unlock blur

₹4.9 L/yr - ₹6 L/yr

Graphic Designer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Meero with

Pocket FM

2.7
Compare

Yamaha Music India

3.8
Compare

Republic TV

2.2
Compare

EssentiallySports

3.9
Compare
write
Share an Interview