Upload Button Icon Add office photos

Filter interviews by

Avestan Technologies UI Designer Interview Questions and Answers

Updated 14 Aug 2024

Avestan Technologies UI Designer Interview Experiences

1 interview found

UI Designer Interview Questions & Answers

user image Himanshu Kaskar

posted on 14 Aug 2024

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

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

Round 1 - HR 

(3 Questions)

  • Q1. What is ui vs ux
  • Ans. 

    UI (User Interface) focuses on the look and feel of a product, while UX (User Experience) focuses on the overall experience and usability.

    • UI is the visual aspect of a product, including colors, typography, and layout.

    • UX is the overall experience of a user interacting with a product, including ease of use and efficiency.

    • UI design is like the exterior design of a car, while UX design is like the driving experience.

    • UI des...

  • Answered by AI
  • Q2. Tell me about your casestudy
  • Q3. What is typography
  • Ans. 

    Typography is the art and technique of arranging type to make written language legible, readable, and appealing.

    • Typography involves selecting typefaces, font sizes, line spacing, and alignment to enhance the visual appeal of text.

    • It plays a crucial role in user interface design by improving readability and guiding users through content.

    • Examples of typography elements include headings, body text, and call-to-action butt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview questions from similar companies

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

I was told to explain my projects that I have created and why I had created them

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
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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related java question
  • Q2. Coding questions
Round 2 - HR 

(2 Questions)

  • Q1. About salary discussion
  • Q2. What is your strength
  • Ans. 

    My strength lies in my ability to think creatively and problem-solve efficiently.

    • Strong visual communication skills

    • Proficient in Adobe Creative Suite

    • Ability to work under pressure and meet deadlines

    • Experience in creating visually appealing designs for various platforms

    • Strong attention to detail

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
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

Avestan Technologies Interview FAQs

How many rounds are there in Avestan Technologies UI Designer interview?
Avestan Technologies interview process usually has 1 rounds. The most common rounds in the Avestan Technologies interview process are HR.
What are the top questions asked in Avestan Technologies UI Designer interview?

Some of the top questions asked at the Avestan Technologies UI Designer interview -

  1. What is ui vs...read more
  2. What is typogra...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Avestan Technologies interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
Software Developer
8 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

HR Executive Recruiter
5 salaries
unlock blur

₹0.6 L/yr - ₹3.5 L/yr

Angular Developer
4 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Java Developer
3 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Information Technology Recruiter
3 salaries
unlock blur

₹1.8 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Avestan Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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