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, Process, and Tips

Updated 26 Feb 2025

Top Standard Chartered Interview Questions and Answers

View all 169 questions

Standard Chartered Interview Experiences

Popular Designations

266 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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume 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
  • 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

Top Standard Chartered Senior Analyst Interview Questions and Answers

Q1. Tell me about your profile? What do you know about Transaction Monitoring ? What are the sanctioned countries ? Do you know what is sectoral sanctions ? Can you explain sectoral sanctions and countries which is applicable ?What is high risk... read more
View answer (1)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic algorithms and data structures question
  • Q2. Basic question from projects
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations for this position?
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for this position.

    • Research the average salary range for Technical Leads in the industry and location

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A fundamental understanding of the technology you have worked with.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Standard Chartered Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 6 interview rounds.

Round 1 - VBA 

(1 Question)

  • Q1. Behavioral assessment
Round 2 - Coding Test 

Logical, react, SQL related questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewed by Business Head. Mostly behavioral questions and some past experience related
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview by VP. Frontend general technical questions
Round 5 - One-on-one 

(1 Question)

  • Q1. Interviewed by Director. Competency based Leadership interview
Round 6 - HR 

(2 Questions)

  • Q1. Yet to recieve the final status whether selected or rejected. HR asked payslip and other docs and shared the same.
  • Q2. HRs are very friendly and quickly respond to your queries.

Interview Preparation Tips

Topics to prepare for Standard Chartered interview:
  • Cultural
  • Conflict Management
  • Technical Skills
  • Leadership Skills
  • Capacity Building
Interview preparation tips for other job seekers - For chapter lead, they mainly focused on Leadership and cultural fit.
Be bold and share your response based on your previous experiences. The final competency based leadership round will be tough even if you have the right skills and experiences. Keep on practicing all leadership related questions like conflict management, capacity management, decision making etc.

I liked the interview process and the way it was organized. Had a wonderful experience.

Lead Business Analyst Interview Questions & Answers

user image Naren Vachhani

posted on 20 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. What are your responsibilities in your current role?
  • Ans. 

    In my current role, I am responsible for leading business analysis activities, gathering requirements, conducting stakeholder interviews, and creating functional specifications.

    • Leading business analysis activities

    • Gathering requirements from stakeholders

    • Conducting stakeholder interviews

    • Creating functional specifications

    • Collaborating with cross-functional teams

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Are you prepared to commit to a long-term position with the bank?
  • Ans. 

    Yes, I am committed to a long-term position with the bank.

    • I have a strong track record of long-term employment with previous companies.

    • I am excited about the opportunity to grow and develop within the bank.

    • I am dedicated to contributing to the success and growth of the bank.

    • I am willing to invest my time and effort into building a successful career with the bank.

  • Answered by AI

Lead Business Analyst Interview Questions asked at other Companies

Q1. What is Counterparty Credit Risk? What is CVA and how is it calculated?
View answer (1)

Standard Chartered interview questions for popular designations

 Senior Manager

 (10)

 Software Developer

 (8)

 Associate Manager

 (8)

 Senior Analyst

 (6)

 Specialist

 (6)

 Relationship Manager

 (6)

 Team Lead

 (6)

 Manager

 (5)

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.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Get interview-ready with Top Standard Chartered Interview Questions

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are all the off balance sheet items in banks ?
  • Ans. 

    Off balance sheet items in banks are financial instruments or contingent liabilities that do not appear on the bank's balance sheet.

    • Loan commitments

    • Letters of credit

    • Derivatives contracts

    • Securitization transactions

    • Standby letters of credit

  • Answered by AI
  • Q2. What is Forward rate agreement?
  • Ans. 

    A forward rate agreement (FRA) is a financial contract between two parties to exchange interest rate payments based on a specified notional amount and a predetermined interest rate.

    • FRA is a derivative contract where one party agrees to pay a fixed interest rate while the other party agrees to pay a floating interest rate based on a notional amount.

    • It helps in hedging against interest rate risk by locking in a future in...

  • Answered by AI
  • Q3. What is LCR & NSFR and its purpose?
  • Ans. 

    LCR & NSFR are regulatory requirements that banks must meet to ensure they have enough liquidity to withstand financial stress.

    • LCR stands for Liquidity Coverage Ratio and measures a bank's ability to meet its short-term obligations with high-quality liquid assets.

    • NSFR stands for Net Stable Funding Ratio and assesses a bank's long-term stability by comparing available stable funding to required stable funding.

    • The pu...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Compliance and Regulatory Manager Interview Questions asked at other Companies

Q1. What are all the off balance sheet items in banks ?
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Passed all the round

Round 2 - Assignment 

Passed all the round

Round 3 - Technical 

(1 Question)

  • Q1. Passed with manager round.as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Passed all the rounds unfortunately more then month there was no communication from hr, afer I even called and send mail then received the mail saying as usual this could have sent earlier it could have been professionalism.

Studio Manager Interview Questions asked at other Companies

Q1. Same time 2 customers came into your store and you are alone in a store and one person want to buy some product from you and the second person have some exclation regarding the last order. how you handle both client and whom you choose firs... read more
View answer (1)

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

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why did you leave the last company
  • Q2. Why select SC? have you received an offer
  • Ans. 

    I selected SC because of its strong reputation in the industry and the exciting opportunities for growth. Yes, I have received an offer.

    • Strong reputation in the industry

    • Exciting opportunities for growth

    • Received an offer

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What did you do after work
  • Q2. How you used Kafka in your project

Lead Developer Interview Questions asked at other Companies

Q1. how authentication and authorization works - oauth2 way of handling them
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between sli slo
  • Ans. 

    SLI stands for Service Level Indicator, which measures the performance of a service. SLO stands for Service Level Objective, which defines the target level of service performance.

    • SLI measures the performance of a service, such as latency, availability, throughput, etc.

    • SLO defines the target level of service performance that should be achieved.

    • SLIs are used to calculate SLOs and ensure that the service meets the desired...

  • Answered by AI
  • Q2. How do u handle conflicts in team.
  • Ans. 

    I address conflicts in team by promoting open communication, active listening, and facilitating constructive discussions.

    • Encourage open communication among team members to address issues early on

    • Practice active listening to understand all perspectives involved

    • Facilitate constructive discussions to find mutually beneficial solutions

    • Set clear expectations and guidelines for resolving conflicts

    • Lead by example in demonstra

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. After 2 interviews, HR told me I have cleared interviews, and then never scheduled the 3rd interview. Fake hirings I suppose.

Interview Preparation Tips

Interview preparation tips for other job seekers - Standard chartered is known for fake hirings, so beware wasting time in interviews and do discuss the salary they can provide.

Site Reliability Engineer Lead Interview Questions asked at other Companies

Q1. What is reliability? Multistage compressor overhauling, Pump Laser alignment in detail, Bearing Reliability, Life cycle of machine, Trouble shooting with Reciprocating Compressor etc...
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Standard Chartered Interview FAQs

How many rounds are there in Standard Chartered interview?
Standard Chartered interview process usually has 2-3 rounds. The most common rounds in the Standard Chartered interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Standard Chartered interview?
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 Risk Management, Compliance, Banking, Finance and Recruitment.
What are the top questions asked in Standard Chartered interview?

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

  1. Tell me about your profile? What do you know about Transaction Monitoring ? Wha...read more
  2. What are the programing tools you know ? Rate yourself ( out of ...read more
  3. How to remove duplicate Records by using first. And last...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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

REVIEWS

Oracle Financial Services Software

No Reviews

COMPANY BENEFITS

Oracle Financial Services Software

No Benefits

REVIEWS

Oracle Financial Services Software

No Reviews

INTERVIEWS

Standard Chartered

No Interviews

Tell us how to improve this page.

Standard Chartered Interview Process

based on 222 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IndusInd Bank Interview Questions
3.5
 • 603 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
Bank of Baroda Interview Questions
3.6
 • 94 Interviews
HSBC Bank Interview Questions
4.0
 • 32 Interviews
View all

Standard Chartered Reviews and Ratings

based on 4.6k reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Associate Manager
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Officer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Standard Chartered with

HSBC Bank

4.0
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview