Upload Button Icon Add office photos

Filter interviews by

GMR Highways Structural Site Engineer Interview Questions and Answers

Updated 15 Apr 2025

GMR Highways Structural Site Engineer Interview Experiences

1 interview found

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

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

  • Q1. What is the impact value of road tyres?
  • Ans. 

    The impact value of road tyres measures their resistance to impact forces, crucial for safety and performance in vehicles.

    • Impact Value Testing: This involves dropping a weight onto a tyre sample to assess its durability and resistance to sudden forces.

    • Safety Implications: Higher impact values indicate better performance in absorbing shocks, reducing the risk of blowouts during driving.

    • Material Composition: Tyres made f...

  • Answered by AI
  • Q2. Which pavement method has the most cost-effective maintenance?
  • Ans. 

    The most cost-effective pavement maintenance method is preventive maintenance, which extends pavement life and reduces long-term costs.

    • Preventive maintenance includes sealcoating and crack sealing, which protect the pavement from moisture and deterioration.

    • Regular inspections help identify issues early, allowing for timely repairs that are less costly than major overhauls.

    • Using materials like asphalt overlays can rejuv...

  • Answered by AI
  • Q3. What is the recommended thickness for DLC (Dry Lean Concrete) in construction?
  • Ans. 

    The recommended thickness for Dry Lean Concrete (DLC) is typically between 100mm to 150mm, depending on the application.

    • Standard Thickness: Generally, DLC is recommended to be 100mm to 150mm thick for most applications.

    • Sub-base Layer: In road construction, DLC serves as a sub-base layer, providing a stable foundation for asphalt or concrete pavements.

    • Load Distribution: A thickness of 150mm may be used in areas with hea...

  • Answered by AI

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 GMR Highways?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Basic programming questions, final year graduation project details, way of speaking
Round 3 - HR 

(1 Question)

  • Q1. Interest in joining company

Interview Preparation Tips

Topics to prepare for TCS Assistant Engineer interview:
  • Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare general aptitude and any basic programming like java Or python. Basic questions can be asked.

Structural Site Engineer Interview Questions Asked at Other Companies

Q1. What is the recommended thickness for DLC (Dry Lean Concrete) in ... read more
Q2. Which pavement method has the most cost-effective maintenance?
Q3. What is the impact value of road tyres?

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts
  • Q2. Inheritance, encapsulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare normally and confidently

Interview Questionnaire 

12 Questions

  • Q1. What is an ideal diode?. Draw its input output characteristic curve
  • Ans. 

    An ideal diode is a theoretical diode that exhibits zero voltage drop when forward biased and infinite resistance when reverse biased.

    • An ideal diode acts as a perfect conductor when forward biased.

    • It allows current to flow in one direction with zero voltage drop.

    • When reverse biased, it acts as an open circuit with infinite resistance.

    • The input-output characteristic curve of an ideal diode is a vertical line at zero vol...

  • Answered by AI
  • Q2. Write a program for computing the factorial of a number using recursion
  • Ans. 

    Program to compute factorial of a number using recursion

    • Define a function that takes a number as input

    • Check if the number is 0 or 1, return 1 if true

    • Else, call the function recursively with n-1 as input and multiply with n

    • Return the result

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q3. List ten cellular operators in India
  • Ans. 

    There are several cellular operators in India. Here are ten of them.

    • Airtel

    • Vodafone Idea

    • Reliance Jio

    • BSNL

    • MTNL

    • Tata Docomo

    • Aircel

    • Uninor

    • Videocon

    • Loop Mobile

  • Answered by AI
  • Q4. Draw the layers of OSI model
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • Layer 1: Physical - deals with the physical connection of devices

    • Layer 2: Data Link - responsible for error-free transfer of data between devices

    • Layer 3: Network - handles routing of data between different networks

    • Layer 4: Transport - ensures reliable delivery of data between applications

    • Layer 5: Session - establishes and manages connections ...

  • Answered by AI
  • Q5. What is the function of session layer?
  • Ans. 

    Session layer manages and controls the connections between applications.

    • Establishes, maintains and terminates sessions between applications

    • Synchronizes data exchange between applications

    • Manages session checkpoints and recovery

    • Examples: Telnet, FTP, SMTP

  • Answered by AI
  • Q6. Tell us something about zener diode
  • Ans. 

    A zener diode is a type of diode that allows current to flow in the reverse direction when a certain voltage is reached.

    • Zener diodes are commonly used as voltage regulators.

    • They have a sharp breakdown voltage, which makes them useful for stabilizing voltage in electronic circuits.

    • Zener diodes are often used in power supplies, voltage references, and surge protectors.

    • They are also used in noise reduction circuits and as...

  • Answered by AI
  • Q7. Who is the chairman of ISRO?
  • Ans. 

    The chairman of ISRO is K. Sivan.

    • K. Sivan is an Indian space scientist and the current chairman of ISRO.

    • He has been associated with ISRO for over three decades and has contributed to several missions.

    • Under his leadership, ISRO has achieved several milestones including the successful launch of Chandrayaan-2.

  • Answered by AI
  • Q8. Write a program to print first 10 natural numbers on the screen
  • Ans. 

    Program to print first 10 natural numbers on the screen

    • Declare a variable i and initialize it to 1

    • Use a loop to print i and increment it until i reaches 10

  • Answered by AI
  • Q9. What is an IP address?
  • Ans. 

    An IP address is a unique identifier for a device on a network, enabling communication over the internet.

    • IP stands for Internet Protocol, which is a set of rules for sending data over the internet.

    • There are two main types of IP addresses: IPv4 (e.g., 192.168.1.1) and IPv6 (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

    • IPv4 addresses are 32-bit numbers, while IPv6 addresses are 128-bit, allowing for a vastly larger num...

  • Answered by AI
  • Q10. What is the full form of DRDO and NASA?
  • Ans. 

    DRDO stands for Defense Research and Development Organization and NASA stands for National Aeronautics and Space Administration.

    • DRDO is an agency of the Government of India, responsible for the development of technology for use by the military.

    • NASA is a United States government agency responsible for the civilian space program, as well as aeronautics and aerospace research.

    • DRDO was established in 1958 and has developed...

  • Answered by AI
  • Q11. Why do you want to join TCS?
  • Ans. 

    I want to join TCS for its innovative projects, career growth opportunities, and commitment to employee development.

    • TCS is a leader in technology and innovation, allowing me to work on cutting-edge projects.

    • The company's strong emphasis on employee training and development aligns with my career goals.

    • TCS has a diverse work culture that promotes collaboration and learning from peers.

    • I admire TCS's commitment to sustaina...

  • Answered by AI
  • Q12. How will you be able to adjust yourself in the environment of the company?
  • Ans. 

    I will adapt by understanding company culture, collaborating with colleagues, and being open to feedback for continuous improvement.

    • Learn about the company's values and mission to align my work with its goals.

    • Engage with team members through regular communication and collaboration on projects.

    • Seek feedback from supervisors and peers to identify areas for improvement and growth.

    • Participate in company events and activiti...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitude test was of a good level. It testing the basic concepts and was quants based with a few questions on reasoning which were comparatively easy. Good practice is required since the cut off in ky round was over 20 que out of a total of 30 questions.

Letter writing is an easy task. Just make sure that you use all the words given in the question statement.
Tips: Practice as much as you can!
Total Questions: 1 hour

Round: Technical Interview
Experience: This was quite long! Lasted for about 30 minutes! Questions were general and based on diodes, square wave rectifier. They as you about your favorite subject and the programming language you are comfortable with. It was not difficult. If one has a basic knowledge of your field then one can easy crack it.
Tips: Stay calm and confident

Round: HR Interview
Experience: This interview was of very short duration and was quite simple.
Tips: Stay calm and confident.

Skills: Basic Concepts, Confidence
College Name: Guru Nanak Dev University, Amritsar

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. [07/04, 1:22 PM] kamalrAj: Un akka metar video venuma da [07/04, 1:29 PM] kamalrAj: Un akkava poyi kelu daaaa..... [07/04, 1:31 PM] kamalrAj: Un nilamai ninaicha vadivel mosama Irukumula

I applied via Recruitment Consultant and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Pointer usages.
  • Q2. Stack implementation
  • Q3. Multi process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and have open thought.
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Basic programming questions,like what is abstract class, abstraction, inheritance ,member function syntax (everything related to ur choice of program language)
  • Q3. Am I ok with relocation of work place

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take any words said by hr to the heart, if even they said everything ok wait for the offer letter.be humble understand the situation if u don't got offer letter,there r many other companies
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via LinkedIn and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Hard to learn what they wanted

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your greatest weakness
  • Q2. How will you add value to our team

Interview Preparation Tips

Interview preparation tips for other job seekers - Was rough for a new person out of school and the experience required was difficult to meet

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. It provides 4 basic feature in cpp

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework, practice
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Design Test 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    Experienced Senior Design Engineer with a strong background in product development and innovative design solutions.

    • Over 10 years of experience in mechanical design engineering, specializing in consumer electronics.

    • Led a team to develop a new product line that increased market share by 15%.

    • Proficient in CAD software such as SolidWorks and AutoCAD, with a portfolio of successful projects.

    • Strong collaboration skills, havi...

  • Answered by AI
  • Q2. Explain your projects
  • Q3. Basic hydraulics
  • Q4. Materials

GMR Highways Interview FAQs

What are the top questions asked in GMR Highways Structural Site Engineer interview?

Some of the top questions asked at the GMR Highways Structural Site Engineer interview -

  1. What is the recommended thickness for DLC (Dry Lean Concrete) in constructi...read more
  2. Which pavement method has the most cost-effective maintenan...read more
  3. What is the impact value of road tyr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Salesforce Interview Questions
4.0
 • 236 Interviews
KPMG India Interview Questions
3.4
 • 859 Interviews
JLL Interview Questions
4.1
 • 423 Interviews
TCS Interview Questions
3.5
 • 11.3k Interviews
Genpact Interview Questions
3.7
 • 3.5k Interviews
ICICI Bank Interview Questions
4.0
 • 2.7k Interviews
Cisco Interview Questions
4.2
 • 387 Interviews
Samsung Interview Questions
3.9
 • 584 Interviews
Tata Electronics Interview Questions
4.0
 • 194 Interviews
DMart Interview Questions
3.9
 • 469 Interviews
View all
General Manager
4 salaries
unlock blur

₹28 L/yr - ₹48 L/yr

Personal Secretary
3 salaries
unlock blur

₹9.9 L/yr - ₹12.6 L/yr

Explore more salaries
write
Share an Interview