Upload Button Icon Add office photos

Filter interviews by

Barclays Global Service Centre UI Developer Interview Questions and Answers

Updated 20 Dec 2024

Barclays Global Service Centre UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2022

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

I applied via Company Website and was interviewed in Dec 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 - Assignment 

Basic js html objective 50 questions

Round 3 - Coding Test 

Technical and coding face to face discussion

Round 4 - Case Study 

Given 2-3 scenarios to check our knowledge and behaviour

Round 5 - HR 

(1 Question)

  • Q1. All about previous company, expected salary and company policy discussion

UI Developer Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 - HR 

(1 Question)

  • Q1. Asking about your mindset
Round 3 - Coding Test 

JavaScript advance html css node js project done discuss

Round 4 - Coding Test 

JavaScript node js
Html
Css
React
Discuss previous work
Role and responsibilities

Round 5 - One-on-one 

(4 Questions)

  • Q1. Realt time problem solving questions
  • Q2. Create accordion
  • Ans. 

    An accordion is a UI component that expands and collapses content sections when clicked.

    • Use HTML, CSS, and JavaScript to create the accordion

    • Each section should have a header and content that can be toggled

    • Utilize event listeners to handle the click event and toggle the visibility of content

  • Answered by AI
  • Q3. Data fetch related problems
  • Q4. Css topic flex grid and different framework

Skills evaluated in this interview

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Barclays Global Service Centre?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • It helps to decouple the code and makes it more testable.

    • It allows for easier maintenance and scalability.

    • It can be implemented using constructor injection, setter injection, or interface injection.

    • Example: Instead of creating a database connection object within a class, it can be passed as a depend...

  • Answered by AI
  • Q2. What is ngModule
  • Ans. 

    NgModule is a decorator that defines a module in Angular.

    • NgModule is used to group related components, directives, and services.

    • It helps to organize the application into smaller, manageable pieces.

    • It can import other modules and export its own components, directives, and services.

    • It can also provide configuration for dependency injection.

    • Example: @NgModule({ imports: [CommonModule], declarations: [AppComponent], export...

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • A closure is created when a function is defined inside another function.

    • The inner function can access variables in the outer function, even after the outer function has returned.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outer() { var x = 10; functio...

  • Answered by AI
  • Q4. Hoisting, lexical analysis, let var

Interview Preparation Tips

Interview preparation tips for other job seekers - always prepared with project experience work

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular related question
Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Generic interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse a String in Javascript
  • Ans. 

    To reverse a string in Javascript, we can use the built-in reverse() method.

    • Convert the string to an array using split() method

    • Use the reverse() method to reverse the array

    • Convert the reversed array back to a string using join() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for practical/hands-on-coding for Javascript

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

Are these interview questions helpful?
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

I applied via Naukri.com and was interviewed before Sep 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. IQ Test
  • Q2. Machine Test
  • Q3. Face To Face

Interview Preparation Tips

Interview preparation tips for other job seekers - basically there are 3 rounds:-
1. IQ Test
2. Machine Test
3. Face to Face

IQ Test is not so tough but prepare well Machine Test
Machine Test Question are like :-
Q.1 - We declare a variable in C++ like "is_this_a_variable" and in Java like "IsThisAVariable". There is underscore in between every word and first alphabet of every word is in lowercase in C++ and in Java first alphabet is in capital without underscore. Create a program in which if user input a string in a C++ variable format it will convert the input in java variable format.

Q2. Count the frequency of a string.
user input string - pqhphi
output-
p - 2
q - 1
h - 2
i - 1

Be strong in algorithms and data structure.

Interview Preparation Tips

Round: Test
Experience: Apti was quite easy . In Basic CS concepts software engineering is prominent.
Tips: Brush up Software Engineering before written test
Duration: 90 minutes
Total Questions: 50

College Name: NIT BHOPAL

Barclays Global Service Centre Interview FAQs

How many rounds are there in Barclays Global Service Centre UI Developer interview?
Barclays Global Service Centre interview process usually has 5 rounds. The most common rounds in the Barclays Global Service Centre interview process are Coding Test, Resume Shortlist and HR.
What are the top questions asked in Barclays Global Service Centre UI Developer interview?

Some of the top questions asked at the Barclays Global Service Centre UI Developer interview -

  1. Create accord...read more
  2. Css topic flex grid and different framew...read more
  3. Data fetch related probl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

2-4 weeks 50%
More than 8 weeks 50%
View more
Barclays Global Service Centre UI Developer Salary
based on 16 salaries
₹10.1 L/yr - ₹16 L/yr
105% more than the average UI Developer Salary in India
View more details

Barclays Global Service Centre UI Developer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

3.8

Salary

3.6

Job security

4.2

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Assistant Vice President
792 salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Process Advisor
434 salaries
unlock blur

₹0.6 L/yr - ₹7.5 L/yr

Assistant Manager
307 salaries
unlock blur

₹6.3 L/yr - ₹24 L/yr

Senior Analyst
298 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Analyst
250 salaries
unlock blur

₹13.1 L/yr - ₹22 L/yr

Explore more salaries
Compare Barclays Global Service Centre with

DXC Technology

3.7
Compare

Mphasis

3.3
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare
write
Share an Interview