Upload Button Icon Add office photos

Filter interviews by

Nembono Media Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - HR 

(6 Questions)

  • Q1. At Moris Media, we create for a wide range of clients. How would you adapt your motion graphics style to resonate with a target audience of young children versus senior citizens?
  • Ans. I understand the importance of tailoring visuals to specific demographics. For children, I'd use bright colors, simple shapes, and playful animation. For seniors, I'd focus on clear communication, slower pacing, and high-contrast visuals for better readability
  • Answered by Linkedin User
  • Q2. You're given tight deadlines and limited resources for a project. How do you ensure high-quality motion graphics are still delivered?
  • Ans. Effective communication is key. I'd collaborate with the team to prioritize elements and suggest time-saving techniques like pre-made assets or animation libraries. My experience allows me to work efficiently while maintaining quality
  • Answered by Linkedin User
  • Q3. Describe a situation where you had to collaborate with a team member whose design vision differed from yours. How did you navigate this?
  • Ans. Open communication is crucial. I'd actively listen to their ideas, present my perspective, and find common ground. Perhaps by sketching variations or creating mood boards, we could reach a solution that incorporates both visions
  • Answered by Linkedin User
  • Q4. How do you stay up-to-date with the latest trends and software in motion graphics?
  • Q5. I actively follow industry publications, attend online workshops, and participate in online communities. I'm also a quick learner and eager to experiment with new software to stay ahead of the curve
  • Q6. Moris Media creates video content with live-action integration. Describe your experience, or how you'd approach learning, this aspect of motion design.
  • Ans. 

    I have extensive experience in creating video content with live-action integration, including working on various projects that required this skill.

    • I have worked on projects where I had to seamlessly integrate live-action footage with motion graphics to create engaging videos.

    • I am familiar with techniques such as rotoscoping, green screen keying, and compositing to blend live-action and motion graphics effectively.

    • I sta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research, tailor your portfolio, practice interview answers. Show passion, adaptability, and a solutions-oriented mindset. Good luck!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React Hooks , Virtual Dom , and other some basic ReactJS questions .
  • Q2. JavaScript ES6 questions and some basic logical Coding questions .
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript advance questions such as - Promise , Async awit
  • Q2. Logical Coding question and Events.
  • Q3. OOPs Concepts and Functions.
  • Ans. 

    OOPs Concepts focus on encapsulation, inheritance, polymorphism, and abstraction. Functions are reusable blocks of code.

    • OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism enables objects to be treated as in...

  • Answered by AI
  • Q4. High order Component , Call back functions

Interview Preparation Tips

Topics to prepare for Birdeye Software Engineer interview:
  • Events
  • Es6
  • classes and objects
Interview preparation tips for other job seekers - Be conscise and keep your answer clear and to the point.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 

(10 Questions)

  • Q1. Explain in detail about your last project
  • Q2. What is Regression Testing and Retesting
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

    • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is done to ensure ...

  • Answered by AI
  • Q3. What 300 & 301 status codes represents?
  • Ans. 

    300 represents multiple choices and 301 represents moved permanently.

    • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

    • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

    • Both status codes are used in HTTP responses to indicate the status of a requested resource.

    • Examples of 3...

  • Answered by AI
  • Q4. What is Sanity Testing and Smoke Testing?
  • Ans. 

    Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

    • Smoke testing is performed after the build is received from the d...

  • Answered by AI
  • Q5. What is Severity and Priority?
  • Ans. 

    Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

    • Severity is based on the extent of damage caused by a defect

    • Priority is based on the importance of the affected functionality

    • High Severity and High Priority defects should be fixed first

    • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

  • Answered by AI
  • Q6. Explain High priority and low severity with an example
  • Ans. 

    High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

    • High priority issues are critical and can cause system failure or data loss

    • Low severity issues are minor and do not affect the system's functionality

    • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...

  • Answered by AI
  • Q7. Explain low priority and high severity with an example
  • Ans. 

    Low priority and high severity refer to the impact and urgency of a bug respectively.

    • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

    • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

    • For example, a low priority bug could be a typo in a non-critical error mess...

  • Answered by AI
  • Q8. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It encourages collaboration between developers and customers

    • It involves breaking down projects into smaller, manageable chunks called sprints

    • Examples of Agile methodologies...

  • Answered by AI
  • Q9. Which test should do first and why?
  • Ans. 

    The test that should be done first is the one that covers the most critical and high-risk functionality.

    • Identify critical and high-risk functionality

    • Prioritize tests based on risk

    • Perform tests in a logical order

    • Re-evaluate test priorities as development progresses

  • Answered by AI
  • Q10. Logical question - You have 3 switches and one bulb in another room, you have to find which switch in connected to that bulb, you are given only ONE CHANCE.

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect the unexpected, Keep your resume crisp and be prepared what you have shared in your resume

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Please tell me my self and my work experience
  • Q2. Good skill and job experience and experience
  • Q3. Field experience
  • Q4. Sales executive
  • Q5. Direct marketing

Interview Preparation Tips

Topics to prepare for Smollan Group Sales Executive interview:
  • Direct Sales
  • B2C Marketing
  • direct marketing
  • Field Work
  • Good skiil
  • Product Development
  • Networking
  • Good relationship
Interview preparation tips for other job seekers - My work experience and working skills

good job at of life Interview Questions & Answers

GOOD user image Neha Singh

posted on 27 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(7 Questions)

  • Q1. Tell me about your self
  • Q2. What's your hobby
  • Q3. Where do you live
  • Q4. Why should be hire you
  • Q5. Which subject do you like most
  • Q6. You expect this salary
  • Q7. What's your father's working
Round 3 - HR 

(1 Question)

  • Q1. Job requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher i live with in my family
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. One map related question regarding sorting string according to number of occurance of characters in it.
  • Q2. Right view of tree (recursive and using level order)
  • Ans. 

    Printing the right view of a tree using recursion and level order traversal.

    • Recursively traverse the right subtree first and then the left subtree.

    • For level order traversal, use a queue to store nodes at each level.

    • Print the rightmost node at each level.

    • Example: For tree 1-2-3-4-5, the right view is 1-2-4-5.

  • Answered by AI
  • Q3. Some dbms, os, system design related terminologies like (foreign key, primary key, difference between them, scaling and types of it, few question on os)
Round 3 - Technical 

(4 Questions)

  • Q1. Basic oops concepts. with examples
  • Q2. Java specific question and to write abstract class, interface and state difference between them.
  • Q3. Solid design pattern question to implement it with given example.
  • Q4. Sql query, os related question (deadlocks, and it s resolution)
Round 4 - One-on-one 

(2 Questions)

  • Q1. It was managerial round based solely on resume. asked about my internship work, how I perform in team, work which I have done in previous organisation.
  • Q2. Few fun topics and discussions

Interview Preparation Tips

Topics to prepare for MiQ Digital Software Engineer interview:
  • Java
  • Javascript
  • DSA
  • Algorithms
  • OOPS
  • OS
  • DBMS
Interview preparation tips for other job seekers - Please Go through java basics and oops concepts, you should be able to write code very well and explain with example.
basic top 200 interview question for dsa preparation.

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Coding Test 

The first round was coding round to test the candidate's ability . Test duration was one hour. The coding test was based on basic javascript logics.

Round 2 - Group Discussion 

The second round was group discussion. The topic was strategy to build a project, folder structure and API integration etc.

Round 3 - One-on-one 

(3 Questions)

  • Q1. First question was tell about yourself in detail.
  • Q2. Second was why should we hire you?
  • Ans. 

    I am a highly skilled Full Stack Developer with a strong track record of delivering high-quality projects.

    • I have extensive experience in both front-end and back-end development.

    • I am proficient in multiple programming languages and frameworks, allowing me to adapt to any project requirements.

    • I have a proven ability to work well in teams and collaborate effectively with stakeholders.

    • I am constantly learning and staying u...

  • Answered by AI
  • Q3. What can you bring to the company?
  • Ans. 

    I can bring a strong technical skillset, a passion for problem-solving, and a collaborative mindset to the company.

    • Strong technical skillset in full stack development

    • Ability to solve complex problems and find innovative solutions

    • Collaborative mindset to work effectively in a team

    • Experience with relevant technologies and frameworks

    • Strong communication and interpersonal skills

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your weakness ans strength?
  • Ans. 

    My strength is problem-solving and my weakness is public speaking.

    • Strength: Proficient in identifying and solving complex problems

    • Weakness: Nervousness while speaking in front of large audiences

    • Strength: Ability to learn and adapt to new technologies quickly

    • Weakness: Difficulty in delegating tasks to others

    • Strength: Attention to detail and ability to work under pressure

    • Weakness: Tendency to overthink and second-guess d

  • Answered by AI
  • Q2. What is you salary expectation?
  • Ans. 

    I would expect a salary that is competitive and reflective of my skills and experience.

    • Research the average salary range for Full Stack Developers in your area.

    • Consider your years of experience, education, and any specialized skills you have.

    • Be prepared to negotiate and discuss your salary expectations during the interview process.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 3 Minds Digital Full Stack Developer interview:
  • Javascript
  • React.Js
  • Redux
Interview preparation tips for other job seekers - Be confident and deep knowledge of javascript basics.
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 

(2 Questions)

  • Q1. Why do you want to join
  • Q2. Can you use social media

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get in, high pressure. Politics is everywhere, no hierarchy system

Ad ops trainee Interview Questions & Answers

Mediamint user image Nikitha Loddila

posted on 9 Aug 2022

I applied via campus placement at Loyola Academy Degree & PG College, Hyderabad and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Assignment 

The assignment consist of general topics which is not subjective based.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me something out of your resume
  • Q2. Tell me about yourself
Round 3 - Technical 

(3 Questions)

  • Q1. Why digital marketing
  • Q2. Are you planning for higher education
  • Q3. What do you know about digital marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring process is simple and easy. Just make sure you have knowledge about digital marketing.

Skills evaluated in this interview

CSR Interview Questions & Answers

Regalix user image Anonymous

posted on 14 Oct 2021

I applied via Referral and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What do you think about corporate and why didn't apply for any IJP ( Internal Job Posting) over the years. And what do you think is the reason for not getting through.
  • Ans. 

    I believe corporate culture is important for the success of a company. I didn't apply for any IJP because I wanted to gain more experience in my current role. The reason for not getting through could be due to a lack of specific skills or qualifications.

    • I believe corporate culture plays a crucial role in shaping the success of a company.

    • I didn't apply for any IJP (Internal Job Posting) because I wanted to gain more exp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't talk negative about your previous organization and if you don't know something just be honest don't pretend that you know and get caught you can always learn and say you are willing to learn. And very important be very calm and understand the question and think about the best answer that suits the questions. Also, Talk about what you are good at it and be very confident about it. I'm sure you will be able to crack any interview if you refer this.
W!ll.!.aM

Nembono Media Interview FAQs

How to prepare for Nembono Media 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 Nembono Media. The most common topics and skills that interviewers at Nembono Media expect are Social Media, Usage, Market Research, Adobe After Effects and Application Development.

Tell us how to improve this page.

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
4.0
 • 99 Interviews
3 Minds Digital Interview Questions
4.4
 • 63 Interviews
Publicis Interview Questions
3.7
 • 53 Interviews
Regalix Interview Questions
2.9
 • 43 Interviews
Denave Interview Questions
3.7
 • 39 Interviews
Xdbs Interview Questions
3.2
 • 38 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
Smollan Group Interview Questions
4.2
 • 33 Interviews
View all
Compare Nembono Media with

R.R. Donnelley

4.0
Compare

Denave

3.7
Compare

Smollan Group

4.2
Compare

Echobooom Management & Entrepreneurial Solutions

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview