Upload Button Icon Add office photos

Filter interviews by

Animall Product Designer Interview Questions and Answers

Updated 23 Jul 2023

Animall Product Designer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. Please tell me about yourself & your work experience.
  • Q2. What was your last CTC & your expected CTC?
  • Q3. Why are you looking for a job change?
Round 2 - Assignment 

Sharma ji is a family guy who owns a small shop in Hisar, Haryana & qualified as an NBU.
Design a mobile banking app for RBU bank.

Facts about Sharma ji-

1. He recently bought a new smartphone.
2. He mainly uses Utube, WhatsApp, Ludo

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't attempt the design assignment because it is only a waste of your precious time.
Their hiring process is broken & they have no empathy for the candidates.
I contacted HR to find out if the company shares feedback on the design assignment & HR said yes.
After spending 18 hours on the assignment I didn't receive any feedback.

Interview questions from similar companies

I applied via Referral and was interviewed in Apr 2022. There were 5 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 - Aptitude Test 

After the introduction call, an aptitude test on CoCubes was given.

Round 3 - Assignment 

Week long assignment task to design flows, wireframes, and high-fidelity prototype for an expense management app. Additional task was to design a caricature for app mascot.

Round 4 - Technical 

(1 Question)

  • Q1. Technical questions based on assignment demo, followed by portfolio demo.
Round 5 - One-on-one 

(2 Questions)

  • Q1. In office 3-day pre-hiring evaluation with all expenses paid. You get hands-on task assigned and are judged on your research, daily deliverables, team collaboration, culture fit.
  • Q2. You have daily interviews and feedback with HR lead during 3-day pre-hiring evaluation. On the last day, the work done is presented to the CEO/CXOs, who take the final call.

Interview Preparation Tips

Interview preparation tips for other job seekers - Really liked the hospitality, open hot desking, and office culture.
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 - Aptitude Test 

It was a basic aptitude test, not to difficult.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic HR Questions based on your resume.
  • Q2. Technical questions and some project-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a 3-day work at office process(all expenses paid by them) and the 1st day is the most important one so do well on the 1st-day tasks.

I applied via Job Portal and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1)How we can use life cycle methods in functional components
  • Ans. 

    Life cycle methods can be used in functional components using React Hooks.

    • Use useEffect() hook to mimic componentDidMount(), componentDidUpdate() and componentWillUnmount() methods.

    • Use useState() hook to manage state in functional components.

    • Use useContext() hook to access context in functional components.

    • Use useReducer() hook to manage complex state in functional components.

  • Answered by AI
  • Q2. How can we use component will unmount method in functional components by using hooks
  • Ans. 

    Unmounting logic can be implemented using useEffect hook with a return statement.

    • Use useEffect hook with a return statement to implement unmounting logic

    • Return a function from useEffect hook to execute cleanup logic

    • Cleanup logic can include clearing intervals, removing event listeners, etc.

  • Answered by AI
  • Q3. What is redux ? How can we joint react with redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux helps manage the state of an application in a predictable way

    • It provides a central store for all the state of the application

    • React components can access the state from the store using the connect() function

    • Actions are dispatched to the store to update the state

    • Reducers are pure functions that update the state based on the dispatched actions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have a good skills in coding

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
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 - Coding Test 

HTML CSS BOOTSTRAP JAVASCRIPT

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell About Your Self.
  • Q2. What are your strength
  • Q3. Consider the type of interview you can expect
  • Ans. 

    A face-to-face interview or Online interview

  • Answered by Durga Yt
  • Q4. Why did you decide to apply for this position?
  • Ans. 

    'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .

  • Answered by Durga Yt
  • Q5. Why do you want to work here?
  • Ans. 

    “I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,

  • Answered by Durga Yt
Round 4 - Group Discussion 

GD can be divided into 3 categories

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Asking software questions Illustrator and Photoshop

Interview Preparation Tips

Interview preparation tips for other job seekers - Ambition Box Graphic Designer
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 - Assignment 

In coding questions.

Round 3 - HR 

(5 Questions)

  • Q1. Basics of technical questions
  • Q2. About my self and my skills related
  • Q3. What is HTML, and what is its role in web development?
  • Ans. 

    HTML stands for Hypertext Markup Language and is the standard markup language for creating web pages.

    • HTML is used to structure content on the web by using a series of elements and tags.

    • It provides the basic building blocks for creating websites, such as headings, paragraphs, images, links, and forms.

    • HTML works in conjunction with CSS (Cascading Style Sheets) and JavaScript to create visually appealing and interactive w...

  • Answered by AI
  • Q4. Explain the basic structure of an HTML document.
  • Ans. 

    The basic structure of an HTML document includes the doctype declaration, html element, head element, and body element.

    • DOCTYPE declaration specifies the version of HTML being used

    • HTML element wraps the entire content of the document

    • Head element contains meta information about the document

    • Body element contains the visible content of the document

  • Answered by AI
  • Q5. What is the purpose of HTML tags and attributes?
  • Ans. 

    HTML tags and attributes are used to structure and define content on a web page.

    • HTML tags are used to define different elements on a web page, such as headings, paragraphs, images, links, etc.

    • Attributes provide additional information about an element, such as its appearance, behavior, or functionality.

    • For example, the <img> tag is used to display an image on a web page, and the 'src' attribute specifies the image

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a job seeker at Ambitionbox, I am eager to contribute my skills and passion for data-driven decision-making to help the company achieve its goals.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 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 - Assignment 

