Faster and better experience!
Filter interviews by
The cyber kill chain is a model that outlines the stages of a cyber attack, helping to identify and mitigate threats.
1. Reconnaissance: Attackers gather information about the target, such as IP addresses and employee details.
2. Weaponization: Creating a malicious payload, like a virus or exploit, to deliver to the target.
3. Delivery: Transmitting the weapon to the target, often via phishing emails or malicious lin...
Social engineering manipulates individuals to divulge confidential information, often exploiting human psychology.
Educate employees about common social engineering tactics, such as phishing emails.
Implement multi-factor authentication to add an extra layer of security.
Conduct regular security awareness training and simulations to test employee responses.
Establish clear protocols for verifying identities before sha...
I ensure a robust control environment by implementing effective monitoring, compliance checks, and continuous improvement strategies.
Conduct regular risk assessments to identify vulnerabilities in the control environment.
Implement automated monitoring systems to detect anomalies in transactions, such as unusual patterns in customer behavior.
Establish clear policies and procedures for compliance, ensuring all team ...
I seek to switch roles to leverage my skills in AML analysis and contribute to a more impactful organization.
Desire for professional growth: I want to expand my expertise in AML regulations and compliance.
Alignment with career goals: This role aligns with my long-term ambition to specialize in financial crime prevention.
Interest in the organization's mission: I admire your commitment to integrity and transparency ...
What people are saying about Barclays
FP&A involves budgeting, forecasting, and analyzing financial performance to support strategic decision-making.
Budgeting: Creating financial plans for future periods, e.g., annual budgets for departments.
Forecasting: Predicting future financial outcomes based on historical data, e.g., sales forecasts.
Variance Analysis: Comparing actual results to budgeted figures to identify discrepancies and areas for improve...
AML KYC stands for Anti-Money Laundering and Know Your Customer. It is a set of regulations and procedures designed to prevent financial crimes.
AML KYC involves verifying the identity of customers and assessing their risk of money laundering or terrorist financing.
It requires collecting information such as identification documents, proof of address, and source of funds.
Financial institutions use AML KYC processes ...
CDD stands for Customer Due Diligence, a process used by portals to verify the identity of their customers.
CDD is a process used by financial institutions and online portals to verify the identity of their customers.
It involves collecting information such as name, address, date of birth, and identification documents.
Portals use CDD to comply with anti-money laundering regulations and to prevent fraud.
Examples of p...
Emerging market currencies may experience volatility if Donald Trump wins election.
Emerging market currencies could weaken due to uncertainty and potential trade conflicts under Trump's administration
Investors may seek safe-haven assets like the US dollar, leading to further depreciation of emerging market currencies
Countries with high exposure to US trade policies, such as Mexico and China, may see their currenci...
Bond prices and yields have an inverse relationship, affected by the Fed fund rate.
Bond prices and yields have an inverse relationship - when bond prices go up, yields go down, and vice versa.
The Fed fund rate influences bond prices and yields - when the Fed fund rate increases, bond prices decrease and yields increase.
Investors monitor the Fed fund rate to predict bond market movements and make investment decisio...
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 ...
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Campus Placement 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 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.
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
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
Static in Java is a keyword used to create variables and methods that belong to the class itself, rather than instances of the class.
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.
Example: public class MyClass { static int count = 0; }
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 appeared for an interview in Aug 2024.
Bond prices and yields have an inverse relationship, affected by the Fed fund rate.
Bond prices and yields have an inverse relationship - when bond prices go up, yields go down, and vice versa.
The Fed fund rate influences bond prices and yields - when the Fed fund rate increases, bond prices decrease and yields increase.
Investors monitor the Fed fund rate to predict bond market movements and make investment decisions ac...
Future rates/forwards are calculated based on interest rate differentials between two currencies.
Future rates are calculated using the interest rate differentials between the two currencies involved.
For example, if the interest rate in India (INR) is 5% and in the US (USD) is 2%, the forward rate would be calculated based on this difference.
The formula for calculating the forward rate involves the spot rate, interest r...
Emerging market currencies may experience volatility if Donald Trump wins election.
Emerging market currencies could weaken due to uncertainty and potential trade conflicts under Trump's administration
Investors may seek safe-haven assets like the US dollar, leading to further depreciation of emerging market currencies
Countries with high exposure to US trade policies, such as Mexico and China, may see their currencies pa...
Some of the top questions asked at the Barclays interview -
The duration of Barclays interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 251 interview experiences
Difficulty level
Duration
based on 2.7k reviews
Rating in categories
Assistant Vice President
2.5k
salaries
| ₹17.3 L/yr - ₹46.4 L/yr |
Senior Analyst
1.2k
salaries
| ₹3 L/yr - ₹11.2 L/yr |
Assistant Manager
1.1k
salaries
| ₹6.7 L/yr - ₹25 L/yr |
Analyst
938
salaries
| ₹5.5 L/yr - ₹22 L/yr |
Process Advisor
831
salaries
| ₹1 L/yr - ₹7.6 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte