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 was interviewed 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 was interviewed in Sep 2024.
HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.
HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.
HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.
HashMap is generally preferred for non-thread-safe applications, while HashTable is used in mul
Equals method is used to compare the content of objects while hashcode method is used to generate a unique integer value for an object.
Equals method is used to compare the content of objects for equality.
Hashcode method is used to generate a unique integer value for an object.
Both methods are important for implementing proper object comparison and hashing in Java.
I am motivated to come to the office by the opportunity to work on challenging projects, collaborate with talented colleagues, and contribute to the success of the team.
Challenging projects provide a sense of accomplishment and growth
Collaborating with talented colleagues allows for learning and innovation
Contributing to the success of the team fosters a sense of purpose and fulfillment
Yes, I coached a junior developer on implementing design patterns in a project.
Provided guidance on how to apply design patterns in code
Reviewed their code and provided feedback for improvement
Encouraged them to ask questions and seek clarification
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
25 MCQs mainly on core java, design patterns, synchronization
posted on 30 Jun 2024
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
They ask two questions for coding
I applied via Approached by Company
It was spring boot java based online round
Eager initialization creates the instance of Singleton class at the time of class loading, while lazy initialization creates the instance only when it is required.
Eager initialization can lead to resource wastage if the instance is never used.
Lazy initialization is more efficient as it only creates the instance when needed.
Eager initialization is thread-safe by default, while lazy initialization requires synchronizatio...
Interview experience
based on 17 reviews
Rating in categories
Assistant Vice President
2.3k
salaries
| ₹17 L/yr - ₹45 L/yr |
Senior Analyst
1.1k
salaries
| ₹3 L/yr - ₹11.5 L/yr |
Assistant Manager
977
salaries
| ₹6.7 L/yr - ₹25 L/yr |
Process Advisor
893
salaries
| ₹1 L/yr - ₹8.3 L/yr |
Analyst
788
salaries
| ₹11.6 L/yr - ₹20 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte