Upload Button Icon Add office photos

Filter interviews by

Accenture UI UX Architect Interview Questions, Process, and Tips

Updated 24 Jul 2024

Accenture UI UX Architect Interview Experiences

1 interview found

UI UX Architect Interview Questions & Answers

user image Rinis Surender

posted on 24 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is webpack?
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets like JavaScript, CSS, images, and fonts.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Common configuration options include entry, output, loaders, and plugins.

  • Answered by AI
  • Q2. Explain about core web vitals.
  • Ans. 

    Core Web Vitals are a set of specific factors that Google considers important for user experience on a website.

    • Core Web Vitals consist of Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS).

    • Largest Contentful Paint (LCP) measures loading performance and marks the point in the page load timeline when the page's main content has likely loaded.

    • First Input Delay (FID) measures interac...

  • Answered by AI
  • Q3. What is dependency injection in angular?
  • Ans. 

    Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them.

    • In Angular, dependency injection is used to provide components with the services or objects they need.

    • It helps in creating loosely coupled components, making them easier to test and maintain.

    • Dependencies are injected into a component's constructor using TypeScript.

    • Example: constructor(private user

  • Answered by AI
  • Q4. Tell about CSS Box Model
  • Ans. 

    CSS Box Model is a fundamental concept in web design that defines the structure and layout of elements on a webpage.

    • It consists of content, padding, border, and margin.

    • Content area is where text and images are displayed.

    • Padding is the space between the content and the border.

    • Border is the boundary of the element.

    • Margin is the space outside the border.

  • Answered by AI
  • Q5. What is IIFE in Javascript?
  • Ans. 

    IIFE stands for Immediately Invoked Function Expression in JavaScript.

    • IIFE is a function that is defined and immediately invoked.

    • It helps to create a private scope for variables to avoid polluting the global scope.

    • Example: (function() { console.log('IIFE executed'); })();

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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
-
Round 1 - Technical 

(2 Questions)

  • Q1. JAVAscript related,es6 api calls
  • Q2. UI related css html questitions
Round 2 - Coding Test 

Javscript oop related coding

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
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
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2023. 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 - Group Discussion 

Technical Rounds:
The initial two technical rounds were conducted professionally, and the interviewers seemed genuinely interested in my background, experience, and skills related to UI/UX design. The questions were relevant and challenging, but I felt adequately prepared for them. I appreciated the opportunity to discuss my design portfolio and provide detailed answers to their inquiries. These rounds created a positive impression of IBM's commitment to hiring skilled professionals in the UI/UX field.

Round 3 - Case Study 

In conclusion, while the initial technical rounds of the interview process at IBM were professional and promising, the manager round with Anil G left me with concerns about the fairness and effectiveness of the evaluation process. Addressing potential biases in the interview process is crucial to ensuring a better candidate experience and a more accurate assessment of future UI/UX Designer candidates.

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager Round with Anil G:
However, the third manager round with Anil G was a stark contrast to the previous rounds. From the beginning, I sensed a certain level of disinterest and detachment from the interview process on his part. Despite my best efforts to engage and articulate my experience, Anil G did not seem keen on delving deeper into my qualifications or discussing my design work in detail.

Additional Concerns:
During the third round with Manager Anil G, I couldn't help but notice a potential bias in his evaluation process. It appeared that Anil G had a specific agenda in mind when conducting interviews, which might involve recruiting individuals with whom he had prior connections or affiliations. This perception was reinforced by the observation that many individuals in his team appeared to come from the same company or were linked to his mentorship program.

Lack of Objectivity:
This observation raised concerns about the objectivity of the interview process, as it's essential that all candidates are evaluated fairly and impartially based on their qualifications and potential contributions to the organization. It's crucial to ensure that the interview process remains merit-based and free from any undue influence.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WHat is event loop?
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows for non-blocking execution of code by continuously checking the call stack and the task queue.

    • When the call stack is empty, the event loop moves tasks from the task queue to the call stack for execution.

    • Example: setTim...

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

    DOM stands for Document Object Model, a programming interface for web documents.

    • DOM is a tree-like structure that represents the elements of a web page.

    • It allows developers to manipulate the content, structure, and style of a web page using scripting languages like JavaScript.

    • DOM provides methods and properties to interact with HTML elements, such as selecting, adding, removing, or modifying them.

    • Example: document.getE...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. 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. 1) Introduce Yourself. Walkthrough your Projects.
  • Q2. 2) Design Process, Design Systems, Components, User Research Methods.

Interview Preparation Tips

Topics to prepare for DXC Technology UI/UX Designer interview:
  • UX design
  • Design process
  • Information Architecture
  • KPI Analysis
Interview preparation tips for other job seekers - Do have 2 to 3 Projects to in your Portfolio. Question from those projects will be asked.
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

Accenture Interview FAQs

How many rounds are there in Accenture UI UX Architect interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
What are the top questions asked in Accenture UI UX Architect interview?

Some of the top questions asked at the Accenture UI UX Architect interview -

  1. What is dependency injection in angul...read more
  2. What is IIFE in Javascri...read more
  3. Tell about CSS Box Mo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
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