Upload Button Icon Add office photos
Engaged Employer

i

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

Internshala Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Internshala Marketing Manager Interview Questions and Answers

Updated 12 Feb 2023

Internshala Marketing Manager Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Feb 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 - HR 

(1 Question)

  • Q1. Basic questions regarding resume and family.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Detailed interview which is 2hrs+ going through all the points on cv
  • Q2. Stress interview questions on all rationals of the assignment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and have a rationale backed up for everything you say.

Interview questions from similar companies

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

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

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A general apti round

Round 2 - Assignment 

Data analysis assignment

Round 3 - Technical 

(1 Question)

  • Q1. Sql questions askes
Round 4 - One-on-one 

(1 Question)

  • Q1. Product sense round
Round 5 - HR 

(1 Question)

  • Q1. Culture fit round

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Previous experiences
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 3 interview rounds.

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 - Aptitude Test 

Quant and reasoning questions were asked. A simple GRE like test

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why EI? What has been your motivation for education sector?
  • Ans. 

    My motivation for the education sector is to make a positive impact on the lives of students and contribute to their personal and academic growth.

    • Passion for education and belief in its transformative power

    • Desire to inspire and empower students to reach their full potential

    • Enjoyment of working with diverse groups of learners

    • Previous experience in education sector and witnessing the positive outcomes

    • Belief in the import...

  • Answered by AI
  • Q2. Can you work for lower salary than what you are earning?
  • Ans. 

    Yes, I am open to working for a lower salary if the opportunity aligns with my career goals and offers other benefits.

    • I am willing to consider a lower salary if the job provides opportunities for growth and advancement.

    • If the company offers additional benefits such as flexible working hours, work-life balance, or professional development opportunities, I would be more inclined to accept a lower salary.

    • I would also take...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be honest and genuine in your response.
Show your interest in changing education landscape in India
Interview experience
5
Excellent
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 - Aptitude Test 

All the logical Qustions

Round 3 - Technical 

(1 Question)

  • Q1. They will ask you about dsa qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate to give answer just give your answer in a simpler manner
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Around sql/python and other da tools

Round 2 - Aptitude Test 

Stats and probability with focus on puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - do sql/python/puzzels/stats/probability
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. It is related to SQL, Python, and Excel
  • Q2. Not Remember the interview questions exactly
  • Q3. What is grouped by in SQL
  • Ans. 

    In SQL, data is grouped by a specified column or expression using the GROUP BY clause.

    • Data is grouped based on the values in the specified column or expression

    • Aggregate functions like SUM, COUNT, AVG can be used with GROUP BY to perform calculations on each group

    • GROUP BY is often used in conjunction with the SELECT statement

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department

  • Answered by AI
  • Q4. List and dictionary differences
  • Ans. 

    Lists are ordered collections of items, while dictionaries are unordered collections of key-value pairs.

    • Lists are accessed by index, dictionaries are accessed by key

    • Lists maintain the order of elements, dictionaries do not guarantee order

    • Lists use square brackets [], dictionaries use curly braces {}

    • Example: list - [1, 2, 3], dictionary - {'a': 1, 'b': 2}

  • Answered by AI
  • Q5. Lambda functions in python
  • Ans. 

    Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time tasks.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • Example: add = lambda x, y: x + y

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - company is so good employees are very cooperative

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Jun 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 

Coding test of your skills and how well can you cope up with a problem given.

Round 3 - One-on-one 

(3 Questions)

  • Q1. LAC of 3 nodes
  • Ans. 

    LAC stands for Location Area Code, a unique identifier for a group of cells in a mobile network.

    • LAC helps in identifying the location of a mobile device within a cellular network.

    • It is used for handover procedures when a device moves between different cells.

    • In a network with 3 nodes, each node would have a unique LAC assigned to it.

  • Answered by AI
  • Q2. Reverse of the array
  • Ans. 

    Reverse the order of strings in an array

    • Use the reverse() method to reverse the array

    • Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q3. Sum or product asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be good at your skills that matters the most

Skills evaluated in this interview

Internshala Interview FAQs

How many rounds are there in Internshala Marketing Manager interview?
Internshala interview process usually has 3 rounds. The most common rounds in the Internshala interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Internshala Marketing Manager 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 Internshala. The most common topics and skills that interviewers at Internshala expect are Marketing Management.

Tell us how to improve this page.

Internshala Marketing Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Nerdy Turtlez Interview Questions
2.8
 • 17 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
UpThink Interview Questions
3.9
 • 13 Interviews
MASAI School Interview Questions
4.1
 • 13 Interviews
View all
Internshala Marketing Manager Salary
based on 6 salaries
₹6 L/yr - ₹10 L/yr
45% less than the average Marketing Manager Salary in India
View more details
Marketing Associate
17 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Product Manager
16 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Associate Product Manager
16 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Software Development Engineer
16 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Data Scientist
14 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Explore more salaries
Compare Internshala with

Acadecraft

3.5
Compare

Coding Ninjas

3.8
Compare

Globus Infocom

4.2
Compare

SpeedLabs

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