Premium Employer

i

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

FPT Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FPT Software UI/UX Designer Interview Questions and Answers

Updated 26 Apr 2024

FPT Software UI/UX Designer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your strength

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Case Study 

You will need to explain one of the good case study from your design portfolio

Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly discussion with the manager about their work culture and understanding of your work process.
Round 3 - HR 

(1 Question)

  • Q1. Discussion about salary and perks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. Stay confident about what you know. Explain with examples for better clarity.

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. Basic questions related to your previous work. work process, brief about yourself.
  • Q2. What will be my role and all about that?
  • Q3. Session was good, waiting for the results.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest what ever you have done, your gaps clarify everything.
Don't lie. Be yourself.

Interview Questionnaire 

1 Question

  • Q1. Why you want to join this company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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
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 - Assignment 

Guven a topic of problem and asked to create mobile screens solving it and providing a use case

Round 3 - One-on-one 

(2 Questions)

  • Q1. Skills, interest, towards subject
  • Q2. Ui relates questions, challenges i faced and how i overcame

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in assignment and thought process behind it. Admit things you don't know and willing to learn

I applied via Walk-in and was interviewed in Nov 2022. 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 - Case Study 

Web design, Mobile app design, prototype, App Development

Round 3 - Assignment 

First page to end pages, Web All topics prototype

Interview Preparation Tips

Interview preparation tips for other job seekers - Any time I am ready to Interview for TCS Company, and all round Interviews I am Ready fos this Interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

FPT Software Interview FAQs

How many rounds are there in FPT Software UI/UX Designer interview?
FPT Software interview process usually has 1 rounds. The most common rounds in the FPT Software interview process are One-on-one Round.

Tell us how to improve this page.

FPT Software UI/UX Designer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join FPT Software We Are A comprehensive Technology Enabler

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
View all
Associate Software Engineer
24 salaries
unlock blur

₹4.5 L/yr - ₹5.2 L/yr

Junior Software Developer
21 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹10.5 L/yr - ₹23 L/yr

Software Developer
14 salaries
unlock blur

₹2.5 L/yr - ₹9.3 L/yr

Software Engineer
12 salaries
unlock blur

₹5.3 L/yr - ₹12.6 L/yr

Explore more salaries
Compare FPT Software with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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