Upload Button Icon Add office photos

Filter interviews by

Barclays Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Barclays Interview Questions and Answers

View all 112 questions

Barclays Interview Experiences

Popular Designations

271 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts and useless questions
Round 2 - Technical 

(1 Question)

  • Q1. Application related
Round 3 - One-on-one 

(1 Question)

  • Q1. Company related
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation

Associate Vice President Interview Questions asked at other Companies

Q1. Discuss a case study on a preferred topic or use sample problems to explain a difficult concept. First name the topic and then the concept/case study to be illustrated within 5 mins. CBSE Hot questions are preferred.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at K J Somaiya College of Engineering, Mumbai and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They had given 10 MCQs questions based on OOPs(Java), 2 MCQs on SQL, 1 SQL Query to run and 1 DSA question to code based on Strings, so overall 14 question. Difficulty level was easy to Medium.

Round 2 - One-on-one 

(7 Questions)

  • Q1. Explain the time complexity of different sorting algorithms.
  • Ans. 

    Sorting algorithms have different time complexities based on their implementation and efficiency.

    • Bubble Sort: O(n^2) - compares adjacent elements and swaps them if they are in the wrong order.

    • Merge Sort: O(n log n) - divides the array into two halves, sorts them, and then merges them.

    • Quick Sort: O(n log n) - picks a pivot element and partitions the array around the pivot.

    • Heap Sort: O(n log n) - builds a max heap and re...

  • Answered by AI
  • Q2. Usage of Hashmaps and Dictionaries
  • Ans. 

    Hashmaps and dictionaries are data structures used to store key-value pairs for efficient retrieval and storage.

    • Hashmaps and dictionaries are commonly used in programming to store and retrieve data based on a unique key.

    • They offer fast lookup times, typically O(1) on average, making them ideal for scenarios where quick access to data is required.

    • Examples of using hashmaps include storing user information with a unique ...

  • Answered by AI
  • Q3. Explain 4 pillars of OOPs (Abstraction, Encapsulation, Inheritance and polymorphism)
  • Ans. 

    OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hides complex implementation details and only shows necessary features. Example: Car dashboard displaying speed without showing internal engine details.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java encapsulates data members and member functions.

    • Inheritance: Allows a new ...

  • Answered by AI
  • Q4. Explain JOINS(Inner join, LEFT Join etc)
  • Ans. 

    JOINS are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • LEFT Join: Returns all rows from the left table, and the matched rows from the right table.

    • RIGHT Join: Returns all rows from the right table, and the matched rows from the left table.

    • FULL Join: Returns rows when there is a match in one of the table

  • Answered by AI
  • Q5. Why Barclays? What do you think we do?
  • Ans. 

    Barclays is a global financial services company with a focus on innovation and technology.

    • Barclays is a leading global bank with a strong presence in the financial services industry.

    • Barclays is known for its commitment to innovation and technology in the financial sector.

    • Barclays offers a wide range of services including banking, investment management, and wealth management.

    • Barclays has a strong reputation for providin...

  • Answered by AI
  • Q6. How do you manage stress and prepare yourself to work under tight deadlines? Can you describe a situation from the past where you faced a similar challenge and how you handled it?
  • Ans. 

    I manage stress by prioritizing tasks, breaking them down into smaller steps, and seeking help when needed.

    • Prioritize tasks based on deadlines and importance

    • Break down tasks into smaller, manageable steps

    • Seek help from team members or mentors when feeling overwhelmed

    • Practice time management and set realistic goals

  • Answered by AI
  • Q7. Asked a few questions on the projects I mentioned in my resume.

Interview Preparation Tips

Topics to prepare for Barclays Software Engineer Intern interview:
  • OOPS
  • Java
  • SQL
  • Database Management
  • DSA
  • Arrays
  • Strings
  • Stacks
  • Sorting algorithms

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Chennai Mathematical Institute, Chennai and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is confidence interval of an estimator?
  • Ans. 

    Confidence interval of an estimator is a range of values that is likely to contain the true value of the parameter being estimated.

    • Confidence interval provides a range of values within which we are confident the true parameter value lies.

    • It is calculated based on the sample data and the desired level of confidence.

    • For example, a 95% confidence interval for the mean weight of a population would be a range of values with...

  • Answered by AI
  • Q2. How logistic regression works for multiple class classification?
  • Ans. 

    Logistic regression works by calculating the probability of each class and assigning the observation to the class with the highest probability.

    • Logistic regression calculates the probability of each class using the logistic function.

    • The model then assigns the observation to the class with the highest probability.

    • It is commonly used for binary classification, but can be extended to multiple classes using techniques like

  • Answered by AI
  • Q3. How do you deal with missing values in a data?
  • Ans. 

    I handle missing values by identifying them, deciding on a strategy (imputation or deletion), and documenting the process.

    • Identify missing values by checking for null values or using descriptive statistics.

    • Decide on a strategy for handling missing values such as imputation (mean, median, mode) or deletion (row or column).

    • Document the process of handling missing values to ensure transparency and reproducibility.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your cv well

Skills evaluated in this interview

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pyhon Questions with code analysis
  • Q2. Project related questions and responsibility
Round 2 - HR 

(2 Questions)

  • Q1. Scenario based questions to see the behaviour
  • Q2. Achievement in the past
  • Ans. 

    Led a team to increase sales by 20% in one year through strategic marketing campaigns

    • Developed and implemented targeted marketing strategies

    • Analyzed market trends and customer preferences to tailor campaigns

    • Collaborated with sales team to align marketing efforts with sales goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Assistant Vice President 1 Interview Questions asked at other Companies

Q1. What are the current regulatory regulations that are undergoing significant changes
View answer (1)

Barclays interview questions for popular designations

 Software Developer

 (15)

 Process Advisor

 (11)

 Analyst

 (10)

 Associate Vice President

 (9)

 Business Analyst

 (9)

 Software Engineer

 (9)

 Senior Analyst

 (8)

 Assistant Vice President

 (7)

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

Mcq+coding which are medium level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Multiple inheritance allowed in java?
  • Ans. 

    No, multiple inheritance is not allowed in Java.

    • Java does not support multiple inheritance for classes to avoid the diamond problem.

    • However, multiple inheritance is allowed for interfaces in Java.

    • Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.

  • Answered by AI
  • Q2. Diff btw static and final
  • Ans. 

    Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.

    • Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.

    • Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.

    • Static variables are shared among all...

  • Answered by AI
  • Q3. What is data encapsulation?
  • Ans. 

    Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.

    • It helps in achieving data abstraction and information hiding.

    • Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. What are company core values
  • Ans. 

    Company core values are the fundamental beliefs that guide the behavior and decisions of employees.

    • Integrity - acting with honesty and transparency in all dealings

    • Innovation - constantly seeking new and better ways to solve problems

    • Customer focus - prioritizing the needs and satisfaction of customers

    • Teamwork - collaborating effectively with colleagues to achieve common goals

  • Answered by AI

Skills evaluated in this interview

Top Barclays Software Developer Interview Questions and Answers

Q1. Shopping SpreePreeti has decided to go to the Grand Mall to buy some stuff for her father’s birthday. On reaching the place, she found a fascinating shop that has an unlimited quantity of each item they sell. The shop has N different types ... read more
View answer (5)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)

Get interview-ready with Top Barclays Interview Questions

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

(1 Question)

  • Q1. What is static in Java?

Infrastructure Analyst Interview Questions asked at other Companies

Q1. how secure in o365, transport rule, security, email flow , smtp
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about your experience
  • Ans. 

    I have 5 years of experience in recruiting for various industries, specializing in sourcing, interviewing, and onboarding.

    • Recruited for tech, healthcare, and finance industries

    • Conducted behavioral interviews to assess candidate fit

    • Managed end-to-end recruitment process from sourcing to offer stage

  • Answered by AI
  • Q2. Describe your roles and responsibilities in your last organisations
  • Ans. 

    Managed end-to-end recruitment process, conducted interviews, sourced candidates, and collaborated with hiring managers.

    • Managed full-cycle recruitment process

    • Conducted interviews and assessments

    • Sourced candidates through various channels

    • Collaborated with hiring managers to understand hiring needs and requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills
Confidence
Explain more during the interview process
ATS Knowledge

Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. On what basis do you select/source candidates and move them forward?
View answer (1)

Business Analyst interview

user image Placement Interview

posted on 28 Oct 2021

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you experience as a data engineer
  • Q2. In depth technical discussion about projects

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Technology Developer Graduate Program Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

DSA - strings, arrays.

Round 2 - Technical 

(4 Questions)

  • Q1. Frequency of elements in array.
  • Ans. 

    Count the frequency of elements in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each element.

    • If the element is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.

    • Return the hashmap containing the frequencies of each element.

  • Answered by AI
  • Q2. Transpose of a matrix
  • Ans. 

    Transpose of a matrix is obtained by swapping rows with columns.

    • Transpose of a matrix can be obtained by swapping rows with columns.

    • The transpose of an m x n matrix will be an n x m matrix.

    • For example, if A = [[1, 2], [3, 4]], then the transpose of A will be [[1, 3], [2, 4]].

  • Answered by AI
  • Q3. SQL Join Queries
  • Q4. Many questions on projects.
Round 3 - HR 

(4 Questions)

  • Q1. What would you do when unexpected crash happens to your project.
  • Ans. 

    I would analyze the crash logs, identify the root cause, fix the issue, and implement preventive measures.

    • Analyze crash logs to understand the error

    • Identify the root cause of the crash

    • Fix the issue by debugging and troubleshooting

    • Implement preventive measures to avoid future crashes

  • Answered by AI
  • Q2. How will you handle harsh behaviour of colleagues.
  • Ans. 

    I will address the issue directly with the colleague, seek guidance from a mentor or HR, and focus on maintaining a positive and professional attitude.

    • Address the behavior directly with the colleague in a calm and professional manner

    • Seek guidance from a mentor or HR if necessary

    • Focus on maintaining a positive and professional attitude in the workplace

  • Answered by AI
  • Q3. What was the biggest challenge in your project?
  • Ans. 

    The biggest challenge in my project was integrating multiple APIs with different data formats and authentication methods.

    • Understanding and implementing various API documentation

    • Handling different data formats and structures

    • Dealing with different authentication methods

    • Ensuring seamless communication between APIs

  • Answered by AI
  • Q4. How did you overcome those challenges?
  • Ans. 

    I overcame challenges by seeking help from mentors, breaking tasks into smaller steps, and staying persistent.

    • Sought guidance from mentors or experienced colleagues

    • Broke down tasks into smaller, manageable steps

    • Stayed persistent and focused on finding solutions

    • Learned from failures and used them as opportunities for growth

  • Answered by AI

Barclays Interview FAQs

How many rounds are there in Barclays interview?
Barclays interview process usually has 2-3 rounds. The most common rounds in the Barclays interview process are Technical, One-on-one Round and HR.
How to prepare for Barclays 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 Barclays. The most common topics and skills that interviewers at Barclays expect are Risk Analytics, Risk Management, Statistics, Analytics and IT Project Management.
What are the top questions asked in Barclays interview?

Some of the top questions asked at the Barclays interview -

  1. You cannot come office today. But an emergency has arisen which requires your s...read more
  2. A shot fired from a gun pointing towards a tree full of birds. All birds left e...read more
  3. How you will find the smallest of 4 numbers without using >.< and min function ...read more
How long is the Barclays interview process?

The duration of Barclays interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Barclays Interview Process

based on 227 interviews

Interview experience

4.1
  
Good
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
IndusInd Bank Interview Questions
3.6
 • 585 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
Yes Bank Interview Questions
3.8
 • 410 Interviews
Citibank Interview Questions
3.0
 • 1 Interview
View all

Barclays Reviews and Ratings

based on 2.2k reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.8

Salary

3.9

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 2.2k 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.2 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
837 salaries
unlock blur

₹11.5 L/yr - ₹22 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