Upload Button Icon Add office photos
Engaged Employer

i

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

ArcelorMittal Nippon Steel Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ArcelorMittal Nippon Steel Web Developer Interview Questions and Answers

Updated 23 Oct 2024

ArcelorMittal Nippon Steel Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. What is lpad and rpad?
  • Ans. 

    lpad and rpad are functions used in SQL to add padding characters to the left or right of a string.

    • lpad adds padding characters to the left of a string

    • rpad adds padding characters to the right of a string

    • Syntax: lpad(string, length, padding_character)

    • Example: lpad('123', 5, '0') will result in '00123'

    • Syntax: rpad(string, length, padding_character)

    • Example: rpad('123', 5, '0') will result in '12300'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - simple question

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net and db related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly the asking processes knowledge and programming knowledge
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 

(1 Question)

  • Q1. What is Redux? What is props? What is package.json? Why react?
  • Ans. 

    Redux is a state management library for JavaScript applications, commonly used with React.

    • Redux helps manage the state of an application in a predictable way

    • It provides a central store for all application data

    • Actions are dispatched to update the store, and components can subscribe to changes

    • Props are short for 'properties' and are used to pass data from a parent component to a child component

    • package.json is a file used...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Whats your current CTC? Whats your expected salary?
  • Q2. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - After completeing my interview I was expecting a call from their side cause I performed 100% correct answers on interview . Questions are too easy for a full stack dev.
They just wasted my day !
Actually they are looking for a Full Stack dev for less then 10k !
Eww!

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Mar 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Plant overview and process
  • Q2. Rankine cycle process and efficiency
  • Ans. 

    Rankine cycle is a thermodynamic cycle used in power plants to generate electricity.

    • Rankine cycle is a closed-loop cycle that uses steam to generate power.

    • The cycle consists of four processes: heating, vaporization, expansion, and condensation.

    • The efficiency of the Rankine cycle can be improved by increasing the temperature and pressure of the steam.

    • The Rankine cycle is commonly used in power plants to generate electri...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

There were two questions: one related to machine learning and the other regarding service pipelines.

Interview Questionnaire 

2 Questions

  • Q1. Asked sdlc of mcc.
  • Q2. Processes of request start and end.
  • Ans. 

    Request processes involve initiation, handling, and completion of user requests.

    • Requests are initiated by users through various means such as forms, APIs, or direct communication.

    • Requests are then handled by the system, which may involve validation, processing, and communication with external systems.

    • Finally, the request is completed and the user is notified of the outcome.

    • The process may involve multiple steps and sta...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning 20 minutes

Round 2 - Coding Test 

Related to my fields 20

Interview Preparation Tips

Interview preparation tips for other job seekers - Related to Python and Django Framework, HTML, CSS, MongoDB

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Chemical analysis of chromite ore by ICP OES
  • Ans. 

    ICP OES is a technique used for chemical analysis of chromite ore.

    • ICP OES stands for Inductively Coupled Plasma Optical Emission Spectroscopy.

    • It is a powerful analytical technique used for the determination of trace elements in a variety of matrices.

    • ICP OES can be used to determine the concentration of elements such as Cr, Fe, Mg, Al, and Si in chromite ore.

    • The technique involves the excitation of atoms in a sample usi...

  • Answered by AI
  • Q2. Principle of ICP oes
  • Ans. 

    ICP-OES is a technique used for elemental analysis in which a sample is vaporized and excited by a plasma to emit light.

    • ICP-OES stands for Inductively Coupled Plasma Optical Emission Spectroscopy.

    • It is used to determine the concentration of elements in a sample.

    • The sample is vaporized and excited by a plasma to emit light, which is then analyzed to determine the elemental composition.

    • ICP-OES is commonly used in environ...

  • Answered by AI
  • Q3. Weight chemical analysis of chromite ore
  • Ans. 

    Weight chemical analysis of chromite ore involves determining the percentage of various elements present in the ore.

    • The ore is first crushed and ground into a fine powder.

    • The powder is then mixed with various chemicals to dissolve the elements of interest.

    • The resulting solution is then analyzed using various techniques such as atomic absorption spectroscopy or inductively coupled plasma mass spectrometry.

    • The percentage...

  • Answered by AI
  • Q4. Knowledge of NABL
  • Q5. Knowledge of ISO 17025,ISO 9001,ISO 450001, IMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be calm whenever u will give your interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. What is Git versioning
  • Ans. 

    Git versioning is a system that tracks changes in code files, allowing multiple developers to collaborate and manage different versions of the codebase.

    • Git versioning allows developers to track changes made to code files over time.

    • Developers can create branches to work on new features or bug fixes without affecting the main codebase.

    • Commits are used to save changes to the codebase, providing a history of modifications ...

  • Answered by AI
  • Q3. Page life cycle

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed before Dec 2021. There were 2 interview rounds.

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

(2 Questions)

  • Q1. What are your Strength & Weakness.
  • Ans. My Handwork is my strength and Food is my weakness.
  • Answered Anonymously
  • Q2. Why do you want to join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for aptitude test nicely and don't forget to reach before time

ArcelorMittal Nippon Steel Interview FAQs

How many rounds are there in ArcelorMittal Nippon Steel Web Developer interview?
ArcelorMittal Nippon Steel interview process usually has 1 rounds. The most common rounds in the ArcelorMittal Nippon Steel interview process are Technical.

Tell us how to improve this page.

ArcelorMittal Nippon Steel Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.0
 • 880 Interviews
JSW Steel Interview Questions
3.9
 • 611 Interviews
Jindal Stainless Interview Questions
4.2
 • 220 Interviews
Jindal Saw Interview Questions
4.0
 • 112 Interviews
JSW Group Interview Questions
3.9
 • 111 Interviews
Viraj Profiles Interview Questions
3.7
 • 80 Interviews
Rashmi Group Interview Questions
3.8
 • 39 Interviews
View all

ArcelorMittal Nippon Steel Web Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Deputy Manager
727 salaries
unlock blur

₹4.6 L/yr - ₹16 L/yr

Assistant Manager
545 salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

Manager
519 salaries
unlock blur

₹6.1 L/yr - ₹22 L/yr

Assistant Field Engineer
397 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Engineer
345 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare ArcelorMittal Nippon Steel with

Tata Steel

4.0
Compare

JSW Steel

3.9
Compare

Jindal Steel and Power

3.9
Compare

Jindal Stainless

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