Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Standard Chartered Team. If you also belong to the team, you can get access from here

Standard Chartered Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Standard Chartered Interview Questions and Answers for Freshers

Updated 3 Jul 2025
Popular Designations

28 Interview questions

An Analyst was asked 3w ago
Q. What are five products offered by banks?
Ans. 

Banks offer various financial products to meet customer needs, including loans, accounts, and investment options.

  • 1. Savings Accounts: Interest-bearing accounts for personal savings, e.g., a standard savings account.

  • 2. Checking Accounts: Accounts for daily transactions, e.g., a no-fee checking account.

  • 3. Loans: Funds borrowed for various purposes, e.g., personal loans, mortgages, and auto loans.

  • 4. Credit Cards: Pla...

View all Analyst interview questions
An Operations Officer was asked 2mo ago
Q. What can you tell me about an LRD (Lease Rent Discounting) loan?
Ans. 

Lease Rent Discounting (LRD) loans are secured loans against rental income from leased properties, providing liquidity to borrowers.

  • Secured Loan: LRD loans are secured against the rental income generated from leased properties, reducing the lender's risk.

  • Cash Flow Management: These loans help property owners manage cash flow by converting future rental income into immediate capital.

  • Interest Rates: LRD loans typica...

View all Operations Officer interview questions
An Operations Officer was asked 2mo ago
Q. What are the different types of accounting ratios?
Ans. 

Accounting ratios are key metrics used to evaluate a company's financial performance and stability through various comparisons.

  • Liquidity Ratios: Measure a company's ability to meet short-term obligations. Example: Current Ratio = Current Assets / Current Liabilities.

  • Profitability Ratios: Assess a company's ability to generate profit relative to its revenue, assets, or equity. Example: Net Profit Margin = Net Incom...

View all Operations Officer interview questions
An Internship Trainee was asked 7mo ago
Q. Given an array of integers, sort the array using the merge sort algorithm.
Ans. 

Merge sort is a divide-and-conquer algorithm that sorts an array by recursively splitting and merging sorted subarrays.

  • 1. Divide the array into two halves until each subarray contains a single element.

  • 2. Merge the subarrays back together in sorted order.

  • 3. Example: For array [38, 27, 43, 3, 9, 82, 10], split into [38, 27, 43] and [3, 9, 82, 10].

  • 4. Continue splitting until you have [38], [27], [43], [3], [9], [82],...

View all Internship Trainee interview questions

What people are saying about Standard Chartered

View All
an authentication specialist
1w
Face-to-face Manager Interview Tomorrow—Any Last-Minute Tips?
Got a manager interview (2nd round) tomorrow, face-to-face. Any advice is welcome!
Got a question about Standard Chartered?
Ask anonymously on communities.
A Software Developer Intern was asked 7mo ago
Q. Given a matrix, find the path from top-left to bottom-right with the minimum sum of elements.
Ans. 

Find the minimum path sum in a matrix from top-left to bottom-right using dynamic programming.

  • Use a 2D array to store the minimum path sums at each cell.

  • Initialize the top-left cell with its value as the starting point.

  • For each cell, calculate the minimum sum from the top or left cell.

  • Example: For a matrix [[1,3,1],[1,5,1],[4,2,1]], the least sum path is 7.

  • The final cell will contain the minimum path sum from the ...

View all Software Developer Intern interview questions
An Officer - TLM Recon was asked 10mo ago
Q. What types of banking services does Standard Chartered provide?
Ans. 

Standard Chartered provides a wide range of banking services including retail banking, corporate banking, wealth management, and investment banking.

  • Retail banking services such as savings accounts, credit cards, and personal loans

  • Corporate banking services including trade finance, cash management, and corporate lending

  • Wealth management services like investment advisory and portfolio management

  • Investment banking se...

An Officer - TLM Recon was asked 10mo ago
Q. What is Nostro reconciliation?
Ans. 

Nostro reconciliation is the process of ensuring that the bank's records of its accounts with other banks match the records of those banks.

  • Nostro reconciliation involves comparing the bank's records of its accounts with other banks to the records provided by those banks.

  • It helps in identifying any discrepancies or errors in the transactions between the banks.

  • The process involves investigating and resolving any dif...

Are these interview questions helpful?
An Officer - TLM Recon was asked 10mo ago
Q. What is the difference between a commercial bank and an investment bank?
Ans. 

Commercial banks focus on providing services to individuals and businesses, while investment banks focus on helping companies raise capital and provide financial advisory services.

  • Commercial banks primarily deal with deposits, loans, and basic financial services for individuals and businesses.

  • Investment banks focus on underwriting securities, facilitating mergers and acquisitions, and providing financial advisory ...

A Banking Officer was asked
Q. What does KYC stand for, and can you explain it in detail?
Ans. 

KYC stands for Know Your Customer. It is a process of verifying the identity of a customer and assessing their potential risks.

  • KYC is a mandatory process for banks and financial institutions to prevent money laundering and terrorist financing.

  • It involves collecting personal information and documents such as ID proof, address proof, and PAN card.

  • The collected information is verified through various sources such as ...

View all Banking Officer interview questions
A Banking Officer was asked
Q. When a customer requests a stop payment, would you process it immediately, or wait until the end of banking hours?
Ans. 

Stop payment requests should be processed immediately for customer satisfaction and to prevent any potential fraud.

  • Stop payment requests should be taken seriously and processed promptly.

  • Delaying the process could lead to customer dissatisfaction and potential fraud.

  • It is important to verify the customer's identity and the validity of the request before processing.

  • Once verified, the request should be processed imme...

View all Banking Officer interview questions

Standard Chartered Interview Experiences for Freshers

32 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

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

(13 Questions)

  • Q1. What are the programing tools you know ? Rate yourself ( out of 5 )
  • Ans. 

    I am proficient in several programming tools and rate myself highly in their usage.

    • Java - 5

    • Python - 4

    • SQL - 4

    • R - 3

    • MATLAB - 3

    • Tableau - 4

    • Excel - 5

  • Answered by AI
  • Q2. Important of SAS Macro.
  • Ans. 

    SAS Macro is important for automating repetitive tasks and reducing code redundancy.

    • SAS Macro allows for parameterization of code, making it more flexible and reusable.

    • It can be used to automate repetitive tasks, saving time and effort.

    • Macro variables can be used to store and manipulate data, making code more efficient.

    • Macro functions can be used to perform complex calculations and data transformations.

    • SAS Macro can he...

  • Answered by AI
  • Q3. How to create macro variables?
  • Ans. 

    Macro variables can be created using the %LET statement in SAS programming.

    • Use %LET statement followed by the macro variable name and its value.

    • Macro variables can be created with or without quotes around the value.

    • Macro variables can be referenced using & symbol followed by the variable name.

    • Example: %LET var1 = 10; %LET var2 = 'Hello';

    • Example: %LET var3 = &var1.;

  • Answered by AI
  • Q4. How to get different dataset from existing one ?
  • Ans. 

    To get a different dataset from an existing one, you can filter, sort, aggregate, or transform the data.

    • Filter the data by selecting specific rows or columns based on certain criteria.

    • Sort the data by arranging it in ascending or descending order based on one or more columns.

    • Aggregate the data by grouping it based on one or more columns and calculating summary statistics.

    • Transform the data by applying mathematical or l...

  • Answered by AI
  • Q5. How to remove null values in numeric data types?
  • Ans. 

    Null values in numeric data types can be removed using various methods.

    • Use the dropna() function in pandas library to remove null values.

    • Replace null values with a default value using fillna() function.

    • Use the interpolate() function to fill null values with interpolated values.

    • Use the drop() function to remove rows or columns with null values.

    • Use the notnull() function to filter out null values from the data.

  • Answered by AI
  • Q6. Difference between add and sum function
  • Ans. 

    Add function is used to concatenate two or more strings or add numbers, while sum function is used to add numbers only.

    • Add function can be used to concatenate strings like 'hello' and 'world' to form 'helloworld'

    • Add function can also be used to add numbers like 2 and 3 to form 5

    • Sum function is used to add numbers only, like sum(2,3) will return 5

  • Answered by AI
  • Q7. Use of retain statement.
  • Ans. 

    Retain statement is used to store the value of a variable across iterations of a data step.

    • Retain statement is used to keep the value of a variable from one iteration of a data step to the next.

    • It is commonly used to calculate running totals or to keep track of previous values.

    • Retain statement is placed before the SET statement in a data step.

    • Example: retain total; total + sales; output;

    • Retain statement can also be use...

  • Answered by AI
  • Q8. How to remove duplicate Records by using first. And last. ?
  • Ans. 

    Removing duplicate records using first. and last. functions.

    • Use the first. and last. functions to select the first and last occurrence of each record.

    • Sort the data by the key field to ensure that the first and last records are selected correctly.

    • Use the delete statement to remove the duplicate records.

  • Answered by AI
  • Q9. How to get cumulative salary from a employee table ?
  • Ans. 

    To get cumulative salary from an employee table, you can use SQL aggregate function SUM() along with GROUP BY clause.

    • Write a SQL query to select the employee ID and the sum of their salaries from the employee table.

    • Use the SUM() function to calculate the cumulative salary for each employee.

    • Group the results by employee ID using the GROUP BY clause.

    • The query should look like: SELECT employee_id, SUM(salary) FROM employe...

  • Answered by AI
  • Q10. How Tableau get data from SAS environment?
  • Ans. 

    Tableau can connect to SAS environment through ODBC or SAS/ACCESS Interface.

    • Tableau can use ODBC to connect to SAS environment and access data.

    • SAS/ACCESS Interface can also be used to connect Tableau to SAS environment.

    • Tableau can directly connect to SAS datasets and tables.

    • Tableau can also use SAS data connectors to access data from SAS environment.

  • Answered by AI
  • Q11. What is calculative field in SAS
  • Ans. 

    A calculative field in SAS is a field that is created by performing calculations on existing fields.

    • Calculative fields are created using SAS functions and expressions.

    • They can be used to perform complex calculations and transformations on data.

    • Examples include calculating averages, percentages, and ratios.

    • Calculative fields can be added to existing datasets or created as part of a data transformation process.

  • Answered by AI
  • Q12. What is blending in Tableau ?
  • Ans. 

    Blending in Tableau is combining data from multiple sources to create a single view.

    • Blending allows for analysis of data from different sources without the need for merging.

    • Data sources can be blended based on common fields or dimensions.

    • Blending can be used to create a single view with data from multiple sources.

    • Example: Blending sales data from Excel with customer data from a database to analyze customer behavior.

    • Exa...

  • Answered by AI
  • Q13. What are the different filters in Tableau you use.
  • Ans. 

    Tableau has various filters including dimension filters, measure filters, top N filters, wildcard filters, and context filters.

    • Dimension filters allow you to filter data based on specific dimensions such as category or region.

    • Measure filters filter data based on measures like sales or profit.

    • Top N filters allow you to filter the top or bottom N values based on a measure.

    • Wildcard filters filter data based on a specific ...

  • Answered by AI
Round 3 - Behavioral 

(9 Questions)

  • Q1. What is Datamart and Data warehouse
  • Ans. 

    Datamart is a subset of a data warehouse that is designed for a specific business unit or department.

    • Data warehouse is a centralized repository that stores data from various sources for business intelligence purposes.

    • Data warehouse is designed for enterprise-wide querying and analysis.

    • Datamart is a subset of a data warehouse that is designed for a specific business unit or department.

    • Datamart contains a subset of data ...

  • Answered by AI
  • Q2. What are the cleansing process you used
  • Ans. 

    We use a multi-step process to cleanse data, including removing duplicates, correcting errors, and standardizing formats.

    • Identify and remove duplicates

    • Correct errors such as misspellings and inconsistent data formats

    • Standardize data formats to ensure consistency

    • Validate data against external sources

    • Perform manual review and verification as needed

  • Answered by AI
  • Q3. Difference between CSV and Excel file
  • Ans. 

    CSV is a plain text file format while Excel is a binary file format.

    • CSV files contain data separated by commas while Excel files can contain multiple sheets and complex formatting.

    • CSV files can be easily opened in any text editor while Excel files require Microsoft Excel or a compatible program.

    • CSV files are smaller in size compared to Excel files.

    • CSV files are commonly used for data exchange between different systems ...

  • Answered by AI
  • Q4. How you manage your time ?
  • Q5. What are the different dashboard you prepared till now
  • Ans. 

    I have prepared various dashboards for different purposes.

    • Sales dashboard for tracking revenue and sales performance

    • Marketing dashboard for monitoring campaign effectiveness and lead generation

    • Financial dashboard for analyzing financial data and forecasting

    • Operational dashboard for tracking operational metrics and KPIs

    • Customer service dashboard for monitoring customer satisfaction and support metrics

  • Answered by AI
  • Q6. Who are your stakeholders
  • Ans. 

    Stakeholders include anyone impacted by or involved in a project, such as clients, team members, and management.

    • Clients: They define project requirements and expectations, e.g., a healthcare provider needing a data analysis report.

    • Team Members: Collaborate on data collection and analysis, e.g., working with data engineers and junior analysts.

    • Management: Oversee project progress and resource allocation, e.g., presenting...

  • Answered by AI
  • Q7. Whom you present your report
  • Ans. 

    I present my report to my immediate supervisor and other relevant stakeholders.

    • Reports are presented to the immediate supervisor for review and approval.

    • Reports may also be presented to other stakeholders such as department heads or clients.

    • The presentation format may vary depending on the audience and purpose of the report.

  • Answered by AI
  • Q8. What type of adhoc report you get from client side ?
  • Ans. 

    Adhoc reports requested by clients vary depending on their needs and objectives.

    • Client may request reports on sales performance, customer behavior, or market trends.

    • Reports may be in the form of tables, graphs, or charts.

    • Clients may also request customized reports based on specific criteria or filters.

    • Adhoc reports are usually requested on a one-time basis and may not follow a regular schedule.

  • Answered by AI
  • Q9. What is your day to day activities

Interview Preparation Tips

Topics to prepare for Standard Chartered Senior Analyst interview:
  • SAS
  • Tableau
Interview preparation tips for other job seekers - Be Cool and Calm
Go through your resume
Before speak listen properly

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Only we can determine how easy it was.

Round 2 - Technical 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • I am proficient in using statistical software such as R and Python for data analysis.

    • I have a proven track record of delivering actionable insights to drive business decisions.

  • Answered by AI
  • Q2. They ask about your work experience?
  • Q3. Based on your work experience, what questions do you expect to be asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a referral at Standard Chartered Bank makes the process significantly easier.

Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Just a normal aptitude test

Round 2 - One-on-one 

(4 Questions)

  • Q1. They asked many questions about what we mentioned in our resume
  • Q2. What types of banking services does standard chartered provide?
  • Ans. 

    Standard Chartered provides a wide range of banking services including retail banking, corporate banking, wealth management, and investment banking.

    • Retail banking services such as savings accounts, credit cards, and personal loans

    • Corporate banking services including trade finance, cash management, and corporate lending

    • Wealth management services like investment advisory and portfolio management

    • Investment banking service...

  • Answered by AI
  • Q3. What is the difference between a commercial bank and a investment bank?
  • Ans. 

    Commercial banks focus on providing services to individuals and businesses, while investment banks focus on helping companies raise capital and provide financial advisory services.

    • Commercial banks primarily deal with deposits, loans, and basic financial services for individuals and businesses.

    • Investment banks focus on underwriting securities, facilitating mergers and acquisitions, and providing financial advisory servi...

  • Answered by AI
  • Q4. What is Nostro reconciliation?
  • Ans. 

    Nostro reconciliation is the process of ensuring that the bank's records of its accounts with other banks match the records of those banks.

    • Nostro reconciliation involves comparing the bank's records of its accounts with other banks to the records provided by those banks.

    • It helps in identifying any discrepancies or errors in the transactions between the banks.

    • The process involves investigating and resolving any differen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - So this interview held for approximately 30 mins... They fully went through by asking questions about the things I mentioned on my resume.... Like about work experience, Projects done in college days..... About our strength and weakness, etc., Overall it was an easy and very good interview experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions were asked followed by a behavioral test

Round 2 - Technical 

(2 Questions)

  • Q1. Basic merge sort
  • Ans. 

    Merge sort is a divide-and-conquer algorithm that sorts an array by recursively splitting and merging sorted subarrays.

    • 1. Divide the array into two halves until each subarray contains a single element.

    • 2. Merge the subarrays back together in sorted order.

    • 3. Example: For array [38, 27, 43, 3, 9, 82, 10], split into [38, 27, 43] and [3, 9, 82, 10].

    • 4. Continue splitting until you have [38], [27], [43], [3], [9], [82], [10]...

  • Answered by AI
  • Q2. About projects and experiences
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join SCB
  • Ans. 

    I want to join SCB because of its reputation for innovation and global presence.

    • SCB is known for its innovative approach to banking and financial services

    • I am impressed by SCB's global network and opportunities for growth

    • I believe SCB will provide me with valuable experience and skills for my future career

  • Answered by AI
  • Q2. Very basic hr questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. Sactioned countries
  • Q2. What is money laundering
  • Ans. 

    Money laundering is the illegal process of making large amounts of money generated by a criminal activity, such as drug trafficking or terrorist funding, appear to have come from a legitimate source.

    • Money laundering involves disguising the origins of illegally obtained money by passing it through a complex sequence of banking transfers or commercial transactions.

    • The purpose of money laundering is to make the money appe...

  • Answered by AI
  • Q3. Correspondence banking
  • Q4. Risk Flags of transaction
  • Ans. 

    Risk flags of transaction refer to indicators that suggest potential fraudulent or high-risk activity.

    • Unusual transaction amounts or frequency

    • Transactions from high-risk countries

    • Sudden changes in customer behavior

    • Mismatch between customer profile and transaction details

    • Use of anonymous or suspicious payment methods

  • Answered by AI
  • Q5. Bsa and patriotic act

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and related questions
  • Q2. Oops, DSA concept questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Datawarehouse concepts- various schema of modelling, data governance related questions and data validation and data quality questions
  • Q2. MLOPs questions like how do you deploy a model to production.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was sort of an assessment

Round 2 - One-on-one 

(2 Questions)

  • Q1. It was a virtual interview
  • Q2. Tell me about yourself, why this role, why scb, a challenge you faced and how you solved it, the outcome
  • Ans. 

    Experienced finance student passionate about financial markets, interested in SCB for its global presence and innovative approach.

    • Passionate about finance and eager to learn about financial markets

    • Interested in SCB for its global presence and innovative approach

    • Challenged with analyzing complex financial data during a project

    • Solved the challenge by breaking down the data into smaller components and seeking guidance fro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and don't lose confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to medium questions can be done easily

Round 2 - Coding Test 

Medium to hard level coding question 2

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Pymetrics games 

(1 Question)

  • Q1. The games are not difficult, they check your personality traits
Round 2 - Behavioral 

(1 Question)

  • Q1. Choose the answer that best describes a situation you would put yourself in
Round 3 - Pymetrics Interview 

(1 Question)

  • Q1. Make sure to have good lighting, fast internet and browse for preparation questions on youtube.

Standard Chartered Interview FAQs

How many rounds are there in Standard Chartered interview for freshers?
Standard Chartered interview process for freshers usually has 2-3 rounds. The most common rounds in the Standard Chartered interview process for freshers are Aptitude Test, One-on-one Round and Technical.
How to prepare for Standard Chartered interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Standard Chartered. The most common topics and skills that interviewers at Standard Chartered expect are Banking, Communication Skills, Aml, Analytical and Banking Operations.
What are the top questions asked in Standard Chartered interview for freshers?

Some of the top questions asked at the Standard Chartered interview for freshers -

  1. 1.when customer gives request for stop payment? Would you do immediately or tak...read more
  2. What is the difference between a commercial bank and a investment ba...read more
  3. What does KYC stand for and explain in deta...read more
What are the most common questions asked in Standard Chartered HR round for freshers?

The most common HR questions asked in Standard Chartered interview are for freshers -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the Standard Chartered interview process?

The duration of Standard Chartered interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 18 interview experiences

Difficulty level

Easy 36%
Moderate 64%

Duration

Less than 2 weeks 43%
2-4 weeks 43%
4-6 weeks 7%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
Axis Bank Interview Questions
3.7
 • 1.7k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 759 Interviews
IndusInd Bank Interview Questions
3.5
 • 678 Interviews
Bandhan Bank Interview Questions
3.7
 • 633 Interviews
Yes Bank Interview Questions
3.7
 • 478 Interviews
View all

Standard Chartered Reviews and Ratings

based on 5.1k reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.4

Salary

3.7

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 5.1k Reviews and Ratings
Team Lead
2.5k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Associate Manager
2.4k salaries
unlock blur

₹8.8 L/yr - ₹15.4 L/yr

Senior Officer
2.3k salaries
unlock blur

₹3.1 L/yr - ₹7.3 L/yr

Manager
2.1k salaries
unlock blur

₹14.3 L/yr - ₹24.4 L/yr

Senior Manager
2.1k salaries
unlock blur

₹21.8 L/yr - ₹38 L/yr

Explore more salaries
Compare Standard Chartered with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare
write
Share an Interview