Upload Button Icon Add office photos

Filter interviews by

Mishi Media Solutions Interview Questions and Answers

Updated 8 Jul 2024

Mishi Media Solutions Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What all softwares or methods you have used for SEO or as SEO techniques?
  • Ans. 

    I have used tools like SEMrush, Ahrefs, Google Analytics, and Moz for SEO techniques.

    • SEMrush for keyword research and competitor analysis

    • Ahrefs for backlink analysis and site audit

    • Google Analytics for tracking website traffic and user behavior

    • Moz for on-page optimization and rank tracking

  • Answered by AI
  • Q2. What other experiences you have than content writing and SEO?
  • Ans. 

    I have experience in social media marketing, email marketing, and paid advertising.

    • Managed social media accounts for a small business, increasing engagement by 30%

    • Created and executed email marketing campaigns resulting in a 20% increase in open rates

    • Managed Google Ads campaigns with a focus on ROI and conversion optimization

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What you know about SEO?
  • Ans. 

    SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results.

    • SEO involves optimizing your website's content, structure, and HTML code to improve its visibility on search engines like Google.

    • Keyword research is a crucial aspect of SEO, as it helps you understand what your target audience is searching for online.

    • Cr...

  • Answered by AI
  • Q2. What other tasks you can do?
  • Ans. 

    I can also create and manage social media campaigns, analyze data to optimize marketing strategies, and collaborate with other departments.

    • Create and manage social media campaigns

    • Analyze data to optimize marketing strategies

    • Collaborate with other departments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear of your goals

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Mishi Media Solutions?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General discussion about candidate introduction and company introduction
  • Q2. Tell me about your self
Round 2 - Technical 

(4 Questions)

  • Q1. Self introduction and then audit related questions of quality , information security etc.
  • Q2. How you are performing internal audit
  • Q3. What is meant by CIA related to information security management system
  • Ans. 

    CIA in information security management system refers to Confidentiality, Integrity, and Availability.

    • Confidentiality ensures that information is only accessible to authorized individuals.

    • Integrity ensures that information is accurate, complete, and unaltered.

    • Availability ensures that information is accessible and usable when needed.

    • These three principles form the foundation of a secure information system.

    • For example, e...

  • Answered by AI
  • Q4. Quality objectives like SMART its meaning
  • Ans. 

    SMART objectives ensure quality goals are Specific, Measurable, Achievable, Relevant, and Time-bound.

    • Specific: Clearly define the goal. Example: Increase patient satisfaction scores by 10%.

    • Measurable: Establish criteria for measuring progress. Example: Use surveys to track satisfaction.

    • Achievable: Set realistic goals. Example: Aim for a 10% increase based on past performance.

    • Relevant: Align goals with broader objective...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Audit related question. Audit plan /schedule , Internal audit confirmation from stakeholders, conduct internal audit , audit findings, audit report preparation, CAP wrt Internal audit and its evidence etc..

Skills evaluated in this interview

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

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Questionnaire 

1 Question

  • Q1. Delete a Node in Linked list.
  • Ans. 

    To delete a node in a linked list, we need to find the node and update the pointers of its previous and next nodes.

    • Find the node to be deleted by traversing the linked list

    • Update the pointers of the previous and next nodes to skip the node to be deleted

    • Free the memory occupied by the node to be deleted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The campus process included 2 Technical and an HR round, First round was coding, second was to check theoretical knowledge and third HR round.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Coding Test 

Easy to medium-level coding questions on DSA

Round 3 - Technical 

(2 Questions)

  • Q1. DSA question along with basic java needs
  • Q2. Create custom linked list
  • Ans. 

    A custom linked list is a data structure where each node contains a value and a reference to the next node.

    • Define a Node class with value and next properties

    • Define a LinkedList class with head property and methods to add, remove, and traverse nodes

    • Example: let list = new LinkedList(); list.add(1); list.add(2); list.remove(1);

  • Answered by AI
Round 4 - System design 

(1 Question)

  • Q1. Of an elevator and some questions on how to implement it with some scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with DS and System design along with your programming language basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
6-8 weeks
Result
-
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. About my experience, current ctc and expected ctc
Round 3 - One-on-one 

(2 Questions)

  • Q1. About my day to day role in the previous company
  • Q2. Biggest campaign
  • Ans. 

    My biggest campaign was a nationwide marketing campaign for a new product launch.

    • Developed comprehensive marketing strategy

    • Utilized multiple channels such as social media, TV, and print advertising

    • Collaborated with influencers and brand ambassadors

    • Analyzed data and adjusted tactics for optimal results

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Detailed About SQL
  • Q2. Experience with ML
  • Ans. 

    I have experience applying machine learning techniques for data analysis, including predictive modeling and data visualization.

    • Utilized regression analysis to predict sales trends based on historical data.

    • Implemented clustering algorithms to segment customers for targeted marketing.

    • Developed classification models to identify fraudulent transactions in financial datasets.

    • Used decision trees to analyze patient data for p...

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

I applied via Campus Placement

Round 1 - Group Discussion 

Any topic regarding business expansion

Round 2 - One-on-one 

(5 Questions)

  • Q1. Basic interview questions last job related
  • Q2. Ans it after reading and fully understanding of the job
  • Q3. How you increase the sales? Of a product in field
  • Ans. 

    Increasing sales of a product in the field involves implementing strategic marketing tactics and building strong relationships with customers.

    • Identify target market and tailor marketing strategies accordingly

    • Offer promotions or discounts to attract new customers

    • Provide excellent customer service to retain existing customers

    • Utilize social media and online advertising to reach a wider audience

    • Collaborate with other busin...

  • Answered by AI
  • Q4. What you didand how you did in your last job
  • Q5. What re athe requirement basics regarding
  • Ans. 

    Requirement basics involve understanding needs, defining scope, and ensuring clarity for project success.

    • Identify stakeholder needs: Engage with stakeholders to gather their expectations and requirements.

    • Define project scope: Clearly outline what is included and excluded in the project to avoid scope creep.

    • Document requirements: Create detailed documentation that specifies functional and non-functional requirements.

    • Pri...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated professional with a background in finance and a passion for problem-solving and teamwork.

    • Education: Graduated with a degree in Finance from XYZ University, where I was involved in the finance club.

    • Experience: Worked as a financial analyst at ABC Corp, where I improved reporting efficiency by 20%.

    • Skills: Proficient in Excel and financial modeling, with a knack for data analysis and interpretation.

    • Intere...

  • Answered by AI
  • Q2. Explain your expierence in detail
Round 2 - Technical 

(2 Questions)

  • Q1. My motivation towards this job profile
  • Ans. 

    I am motivated by the opportunity to make a positive impact, learn continuously, and collaborate with a passionate team.

    • Desire to contribute to meaningful projects, like improving patient care or developing innovative solutions.

    • Passion for continuous learning, such as attending workshops or pursuing certifications to enhance my skills.

    • Enjoyment of teamwork and collaboration, exemplified by successful group projects in ...

  • Answered by AI
  • Q2. What aspects of my profile fits with JD

Mishi Media Solutions Interview FAQs

How many rounds are there in Mishi Media Solutions interview?
Mishi Media Solutions interview process usually has 2 rounds. The most common rounds in the Mishi Media Solutions interview process are Technical and HR.
What are the top questions asked in Mishi Media Solutions interview?

Some of the top questions asked at the Mishi Media Solutions interview -

  1. What all softwares or methods you have used for SEO or as SEO techniqu...read more
  2. What you know about S...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
PVR Inox Interview Questions
3.9
 • 181 Interviews
Abbott Interview Questions
4.1
 • 159 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
Tata Play Interview Questions
4.0
 • 76 Interviews
Times Internet Interview Questions
3.5
 • 71 Interviews
Aptara Interview Questions
3.2
 • 66 Interviews
View all

Mishi Media Solutions Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.1

Salary

3.1

Job security

3.2

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Compare Mishi Media Solutions with

HDFC Bank

3.9
Compare

Manappuram Finance

3.9
Compare

PVR Inox

3.9
Compare

Abbott

4.1
Compare
write
Share an Interview