Premium Employer

i

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

UST Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

UST UI Developer Interview Questions and Answers

Updated 3 Aug 2024

UST UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. React based basic ques
Round 2 - Technical 

(2 Questions)

  • Q1. React based ques
  • Q2. Map related coding que
  • Ans. 

    The map function transforms each element in an array based on a provided function, returning a new array.

    • The map function is called on an array and takes a callback function as an argument.

    • Example: const numbers = [1, 2, 3]; const doubled = numbers.map(num => num * 2); // doubled is [2, 4, 6]

    • It does not mutate the original array but creates a new one.

    • The callback function can take up to three arguments: currentValue...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

UI Developer Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript related questions
  • Q2. Closures hoisting
  • Ans. 

    Closures in JavaScript are functions that capture the lexical scope, but they are not hoisted like function declarations.

    • Closures are created when a function is defined inside another function.

    • Variables in the outer function are accessible in the inner function, even after the outer function has executed.

    • Example: function outer() { let x = 10; return function inner() { return x; }; }

    • Hoisting applies to function declara...

  • Answered by AI

UI Developer Interview Questions Asked at Other Companies

Q1. Write JavaScript code to dynamically create 10 checkboxes. Displa ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. What are Call, Apply, and Bind in JavaScript?
Q4. Explain Higher order function and Higher order component?
Q5. What is the difference between a block component and an inline co ... read more

What people are saying about UST

View All
hoppypanda
Verified Icon
1w
works at
UST
NTT Data: Learning options, growth & work-life balance?
Curious about what learning platforms NTT Data offers? Also, how's the career growth and work-life balance there?
Got a question about UST?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. I joined cognizant as a fresher, so jat be confident about one programing language and try to solve basic fundamental programming and oops concept along with sql knowledge
  • Q2. I was asked for the Armstrong that l did and about hierarchy and structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that you are a learner and can be fit to any project.

Interview Questionnaire 

1 Question

  • Q1. Questions on routing concepts, advanced html,css and javascript

Interview Questionnaire 

4 Questions

  • Q1. How to handle performance issues in angular
  • Ans. 

    Performance issues in Angular can be handled by optimizing code, reducing HTTP requests, and using lazy loading.

    • Optimize code by using trackBy in ngFor loops

    • Reduce HTTP requests by using caching and pagination

    • Use lazy loading to load only necessary components

    • Use AOT compilation to reduce load time

    • Avoid using ngIf with heavy computations

    • Use ChangeDetectionStrategy.OnPush to reduce change detection cycles

  • Answered by AI
  • Q2. How to create and use custom directive
  • Ans. 

    Custom directives in AngularJS allow you to create reusable components.

    • Create a new directive using the directive() method

    • Specify the directive's behavior using the link() method

    • Use the directive in HTML using its name as an attribute

    • Pass data to the directive using attributes

    • Example:

  • Answered by AI
  • Q3. How angular works , architecture
  • Ans. 

    Angular is a JavaScript framework for building web applications with a modular architecture.

    • Angular uses a component-based architecture to build reusable UI components

    • It uses a declarative approach to define UI elements and their behavior

    • Angular provides a powerful set of tools for data binding, dependency injection, and routing

    • It follows the MVC (Model-View-Controller) pattern to separate concerns and improve maintain...

  • Answered by AI
  • Q4. ES6 features

Skills evaluated in this interview

Interview experience
5
Excellent
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 was 1 interview round.

Round 1 - Aptitude Test 

Angular html css questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 Aptitude questions, 30 React/HTML/CSS MCQs, 2 coding questions on an outdated compiler

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. About all lifecycle,hooks, virtual Dom questions on react js
  • Q2. Explain about Jwt and related token based questions.
  • Q3. Redux work flow kind of questions.
  • Q4. Java class , interface, abstraction kind of questions.
Round 2 - Coding Test 

JavaScript coding questions using map, filter, reduce.

React hooks coding example s.

Round 3 - One-on-one 

(3 Questions)

  • Q1. What were ur leaning in ur last project?
  • Q2. How was ur role and responsibilities. Questions about development process and testing methods.
  • Q3. Are u willing to learn new skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Tell answers honestly. Prepare well.

I applied via Walk-in and was interviewed in Mar 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 - Technical 

(2 Questions)

  • Q1. For loop fine the array value
  • Ans. 

    Using a for loop to find a specific value in an array of strings.

    • Use a for loop to iterate through the array

    • Check each element to see if it matches the desired value

    • Return the index of the matching element or -1 if not found

  • Answered by AI
  • Q2. For loop fine the array valu
  • Ans. 

    To find array values using for loop

    • Declare a variable to store the sum of array values

    • Use a for loop to iterate through the array

    • Access each element using array[index] syntax

    • Add the element value to the sum variable

    • Return the sum variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips u try ,it and u try the best prize

Skills evaluated in this interview

Interview experience
3
Average
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 - Aptitude Test 

1) logical & math & reasoning 20 Question
2) coding 2 question
3) React js 40 Question

Round 3 - Technical 

(2 Questions)

  • Q1. 1 tell me something 2 rm vs em difference 3 MapObject vs Object 4 BOM 5 difference between for loop IN vs OF 6 function currying 7 Pure component 8 virtual dom
  • Ans. 

    UI Developer interview questions covering topics like rm vs em, MapObject vs Object, BOM, function currying, Pure component, and virtual dom.

    • rm vs em: rm is relative to the font size of the root element, while em is relative to the font size of the element itself.

    • MapObject vs Object: MapObject is a method that creates a new array with the results of calling a provided function on every element in the array, while Objec...

  • Answered by AI
  • Q2. Event propagation vs immediate propgation Div vs Section tag
  • Ans. 

    Event propagation determines the order in which event handlers are executed. Div and Section tags have different default display properties.

    • Event propagation refers to the order in which event handlers are executed, either bubbling or capturing.

    • Immediate propagation stops the event from propagating further.

    • Div tag is a block-level element with default display property of 'block'.

    • Section tag is a block-level element wit...

  • Answered by AI

Skills evaluated in this interview

UST Interview FAQs

How many rounds are there in UST UI Developer interview?
UST interview process usually has 2 rounds. The most common rounds in the UST interview process are Technical, One-on-one Round and HR.
How to prepare for UST UI Developer 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 UST. The most common topics and skills that interviewers at UST expect are UI Development, Javascript, Angular, HTML and CSS.
What are the top questions asked in UST UI Developer interview?

Some of the top questions asked at the UST UI Developer interview -

  1. map related coding ...read more
  2. Closures hoist...read more
  3. React based basic q...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join UST Create change that stands the test of time
UST UI Developer Salary
based on 33 salaries
₹4 L/yr - ₹15.7 L/yr
32% more than the average UI Developer Salary in India
View more details

UST UI Developer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

4.1

Skill development

3.4

Work-life balance

3.9

Salary

3.7

Job security

3.7

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
2.2k salaries
unlock blur

₹4 L/yr - ₹20.3 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹12.7 L/yr - ₹23.8 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.8 L/yr - ₹13.8 L/yr

System Analyst
1.1k salaries
unlock blur

₹6.3 L/yr - ₹22.6 L/yr

Senior Software Developer
948 salaries
unlock blur

₹10.4 L/yr - ₹17.3 L/yr

Explore more salaries
Compare UST with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview