Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Standard Chartered Team. If you also belong to the team, you can get access from here

Standard Chartered Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.4k Reviews

Filter interviews by

Standard Chartered Angular Developer Interview Questions, Process, and Tips

Updated 29 Nov 2022

Standard Chartered Angular Developer Interview Experiences

1 interview found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(7 Questions)

  • Q1. Tell about CSS3 Flexbox
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Tell about Angular Directives
  • Ans. 

    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...

  • Answered by AI
  • Q3. Tell about Angular pipe
  • Ans. 

    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.

  • Answered by AI
  • Q4. Tell about Angular Components
  • Ans. 

    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.

  • Answered by AI
  • Q5. Tell about Angular Routes
  • Ans. 

    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

  • Answered by AI
  • Q6. Tell about Observables
  • Ans. 

    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...

  • Answered by AI
  • Q7. Tell about Subjects in RXJS
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you understand well you can answer the inderict questions pointed above

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding que easy,med and hard

Round 2 - Technical 

(2 Questions)

  • Q1. Os related que What is kernel , OS types ,what happens after booting computr ,etc
  • Q2. Creat a array and print all elements , which database used for pdf storing sql or nosql
Round 3 - Technical 

(2 Questions)

  • Q1. OOps related que abstraction , inheritance , code it
  • Q2. Middel element of linked list
Round 4 - HR 

(2 Questions)

  • Q1. What challenges u faced in engineering?
  • Q2. Situational based questions
Round 5 - HR 

(2 Questions)

  • Q1. Why u choose to work deustch bank ?
  • Q2. Project related quw
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Spring Boot Related Questions
  • Q2. Authentication handling in microservices
  • Ans. 

    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

  • Answered by AI
  • Q3. Microservice design patterns
  • Q4. Java 8 map function
  • Ans. 

    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 numbers = Arrays.asList(1, 2, 3, 4, 5); Lis...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about oops
  • Q2. Easy level DSA question was asked
Round 2 - HR 

(1 Question)

  • Q1. General hr questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Lots of technical questions but the interview was not technical..
  • Q2. What is JIT compiler
  • Ans. 

    JIT compiler stands for Just-In-Time compiler, which compiles code during runtime instead of ahead of time.

    • JIT compiler improves performance by compiling code on the fly as it is needed

    • It converts bytecode into native machine code for execution

    • Examples include Java HotSpot JIT compiler and .NET JIT compiler

  • Answered by AI
  • Q3. What are futures
  • Ans. 

    Futures are financial contracts that obligate the buyer to purchase an asset or the seller to sell an asset at a predetermined future date and price.

    • Futures are standardized contracts traded on exchanges, where the buyer agrees to purchase an asset at a future date for a price agreed upon today.

    • They are commonly used in commodities, currencies, and financial instruments trading.

    • Futures allow investors to hedge against ...

  • Answered by AI
  • Q4. What is GC and what types we have
  • Ans. 

    GC stands for Garbage Collection, a process in programming languages where unused memory is automatically reclaimed.

    • Types of GC include: Mark and Sweep, Reference Counting, Generational, and Incremental.

    • Mark and Sweep: Identifies and removes unreachable objects.

    • Reference Counting: Keeps track of the number of references to an object and deletes it when the count reaches zero.

    • Generational: Divides objects into different...

  • Answered by AI
  • Q5. Walk me through a trading process
  • Ans. 

    A trading process involves buying and selling financial instruments in the market.

    • Research and analysis of market trends and opportunities

    • Placing buy or sell orders through a trading platform

    • Monitoring and managing open positions

    • Executing trades based on predetermined strategies

    • Recording and analyzing trade data for performance evaluation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions related to security
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql, reporting tool, control m , unix, power bi
  • Q2. Sql, unix, testing tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. - DSA questions (leetcode easy) - Javascript concepts
Round 3 - Technical 

(1 Question)

  • Q1. With India Panel -LLD was asked
Round 4 - Technical 

(1 Question)

  • Q1. WIth UK Panel Design round 1 - Threading concepts - Async Programming - 1 Design Question
Round 5 - Behavioral 

(1 Question)

  • Q1. With Director Design round 2 - Questions on code quality - 1 design question - Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Generally interviews are easy.
but difficulty may slightly vary based on the team and work they are hiring for.

Standard Chartered Interview FAQs

How many rounds are there in Standard Chartered Angular Developer interview?
Standard Chartered interview process usually has 2 rounds. The most common rounds in the Standard Chartered interview process are Resume Shortlist and Technical.
What are the top questions asked in Standard Chartered Angular Developer interview?

Some of the top questions asked at the Standard Chartered Angular Developer interview -

  1. Tell about CSS3 Flex...read more
  2. Tell about Angular Directi...read more
  3. Tell about Angular p...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 615 Interviews
IndusInd Bank Interview Questions
3.6
 • 583 Interviews
Bandhan Bank Interview Questions
3.7
 • 515 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
View all
Team Lead
2.5k salaries
unlock blur

₹2.9 L/yr - ₹13 L/yr

Associate Manager
2.3k salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Senior Officer
2.3k salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Manager
2k salaries
unlock blur

₹7 L/yr - ₹28.6 L/yr

Senior Analyst
1.9k salaries
unlock blur

₹2 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Standard Chartered with

HSBC Bank

4.0
Compare

Citibank

5.0
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview