Upload Button Icon Add office photos

Filter interviews by

Jd Construction Interview Questions and Answers

Updated 11 May 2025
Popular Designations

Jd Construction Interview Experiences

3 interviews found

Site Supervisor Interview Questions & Answers

user image Venkat 7667

posted on 11 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is your level of experience?
  • Ans. 

    I have extensive experience in site supervision, managing projects, and ensuring safety and quality standards on construction sites.

    • Project Management: I have overseen multiple construction projects, ensuring they are completed on time and within budget, such as a recent commercial building project.

    • Team Leadership: I have led teams of up to 20 workers, coordinating tasks and fostering a collaborative environment to enh...

  • Answered by AI
  • Q2. What is the most important aspect in the construction field?
  • Ans. 

    Safety, quality, and effective communication are crucial in construction to ensure projects are completed on time and within budget.

    • Safety Protocols: Implementing strict safety measures, such as regular safety training and equipment checks, to prevent accidents on site.

    • Quality Control: Ensuring materials and workmanship meet specified standards, like using certified materials to avoid future structural issues.

    • Effective...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Emphasize safety while ensuring the construction of a high-quality product.

Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself in 3 word?

Interview Preparation Tips

Interview preparation tips for other job seekers - ok
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Bench height of mines? Safety features of loader?
  • Ans. 

    Bench height refers to the vertical distance between each level in a mine. Loader safety features include seat belts, backup alarms, and emergency stop buttons.

    • Bench height is determined based on the type of mining operation and equipment used.

    • It affects the efficiency of mining operations and the stability of the mine walls.

    • In open-pit mining, bench height is typically larger to accommodate larger equipment and improv...

  • Answered by AI
  • Q2. Safety features of tipper
  • Ans. 

    Safety features of a tipper include hydraulic brakes, rearview cameras, and emergency stop buttons.

    • Hydraulic brakes provide better control and stopping power.

    • Rearview cameras help the driver see blind spots and obstacles.

    • Emergency stop buttons allow immediate halting of operations in case of emergencies.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for the beginners.Seniors are more friendly and cooperation

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Jd Construction?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. Oops,program on oops concepts,collection related examples. Hibernate and spring related questions
  • Q2. Logical programs String related
  • Q3. Managerial round Most of the questions asked on java, jQuery, java script and hibernate
  • Q4. Spring annotations Discussion on previous project
  • Q5. Introduction Skills related Salary discussion

I applied via Company Website and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Some questions asked from opresion,
  • Q2. Team handling,inbound & outbound delivery performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Online interview

I applied via Company Website and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What's your role and responsibilities
  • Ans. 

    As a Business Analyst, I bridge the gap between stakeholders and IT, ensuring project requirements align with business goals.

    • Gather and analyze business requirements through stakeholder interviews and workshops.

    • Create detailed documentation, including business requirement documents (BRDs) and functional specifications.

    • Facilitate communication between technical teams and business stakeholders to ensure clarity and align...

  • Answered by AI
  • Q2. Current processes your organization follows
  • Ans. 

    Our organization follows a combination of manual and automated processes to streamline operations.

    • We use project management tools like Jira to track tasks and progress

    • Regular team meetings are held to discuss project updates and address any issues

    • Automated testing is used to ensure software quality and reduce manual errors

  • Answered by AI
  • Q3. How do you contribute to your organization (citizenship activities)
  • Ans. 

    I actively engage in citizenship activities that enhance community well-being and foster a positive organizational culture.

    • Participate in local charity events, such as food drives, to support underprivileged communities.

    • Organize workshops for skill development, helping employees and community members enhance their professional skills.

    • Lead sustainability initiatives within the organization, promoting eco-friendly practi...

  • Answered by AI
  • Q4. What's IRD, IDD and BRD
  • Ans. 

    IRD stands for Interface Requirements Document, IDD stands for Interface Design Document, and BRD stands for Business Requirements Document.

    • IRD is a document that outlines the requirements for the interface between different systems or components.

    • IDD is a document that describes the design of the interface, including the data formats, protocols, and communication methods.

    • BRD is a document that captures the business req...

  • Answered by AI
  • Q5. Microsoft Visio usage
  • Q6. What are Use case diagrams
  • Ans. 

    Use case diagrams are visual representations of the interactions between users and a system.

    • They depict the system's functionality from the user's perspective.

    • They show the different actors and their roles in the system.

    • They illustrate the various use cases and their relationships.

    • They help in identifying the requirements of the system.

    • They aid in communication between stakeholders.

    • Example: A use case diagram for an on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest in what you jave achieved till now.
Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Walk-in and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self intro & Data & network related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No

I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical discussion on the tech skills. Not much high level, basic and some scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Unsure if Versant test is still there or not. Communication skills should be clear and crisp.

I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C# related questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to tell what you know

Jd Construction Interview FAQs

How many rounds are there in Jd Construction interview?
Jd Construction interview process usually has 1-2 rounds. The most common rounds in the Jd Construction interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Jd Construction interview?

Some of the top questions asked at the Jd Construction interview -

  1. What is the most important aspect in the construction fie...read more
  2. Bench height of mines? Safety features of load...read more
  3. Safety features of tip...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Walmart Interview Questions
3.5
 • 419 Interviews
CGI Group Interview Questions
4.0
 • 536 Interviews
Muthoot Fincorp Interview Questions
4.5
 • 888 Interviews
NxtWave Interview Questions
3.7
 • 225 Interviews
Persistent Systems Interview Questions
3.6
 • 650 Interviews
Blackrock Interview Questions
3.7
 • 103 Interviews
Flipkart Interview Questions
3.9
 • 1.5k Interviews
Paytm Interview Questions
3.2
 • 819 Interviews
PwC Interview Questions
3.3
 • 1.5k Interviews
View all

Jd Construction Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

4.7

Skill development

3.7

Work-life balance

3.9

Salary

3.7

Job security

4.4

Company culture

3.7

Promotions

4.6

Work satisfaction

Explore 9 Reviews and Ratings
Project Engineer
4 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Civil Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Site Engineer
3 salaries
unlock blur

₹1.7 L/yr - ₹5.8 L/yr

Civil Site Engineer
3 salaries
unlock blur

₹1.9 L/yr - ₹5.9 L/yr

Safety Officer
3 salaries
unlock blur

₹1.1 L/yr - ₹3.7 L/yr

Explore more salaries
write
Share an Interview