i
Standard Chartered
Filter interviews by
I was interviewed 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...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
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...
Here, we can simply run two loops. The outer loop picks all elements one by one and the inner loop finds the frequency of the picked element and compares it with the maximum present so far.
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
.
O(N), where ‘N’ is the given number.
As recursion uses a stack of size ‘N’
Time Complexity: O(2^n)Explanation:O(2^N), where ‘N’ i...
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...
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.
posted on 4 Dec 2024
3 coding que easy,med and hard
Trapping rain water and median of two sorted array
posted on 22 Oct 2024
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Authentication handling in microservices involves securing communication between services and managing user access.
Implement token-based authentication for secure communication between microservices
Use OAuth or JWT for authentication and authorization
Centralize authentication logic in a separate service to avoid duplication
Implement role-based access control to manage user permissions
The map function in Java 8 is used to transform each element of a stream using a given function.
Map function is a method in the Stream interface that applies a function to each element in the stream and returns a new stream with the transformed elements.
It is commonly used for converting or manipulating data in a stream without modifying the original data source.
Example: List
Mcq+coding which are medium level questions
No, multiple inheritance is not allowed in Java.
Java does not support multiple inheritance for classes to avoid the diamond problem.
However, multiple inheritance is allowed for interfaces in Java.
Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.
Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.
Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.
Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.
Static variables are shared among all...
Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.
It helps in achieving data abstraction and information hiding.
Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
Company core values are the fundamental beliefs that guide the behavior and decisions of employees.
Integrity - acting with honesty and transparency in all dealings
Innovation - constantly seeking new and better ways to solve problems
Customer focus - prioritizing the needs and satisfaction of customers
Teamwork - collaborating effectively with colleagues to achieve common goals
Node.js uses event-driven architecture where events trigger callbacks to handle asynchronous operations.
Node.js uses event loop to handle asynchronous operations efficiently
Events are emitted by various objects in Node.js like HTTP servers, file system, etc.
Callbacks are registered to handle events and execute code when events occur
posted on 23 Jul 2024
Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the superclass.
Overloading allows multiple methods with the same name but different parameters in the same class.
Overriding involves implementing a method in a subclass that is already defined in the superclass.
Overloading is resolved at compi
Java features include object-oriented programming, platform independence, automatic memory management, and multithreading.
Object-oriented programming: Java supports classes and objects, allowing for modular and reusable code.
Platform independence: Java programs can run on any platform with the Java Virtual Machine (JVM).
Automatic memory management: Java uses garbage collection to automatically manage memory allocation ...
Abstract class is a class that cannot be instantiated and may contain abstract methods.
Cannot be instantiated directly
May contain abstract methods that must be implemented by subclasses
Used to define a common interface for subclasses
posted on 13 Sep 2024
Island Perimeter and Number of Provinces. Basic Leetcode question
posted on 31 May 2024
Team Lead
2.5k
salaries
| ₹3 L/yr - ₹13 L/yr |
Associate Manager
2.3k
salaries
| ₹5.2 L/yr - ₹20 L/yr |
Senior Officer
2.3k
salaries
| ₹1.8 L/yr - ₹7.3 L/yr |
Manager
2k
salaries
| ₹7 L/yr - ₹28.9 L/yr |
Senior Analyst
1.9k
salaries
| ₹2 L/yr - ₹8.8 L/yr |
HSBC Bank
ICICI Bank
HDFC Bank
Axis Bank