Upload Button Icon Add office photos

Barclays Shared Services

Compare button icon Compare button icon Compare

Filter interviews by

Barclays Shared Services Interview Questions and Answers

Updated 17 Jun 2025
Popular Designations

24 Interview questions

A Cyber Security Analyst was asked 3mo ago
Q. What is hashing?
Ans. 

Hashing is a process that transforms input data into a fixed-size string of characters, typically for data integrity and security.

  • Hash functions take an input (or 'message') and return a fixed-size string of bytes.

  • Common hashing algorithms include MD5, SHA-1, and SHA-256.

  • Hashing is used in password storage to securely store user credentials.

  • A hash is deterministic; the same input will always produce the same outpu...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is Nmap?
Ans. 

Nmap is a powerful open-source network scanning tool used for network discovery and security auditing.

  • Nmap stands for Network Mapper.

  • It can identify hosts and services on a network, including open ports.

  • Commonly used for security assessments and vulnerability scanning.

  • Example command: 'nmap -sS 192.168.1.1' performs a stealth SYN scan.

  • Nmap can also detect operating systems and service versions.

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is cybersecurity?
Ans. 

Cybersecurity is the practice of protecting systems, networks, and data from digital attacks and unauthorized access.

  • Involves safeguarding information systems from cyber threats like malware and phishing.

  • Includes measures such as firewalls, encryption, and intrusion detection systems.

  • Examples of cyber threats: ransomware attacks, data breaches, and denial-of-service attacks.

  • Focuses on both hardware and software se...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is encoding?
Ans. 

Encoding is the process of converting data into a specific format for efficient transmission or storage.

  • Encoding transforms data into a different format, such as converting text to binary.

  • Common encoding schemes include Base64, URL encoding, and ASCII.

  • Base64 is often used to encode binary data for transmission over text-based protocols.

  • URL encoding replaces unsafe ASCII characters with a '%' followed by two hexade...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is Postman?
Ans. 

Postman is a popular API development tool used for testing and managing APIs efficiently.

  • Postman allows users to send requests to APIs and view responses.

  • It supports various request types like GET, POST, PUT, DELETE.

  • Users can organize requests into collections for better management.

  • Postman provides features for automated testing and monitoring of APIs.

  • It has a user-friendly interface that simplifies API interactio...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is meant by ZAP?
Ans. 

ZAP refers to a tool for finding vulnerabilities in web applications through automated testing.

  • ZAP stands for Zed Attack Proxy, developed by OWASP.

  • It is an open-source web application security scanner.

  • ZAP helps identify security vulnerabilities like SQL injection and XSS.

  • It provides automated scanners as well as various tools for manual testing.

  • ZAP can be integrated into CI/CD pipelines for continuous security tes...

View all Cyber Security Analyst interview questions
A Cyber Security Analyst was asked 3mo ago
Q. What is the difference between SAST and DAST?
Ans. 

SAST analyzes source code for vulnerabilities, while DAST tests running applications for security flaws.

  • SAST (Static Application Security Testing) examines source code or binaries without executing the program.

  • DAST (Dynamic Application Security Testing) tests the application in its running state, simulating attacks.

  • SAST can identify vulnerabilities early in the development process, such as SQL injection in code.

  • DA...

View all Cyber Security Analyst interview questions
Are these interview questions helpful?
An Associate Vice President Finance was asked 4mo ago
Q. What is a Banking Profit and Loss (P&L) statement?
Ans. 

A Banking Profit and Loss (P&L) statement is a financial document that shows the revenues, expenses, and profits of a bank over a specific period of time.

  • It includes details of interest income, fees and commissions, operating expenses, provisions for loan losses, and net income.

  • The statement helps in analyzing the financial performance and profitability of the bank.

  • It is an essential tool for stakeholders, inv...

View all Associate Vice President Finance interview questions
An Associate Vice President Finance was asked 4mo ago
Q. What is the CIR ratio?
Ans. 

CIR ratio stands for Cash Interest Coverage ratio, which measures a company's ability to pay interest expenses with its operating cash flow.

  • CIR ratio is calculated by dividing operating cash flow by total interest expenses.

  • A higher CIR ratio indicates that a company is more capable of covering its interest expenses with its cash flow.

  • A lower CIR ratio may indicate financial distress or an inability to generate eno...

View all Associate Vice President Finance interview questions
A Data Scientist was asked 10mo ago
Q. How can the efficiency of models be improved?
Ans. 

Improving model efficiency involves feature selection, hyperparameter tuning, and ensemble methods.

  • Perform feature selection to reduce dimensionality and focus on relevant features

  • Optimize hyperparameters using techniques like grid search or random search

  • Utilize ensemble methods like bagging or boosting to improve model performance

  • Consider using more advanced algorithms like deep learning for complex data patterns

View all Data Scientist interview questions

Barclays Shared Services Interview Experiences

34 interviews found

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Why do you join in this company
  • Q3. What is java
  • Q4. What is Oops concepts in java
  • Q5. What is polymorphism.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is mean By cybersecurity
  • Ans. 

    Cybersecurity is the practice of protecting systems, networks, and data from digital attacks and unauthorized access.

    • Involves safeguarding information systems from cyber threats like malware and phishing.

    • Includes measures such as firewalls, encryption, and intrusion detection systems.

    • Examples of cyber threats: ransomware attacks, data breaches, and denial-of-service attacks.

    • Focuses on both hardware and software securit...

  • Answered by AI
  • Q2. What is mean hashing
  • Ans. 

    Hashing is a process that transforms input data into a fixed-size string of characters, typically for data integrity and security.

    • Hash functions take an input (or 'message') and return a fixed-size string of bytes.

    • Common hashing algorithms include MD5, SHA-1, and SHA-256.

    • Hashing is used in password storage to securely store user credentials.

    • A hash is deterministic; the same input will always produce the same output.

    • Has...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is encoding
  • Ans. 

    Encoding is the process of converting data into a specific format for efficient transmission or storage.

    • Encoding transforms data into a different format, such as converting text to binary.

    • Common encoding schemes include Base64, URL encoding, and ASCII.

    • Base64 is often used to encode binary data for transmission over text-based protocols.

    • URL encoding replaces unsafe ASCII characters with a '%' followed by two hexadecimal...

  • Answered by AI
  • Q2. Defrance betwwen sast and dast
  • Ans. 

    SAST analyzes source code for vulnerabilities, while DAST tests running applications for security flaws.

    • SAST (Static Application Security Testing) examines source code or binaries without executing the program.

    • DAST (Dynamic Application Security Testing) tests the application in its running state, simulating attacks.

    • SAST can identify vulnerabilities early in the development process, such as SQL injection in code.

    • DAST is...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is mean by Nmap
  • Ans. 

    Nmap is a powerful open-source network scanning tool used for network discovery and security auditing.

    • Nmap stands for Network Mapper.

    • It can identify hosts and services on a network, including open ports.

    • Commonly used for security assessments and vulnerability scanning.

    • Example command: 'nmap -sS 192.168.1.1' performs a stealth SYN scan.

    • Nmap can also detect operating systems and service versions.

  • Answered by AI
  • Q2. Waht is meant By zap
  • Ans. 

    ZAP refers to a tool for finding vulnerabilities in web applications through automated testing.

    • ZAP stands for Zed Attack Proxy, developed by OWASP.

    • It is an open-source web application security scanner.

    • ZAP helps identify security vulnerabilities like SQL injection and XSS.

    • It provides automated scanners as well as various tools for manual testing.

    • ZAP can be integrated into CI/CD pipelines for continuous security testing.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Waht is mean by postman
  • Ans. 

    Postman is a popular API development tool used for testing and managing APIs efficiently.

    • Postman allows users to send requests to APIs and view responses.

    • It supports various request types like GET, POST, PUT, DELETE.

    • Users can organize requests into collections for better management.

    • Postman provides features for automated testing and monitoring of APIs.

    • It has a user-friendly interface that simplifies API interaction.

  • Answered by AI
  • Q2. Priniciples of CIA
  • Ans. 

    CIA principles ensure data security through Confidentiality, Integrity, and Availability.

    • Confidentiality: Protecting sensitive information from unauthorized access (e.g., encryption).

    • Integrity: Ensuring data accuracy and consistency (e.g., checksums to verify data integrity).

    • Availability: Ensuring that information is accessible when needed (e.g., redundant systems to prevent downtime).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cybersecurity networkings itsecurity socanalyst
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your current work profile?
  • Ans. 

    I am currently working as a Senior Financial Analyst at a multinational corporation.

    • Preparing financial reports and analysis

    • Budgeting and forecasting

    • Providing financial recommendations to senior management

    • Collaborating with various departments on financial matters

  • Answered by AI
  • Q2. What is CIR ratio
  • Ans. 

    CIR ratio stands for Cash Interest Coverage ratio, which measures a company's ability to pay interest expenses with its operating cash flow.

    • CIR ratio is calculated by dividing operating cash flow by total interest expenses.

    • A higher CIR ratio indicates that a company is more capable of covering its interest expenses with its cash flow.

    • A lower CIR ratio may indicate financial distress or an inability to generate enough c...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Return on Tangible Equity (RoTE), and how do planning and budgeting work?
  • Ans. 

    RoTE is a financial metric used to evaluate the profitability of a company's tangible equity.

    • RoTE is calculated by dividing net income by average tangible equity.

    • It measures how efficiently a company is using its tangible assets to generate profit.

    • Planning and budgeting involve setting financial goals, allocating resources, and monitoring performance to achieve desired RoTE.

    • For example, a company may set a target RoTE ...

  • Answered by AI
  • Q2. What is a Banking Profit and Loss (P&L) statement?
  • Ans. 

    A Banking Profit and Loss (P&L) statement is a financial document that shows the revenues, expenses, and profits of a bank over a specific period of time.

    • It includes details of interest income, fees and commissions, operating expenses, provisions for loan losses, and net income.

    • The statement helps in analyzing the financial performance and profitability of the bank.

    • It is an essential tool for stakeholders, investor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please review the company's annual statement before interview

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

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

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic Java questions Basic selenium questions Basic api questions Behavioral questions
  • Q2. Basic java question were asked string manipulation
  • Q3. Basic selenium questions were asked
  • Q4. Basic api questions were asked
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral questions related to project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical on the Regulatory reporting
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical on Regulatory reporting

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Hadoop architecture?
  • Ans. 

    Hadoop architecture is a distributed computing framework for processing large data sets across clusters of computers.

    • Hadoop consists of HDFS (Hadoop Distributed File System) for storage and MapReduce for processing.

    • HDFS divides data into blocks and stores them across multiple nodes in a cluster.

    • MapReduce is a programming model for processing large data sets in parallel across a distributed cluster.

    • Hadoop also includes ...

  • Answered by AI
  • Q2. Hadoop vs spark difference
  • Ans. 

    Hadoop is a distributed storage system while Spark is a distributed processing engine.

    • Hadoop is primarily used for storing and processing large volumes of data in a distributed environment.

    • Spark is designed for fast data processing and can perform in-memory computations, making it faster than Hadoop for certain tasks.

    • Hadoop uses MapReduce for processing data, while Spark uses Resilient Distributed Datasets (RDDs) for f...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Mar 2024.

Round 1 - Aptitude Test 

Maths and general knowledge

Round 2 - Group Discussion 

Environmental studies

Round 3 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated Process Advisor with expertise in optimizing workflows and enhancing operational efficiency across various industries.

    • Background in process improvement methodologies, such as Lean and Six Sigma.

    • Experience in analyzing data to identify bottlenecks and implement solutions.

    • Worked with cross-functional teams to streamline operations, resulting in a 20% increase in productivity.

    • Strong communication skills, ...

  • Answered by AI
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and nice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is credit risk
  • Ans. 

    Credit risk is the risk of loss due to a borrower's failure to repay a loan or meet contractual obligations.

    • Credit risk is the risk that a borrower will default on a loan or debt obligation.

    • It is the potential loss that a lender may suffer if a borrower fails to make payments.

    • Factors that contribute to credit risk include the borrower's credit history, financial stability, and economic conditions.

    • Lenders use credit sco...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression , classification
  • Ans. 

    Regression is a statistical method to predict continuous outcomes, while classification is used to predict categorical outcomes.

    • Regression is used when the target variable is continuous, such as predicting house prices based on features like size and location.

    • Classification is used when the target variable is categorical, like predicting whether an email is spam or not based on its content.

    • Regression models include lin...

  • Answered by AI
  • Q2. NLP techniques and text classification algorithms and techniques like word embeddings
Round 2 - Technical 

(2 Questions)

  • Q1. Hyper parameters for classification algorithms
  • Ans. 

    Hyper parameters are settings that are set before the learning process begins and affect the learning process itself.

    • Hyper parameters are not learned during the training process, but are set before training begins.

    • They control the learning process and impact the performance of the model.

    • Examples include learning rate, number of hidden layers, and batch size in neural networks.

  • Answered by AI
  • Q2. How to improve efficiency of models
  • Ans. 

    Improving model efficiency involves feature selection, hyperparameter tuning, and ensemble methods.

    • Perform feature selection to reduce dimensionality and focus on relevant features

    • Optimize hyperparameters using techniques like grid search or random search

    • Utilize ensemble methods like bagging or boosting to improve model performance

    • Consider using more advanced algorithms like deep learning for complex data patterns

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics and diverse project exposure might help

Skills evaluated in this interview

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. About your previous job or fresher
  • Q2. About communication and typing skill

Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. C and UNIX basic queries
  • Q2. Service Management question on resilience

Top trending discussions

View All
Interview Tips & Stories
1w
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 Shared Services?
Ask anonymously on communities.

Barclays Shared Services Interview FAQs

How many rounds are there in Barclays Shared Services interview?
Barclays Shared Services interview process usually has 2-3 rounds. The most common rounds in the Barclays Shared Services interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Barclays Shared Services 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 Shared Services. The most common topics and skills that interviewers at Barclays Shared Services expect are Operations, Service Excellence, Business Strategy, Medical Coding and Analytical Chemistry.
What are the top questions asked in Barclays Shared Services interview?

Some of the top questions asked at the Barclays Shared Services interview -

  1. What is risk and why is it necessary to have a risk function for an organisat...read more
  2. Tell something about SOX(Sarbanes Oxley A...read more
  3. What is Return on Tangible Equity (RoTE), and how do planning and budgeting wor...read more
How long is the Barclays Shared Services interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 19 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 55%
2-4 weeks 36%
6-8 weeks 9%
View more

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 836 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
NTT Data Interview Questions
3.8
 • 656 Interviews
Publicis Sapient Interview Questions
3.5
 • 642 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 542 Interviews
View all

Barclays Shared Services Reviews and Ratings

based on 1.1k reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.1k Reviews and Ratings
Solution Designer

Pune

7-12 Yrs

Not Disclosed

Engineering Manager

Pune

10-12 Yrs

Not Disclosed

Vice President Private Banker

Mumbai

9-10 Yrs

Not Disclosed

Explore more jobs
Process Advisor
513 salaries
unlock blur

₹1 L/yr - ₹7.1 L/yr

Assistant Manager
436 salaries
unlock blur

₹7 L/yr - ₹24.4 L/yr

Assistant Vice President
426 salaries
unlock blur

₹14 L/yr - ₹43 L/yr

Senior Analyst
302 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Process Associate
190 salaries
unlock blur

₹1 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Barclays Shared Services with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview