i
Standard Chartered
Filter interviews by
Clear (1)
I was interviewed in Aug 2021.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning. We had to complete 1 coding question in given time limit
Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...
Find the most frequent word in a paragraph that is not in a list of banned words.
Split the paragraph into words and convert them to uppercase for case-insensitivity.
Count the frequency of each word, excluding banned words.
Return the word with the highest frequency in uppercase.
Round duration - 60 minutes
Round difficulty - Hard
Interviewer was friendly. He asked 2 coding questions and some fullstack questions.
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 find the total number of ways to make change for a specified value using given denominations.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the number of ways to make change for each value up to the specified value.
Iterate through the denominations and update the array based on the current denomination.
Return the value at the last cell of the array as the final resul
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.
Iterate through the buildings to find the critical points (start and end) of each building.
Sort the critical points based on x-coordinate and process them to find the skyline.
Merge consecutive horizontal segments of equal height in the output to ensure no duplicates.
Tip 1 : Practice coding questions
Tip 2 : Try to research about previous interview questions
Tip 1 : Prepare the resume as per the job
Tip 2 : Write in a clear manner
I was interviewed before Mar 2016.
posted on 31 Oct 2022
I applied via Company Website and was interviewed before Oct 2021. There were 2 interview rounds.
I have followed the MVC, Singleton, and Factory design patterns in my past projects.
MVC pattern for separating concerns and improving maintainability
Singleton pattern for ensuring only one instance of a class is created
Factory pattern for creating objects without exposing the instantiation logic
Applications can be secured by implementing various security measures such as authentication, authorization, encryption, and regular updates.
Implement strong authentication mechanisms such as multi-factor authentication
Use authorization to restrict access to sensitive data and functionalities
Encrypt sensitive data both in transit and at rest
Regularly update the application and its dependencies to patch security vulnera...
posted on 19 Apr 2020
I applied via Company Website and was interviewed in Oct 2019. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Basic dsa question in aptitude test
It also consisted of coding questions which were of higher level and had java questions
posted on 16 Sep 2022
I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.
It had more than 30 aptitude questions and 2 coding questions
posted on 10 Jul 2024
LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.
Use a doubly linked list to maintain the order of items based on their usage.
Implement a hash map for fast access to items in the cache.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
When the cache is full, remove the item at the ...
Topic wt is ms office
Eassys dscover the basic structure of all essaysand see what a goo d essay introduction and conclusion look like
I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.
Ms office,Core Java , Tally , C,
In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide
I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.
Static is a keyword in Java used to create class-level variables and methods.
Static variables are shared among all instances of a class
Static methods can be called without creating an instance of the class
Static blocks are used to initialize static variables
Static import is used to import static members of a class
The program replaces consecutive same characters in a string with a single '$'.
Iterate through each character in the string
Compare the current character with the next character
If they are the same, replace the next character with '$'
Continue until the end of the string
Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.
Function overloading is used to provide different ways of calling a function with different parameters.
Function overriding is used to provide a specific implementation of a method in a derived class...
based on 3 reviews
Rating in categories
Team Lead
2.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Manager
2.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Officer
2.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
1.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
HSBC Bank
ICICI Bank
HDFC Bank
Axis Bank