Faster and better experience!
Filter interviews by
I applied via campus placement at K J Somaiya College of Engineering, Mumbai and was interviewed in Sep 2024. There were 2 interview rounds.
They had given 10 MCQs questions based on OOPs(Java), 2 MCQs on SQL, 1 SQL Query to run and 1 DSA question to code based on Strings, so overall 14 question. Difficulty level was easy to Medium.
Sorting algorithms have different time complexities based on their implementation and efficiency.
Bubble Sort: O(n^2) - compares adjacent elements and swaps them if they are in the wrong order.
Merge Sort: O(n log n) - divides the array into two halves, sorts them, and then merges them.
Quick Sort: O(n log n) - picks a pivot element and partitions the array around the pivot.
Heap Sort: O(n log n) - builds a max heap and re...
Hashmaps and dictionaries are data structures used to store key-value pairs for efficient retrieval and storage.
Hashmaps and dictionaries are commonly used in programming to store and retrieve data based on a unique key.
They offer fast lookup times, typically O(1) on average, making them ideal for scenarios where quick access to data is required.
Examples of using hashmaps include storing user information with a unique ...
OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism.
Abstraction: Hides complex implementation details and only shows necessary features. Example: Car dashboard displaying speed without showing internal engine details.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java encapsulates data members and member functions.
Inheritance: Allows a new ...
JOINS are used in SQL to combine rows from two or more tables based on a related column between them.
Inner Join: Returns rows when there is at least one match in both tables.
LEFT Join: Returns all rows from the left table, and the matched rows from the right table.
RIGHT Join: Returns all rows from the right table, and the matched rows from the left table.
FULL Join: Returns rows when there is a match in one of the table
Barclays is a global financial services company with a focus on innovation and technology.
Barclays is a leading global bank with a strong presence in the financial services industry.
Barclays is known for its commitment to innovation and technology in the financial sector.
Barclays offers a wide range of services including banking, investment management, and wealth management.
Barclays has a strong reputation for providin...
I manage stress by prioritizing tasks, breaking them down into smaller steps, and seeking help when needed.
Prioritize tasks based on deadlines and importance
Break down tasks into smaller, manageable steps
Seek help from team members or mentors when feeling overwhelmed
Practice time management and set realistic goals
I applied via campus placement at Chennai Mathematical Institute, Chennai and was interviewed in Sep 2024. There was 1 interview round.
Confidence interval of an estimator is a range of values that is likely to contain the true value of the parameter being estimated.
Confidence interval provides a range of values within which we are confident the true parameter value lies.
It is calculated based on the sample data and the desired level of confidence.
For example, a 95% confidence interval for the mean weight of a population would be a range of values with...
Logistic regression works by calculating the probability of each class and assigning the observation to the class with the highest probability.
Logistic regression calculates the probability of each class using the logistic function.
The model then assigns the observation to the class with the highest probability.
It is commonly used for binary classification, but can be extended to multiple classes using techniques like
I handle missing values by identifying them, deciding on a strategy (imputation or deletion), and documenting the process.
Identify missing values by checking for null values or using descriptive statistics.
Decide on a strategy for handling missing values such as imputation (mean, median, mode) or deletion (row or column).
Document the process of handling missing values to ensure transparency and reproducibility.
What people are saying about Barclays
Led a team to increase sales by 20% in one year through strategic marketing campaigns
Developed and implemented targeted marketing strategies
Analyzed market trends and customer preferences to tailor campaigns
Collaborated with sales team to align marketing efforts with sales goals
Barclays interview questions for popular designations
Mcq+coding which are medium level questions
No, multiple inheritance is not allowed in Java.
Java does not support multiple inheritance for classes to avoid the diamond problem.
However, multiple inheritance is allowed for interfaces in Java.
Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.
Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.
Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.
Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.
Static variables are shared among all...
Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.
It helps in achieving data abstraction and information hiding.
Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
Company core values are the fundamental beliefs that guide the behavior and decisions of employees.
Integrity - acting with honesty and transparency in all dealings
Innovation - constantly seeking new and better ways to solve problems
Customer focus - prioritizing the needs and satisfaction of customers
Teamwork - collaborating effectively with colleagues to achieve common goals
Get interview-ready with Top Barclays Interview Questions
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
I have 5 years of experience in recruiting for various industries, specializing in sourcing, interviewing, and onboarding.
Recruited for tech, healthcare, and finance industries
Conducted behavioral interviews to assess candidate fit
Managed end-to-end recruitment process from sourcing to offer stage
Managed end-to-end recruitment process, conducted interviews, sourced candidates, and collaborated with hiring managers.
Managed full-cycle recruitment process
Conducted interviews and assessments
Sourced candidates through various channels
Collaborated with hiring managers to understand hiring needs and requirements
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
DSA - strings, arrays.
Count the frequency of elements in an array of strings.
Iterate through the array and use a hashmap to store the frequency of each element.
If the element is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.
Return the hashmap containing the frequencies of each element.
Transpose of a matrix is obtained by swapping rows with columns.
Transpose of a matrix can be obtained by swapping rows with columns.
The transpose of an m x n matrix will be an n x m matrix.
For example, if A = [[1, 2], [3, 4]], then the transpose of A will be [[1, 3], [2, 4]].
I would analyze the crash logs, identify the root cause, fix the issue, and implement preventive measures.
Analyze crash logs to understand the error
Identify the root cause of the crash
Fix the issue by debugging and troubleshooting
Implement preventive measures to avoid future crashes
I will address the issue directly with the colleague, seek guidance from a mentor or HR, and focus on maintaining a positive and professional attitude.
Address the behavior directly with the colleague in a calm and professional manner
Seek guidance from a mentor or HR if necessary
Focus on maintaining a positive and professional attitude in the workplace
The biggest challenge in my project was integrating multiple APIs with different data formats and authentication methods.
Understanding and implementing various API documentation
Handling different data formats and structures
Dealing with different authentication methods
Ensuring seamless communication between APIs
I overcame challenges by seeking help from mentors, breaking tasks into smaller steps, and staying persistent.
Sought guidance from mentors or experienced colleagues
Broke down tasks into smaller, manageable steps
Stayed persistent and focused on finding solutions
Learned from failures and used them as opportunities for growth
Interview experience
based on 2.2k 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.2 L/yr |
Assistant Manager
987
salaries
| ₹6.7 L/yr - ₹25 L/yr |
Process Advisor
919
salaries
| ₹1 L/yr - ₹8.3 L/yr |
Analyst
837
salaries
| ₹11.5 L/yr - ₹22 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte