Upload Button Icon Add office photos

Filter interviews by

Denholm Yam steel Factory Interview Questions and Answers

Updated 18 Dec 2024

Denholm Yam steel Factory Interview Experiences

Popular Designations

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Depend on experience and education

Planning Engineer Interview Questions asked at other Companies

Q1. Prepare a small given example site schedule with sequencing and duration determine project duration in MSP/on Paper What is critical path method? How will you identify while making on paper rather than MSP? How would you track schedule-Proc... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 3 interview rounds.

Lead Planning Engineer Interview Questions asked at other Companies

Q1. What is the planning for maintenance, how it is proceed and how to help planning for equipment reliability, availability and plan adherence?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire through recruiters company

Planning Engineer Interview Questions asked at other Companies

Q1. Prepare a small given example site schedule with sequencing and duration determine project duration in MSP/on Paper What is critical path method? How will you identify while making on paper rather than MSP? How would you track schedule-Proc... read more
View answer (1)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Core subjects mechanical Engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Written, Technical and Hr

Medium, Good place to work
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough preparation as per the CV is required. Knowledge of MS Project and Primavera is must.

Interview Questionnaire 

13 Questions

  • Q1. Difference between java and c?
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. Aggregation functions in DBMS?
  • Ans. 

    Aggregation functions are used to perform calculations on groups of data in a database.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the GROUP BY clause to group data based on a specific column.

    • COUNT function returns the number of rows in a table or the number of non-null values in a column.

    • SUM function returns the sum of values in a column.

    • AVG function returns the average of values in ...

  • Answered by AI
  • Q3. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
  • Ans. 

    Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

    • Use the reverse() method of the String class to reverse the sentence

    • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

    • Example: 'Hello World' becomes 'dlroW olleH'

  • Answered by AI
  • Q4. Why static is used in "public static void main"?
  • Ans. 

    Static is used in public static void main to allow the method to be called without creating an instance of the class.

    • Static methods belong to the class and not to any instance of the class.

    • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

    • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

  • Answered by AI
  • Q5. Why there is abstract ,interface and enum class in java?
  • Ans. 

    Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

    • Abstract classes provide a partial implementation of a class and cannot be instantiated.

    • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

    • Enums provide a set of named constants.

    • All three are used for abstraction and modularity in Java.

    • Abstract classes and interfaces are used for polym...

  • Answered by AI
  • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
  • Ans. 

    Object-oriented software engineering is a framework for designing and developing software using objects.

    • Object-oriented software engineering is a methodology for designing and developing software using objects.

    • It involves creating classes and objects that encapsulate data and behavior.

    • Frameworks are pre-built structures that provide a foundation for building software applications.

    • Frameworks can include libraries, APIs,...

  • Answered by AI
  • Q7. Properties of java(object oriented languages)
  • Ans. 

    Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Encapsulation hides the implementation details of a class from other classes.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Java also supports abstraction, interfaces, and exception handling.

    • Example: class Car extends Vehi...

  • Answered by AI
  • Q8. Normalization in DBMS (in detail with eg.)
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization helps in efficient data ...

  • Answered by AI
  • Q9. What is difference between ADBMS and DBMS?
  • Ans. 

    ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

    • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

    • ADBMS is used for handling large and complex data sets.

    • DBMS is a basic system for managing data and is used for small and simple data sets.

    • DBMS does not have advanced features like ADBMS.

    • Examples of ADBMS are Oracle, ...

  • Answered by AI
  • Q10. Your Introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and microservices

    • Familiarity with front-end technologies such as HTML, CSS, and React

    • Strong understanding of database management systems like MySQL and MongoDB

    • Experience in Agile development methodologies

  • Answered by AI
  • Q11. Why u want do job?(why ur not doing post graduation?)
  • Ans. 

    I want to gain practical experience and contribute to the industry while also learning on the job.

    • I believe that hands-on experience is invaluable in the software engineering field

    • I am eager to apply my skills and knowledge to real-world projects

    • I am excited to work with a team and learn from experienced professionals

    • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan

  • Answered by AI
  • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
  • Q13. Why this Company ?and some information about company( like achivements)

Interview Preparation Tips

Round: Test
Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

Round: HR Interview
Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

General Tips: Do aptitude test practice online more
Don't add things that u dont know in resume
(for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
Skills: Java programming, c++, sql(DBMS), Html
College Name: TERNA ENGINEERING COLLEGE
Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

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

Intern Interview Questions & Answers

Tata Steel user image kunal mamile

posted on 28 Aug 2017

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself. Questions regarding Iron-Carbon diagram and CCT curves

Interview Preparation Tips

Round: Test
Experience: Basically there were some aptitude questions which were easy and English grammer(10th level) was asked. About technical aspect, questions were mostly factual.
Tips: For technical, prepare specifically for factual questions from your coursework. For aptitude part, focus on speed of solving problems.
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical + HR Interview
Experience: I was asked about myself and extra-curricular activities first followed by some technical questions about iron-carbon phase diagram and lever rule.
Tips: Course work would suffice

College Name: IIT Madras

I applied via Referral and was interviewed before Jan 2019. There were 6 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Say something about urself
  • Q2. Work experience
  • Q3. Technical with hr and the concerned department head asked various question
  • Q4. Hr round
  • Q5. Salary negotiations
  • Q6. 3.6 salary I was offered in the year 2010
  • Q7. Excepted

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java, Kotlin and Android Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the basics. Then you are good to go.
Contribute & help others!
anonymous
You can choose to be anonymous

Denholm Yam steel Factory Interview FAQs

How many rounds are there in Denholm Yam steel Factory interview?
Denholm Yam steel Factory interview process usually has 1-2 rounds. The most common rounds in the Denholm Yam steel Factory interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Denholm Yam steel Factory interview?

Some of the top questions asked at the Denholm Yam steel Factory interview -

  1. Primavera P6 Knowledge and us...read more
  2. Delay analysis, resource load...read more

Recently Viewed

SALARIES

Extramarks Education

REVIEWS

Extramarks Education

No Reviews

JOBS

Winjit Technologies

No Jobs

JOBS

Winjit Technologies

No Jobs

JOBS

Winjit Technologies

No Jobs

JOBS

Winjit Technologies

No Jobs

JOBS

Brillius Technologies

No Jobs

REVIEWS

Extramarks Education

No Reviews

COMPANY BENEFITS

Winjit Technologies

No Benefits

JOBS

Kr Otis It Solutions

No Jobs

Tell us how to improve this page.

Denholm Yam steel Factory Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 822 Interviews
JSW Steel Interview Questions
3.9
 • 595 Interviews
Iris Software Interview Questions
4.0
 • 142 Interviews
TO THE NEW Interview Questions
3.7
 • 131 Interviews
ESL Steel Interview Questions
4.0
 • 31 Interviews
ArcelorMittal Interview Questions
4.1
 • 29 Interviews
Vizag Steel Interview Questions
4.1
 • 28 Interviews
View all

Denholm Yam steel Factory Reviews and Ratings

based on 28 reviews

3.3/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.6

Salary

3.4

Job security

3.2

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 28 Reviews and Ratings
Piping Engineer
4 salaries
unlock blur

₹16 L/yr - ₹27 L/yr

BIM Modeller
4 salaries
unlock blur

₹18 L/yr - ₹28.5 L/yr

Document Controller
3 salaries
unlock blur

₹7.2 L/yr - ₹16 L/yr

Lead Instrumentation Engineer
3 salaries
unlock blur

₹12.4 L/yr - ₹12.4 L/yr

Tekla Modeller
3 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Denholm Yam steel Factory with

Tata Steel

4.1
Compare

JSW Steel

3.9
Compare

Steel Authority Of India

4.1
Compare

ArcelorMittal Nippon Steel

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