i
Standard Chartered
Filter interviews by
Clear (1)
CSS3 Flexbox is a layout module that provides a more efficient way to design and align elements in a container.
Flexbox allows for flexible and responsive layouts without the need for complex CSS hacks.
It uses a parent-child relationship where the parent element is the flex container and the child elements are flex items.
Flexbox provides properties such as flex-direction, justify-content, align-items, and align-self to ...
Angular directives are markers on a DOM element that tell AngularJS to attach a specified behavior to that DOM element.
Directives are used to create custom HTML tags that serve as new, reusable widgets.
They can be used to manipulate the DOM, add event listeners, and create reusable components.
Some built-in directives include ng-model, ng-repeat, and ng-show.
Directives can be restricted to only apply to certain types of...
Angular pipe is a feature that allows transforming data before displaying it in the view.
Pipes are used to format, filter, and transform data.
They can be used in interpolation, property binding, and directive binding.
Built-in pipes include DatePipe, UpperCasePipe, and CurrencyPipe.
Custom pipes can be created using the @Pipe decorator.
Angular Components are the building blocks of Angular applications.
Components are reusable and self-contained
They have a template, styles, and logic
They can communicate with other components using @Input and @Output decorators
Examples include navbar, sidebar, login form, etc.
Angular Routes are used to navigate between different components and views in an Angular application.
Routes are defined in the app-routing.module.ts file
Each route maps a URL path to a component
Routes can have parameters and child routes
Navigation between routes can be done using routerLink directive or programmatically using Router service
Observables are a way to handle asynchronous data streams in Angular.
Observables are used extensively in Angular for handling events, HTTP requests, and other asynchronous operations.
They are similar to Promises, but can emit multiple values over time.
Observables can be transformed and combined using operators like map, filter, and merge.
They can also be subscribed to, which allows you to receive and handle the emitted...
Subjects are a type of Observable that can multicast to multiple Observers.
Subjects act as both an Observable and an Observer
They can emit values to multiple subscribers
There are four types of Subjects: BehaviorSubject, ReplaySubject, AsyncSubject, and Subject
Subjects can be used for event handling, state management, and more
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
I was interviewed before Mar 2016.
posted on 19 Apr 2020
I applied via Company Website and was interviewed in Oct 2019. There were 4 interview rounds.
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 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
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...
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 ...
Curd operation with SQL connectivity
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