Upload Button Icon Add office photos

Filter interviews by

Humancloud Technologies UI/UX Designer Interview Questions and Answers for Freshers

Updated 21 Dec 2023

Humancloud Technologies UI/UX Designer Interview Experiences for Freshers

1 interview found

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 Nov 2023. There were 2 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 

(2 Questions)

  • Q1. Can you open figma and redesign two screens in 15 mins without the scroll feature.
  • Ans. 

    Yes

    • Start by understanding the existing screens and their purpose

    • Identify the key elements and functionality required

    • Sketch out a rough wireframe to plan the layout

    • Use Figma's design tools to create the redesigned screens

    • Focus on improving usability, visual appeal, and user flow

    • Optimize the screen space without the scroll feature

    • Ensure consistency in typography, colors, and spacing

    • Test the redesigned screens for usabili

  • Answered by AI
  • Q2. Do you think Instagram is perfect? what would you change?
  • Ans. I won't say it's perfect there is always room for some change but that depends on user feedback and what feature they want. I told the guys things that can be improved but he was again stuck on do you really think Instagram is perfect, you can't think of something else to change? do you really think it's the perfect app? To which I replied, Instagram has a huge user set and the money Meta has poured into the app R&D to...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just reschedule if you're not in a position to take interview and hear what others have to say

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Why you want to join this company?

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Just basic questions related to UI UX Designing
Round 2 - HR 

(1 Question)

  • Q1. Expected salary and previous employment details

Interview Preparation Tips

Interview preparation tips for other job seekers - Think before you join this company. Specially who are in IT.

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 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.
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 Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is your design process
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration.

    • Research: Gather information about the problem, users, and competition.

    • Ideation: Brainstorm and sketch out potential solutions.

    • Prototyping: Create low-fidelity and high-fidelity prototypes.

    • Testing: Conduct user testing to gather feedback and insights.

    • Iteration: Use feedback to refine and improve the design.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Persistent Systems UI/UX Designer interview:
  • Design thinking
  • Information Architecture
Interview preparation tips for other job seekers - L1: technical round
L2: technical round
Hr round

I was interviewed in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. What is autoboxing and unboxing
  • Ans. 

    Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.

    • Autoboxing is useful when working with collections that require objects instead of primitives.

    • Example: int i = 5; Integer j = i; //autoboxing

    • Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.

    • Example: Integer j = 5; int i = j; //unboxi

  • Answered by AI
  • Q2. What is typecasting UP AND DOWN
  • Ans. 

    Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.

    • Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.

    • Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.

    • Typecasting can resul...

  • Answered by AI
  • Q3. How do you iterate map
  • Ans. 

    To iterate a map in Java, use a for-each loop or an iterator.

    • Use the entrySet() method to get a set of key-value pairs

    • For-each loop: for(Map.Entry entry : map.entrySet())

    • Iterator: Iterator> iterator = map.entrySet().iterator();

    • Use hasNext() and next() methods to iterate through the map

  • Answered by AI
  • Q4. Types of synchronisation in java
  • Ans. 

    Types of synchronization in Java

    • Synchronized methods

    • Synchronized statements

    • ReentrantLock

    • Semaphore

    • CountDownLatch

  • Answered by AI
  • Q5. Access modifiers in method overriding
  • Ans. 

    Access modifiers in method overriding

    • Access modifiers in the overriding method cannot be more restrictive than the overridden method

    • The access modifier can be less restrictive or the same as the overridden method

    • Private methods cannot be overridden

    • Examples: public method can be overridden by public or protected method, but not by private method

  • Answered by AI
  • Q6. Covarient return type

Skills evaluated in this interview

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

Interview Questionnaire 

1 Question

  • Q1. Abstraction

Humancloud Technologies Interview FAQs

How many rounds are there in Humancloud Technologies UI/UX Designer interview for freshers?
Humancloud Technologies interview process for freshers usually has 2 rounds. The most common rounds in the Humancloud Technologies interview process for freshers are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Humancloud Technologies UI/UX Designer Interview Process for Freshers

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
View all
Java Developer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Back End Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Humancloud Technologies 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