Upload Button Icon Add office photos

Filter interviews by

Barclays Full Stack Developer Interview Questions and Answers

Updated 6 Mar 2024

Barclays Full Stack Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
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 - Coding Test 

30 Technical MCQs, 1 medium level code

Round 2 - Technical 

(1 Question)

  • Q1. Java technical interview
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion and RISES values questions

Full Stack Developer interview

user image Drunken Engineer

posted on 18 Nov 2021

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
Q3. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
asked in CommVault
Q4. Count Substrings with K Distinct Characters Given a lowercase str ... read more
asked in MakeMyTrip
Q5. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more

Interview questions from similar companies

Interview experience
5
Excellent
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 - One-on-one 

(3 Questions)

  • Q1. What is transactional annotation in spring ?
  • Ans. 

    Transactional annotation in Spring is used to define the scope of a transaction.

    • Transactional annotation is used to mark a method or a class as transactional.

    • It ensures that all the operations within the annotated method or class are executed within a single transaction.

    • If an exception occurs, the transaction is rolled back.

    • Transactional annotation can be applied at the method level or class level.

    • It provides various a...

  • Answered by AI
  • Q2. What is cache in spring?
  • Ans. 

    Cache in Spring is a mechanism to store frequently accessed data in memory for faster retrieval.

    • Cache improves application performance by reducing the load on the database.

    • Spring provides caching support through annotations like @Cacheable, @CachePut, and @CacheEvict.

    • Caches can be configured with different eviction policies, such as LRU or FIFO.

    • Example: @Cacheable annotation can be used to cache the result of a method

  • Answered by AI
  • Q3. It stores the data in cache, where checks the dup

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was in the morning. We had to complete 1 coding question in given time limit

  • Q1. 

    Most Frequent Non-Banned Word Problem Statement

    Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Hard

Interviewer was friendly. He asked 2 coding questions and some fullstack questions. 

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered Anonymously
  • Q2. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. Brute Force

    The idea here is to first, sort the critical POINTS with respect to their coordinate and height pairs. Make a pair of 'X1' and take a negative of the height for the building so that 'X1' pairs are sorted before 'X2' pairs. Create a dictionary keeping the heights as keys and as soon as a left edge of a building is encountered, we add that building to the dictionary with its height as the key. When we encounte...

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaNo criteriaStandard Chartered Bank interview preparation:Topics to prepare for the interview - Ds, oops, graphs, trees, dyanamic programming, dbmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions
Tip 2 : Try to research about previous interview questions

Application resume tips for other job seekers

Tip 1 : Prepare the resume as per the job
Tip 2 : Write in a clear manner

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Dec 2021. There were 4 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 - Aptitude Test 

Not every process has aptitude but for IT departments and technical team ask for aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. If fresher then you must know about the company and some banking terminology. If applying for specific role then you must carry knowledge of that subject.
Round 4 - HR 

(1 Question)

  • Q1. They will discuss about norms and salary structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Getting job for fresher is not that difficult but if applying for some specific role then you must have relevant experience and should carry subject knowledge.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Coding Test 

Trapping rain water and median of two sorted array

Round 2 - Technical 

(2 Questions)

  • Q1. Oops and dbms questions?
  • Q2. Code question in Array and string?
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple algorithm question about sorting

Round 2 - Technical 

(2 Questions)

  • Q1. Algorith question about quick sort
  • Q2. Nlonn run time of the sort
  • Ans. 

    The time complexity of the quicksort algorithm is O(n log n).

    • Quicksort has an average time complexity of O(n log n).

    • The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.

    • The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The test was pretty straightforward tword east

Round 3 - HR 

(1 Question)

  • Q1. What are your weakness and strength

I applied via campus placement at Banasthali Vidyapeeth Womens Institute For Studies In Development Oriented Management, Jaipur and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence

Barclays Interview FAQs

How many rounds are there in Barclays Full Stack Developer interview?
Barclays interview process usually has 3 rounds. The most common rounds in the Barclays interview process are Coding Test, Technical and HR.
What are the top questions asked in Barclays Full Stack Developer interview?

Some of the top questions asked at the Barclays Full Stack Developer interview -

  1. Compensation discussion and RISES values questi...read more
  2. Java technical interv...read more

Tell us how to improve this page.

Barclays Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 622 Interviews
IndusInd Bank Interview Questions
3.6
 • 589 Interviews
Bandhan Bank Interview Questions
3.7
 • 526 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
View all
Barclays Full Stack Developer Salary
based on 99 salaries
₹9 L/yr - ₹28 L/yr
131% more than the average Full Stack Developer Salary in India
View more details

Barclays Full Stack Developer Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Assistant Vice President
2.3k salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Assistant Manager
987 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Process Advisor
919 salaries
unlock blur

₹1 L/yr - ₹8.3 L/yr

Analyst
787 salaries
unlock blur

₹11.6 L/yr - ₹20.6 L/yr

Explore more salaries
Compare Barclays with

Deutsche Bank

3.9
Compare

Accenture

3.9
Compare

Amazon

4.1
Compare

Deloitte

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