Upload Button Icon Add office photos

Filter interviews by

SAMAR STEEL INDUSTRIES Web Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Return second largest number in an array?
  • Ans. 

    Return the second largest number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Sort the array in descending order?
  • Ans. 

    Sort array of strings in descending order

    • Use built-in sort function with custom comparator function

    • Comparator function should compare strings in reverse order

    • Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please go through the concepts well in first round and then go for interview questions.

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

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

Interview Questionnaire 

1 Question

  • Q1. Iron-Carbon Phase diagram, CCT curves, Pearlite,lever rule

Interview Preparation Tips

Round: Test
Experience: It was online test and was aptitude section first. Questions were easy and later there were questions on English grammer and comprehension which would require 10th level knowledge. At last there will be 25 technical questions. Surprisingly, most of them were factual.
Tips: Pick up any aptitude book and practise it to improve your problem solving speed.
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical + HR Interview
Experience: I was asked to draw Iron Carbon phase diagram and CCT curves. I was also tested about lever rule and eutectoid composition.
Tips: Coursework would suffice

College Name: IIT Madras

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 822 Interviews
JSW Steel Interview Questions
3.9
 • 595 Interviews
Jindal Stainless Interview Questions
4.2
 • 207 Interviews
JSW Group Interview Questions
3.9
 • 109 Interviews
Jindal Saw Interview Questions
4.0
 • 99 Interviews
Rashmi Metaliks Interview Questions
3.4
 • 80 Interviews
Viraj Profiles Interview Questions
3.8
 • 76 Interviews
View all
Compare SAMAR STEEL INDUSTRIES with

Tata Steel

4.1
Compare

JSW Steel

3.9
Compare

Jindal Steel and Power

3.9
Compare

ArcelorMittal Nippon Steel

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