Upload Button Icon Add office photos

Barclays

Compare button icon Compare button icon Compare

Filter interviews by

Barclays Java Developer Interview Questions and Answers

Updated 12 Jul 2024

Barclays Java Developer Interview Experiences

4 interviews found

Java Developer Interview Questions & Answers

user image Ani Gayake

posted on 28 Jun 2024

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

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

Round 1 - Coding Test 

Java and sql questions

Round 2 - Technical 

(1 Question)

  • Q1. Basics of java ans core java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why string is immutable
  • Ans. 

    String is immutable in Java to ensure thread safety, security, and optimization.

    • Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.

    • String pooling is possible due to immutability, saving memory and improving performance.

    • Security is enhanced as sensitive information stored in strings cannot be altered.

    • Examples: String str = "Hello"; str.concat(" World"); // str remains "Hello"

  • Answered by AI
  • Q2. What is spring aop
  • Ans. 

    Spring AOP (Aspect-Oriented Programming) is a framework that provides cross-cutting concerns in a modular way.

    • Spring AOP allows separating cross-cutting concerns from the main application logic.

    • It enables developers to define aspects (cross-cutting concerns) separately and apply them to multiple classes.

    • Examples of cross-cutting concerns include logging, security, and transaction management.

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Jan 2022.

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 - Assignment 

MCQ assignment based on the Java skills

Round 3 - Technical 

(1 Question)

  • Q1. It was a 1 hr 15 min of Technical round
Round 4 - Behavioral 

(1 Question)

  • Q1. Scenerio based questions - duration 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basics and be confident while answering.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

General questions on collections

Round 2 - Technical 

(1 Question)

  • Q1. Design of REST API
  • Ans. 

    Designing a REST API involves defining endpoints, methods, request/response formats, authentication, and versioning.

    • Define clear and consistent endpoint URLs for resources (e.g. /users, /products)

    • Use HTTP methods (GET, POST, PUT, DELETE) to perform CRUD operations on resources

    • Choose appropriate response formats like JSON or XML

    • Implement authentication and authorization mechanisms (e.g. OAuth, JWT)

    • Consider versioning to...

  • Answered by AI

Skills evaluated in this interview

Barclays interview questions for designations

 Senior Java Developer

 (1)

 Fullstack Java Developer

 (1)

 Developer

 (2)

 Software Developer

 (15)

 Backend Developer

 (1)

 Senior Developer

 (1)

 Salesforce Developer

 (1)

 Abinitio Developer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is static in java?
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q2. Write a program to replace consecutive same character by single '$' . for e.g. string='Heelo Wworldd'. Output- H$lo $orl$.
  • Ans. 

    The program replaces consecutive same characters in a string with a single '$'.

    • Iterate through each character in the string

    • Compare the current character with the next character

    • If they are the same, replace the next character with '$'

    • Continue until the end of the string

  • Answered by AI
  • Q3. Difference between Function overloading and Function overrriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.

    • Function overloading is used to provide different ways of calling a function with different parameters.

    • Function overriding is used to provide a specific implementation of a method in a derived class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all OOPs concept before going to interview. Prepare SQL also.

Skills evaluated in this interview

I appeared for an interview before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

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

Simple algorithm question about sorting

Round 2 - Technical 

(2 Questions)

  • Q1. Algorith question about quick sort
  • Q2. Nlonn run time of the sort
  • Ans. 

    The time complexity of the quicksort algorithm is O(n log n).

    • Quicksort has an average time complexity of O(n log n).

    • The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.

    • The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Joins, Jobs, stored procedures,cursors.

Round 2 - HR 

(1 Question)

  • Q1. What is my package

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.

Round 2 - Technical 

(1 Question)

  • Q1. Senior developer was taking the round, covering all design and architecture related questions. I was able to give a satisfactory solution.
Round 3 - Behavioral 

(1 Question)

  • Q1. Just some behavioural question along with a lil bit technical questions. Asked me about my current projects and problems faced, how i gave a proper solution and how i help my team to grow.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA along with strong programming language knowledge is required to crack the interview.

Barclays Interview FAQs

How many rounds are there in Barclays Java Developer interview?
Barclays interview process usually has 2-3 rounds. The most common rounds in the Barclays interview process are Technical, Coding Test and Behavioral.
What are the top questions asked in Barclays Java Developer interview?

Some of the top questions asked at the Barclays Java Developer interview -

  1. Why string is immuta...read more
  2. What is spring ...read more
  3. design of REST ...read more

Tell us how to improve this page.

Barclays Java Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Barclays Java Developer Salary
based on 196 salaries
₹6.8 L/yr - ₹27.2 L/yr
175% more than the average Java Developer Salary in India
View more details

Barclays Java Developer Reviews and Ratings

based on 21 reviews

4.0/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.5

Salary

3.9

Job security

4.1

Company culture

2.5

Promotions

3.5

Work satisfaction

Explore 21 Reviews and Ratings
Assistant Vice President
2.4k salaries
unlock blur

₹17.1 L/yr - ₹46 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Assistant Manager
1k salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Process Advisor
950 salaries
unlock blur

₹1 L/yr - ₹8.3 L/yr

Analyst
855 salaries
unlock blur

₹5.4 L/yr - ₹22.2 L/yr

Explore more salaries
Compare Barclays with

Deutsche Bank

3.9
Compare

Accenture

3.8
Compare

Amazon

4.0
Compare

Deloitte

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview