Tip 1 : Practice questions regularly and sincerely
Tip 2 : Don't get demotivated by seeing other's preparaton.
Tip 1 : Keep it neat and clean.
Tip 2 : Don't fake about projects just to give a good impression, you might get caught.
The first stage of the application process was an online strengths assessment which measures your unique strengths and checks if you’ve got what it takes to go beyond banking. This assessment gives you scenarios that will put you in the shoes of one of the graduates at Standard Chartered, and asks you to choose how you would feel in those situations.
There was no time limit that's why i had written time limit as 30 mins , which according to me is the maximum time one could take for this round.
15 questions of logical reasoning. The level of questions was really good.
75 seconds to solve a question. questions were based on numerical reasoning and were related to the table chart.
Coding round, two Questions: one easy and one hard
The test was scheduled for 6 pm.
a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?