Upload Button Icon Add office photos

Phenom

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Phenom Product Designer Interview Questions and Answers

Updated 24 Sep 2024

Phenom Product Designer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the design process with one of the portfolio projects
  • Ans. 

    Redesigning a mobile app for a seamless user experience

    • Conducted user research to identify pain points and user needs

    • Created wireframes and prototypes to visualize design concepts

    • Iterated on designs based on user feedback and usability testing

    • Collaborated with developers to ensure design feasibility

    • Final design focused on intuitive navigation and clean aesthetics

  • Answered by AI
  • Q2. How do you manage opinion clashes with Product & Engineering teams
  • Ans. 

    I address opinion clashes by fostering open communication, seeking compromise, and focusing on the end goal.

    • Encourage open communication to understand different perspectives

    • Seek compromise by finding common ground and mutually beneficial solutions

    • Focus on the end goal and remind teams of the bigger picture

    • Use data and user feedback to guide decisions and resolve conflicts

    • Facilitate discussions and mediate disagreements

  • Answered by AI
Round 2 - Assignment 

Assignment to test our thought process and research execution skills

Round 3 - Technical 

(2 Questions)

  • Q1. Whiteboard challenge
  • Q2. Assignment walkthrough

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be capable of thoroughly explaining the thought process behind design decisions and be ready to face real life challenge questions. Prepare well for whiteboard challenge which will test our product thinking skills.

Skills evaluated in this interview

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

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

Interview Questionnaire 

1 Question

  • Q1. They asked python memory management, string manipulations, regex, and about my current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep strong hold on python basics and data structure

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About Total Experience, Education Background and Salary Discussion
Round 2 - Assignment 

Infographics design and social media post on event

Round 3 - One-on-one 

(4 Questions)

  • Q1. Responsibilities
  • Q2. Tell us something about yourself?
  • Q3. Why do you want to work for us?
  • Q4. Could you work for longer hours?

Interview Preparation Tips

Interview preparation tips for other job seekers - Join this company on your own risk since they hire and fire. They expect work beyond your capability. You can be asked to work longer hours some time at middle of night you will be asked to work otherwise you will be fired.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

DSA, 2hrs. along with aptitude and reasoning que were asked

Round 2 - english test 

(2 Questions)

  • Q1. Verbal test was taken
  • Q2. Grammar, punctuation, article ets were asked
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join us

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the solid principles?
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open-Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior

    • Interface Segreg...

  • Answered by AI
  • Q2. Difference between ref and out?
  • Ans. 

    Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref and out are used to pass arguments by reference instead of by value

    • Ref is used for both input and output parameters while out is only used for output parameters

    • Ref requires the variable to be initialized before passing while out does not

    • Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth

  • Answered by AI
  • Q3. Explain about your project its architecture.
  • Q4. What are the rest APIs and popular status codes?
  • Ans. 

    REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.

    • REST APIs allow clients to access and manipulate resources on a server using HTTP requests

    • Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE

    • Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors

    • Some popular status codes include ...

  • Answered by AI
  • Q5. Explain memory management in c#.
  • Ans. 

    Memory management in C# involves automatic garbage collection and the use of pointers.

    • C# uses a garbage collector to automatically manage memory allocation and deallocation.

    • Developers can use pointers to directly manipulate memory, but this is not recommended.

    • C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.

  • Answered by AI
  • Q6. What are the latest architectural trends in c#?
  • Ans. 

    Microservices, cloud-native, and serverless are the latest architectural trends in C#.

    • Microservices architecture is gaining popularity due to its scalability and flexibility.

    • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

    • Other trends include containeri...

  • Answered by AI
  • Q7. Comparison between .net core and framework
  • Ans. 

    Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

    • Core is open-source and modular, while Framework is a monolithic framework

    • Core has better performance and scalability than Framework

    • Core supports microservices architecture, while Framework does not

    • Core has a smaller footprint and can be deployed as a single executable

    • Framework has better backward compa

  • Answered by AI
  • Q8. Major advancements in .net core
  • Ans. 

    Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

    • Improved performance through the use of Span and other optimizations

    • Cross-platform compatibility with support for Linux and macOS

    • Enhanced security features such as runtime code generation and data protection

    • Introduction of .NET Core 3.0 with support for Windows Desktop applications

    • Integration with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp
Contribute & help others!
anonymous
You can choose to be anonymous

Phenom Interview FAQs

How many rounds are there in Phenom Product Designer interview?
Phenom interview process usually has 3 rounds. The most common rounds in the Phenom interview process are Technical and Assignment.
What are the top questions asked in Phenom Product Designer interview?

Some of the top questions asked at the Phenom Product Designer interview -

  1. Explain the design process with one of the portfolio proje...read more
  2. Whiteboard challe...read more

Recently Viewed

INTERVIEWS

Phenom

No Interviews

REVIEWS

Toyota Industries Engine India

No Reviews

INTERVIEWS

Phenom

No Interviews

INTERVIEWS

Hero MotoCorp

No Interviews

REVIEWS

LG Electronics

No Reviews

REVIEWS

Toyota Industries Engine India

No Reviews

REVIEWS

Toyota Industries Engine India

No Reviews

REVIEWS

Toyota Industries Engine India

No Reviews

REVIEWS

Toyota Industries Engine India

No Reviews

REVIEWS

Toyota Industries Engine India

No Reviews

Tell us how to improve this page.

Phenom Product Designer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 173 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 102 Interviews
UKG Interview Questions
3.1
 • 100 Interviews
Cvent Interview Questions
3.5
 • 85 Interviews
Temenos Interview Questions
3.2
 • 83 Interviews
View all
Product Development Engineer
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Development Engineer 2
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Development Engineer 1
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Phenom with

Talentica Software

4.1
Compare

TalentSprint

4.0
Compare

TALENTEDGE

3.3
Compare

PeopleStrong

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent