i
Standard
Chartered
Filter interviews by
I appeared for an interview before Sep 2020.
Round duration - 170 minutes
Round difficulty - Easy
For MCQ Round, we have 2 rounds:-
1. Logical Reasoning
2. Mathematical Reasoning
Logical Reasoning, in which there were 12 questions, and for each question we had a time limit of 75 seconds. There was a cut-off of 40 for the next round, and people who qualified were sent an e-mail with a link to continue with the process.
Numerical Reasoning-The questions were in a pair of 3 in which a table/bank statement was given and 3 questions were based on that. The questions were purely based on calculations and semi-subjective. The time given for the 1st question was 90 seconds and for the rest 2 questions, 75 seconds each
For Coding Round,
120 minutes window(Test was of 90 minutes)
We have two questions
For the first question(30 Minutes it can be solved 2 times)
For the second question(60 Minutes)
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 ma...
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, add th...
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 multip...
The program finds the number that appears most frequently in an array of integers.
Iterate through the array and keep track of the frequency of each number using a hashmap.
Find the number with the maximum frequency and return it.
If multiple numbers have the same maximum frequency, return the one that appears first in the array.
Round duration - 30 minutes
Round difficulty - Easy
It was an face to face round.There were 2 interviewers and they asked me coding question and some puzzles and some questions related to my project which was mentioned in my resume.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
Calculate the Nth Fibonacci number efficiently using recursion or dynamic programming.
Use recursion with memoization to avoid redundant calculations.
Implement dynamic programming to store and reuse previously calculated Fibonacci numbers.
Optimize space complexity by only storing the last two Fibonacci numbers instead of the entire sequence.
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
The task is to determine the total number of ways to make change for a specified value using given denominations.
Create a dynamic programming table to store the number of ways to make change for each value up to the specified value.
Iterate through each denomination and update the table accordingly.
The final answer will be the value in the table at the specified value.
Consider edge cases such as when the specified value...
Round duration - 30 minutes
Round difficulty - Medium
It was basically a resume round Interviewer went through my resume throughly and asked me about the things mentioned in my resume.
Round duration - 15 minutes
Round difficulty - Easy
It was a simple hr round and he asked me basic questions
Tip 1 : Focus on Communication Skills
Tip 2 : Do atleast 2 projects
Tip 3 : Solve as many questions as possible.
Tip 1 : Put only those things which you are confident that you can answer anything .
Tip 2 : Have some projects on your resume.
I applied via Company Website and was interviewed before Apr 2021. There were 3 interview rounds.
I appeared for an interview before Mar 2016.
I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.
Analytical, interpersonal, mathematical
What people are saying about Standard Chartered
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.
Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may ...
Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.
Iterate through array to find the minimum and maximum values
Calculate the difference between the maximum and minimum values
Return the difference as the minimum number of operations needed
Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle...
Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.
Iterate through the obstacle coordinates to find the maximum coordinate.
Calculate the minimum jump length needed to bypass all obstacles.
Ensure the jump length consistently avoids all obstacle points.
The final jump can overshoot the line's end point.
You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.
The consecutive sequence ...
Find the length of the longest consecutive sequence in an unsorted array of integers.
Sort the array to make it easier to identify consecutive sequences.
Use a set to store unique elements and check for consecutive numbers.
Track the length of consecutive sequences and update the maximum length found.
Handle duplicates by counting only one occurrence in the consecutive sequence.
Round duration - 45 minutes
Round difficulty - Easy
Timing: 10:15 - 11:00 am.
The interview was online from home.
Round duration - 45 minutes
Round difficulty - Medium
Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.
Given a string STR
containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.
The input starts with a single i...
Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.
Iterate through the characters of the string in reverse order and append them to a new string.
Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.
Handle special characters and numbers along with alphabets while reversing the string.
Ensure to print each reversed string ...
Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.
Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.
Three questions all DP , medium to hard
posted on 4 Dec 2024
3 coding que easy,med and hard
I faced various challenges in engineering, including technical hurdles, team dynamics, and project management issues.
Technical challenges: Encountered complex algorithms that required extensive research and testing, such as optimizing a sorting algorithm for large datasets.
Team dynamics: Navigated conflicts within the team regarding design decisions, which required mediation and compromise to reach a consensus.
Project ...
I chose Deutsche Bank for its innovative technology, global reach, and commitment to professional growth in the finance sector.
Deutsche Bank is at the forefront of financial technology, allowing me to work on cutting-edge projects.
The bank's global presence offers opportunities to collaborate with diverse teams across different markets.
I admire Deutsche Bank's commitment to sustainability and responsible banking, align...
Team Lead
2.5k
salaries
| ₹4.1 L/yr - ₹13.3 L/yr |
Associate Manager
2.4k
salaries
| ₹5.4 L/yr - ₹20 L/yr |
Senior Officer
2.3k
salaries
| ₹1.8 L/yr - ₹7.2 L/yr |
Manager
2.1k
salaries
| ₹7.9 L/yr - ₹30 L/yr |
Senior Manager
2k
salaries
| ₹14 L/yr - ₹49 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank