Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Java and sql questions
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"
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.
I appeared for an interview before Jan 2022.
MCQ assignment based on the Java skills
What people are saying about Barclays
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
General questions on collections
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...
Barclays interview questions for designations
I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.
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
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
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...
I appeared for an interview before Mar 2016.
Simple algorithm question about sorting
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.
posted on 16 Sep 2022
I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.
It had more than 30 aptitude questions and 2 coding questions
Joins, Jobs, stored procedures,cursors.
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.
Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.
based on 4 interviews
Interview experience
based on 21 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 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
855
salaries
| ₹5.4 L/yr - ₹22.2 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte