Upload Button Icon Add office photos

Filter interviews by

Barclays Business Technology Analyst Interview Questions and Answers

Updated 21 Oct 2021

Barclays Business Technology Analyst Interview Experiences

1 interview found

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

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.

  • Q1. 

    Z Algorithm Problem Statement

    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.

    Example:

    Input:
    ...
  • Ans. Brute Force Approach

    A basic approach is to check all substrings of string ‘S’ and see if that substring is equal to ‘P’ or not. Let’s see how we’ll do this.

     

    • Initialize an integer variable count = 0.
    • Start by running an outer loop(loop variable i) from 0 to N - M.
    • Then run a nested loop(loop variable j) from 0 to 'M'.
    • For index ‘i’, check if S[i + j] != P[j], if this condition is true, we simply break the inner loop a...
  • Answered Anonymously
Round 2 - Video Call 

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.
 

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Business Technology Analyst in HyderabadEligibility criteriaC.G.P.A. Till 4th Semester >=7.5 No Standing Arrears (No Backlogs Or Detentions While Applying For The Test) Eligible Academic Year:- Third Year Undergraduate Eligible Branches:- Computer Science And Engineering, I.T.Barclays interview preparation:Topics to prepare for the interview - JAVA, DBMS, JavaScript, OOPS, Data StructuresTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 questions - DFS, Greedy and Priority Queue

Round 2 - Technical 

(2 Questions)

  • Q1. Implement max heap, basically how priority queue is implemented
  • Ans. 

    Max heap is a data structure where the parent node is always greater than or equal to its child nodes.

    • Start by creating an array to store the elements of the max heap.

    • Insert elements into the array and maintain the heap property by swapping elements if necessary.

    • Implement functions like insert, extractMax, and heapify to maintain the max heap structure.

    • Example: If we have elements 10, 7, 15, 3, 8, the max heap would be

  • Answered by AI
  • Q2. Question on my projects and DBMS
Round 3 - Technical 

(2 Questions)

  • Q1. Find second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Find missing number
Round 4 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. My future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident. Keep working, Hard work always paysoff

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 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. Profile related questions.
Round 3 - Technical 

(1 Question)

  • Q1. Job and responsibilities related questions and technical interview
Round 4 - Technical 

(1 Question)

  • Q1. Deeply technical interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent work-life balance with top-notch benefits. The management team really seems to care about their employees. You may have to work late/from home sometimes when the company needs you to, but that is balanced with the ability to work from home when YOU need to; its a fair trade

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 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 - Technical 

(5 Questions)

  • Q1. Questions Related to Java
  • Q2. Questions related to Spring
  • Q3. Questions related to SQL
  • Q4. Questions related to ORMs
  • Q5. Project/previous work based questions

Interview Preparation Tips

Topics to prepare for Bandhan Bank Assistant Manager Information Technology interview:
  • Java
  • Spring Mvc
  • Spring Boot
  • JQuery
  • Ajax
  • SQL
  • JSP
Interview preparation tips for other job seekers - Know the basics deep enough, so that you can crack interview. Questions are generally based on your basic knowledge, and some on your advance knowledges. Know the flow of your current project or work.

Tell us how to improve this page.

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.5k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 624 Interviews
IndusInd Bank Interview Questions
3.6
 • 591 Interviews
Bandhan Bank Interview Questions
3.7
 • 529 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
View all
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
983 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Process Advisor
930 salaries
unlock blur

₹1 L/yr - ₹8.3 L/yr

Analyst
825 salaries
unlock blur

₹11.4 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