Upload Button Icon Add office photos

Filter interviews by

Denholm Yam steel Factory Planning Engineer Interview Questions and Answers

Updated 18 Dec 2024

Denholm Yam steel Factory Planning Engineer Interview Experiences

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is your current job
  • Q2. Introduction of myself
  • Q3. About what you have done
  • Q4. What is Current Salary
  • Q5. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Depend on experience and education
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.

Round 1 - Technical 

(2 Questions)

  • Q1. About the project Planning, scheduling, PMS, site construction sequence, civil, mechanical
  • Q2. Introduce yourself
  • Ans. 

    I am a dedicated and experienced Planning Engineer with a strong background in project management and scheduling.

    • Over 5 years of experience in planning and scheduling for construction projects

    • Proficient in using software such as Primavera P6 and Microsoft Project

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

    • Managed multiple projects simultaneously, ensuring timely completion

  • Answered by AI

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 d ... read more
Q2. What is CPI & SPI how to do that how to load resources into t ... read more
Q3. What software using for planning? How much proficiency you have o ... read more
Q4. what is clim digger function? How much total float is allowed in ... read more
asked in KPMG India
Q5. Productivity of workers and how to calculate task duration from t ... read more

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Core java
  • Q2. Spring and springboot, JDK 8
  • Q3. Mostly 2 technical and one manager

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask mostly java, and not frontend even though you are full stack. They will just assign project whichever works for them

Interview Questionnaire 

2 Questions

  • Q1. Java, jdk8, and sql
  • Q2. Core java questions mostl, threading, collection, oops concept. Design patterns and JDK 8 features
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q2. What are the feature of jdk 8
  • Ans. 

    JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with sequences of elements efficiently.

    • Default methods allow interfaces to have concrete methods.

    • Date and Time API improvements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on new feature of java

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Power BI DAX calculations
Round 3 - Technical 

(1 Question)

  • Q1. RLS Implementation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between deep and shallow copy
  • Ans. 

    Deep copy creates a new object and recursively copies all nested objects, while shallow copy creates a new object and copies the references to nested objects.

    • Deep copy duplicates all levels of the object hierarchy, ensuring that changes in the copied object do not affect the original object.

    • Shallow copy only duplicates the top-level object, so changes in the copied object may affect the original object.

    • Deep copy is mor...

  • Answered by AI
  • Q2. Ways to set values in form groups
  • Ans. 

    Ways to set values in form groups

    • Use setValue() method to set values in form groups

    • Use patchValue() method to set values in form groups

    • Use reset() method to set values in form groups

  • Answered by AI
  • Q3. How to add dynamic component in view
  • Ans. 

    To add a dynamic component in a view, use a framework or library that supports dynamic rendering and component creation.

    • Use a framework like React or Angular that allows for dynamic component creation

    • Create a component factory or use a component resolver to dynamically create and render components

    • Pass data or props to the dynamic component to customize its behavior

    • Update the view or component tree to include the dynami

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Spend time on basics

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. All Concurrent Utility Classes and their uses.
  • Ans. 

    Concurrent Utility Classes provide support for concurrent programming in Java.

    • ConcurrentHashMap: Thread-safe implementation of Map interface.

    • CopyOnWriteArrayList: Thread-safe implementation of List interface.

    • CountDownLatch: Synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.

    • Semaphore: Controls the number of threads that can access a shared re...

  • Answered by AI
  • Q2. Basic SQL queries, mostly from Joins, Grouping
  • Q3. Core Java, Java 8

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to automate credits of vm regularly updated with help of script?
  • Ans. 

    Automate credits of regularly updated VM using scripts

    • Create a script to automatically update the VM on a regular schedule

    • Utilize tools like Ansible or Puppet for automation

    • Set up a cron job to run the script at specified intervals

    • Ensure proper testing and monitoring of the automation process

  • Answered by AI
  • Q2. Create a docker file to make mongodb available for developers
  • Ans. 

    Create a docker file to make mongodb available for developers

    • Use the official MongoDB Docker image as the base image

    • Expose the default MongoDB port (27017)

    • Set up any necessary environment variables or configurations

    • Build the Docker image using the Dockerfile

    • Run the Docker container with the MongoDB image

  • Answered by AI

Skills evaluated in this interview

Denholm Yam steel Factory Interview FAQs

How many rounds are there in Denholm Yam steel Factory Planning Engineer interview?
Denholm Yam steel Factory interview process usually has 1 rounds. The most common rounds in the Denholm Yam steel Factory interview process are Technical.

Tell us how to improve this page.

Denholm Yam steel Factory Planning Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Iris Software Interview Questions
4.0
 • 151 Interviews
TO THE NEW Interview Questions
3.7
 • 132 Interviews
Nielsen Interview Questions
3.7
 • 120 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
SGS Interview Questions
3.9
 • 97 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Schbang Interview Questions
3.2
 • 22 Interviews
Katerra Interview Questions
3.4
 • 20 Interviews
Upwork Interview Questions
4.4
 • 18 Interviews
View all
Document Controller
5 salaries
unlock blur

₹7.5 L/yr - ₹21.8 L/yr

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

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

SGS

3.9
Compare

Iris Software

4.0
Compare

Intertek

3.7
Compare

Nielsen

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