Upload Button Icon Add office photos

Filter interviews by

IT Idol Technologies UI UX and Graphic Designer Interview Questions and Answers

Updated 3 Jun 2024

IT Idol Technologies UI UX and Graphic Designer Interview Experiences

1 interview found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic of ui ux
  • Q2. Must have a good portfolio

Interview Preparation Tips

Interview preparation tips for other job seekers - just be motivated

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your design process
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs and goals.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes for testing.

    • Testing: Gather feedback from users and stakeholders.

    • Iteration: Refine designs based on feedback and testing results.

  • Answered by AI
  • Q2. What is information architecture
  • Ans. 

    Information architecture is the organization and structure of information within a digital product or website.

    • It involves categorizing and organizing content in a way that is easy for users to navigate and understand.

    • Information architecture helps users find what they are looking for quickly and efficiently.

    • It includes creating sitemaps, wireframes, and navigation systems to guide users through the product.

    • Good informa...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a creative UI/UX and Graphic Designer with a passion for creating visually appealing and user-friendly designs.

    • Experienced in creating wireframes, mockups, and prototypes for web and mobile applications

    • Proficient in Adobe Creative Suite, Sketch, and other design tools

    • Strong understanding of user-centered design principles and best practices

    • Excellent communication and collaboration skills to work effectively with c

  • Answered by AI
  • Q2. What motivates you
  • Ans. 

    I am motivated by the opportunity to create meaningful and impactful designs that enhance user experiences.

    • Creating designs that solve real-world problems

    • Receiving positive feedback from users

    • Collaborating with a team to bring a vision to life

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini UI UX and Graphic Designer interview:
  • Ui ux
Interview preparation tips for other job seekers - Tailor your resume
Build a strong online presence
Prepare for interview
Enhance your skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Technical bckground
  • Q2. Just self intro and about projects
Round 2 - Assignment 

It was design task with time constraints

Round 3 - HR 

(1 Question)

  • Q1. Where fo you see yourslef in next 5 years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Scenario Based Questions
Round 2 - Assignment 

Assignment Related to UI UX

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations

I applied via Company Website and was interviewed in Mar 2022. 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 - HR 

(4 Questions)

  • Q1. Self introduction family ke bare pichhli compni ke bare me
  • Q2. Expectations for job or salary
  • Q3. Self introduction mery profile ke according
  • Q4. Self introduction mery profile ke according Photoshop illustrator Adobe XD

Interview Preparation Tips

Topics to prepare for Amazon UI UX and Graphic Designer interview:
  • Graphic Designing
Interview preparation tips for other job seekers - Amzon using for shopping make good product and close s for soping
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Given UI task display like display boxes side by side in desktop screen and one after the other in mobile screen using media queries?
  • Q2. Explain difference between authorization vs authentication?
  • Ans. 

    Authentication verifies a user's identity, while authorization determines what a user can access.

    • Authentication confirms a user's identity through credentials like username and password.

    • Authorization controls access to resources based on the authenticated user's permissions.

    • Example: Logging into a website (authentication) and then being able to view/edit specific pages based on your role (authorization).

  • Answered by AI
  • Q3. How to render list in react? Also explain difference between state vs prop in react?
  • Ans. 

    To render a list in React, use map() function to iterate over an array of data and return a list of components. State is mutable data managed within a component, while props are immutable data passed from parent to child components.

    • To render a list in React, use map() function to iterate over an array of data and return a list of components.

    • Example: const items = ['item1', 'item2', 'item3']; items.map(item =>

    • read more

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are the webpage optimization techniques? How to check webpage optimization? In lighthouse optimization reports , how to fix issue related render blocking scripts?
  • Ans. 

    Webpage optimization techniques include minifying CSS and JS files, optimizing images, using asynchronous loading for scripts, and reducing render-blocking scripts.

    • Minify CSS and JS files to reduce file sizes and improve loading times.

    • Optimize images by compressing them and using the correct file format (e.g. JPEG for photographs, PNG for graphics).

    • Use asynchronous loading for scripts to prevent them from blocking the ...

  • Answered by AI
  • Q2. Write scss code nested li element by applying background color 2 element and also use mixins?
  • Ans. 

    Use SCSS to apply background color to nested li elements and utilize mixins.

    • Use nesting to target the li elements within a parent element

    • Apply background color to the 2nd li element using the :nth-child() selector

    • Define and use mixins to reuse styles across the codebase

  • Answered by AI
  • Q3. How to fix cumulative layout shift issues?
  • Ans. 

    To fix cumulative layout shift issues, ensure all images and media have dimensions specified in HTML, use CSS aspect ratio boxes, and prioritize loading critical resources.

    • Specify dimensions for all images and media in HTML to prevent layout shifts.

    • Use CSS aspect ratio boxes to reserve space for images before they load.

    • Prioritize loading critical resources to avoid sudden layout changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview process is not good? First said technical round, then asked to share all details by filling in the portal and upload all documents. For documents and background verification uploaded all docs and UAN details. Again suddenly in the morning hr message in LinkedIn , says that there will client discussion round. When i asked them what is about the interview. They didn't event replied . Actually it was another technical round, where he interview question like all
hypothetically and behavioral questions. After all , simple says rejected?

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Degrees , Qualifications
  • Q2. Be very specific with your academics qualifications
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. What's your father do..
  • Ans. 

    My father is a software engineer who works for a tech company.

    • Father is a software engineer

    • Works for a tech company

  • Answered by AI
  • Q2. Tell me family details

IT Idol Technologies Interview FAQs

How many rounds are there in IT Idol Technologies UI UX and Graphic Designer interview?
IT Idol Technologies interview process usually has 1 rounds. The most common rounds in the IT Idol Technologies interview process are One-on-one Round.
What are the top questions asked in IT Idol Technologies UI UX and Graphic Designer interview?

Some of the top questions asked at the IT Idol Technologies UI UX and Graphic Designer interview -

  1. Prepare basic of ui...read more
  2. Must have a good portfo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 IT Idol Technologies interview
Referral
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.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k 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.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

IT Idol Technologies UI UX and Graphic Designer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹6.4 L/yr

Software Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Software Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹4.4 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

Explore more salaries
Compare IT Idol Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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