Add office photos
Engaged Employer

Cognizant

3.8
based on 50.1k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

JSW Steel Interview Questions and Answers

Updated 21 Feb 2025
Popular Designations

Q1. What challenges faced during migration angular 12 to 17 and how to fix What is reducer in ngrx and how to create How to flat an array and sorting

Ans.

Challenges faced during Angular migration, creating reducers in ngrx, flattening arrays, and sorting.

  • Challenges during migration: compatibility issues, deprecated features, breaking changes.

  • Creating reducers in ngrx: define actions, create reducer function, update state immutably.

  • Flattening arrays: use flat() method, recursion, or spread operator.

  • Sorting arrays: use sort() method with custom comparator function.

Add your answer

Q2. OOPS Concepts, what is data structure in python

Ans.

Data structure in Python refers to the way data is organized and stored for efficient access and manipulation.

  • Data structures in Python include lists, tuples, dictionaries, sets, and arrays.

  • Each data structure has its own characteristics and use cases.

  • For example, lists are mutable and ordered, while sets are unordered and do not allow duplicates.

Add your answer

Q3. Difference between list and tuple

Ans.

List is mutable and can be modified, while tuple is immutable and cannot be changed.

  • List can be modified by adding, removing, or changing elements.

  • Tuple cannot be modified once it is created.

  • Example: list = [1, 2, 3], tuple = (1, 2, 3)

Add your answer

Q4. What is directive

Ans.

A directive in Angular is a class with a @Directive decorator that allows you to attach behavior to elements in the DOM.

  • Directives are used to manipulate the DOM in Angular applications.

  • There are three types of directives in Angular: component, structural, and attribute directives.

  • Examples of directives include ngIf, ngFor, and ngStyle.

Add your answer
Discover JSW Steel interview dos and don'ts from real experiences

Q5. Closure in Java script

Ans.

Closure in JavaScript allows a function to access variables from its outer scope even after the function has finished executing.

  • Closure is created when a function is defined within another function and the inner function references variables from the outer function.

  • The inner function maintains a reference to the outer function's scope even after the outer function has finished executing.

  • Closures are commonly used in event handlers, callbacks, and to create private variables i...read more

Add your answer

Q6. Pipes in angular

Ans.

Pipes in Angular are used for transforming data in templates.

  • Pipes are used to format data before displaying it in the view.

  • Angular provides built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.

  • Custom pipes can also be created for specific formatting needs.

  • Pipes can be chained together for complex transformations.

  • Example: {{ birthday | date:'dd/MM/yyyy' }} will format the birthday date.

Add your answer

More about working at Cognizant

Top Rated Mega Company - 2024
Top Rated IT/ITES Company - 2024
HQ - Teaneck. New Jersey., United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at JSW Steel

based on 5 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Angular Frontend Developer Interview Questions from Similar Companies

3.6
 • 19 Interview Questions
3.7
 • 15 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter