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

A Software Analyst was asked
Q. 

Rat in a Maze Problem Statement

You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N mat...

Ans. 

The task is to find all possible paths for a rat to navigate through a maze from start to finish.

  • Create a recursive function to explore all possible paths from the starting position to the destination.

  • Keep track of the current path and update it as the rat moves through the maze.

  • Explore all possible directions (up, down, left, right) at each step, making sure to avoid blocked cells.

  • When reaching the destination, a...

View all Software Analyst interview questions
A Software Developer was asked
Q. 

Palindromic Substrings Problem Statement

Find the total number of palindromic substrings in a given string STR.

Example:

Input:
"abbc"
Output:
5
Explanation:

The palindromic substrings are: ["a", "b...

Ans. 

Count the total number of palindromic substrings in a given string.

  • Iterate through each character in the string and expand around it to find palindromic substrings.

  • Use dynamic programming to store previously calculated palindromic substrings.

  • Consider both odd and even length palindromes while counting.

  • Example: For input 'abbc', palindromic substrings are ['a', 'b', 'b', 'c', 'bb']. Total count is 5.

View all Software Developer interview questions
A Software Developer was asked
Q. How can you find the 4th highest salary from a table in a database?
Ans. 

To find the 4th highest salary from a table in a database, you can use a SQL query with the ORDER BY and LIMIT clauses.

  • Write a SQL query to select distinct salaries from the table in descending order.

  • Use the LIMIT clause to retrieve the 4th row from the sorted list.

  • The query would look like: SELECT DISTINCT salary FROM table_name ORDER BY salary DESC LIMIT 3, 1

View all Software Developer interview questions
A Software Developer was asked
Q. 

Anagram Pairs Verification Problem

Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the ...

Ans. 

Check if two strings are anagrams of each other by comparing their sorted characters.

  • Sort the characters of both strings and compare them.

  • Use a dictionary to count the frequency of characters in each string and compare the dictionaries.

  • Ensure both strings have the same length before proceeding with comparison.

  • Handle edge cases like empty strings or strings with different lengths.

View all Software Developer interview questions

What people are saying about Standard Chartered

View All
an authentication specialist
2w
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 was asked
Q. 

Occurrence of Each Word: Problem Statement

You are given a string S consisting of several words. Your task is to count the number of times each word appears in string S. A word is defined as a sequence of ...

Ans. 

Count the occurrence of each word in a given string.

  • Split the string into words using spaces as delimiters.

  • Use a hashmap to store the count of each word.

  • Iterate through the words and update the count in the hashmap.

  • Output each unique word with its occurrence count.

View all Software Developer interview questions
A Software Developer was asked
Q. 

Mike and Mobile Problem Statement

Mike, a little boy who loves solving math problems, was playing with his mom's mobile phone. The mobile keypad includes 12 buttons: 10 digit buttons (0-9) and 2 non-digit ...

Ans. 

Mike can generate unique numbers by pressing mobile keypad buttons, following specific rules for adjacent presses.

  • Button Press Rules: Mike can press the same button or an adjacent one after the initial press.

  • Initial Choices: For N=1, he can choose any of the 10 digits (0-9), resulting in 10 unique numbers.

  • Adjacent Button Logic: For N=2, starting from any digit, he can press the same or adjacent digits, leading to ...

View all Software Developer interview questions
A Software Developer was asked
Q. 

Remove Duplicates Problem Statement

You are given an array of integers. The task is to remove all duplicate elements and return the array while maintaining the order in which the elements were provided.

E...

Ans. 

The task is to remove duplicates from an array while preserving the original order of elements.

  • Use a set to track seen elements and a list to store the result, ensuring duplicates are skipped.

  • Example: For input [1, 2, 2, 3, 1], the output should be [1, 2, 3].

  • Iterate through the array, adding elements to the result list only if they haven't been seen before.

  • This approach maintains the order of first occurrences of ...

View all Software Developer interview questions
Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. 

Maximum Frequency Number Problem Statement

Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.

If multipl...

Ans. 

Find the number with the highest frequency in an array, returning the first one in case of ties.

  • Count Frequencies: Use a hash map to count occurrences of each number in the array.

  • Track First Occurrence: Store the index of the first occurrence of each number to resolve ties.

  • Iterate Efficiently: Loop through the array once to build the frequency map and another pass to determine the maximum frequency.

  • Example: For in...

View all Software Developer interview questions

Standard Chartered Interview Experiences for Freshers

32 interviews found

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
 • 768 Interviews
IndusInd Bank Interview Questions
3.5
 • 686 Interviews
Bandhan Bank Interview Questions
3.7
 • 635 Interviews
Yes Bank Interview Questions
3.7
 • 482 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.3

Salary

3.6

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.6 L/yr

Senior Officer
2.3k salaries
unlock blur

₹3.1 L/yr - ₹7.2 L/yr

Manager
2.2k salaries
unlock blur

₹14 L/yr - ₹24.3 L/yr

Senior Manager
2.1k salaries
unlock blur

₹21.8 L/yr - ₹38.2 L/yr

Explore more salaries
Compare Standard Chartered with

HDFC Bank

3.8
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare
write
Share an Interview