Upload Button Icon Add office photos

Filter interviews by

Intelligaia Technologies UI/UX Designer Interview Questions and Answers

Updated 20 Nov 2022

Intelligaia Technologies UI/UX Designer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Nov 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Technical interview included some details on design process.
  • Q2. How would I react or behave in certain situations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and honest. Don't try to over explain or under explain. Be crsip amd precise with your answers.

Interview questions from similar companies

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

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

Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. Share your resume
  • Ans. 

    Experienced UI/UX Designer with expertise in creating user-friendly interfaces and enhancing user experience.

    • Proficient in Adobe Creative Suite

    • Strong understanding of user research and usability testing

    • Skilled in creating wireframes and prototypes

    • Experience working with cross-functional teams

  • Answered by AI
  • Q2. Aptitude test on your domain

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great place for freshers to learn skills while working on live projects.
Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I would expect a salary that is competitive and reflective of my skills and experience in the UI/UX design field.

    • I have researched the average salary range for UI/UX designers in this location and industry.

    • I have considered my level of experience and expertise in UI/UX design.

    • I am open to discussing salary based on the overall compensation package, including benefits and opportunities for growth.

    • I am confident in my ab...

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and ethnicities.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • I have relatives who are artists, engineers, and entrepreneurs, which has influenced my creativity and problem-solving skills.

    • Growing up in a multicultural environment has taught me to appreciate diversity and adapta

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a UI/UX Designer at XYZ Company.

    • Collaborated with cross-functional teams to design and develop user-friendly interfaces.

    • Conducted user research and usability testing to gather insights and improve designs.

    • Created wireframes, prototypes, and mockups using design tools like Sketch and Adobe XD.

    • Implemented responsive design principles to ensure optimal user experience across devices.

    • Worked closely with develop...

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    You should hire me because I have a strong background in UI/UX design and a proven track record of creating user-centered designs that drive results.

    • I have a deep understanding of user psychology and behavior, allowing me to create intuitive and engaging user experiences.

    • I am skilled in using industry-standard design tools such as Sketch, Adobe XD, and InVision.

    • I have experience conducting user research and usability t...

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a UI/UX Designer with a passion for creating intuitive and visually appealing user experiences.

    • Experienced in designing user interfaces for web and mobile applications

    • Proficient in using design tools such as Adobe XD and Sketch

    • Strong understanding of user-centered design principles

    • Ability to conduct user research and gather insights to inform design decisions

    • Skilled in creating wireframes, prototypes, and mockups

    • C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Had an honest interview with the HR folk.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • 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 applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Intelligaia Technologies Interview FAQs

How many rounds are there in Intelligaia Technologies UI/UX Designer interview?
Intelligaia Technologies interview process usually has 2 rounds. The most common rounds in the Intelligaia Technologies interview process are Resume Shortlist and One-on-one Round.
How to prepare for Intelligaia Technologies UI/UX Designer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Intelligaia Technologies. The most common topics and skills that interviewers at Intelligaia Technologies expect are Agile, CSS3, Html5, Information Architecture and Javascript.

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Intelligaia Technologies UI/UX Designer Salary
based on 6 salaries
₹3.9 L/yr - ₹6.3 L/yr
30% less than the average UI/UX Designer Salary in India
View more details

Intelligaia Technologies UI/UX Designer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
9 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Front end Developer
8 salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

UI/UX Designer
6 salaries
unlock blur

₹3.9 L/yr - ₹6.2 L/yr

Devops Engineer
5 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Lead Generation Specialist
5 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Intelligaia Technologies with

Cogniter Technologies

3.4
Compare

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.5
Compare

Pitney Bowes

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