Upload Button Icon Add office photos

Filter interviews by

Primal Infosys UI Designer Interview Questions and Answers

Updated 2 Nov 2021

Primal Infosys UI Designer Interview Experiences

1 interview found

UI Designer Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2021

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are the deprecated methods in reactjs 16.8 version?
  • Ans. 

    The deprecated methods in ReactJS 16.8 version are findDOMNode and componentWillReceiveProps.

    • findDOMNode method is replaced by useRef hook.

    • componentWillReceiveProps method is replaced by getDerivedStateFromProps.

    • Both methods were causing performance issues and were not recommended to use.

    • React team has provided migration guides to help developers transition to the new methods.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to know how depth knowledge of mine in reactjs.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to your skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever mentioned in cv plz go through all the topics and whatever you doing in current project etc...
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

Graphic design and web design assistant

Round 2 - Technical 

(3 Questions)

  • Q1. Graphic design questions
  • Q2. Assistant design questions
  • Q3. Good design knowledge questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic self intro questions
  • Q2. Salary package for future

Interview Preparation Tips

Interview preparation tips for other job seekers - Non of these
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Introduce about yourself.
  • Ans. 

    I am a passionate UX Designer with a background in graphic design and a strong focus on user-centered design principles.

    • Background in graphic design

    • Strong focus on user-centered design principles

    • Experience in conducting user research and usability testing

    • Proficient in design tools such as Adobe Creative Suite and Sketch

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. Can you share your portfolio link?
  • Ans. 

    Yes, my portfolio link is www.example.com

    • Include projects showcasing UX design skills

    • Highlight problem-solving process

    • Demonstrate user research and testing methods

  • Answered by AI
  • Q3. Explain your portfolio
  • Ans. 

    My portfolio showcases a variety of UX design projects I have worked on, highlighting my skills and experience.

    • Includes case studies of projects I have completed

    • Demonstrates my design process from research to final product

    • Showcases my ability to solve user problems through design

    • Highlights my skills in wireframing, prototyping, and user testing

  • Answered by AI
  • Q4. What is accessibility?
  • Ans. 

    Accessibility refers to the design of products, devices, services, or environments for people with disabilities.

    • Ensuring that websites, apps, and physical spaces are usable by individuals with disabilities

    • Incorporating features like screen readers, alternative text for images, and keyboard navigation

    • Following accessibility guidelines such as WCAG (Web Content Accessibility Guidelines)

    • Testing for accessibility with tool...

  • Answered by AI
  • Q5. What is the design thinking process?
  • Ans. 

    Design thinking is a human-centered approach to problem-solving that involves empathy, ideation, prototyping, and testing.

    • Empathize with users to understand their needs and challenges

    • Ideate by brainstorming and generating creative solutions

    • Prototype to visualize and test ideas

    • Test prototypes with users to gather feedback and iterate on designs

  • Answered by AI
  • Q6. They asked about the things mentioned in my Resume.
  • Q7. How much do you rate yourself as a UX designer out of 10?
  • Ans. 

    I rate myself as an 8 out of 10 as a UX designer.

    • I have a strong understanding of user-centered design principles

    • I have experience conducting user research and usability testing

    • I continuously strive to improve my skills and stay updated on industry trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a walk-in interview at Yantra Park, Thane. It was started around in the morning at 9:30, after the formalities. There were almost 200 field interviewers: maybe around 30 interviewers and just 15 to 20 people from UX. I got the call for an interview at around 3:00 PM. And you won't believe they finished only 5 UX people interviews till then. There are dedicated 3 to 4 interviewers for UX Only. After the Interview, They will tell me that HR will inform you of the result. I asked HR, and she said I would get a call on Monday, but nobody called me—worst experience with TCS.

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

In graphic design, the question posed is not a problem; I have cleared my aptitude test.

Round 2 - Technical 

(4 Questions)

  • Q1. Cut copy paste and import a image and use pen tool in illustrator and photoshop if any questions i am handled
  • Q2. How can you easily clip mask an image?
  • Q3. Creative is most important in graphic designer
  • Q4. There more than tools is came from ai and its very to use a tools in graphic designers

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a valuable support to your team, consistently completing tasks on time and receiving positive reviews from clients.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Assignment 

Can you please provide Graphic and web design assistant ?

Round 2 - Technical 

(3 Questions)

  • Q1. About graphic design questions
  • Q2. About design strategy
  • Q3. Communication skills
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction for candidates
  • Q2. Experience package for future
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Assignment 

You are provide some assignment and I complet this assignment

Round 2 - Coding Test 

You give any code and i make this code

Round 3 - Group Discussion 

You give any topic and i reply this topic

Round 4 - HR 

(2 Questions)

  • Q1. About me and my introduction
  • Q2. Any topic provided
Round 5 - Technical 

(3 Questions)

  • Q1. Ask me any technical questions
  • Q2. Give me Technical program solve
  • Q3. Python with file handling
  • Ans. 

    Python provides powerful file handling capabilities through built-in functions like open(), read(), write(), and close().

    • Use open() function to open a file in different modes like 'r' for reading, 'w' for writing, 'a' for appending, etc.

    • Use read() function to read the contents of a file and write() function to write data to a file.

    • Remember to close the file using close() function after performing file operations to rel...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a creative UI UX Designer with a passion for user-centered design and problem-solving.

    • Experienced in creating wireframes, prototypes, and user flows

    • Strong understanding of design principles and usability

    • Skilled in using design tools such as Adobe XD, Sketch, and Figma

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. Explain UI UX process
  • Ans. 

    UI UX process involves designing user interfaces and experiences to create intuitive and engaging digital products.

    • Research and analysis to understand user needs and behaviors

    • Wireframing and prototyping to visualize design concepts

    • Iterative design process to gather feedback and make improvements

    • Collaboration with developers to ensure design feasibility

    • User testing to validate design decisions

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Portfolio presentation
  • Q2. Question on portfolio

Skills evaluated in this interview

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

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

Round 1 - Case Study 

It was a case study explanation round along with general process understanding.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How you provide the consultation on the branding?
  • Q2. What are your side projects and expectations from them?

Interview Preparation Tips

Interview preparation tips for other job seekers - better be prepare yourself for the consulting and branding part as they emphasis a lot on that.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. The person asked the basic questions and more focused about on larger portfolio or I can say about to see the live project which I found unethical from the IPR perspective.
  • Ans. My answer was about the sustainable process about UX, which is more important and relevant too as people most of the time showing wrong portfolio to showcase their abilities but if you know the process then you will be able to handle the customers and organizational questionaries which is not applicable for managers or internal stakeholders.. be aware, sorry, only corporate labors with fake smile can asked these kind o
  • Answered Anonymously

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all

Primal Infosys UI 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

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Web Developer
113 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Front end Developer
26 salaries
unlock blur

₹2.2 L/yr - ₹3.7 L/yr

Software Engineer
17 salaries
unlock blur

₹2.1 L/yr - ₹6.8 L/yr

Front end Web Developer
11 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

UI Developer
10 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Primal Infosys with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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