Basics of html and css

Round 3 - HR 

(5 Questions)

  • Q1. How was the importance of html.
  • Ans. 

    HTML is a fundamental language for creating web pages and is essential for structuring content on the internet.

    • HTML stands for HyperText Markup Language

    • It is used to create the structure of web pages by using elements like headings, paragraphs, images, links, etc.

    • HTML is the backbone of web development and is essential for creating accessible and user-friendly websites

  • Answered by AI
  • Q2. How was the importance of css.
  • Ans. 

    CSS is crucial for styling and formatting web pages, enhancing user experience and creating visually appealing designs.

    • CSS is used to control the layout, colors, fonts, and overall appearance of a website.

    • It allows for responsive design, making websites adapt to different screen sizes and devices.

    • CSS can be used to create animations, transitions, and interactive elements on a webpage.

    • Without CSS, web pages would be pla...

  • Answered by AI
  • Q3. What is the Html and css.
  • Ans. 

    HTML and CSS are the building blocks of web development, used to create and style web pages.

    • HTML stands for HyperText Markup Language and is used to structure content on a web page.

    • CSS stands for Cascading Style Sheets and is used to style the content created with HTML.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for styling elements with properties like color, font size, ma...

  • Answered by AI
  • Q4. What is the DOCTYPE declaration in HTML, and why is it important
  • Ans. 

    DOCTYPE declaration in HTML specifies the version of HTML being used in the document.

    • DOCTYPE declaration is placed at the very beginning of an HTML document before the <html> tag.

    • It informs the web browser about the version of HTML being used, which helps in rendering the page correctly.

    • It also helps in triggering the browser's standards mode, ensuring consistent display across different browsers.

    • Example: <!DO...

  • Answered by AI
  • Q5. How can you include external CSS and JavaScript files in an HTML document.
  • Ans. 

    External CSS and JavaScript files can be included in an HTML document using the <link> and <script> tags.

    • Use the <link> tag with the 'rel' attribute set to 'stylesheet' to include external CSS files.

    • Use the <script> tag with the 'src' attribute to include external JavaScript files.

    • Make sure to specify the correct file path in the 'href' attribute for CSS files and 'src' attribute for JavaScript

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highly motivated computer engineer with a strong foundation in software development and a passion for problem-solving. Experienced in designing and implementing innovative solutions, with a keen eye for detail and efficiency. Eager to contribute technical expertise to Ambitionbox and drive forward its mission of empowering job seekers through data-driven insights.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2022. 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 - Assignment 

Detaling

Interview Preparation Tips

Topics to prepare for AmbitionBox Graphic Designer interview:
  • Art
  • Sketching
Interview preparation tips for other job seekers - "Keep things is balance and make sure that you are tacking care of yourself. Don't get discouraged and remember that most jobs come when you least expet them."Patryce.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Questions Illustrator and Photoshop Software for graphic designer

Round 2 - Group Discussion 

Skills of projects for using softwares

Round 3 - HR 

(2 Questions)

  • Q1. Asking about my applying for the job
  • Q2. Profile applying for job

Animall Interview FAQs

How many rounds are there in Animall Product Designer interview?
Animall interview process usually has 3 rounds. The most common rounds in the Animall interview process are Resume Shortlist, HR and Assignment.

Tell us how to improve this page.

Animall Product Designer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 151 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.2
 • 41 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Tradologie.com Interview Questions
3.1
 • 17 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
View all
Animall Product Designer Salary
based on 6 salaries
₹8 L/yr - ₹11 L/yr
29% less than the average Product Designer Salary in India
View more details

Animall Product Designer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
7 salaries
unlock blur

₹4.2 L/yr - ₹11.5 L/yr

Product Manager
7 salaries
unlock blur

₹13.5 L/yr - ₹22.2 L/yr

Product Designer
6 salaries
unlock blur

₹8 L/yr - ₹11 L/yr

City Manager
5 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Business Development Manager
5 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Animall with

PetSmart

5.0
Compare

Chewy

4.0
Compare

Petco

4.4
Compare

Zoetis

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