Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.
30 Technical MCQs, 1 medium level code
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Coding with 2 questions and mcqs and mysql coding test too
I applied via Company Website and was interviewed before Jan 2023. There were 3 interview rounds.
Medium level coding questions
What people are saying about Barclays
I applied via Indeed and was interviewed in Feb 2022. There were 3 interview rounds.
Barclays interview questions for popular designations
I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.
The person asked questions around resume and projects. He moved on to ask some SAS related questions on joins, transpose, macros etc
A simple case study round where a simple operations process of applying for a card, application processing & final card offer was outlined in 3-4 steps. At each step they mentioned some numbers like how many executives were involved, time taken per application, incoming app volume, rejections at each step. Then there were simple questions framed around operational efficiency, waterfall etc
Get interview-ready with Top Barclays Interview Questions
I applied via Company Website and was interviewed before Apr 2022. There were 4 interview rounds.
ItFirst, provide an answer. (Are you hiring them? ...
Explain their strengths. (E.g. The candidate demonstrated excellent communication skills. ...
Explain why they weren't a good fit for the company or talk about areas where they can improve. ...
Summarise the experience and next steps.
First, provide an answer. (Are you hiring them? ...
Explain their strengths. (E.g. The candidate demonstrated excellent communication skills. ...
Explain why they weren't a good fit for the company or talk about areas where they can improve. ...
Summarise the experience and next steps.
First, provide an answer. (Are you hiring them? ...
Explain their strengths. (E.g. The candidate demonstrated excellent communication skills. ...
Explain why they weren't a good fit for the company or talk about areas where they can improve. ...
Summarise the experience and next steps.
I applied via Indeed and was interviewed in Feb 2022. There were 2 interview rounds.
I appeared for an interview in Feb 2021.
Round duration - 90 minutes
Round difficulty - Medium
It was an online test round of 90 minutes orgainsed in Hackerearth platform. It consists of 15 mcq questions and 2 coding questions. The level was moderate. Timing of test was in morning and platform was quite good.
Preeti plans to shop for her father's birthday at a store with unlimited quantities of N different items. She has a budget that allows her to buy a maximum of K items. Hel...
Calculate the number of ways Preeti can purchase items within budget, with at least one item quantity differing.
Use dynamic programming to calculate the number of ways to purchase items within budget.
Consider different scenarios where Preeti buys different quantities of each item.
Return the result modulo 10^9 + 7 to handle large answers.
Round duration - 50 minutes
Round difficulty - Medium
Tip 1 : Try to understand basic concepts of all data structures and do coding questions from online sites like Hackerrank, Leetcode etc.
Tip 2 : Prepare basics of DBMS and Operating System. OOPs concept is must .
Tip 3 : Go through all the basics sql queries or must know about any 1 database perfectly.
Tip 1 : Resume should be short and catchy. It should not be more than 1 page.
Tip 2 : Mention atleast 2 projects. Don't put skills you don't know because mostly interviewers will ask questions on resume basis.
I appeared for an interview in Nov 2020.
Round duration - 90 Minutes
Round difficulty - Hard
The Test Was Conducted On HackerEarth. It Had 2 Sections. Section-A Had 30 Multiple Choice Questions & Section-B Had 2 Programming Questions.
The MCQs Were On Java, Python, MongoDB, MySQL, JSON, Cloud Computing, JavaScript & C++ With the Majority Of Them On Java.
Half Of The Questions Were Theory-Based And The Other Half Were Output Based On JAVA & C++. I Would Highly Recommend Having An Excellent Knowledge Of Both JAVA & C++ To Ace Up The Online Round.
The 2 Programming Questions In Section-B Were Of 20 & 50 Marks Respectively. The 1st Question Was Easy And I Was Able To Solve It Easily. It Was Based On Number Theory. The 2nd Question Was Really Hard And Was A String Pattern Matching Question Quite Similar To The Z-Algorithm. Solving The 2nd Question Is Like A Bonus Because This Question Carries The Highest Marks. I Was Able To Solve Both The Questions.
You are provided with a string S
of length N
and a string P
of length M
. Your objective is to determine the number of times P
appears in S
in linear time.
...
Implement a function to count the number of occurrences of a given string within another string in linear time.
Use the Z algorithm to preprocess the pattern string and the concatenated string to efficiently count occurrences.
Iterate through the Z array to find matches of the pattern within the concatenated string.
Return the count of matches found.
Example: For S = 'ababa' and P = 'ab', the output should be 2.
Round duration - 30 Minutes
Round difficulty - Medium
The Interview Round Was Conducted On 18th November 2020. It Was Both A Managerial Round & HR Round And Was Conducted On Webex. Every Candidate Was Assigned A Time Slot And An Interviewer. My Interviewer Was Very Friendly.
Tip 1 : Have A Strong Knowledge Of JAVA Since It’s A Bank And They Prefer JAVA Candidates.
Tip 2 : Have Good Projects On Any One Of Major Technologies Like AI, Block-Chain Since The Students Who Were Finally Selected Had Really Good Projects On These Technologies.
Tip 3 : Have A Strong Knowledge Of OOPS And Databases(Both SQL & NoSQL).
Tip 4 : Having Basic Knowledge Of JavaScript Is Also Recommended.
Tip 1 : Be Thorough With Your Resume & Only Mention Those Points & Projects In Your Resume With Which You Are Most Confident To Be Questioned On.
Tip 2 : Have Good Projects On Any One Of Major Technologies Like AI, Block-Chain Since The Students Who Were Finally Selected Had Really Good Projects On These Technologies.
I appeared for an interview before Dec 2020.
Round duration - 60 minutes
Round difficulty - Medium
MySql query questions
2 coding questions
oops questions
Networking questions
Determine if a given array contains a valid triplet of integers where two elements sum up to the third. Specifically, find indices i, j, and k such that i != j
, j != k
...
Check if a given array contains a valid triplet where two elements sum up to the third.
Iterate through all possible triplets and check if any of the conditions are satisfied.
Use nested loops to compare each element with every other element in the array.
Handle cases where the same element is repeated multiple times in the array.
You are provided with an integer array ARR
of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...
Find the smallest positive integer missing from an array of integers.
Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.
After marking, iterate again to find the first positive integer with a positive value, indicating it was not visited.
Return the index of the first positive integer found plus 1 as the missing positive integer.
Round duration - 60 minutes
Round difficulty - Medium
Starting with tell me about yourself
Struggling with many SQL queries
And OOPS questions
And project based questions
You are tasked with reversing the given string word-wise. This means that the last word in the input string should appear first, the second-last word second, and so on. Importantl...
Reverse the given string word-wise while keeping the characters of each word in their original order.
Split the input string by spaces to get individual words
Reverse the order of the words in the resulting array
Join the words back together with spaces in between
Tip 1 : Practice consistently and daily
Tip 2 : Mention only those things in resume which you think you can answer. Mention good projects and be very honest with your resume
Tip 3 : Never loose your confidence during internview as well as never loose hope while giving exams
Tip 1 : Be very honest with your resume
Tip 2 : Mention good projects in your resume
Some of the top questions asked at the Barclays interview for freshers -
The duration of Barclays interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interviews
Interview experience
based on 2.5k reviews
Rating in categories
Assistant Vice President
2.4k
salaries
| ₹17.1 L/yr - ₹46 L/yr |
Senior Analyst
1.1k
salaries
| ₹3 L/yr - ₹11.1 L/yr |
Assistant Manager
1k
salaries
| ₹7.2 L/yr - ₹25 L/yr |
Process Advisor
950
salaries
| ₹1 L/yr - ₹8.3 L/yr |
Analyst
863
salaries
| ₹5.2 L/yr - ₹22.1 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte