Upload Button Icon Add office photos
Engaged Employer

i

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

Woovly India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Woovly India Product Designer Interview Questions and Answers

Updated 4 Jul 2024

Woovly India Product Designer Interview Experiences

1 interview found

Product Designer Interview Questions & Answers

user image Ashita Taneja

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

We discussed case study in detail.

Round 2 - HR 

(2 Questions)

  • Q1. My personal and professional background
  • Q2. Interest in Design
  • Ans. 

    I have a strong interest in design, particularly in creating user-friendly and visually appealing products.

    • I have a background in graphic design and have always been drawn to creating aesthetically pleasing designs.

    • I enjoy solving problems through design and finding innovative solutions to user needs.

    • I stay updated on design trends and technologies to ensure my work is current and relevant.

    • I have experience working on ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and be honest to the interviewer. Show them what you know and how willing you are to work on yourself

Top trending discussions

View All
Interview Tips & Stories
5d (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 Woovly India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Indeed and was interviewed before Dec 2021. 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 - HR 

(1 Question)

  • Q1. Previous Experience & Interested for organisation
Round 3 - Assignment 

Infographic & newsletter design

Round 4 - Behavioral 

(1 Question)

  • Q1. Related latest design trend and healthcare industry related questions
Round 5 - HR 

(1 Question)

  • Q1. Final CTC discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance in this job, it was great place to working.

Product Designer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. If you designed the PowerPoint feature where the top bar can be u ... read more
asked in Deloitte
Q2. What are other things you do apart from designing?
asked in Zoho
Q3. What is your icon design process for web applications and mobile ... read more
asked in SN Digitech
Q4. What methodologies do you use to evaluate product usability?
asked in Atlassian
Q5. What is your approach to managing opposing directions from differ ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What are you currently studying?
  • Ans. 

    I am currently studying advanced graphic design techniques, focusing on digital illustration and user experience design principles.

    • Digital Illustration: I'm exploring tools like Adobe Illustrator and Procreate to create detailed and vibrant illustrations for various projects.

    • User Experience Design: I'm learning about UX principles to enhance the usability and accessibility of designs, ensuring they meet user needs.

    • Typo...

  • Answered by AI
  • Q2. What graphic design software are you familiar with?
  • Ans. 

    I am proficient in various graphic design software, including Adobe Creative Suite, Sketch, and Figma, for diverse design projects.

    • Adobe Photoshop: Used for photo editing, digital painting, and creating graphics for web and print.

    • Adobe Illustrator: Ideal for vector graphics, logo design, and illustrations, allowing for scalability without loss of quality.

    • Adobe InDesign: Perfect for layout design, especially for print m...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How to center a div?
  • Ans. 

    Centering a div can be achieved using various CSS techniques, including flexbox, grid, and margin auto.

    • Using Flexbox: Set the parent container to display: flex; and justify-content: center; align-items: center; to center the div both horizontally and vertically.

    • Using Grid: Set the parent container to display: grid; and use place-items: center; to center the div in both directions.

    • Using Margin Auto: For a block-level di...

  • Answered by AI
  • Q2. How to install NPM?
  • Ans. 

    NPM is a package manager for JavaScript, essential for managing libraries and dependencies in Node.js applications.

    • Install Node.js: NPM comes bundled with Node.js, so first, download and install Node.js from the official website (https://nodejs.org).

    • Verify Installation: After installation, open your terminal or command prompt and run 'npm -v' to check if NPM is installed correctly.

    • Update NPM: You can update NPM to the ...

  • Answered by AI
  • Q3. What does Switch Branch Does in GITHUB
  • Ans. 

    Switching branches in GitHub allows developers to navigate between different lines of development in a repository.

    • Branching: Each branch represents an independent line of development, allowing multiple features or fixes to be worked on simultaneously.

    • Switch Command: The command 'git checkout <branch-name>' is used to switch to a different branch in your local repository.

    • Isolation: Changes made in one branch do no...

  • Answered by AI

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 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 - One-on-one 

(3 Questions)

  • Q1. How python dictionary is implemented internally ?
  • Ans. 

    Python dictionary is implemented using hash tables.

    • Python dictionary is a collection of key-value pairs.

    • The keys in a dictionary must be unique and immutable.

    • The values in a dictionary can be of any data type.

    • Python dictionary is implemented using hash tables.

    • Hash tables provide constant time complexity for insertion, deletion and retrieval of elements.

    • The hash function used in Python dictionary is based on the key's h...

  • Answered by AI
  • Q2. What is heap sort
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • It divides the input into a sorted and an unsorted region.

    • It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.

    • It has a time complexity of O(n log n) and is not stable.

    • Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q3. Coding question to sort array based on a custom filter
  • Ans. 

    Sort an array of strings based on a custom filter criteria.

    • Define the custom filter criteria (e.g., length, alphabetical order).

    • Use built-in sorting functions with a comparator.

    • Example: Sort by length: ['apple', 'banana', 'kiwi'] -> ['kiwi', 'apple', 'banana'].

    • Example: Sort alphabetically: ['banana', 'apple', 'kiwi'] -> ['apple', 'banana', 'kiwi'].

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 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 - One-on-one 

(1 Question)

  • Q1. Discussion on sales, areas and target
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about product, target etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good organization
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA questions asked in an interview

Senior Associate Interview Questions & Answers

Elevate user image Shital Santosh Badgujar

posted on 13 May 2024

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

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Contracts review and abstraction

Round 2 - One-on-one 

(1 Question)

  • Q1. Contracts and essential elements

Woovly India Interview FAQs

How many rounds are there in Woovly India Product Designer interview?
Woovly India interview process usually has 2 rounds. The most common rounds in the Woovly India interview process are Case Study and HR.
How to prepare for Woovly India Product Designer 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 Woovly India. The most common topics and skills that interviewers at Woovly India expect are Interaction Design, Product Design, UX and User Interface Designing.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
3.9
 • 17 Interviews
STARZ Ventures Interview Questions
4.8
 • 16 Interviews
Pepper Content Interview Questions
2.5
 • 13 Interviews
Elevate Interview Questions
3.4
 • 10 Interviews
ParallelDots Interview Questions
4.2
 • 9 Interviews
Meddo Interview Questions
3.1
 • 8 Interviews
Silverpush Interview Questions
3.7
 • 7 Interviews
Kisan Network Interview Questions
3.3
 • 7 Interviews
View all
Woovly India Product Designer Salary
based on 4 salaries
₹7.6 L/yr - ₹10.5 L/yr
28% less than the average Product Designer Salary in India
View more details
Software Engineer
13 salaries
unlock blur

₹5.2 L/yr - ₹14 L/yr

QA Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Business Development Officer
6 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Developer
5 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Area Sales Manager
5 salaries
unlock blur

₹5.4 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Woovly India with

InsanelyGood

4.1
Compare

Vegrow

3.9
Compare

Pepper Content

2.5
Compare

Elevate

3.4
Compare
write
Share an Interview