Barclays interview experience Real time questions & tips from candidates to crack your interview

Technical Associate

Barclays
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: Data Structures,OOPS, CODING, Algorithms, Operating System, Networking
Tip
Tip

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

Application process
Where: Campus
Eligibility: CGPA:7 ABOVE
Resume Tip
Resume tip

Tip 1 : Be very honest with your resume
Tip 2 : Mention good projects in your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date20 Sep 2020
Coding problem2

MySql query questions
2 coding questions 
oops questions 
Networking questions

1. Sum of Two Elements Equals the Third.

Easy
10m average time
90% success
0/40
Asked in companies
BarclaysHSBCJio Platforms Limited

You are given an array Arr consisting of n integers, you need to find a valid triplet as explained below.

An array is said to have a valid triplet {arr[i], arr[j], arr[k]} if there exists three indices i, j and k such that i != j, j != k and i != j and arr[i] + arr[j] = arr[k] or arr[i] + arr[k] = arr[j] or arr[k] + arr[j] = arr[i].

For Example:
Arr = 10, 5, 5, 6, 2, 
In this array, the triplet {10, 5, 5} is valid triplet because, 5 + 5 = 10.

Note:

The elements in the array need not be distinct.
Try solving now

2. First Missing Positive

Moderate
18m average time
84% success
0/80
Asked in companies
DunzoHikeSamsung

You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in linear time and constant space. In other words, find the lowest positive integer that does not exist in the array. The array can have negative numbers as well.

For example, the input [3, 4, -1, 1] should give output 2 because it is the smallest positive number that is missing in the input array.

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date23 Sep 2020
Coding problem2

Starting with tell me about yourself
Struggling with many SQL queries
And OOPS questions
And project based questions

1. Technical Questions

What is Semaphore
How to get queries

2. Reverse String Word Wise

Moderate
0/80
Asked in companies
Info Edge India (Naukri.com)CIS - Cyber InfrastructureAmazon

Reverse the given string word-wise. The last word in the given string should come at 1st place, the last-second word at 2nd place, and so on. Individual words should remain as it is.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Business Analyst
2 rounds | 3 problems
Interviewed by Barclays
1945 views
0 comments
0 upvotes
company logo
SDE
3 rounds | 9 problems
Interviewed by Barclays
1469 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 2 problems
Interviewed by Barclays
3561 views
2 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 9 problems
Interviewed by Barclays
58 views
0 comments
0 upvotes