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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT)

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Questions related to AWS, Java, react and sql
  • Q2. 2. Behavioral questions
Round 2 - HR 

(1 Question)

  • Q1. Re location an some background related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

This is Simple medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself ?
  • Ans. 

    I am a passionate software engineer with a strong background in coding and problem-solving.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Worked on various projects including web development and mobile applications

    • Strong understanding of data structures and algorithms

    • Excellent communication and teamwork skills

    • Constantly learning and adapting to new technologies

  • Answered by AI
  • Q2. Project Based Questions and Related to Resume Based ?

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Mostly ques based upon my resume details and some tech related ques on OOPs, OS, Cloud, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare everything that you have mentioned in the resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three questions all DP , medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Unique elements in array
  • Ans. 

    Find unique elements in an array of strings

    • Iterate through the array and use a Set to store unique elements

    • Check if each element is already in the Set before adding it

    • Return the Set as an array of unique elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Dsa and basic hirevue questions

Round 2 - Technical 

(1 Question)

  • Q1. Project based questions, Rest api , why Node js , why NOSQL
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself basic situation based
  • Q2. SDLC , waterfall ,

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
 • 622 Interviews
IndusInd Bank Interview Questions
3.6
 • 589 Interviews
Bandhan Bank Interview Questions
3.7
 • 524 Interviews
Yes Bank Interview Questions
3.8
 • 412 Interviews
View all
Team Lead
2.5k salaries
unlock blur

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

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview