Upload Button Icon Add office photos

Filter interviews by

Infra Support Engineering Consultants Interview Questions, Process, and Tips

Updated 11 Nov 2024

Top Infra Support Engineering Consultants Interview Questions and Answers

Infra Support Engineering Consultants Interview Experiences

Popular Designations

2 interviews found

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Site Engineer with a strong background in construction management and project coordination.

    • Graduated with a degree in Civil Engineering from XYZ University

    • Worked for 5 years in the construction industry, managing various projects

    • Proficient in AutoCAD, project scheduling software, and site inspection

    • Strong communication and problem-solving skills

    • Managed a team of 20 workers on a high-ris

  • Answered by AI
  • Q2. Tell me Type of Kerbs
  • Ans. 

    Kerbs are used in road construction to separate the road from the pavement and to control drainage.

    • Types of kerbs include mountable kerbs, barrier kerbs, and channel kerbs.

    • Mountable kerbs have a sloped face to allow vehicles to easily mount them.

    • Barrier kerbs are taller and used to prevent vehicles from leaving the road.

    • Channel kerbs are used to channel water away from the road surface.

    • Kerbs can be made of concrete, st...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)
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 

(3 Questions)

  • Q1. What is the laping lengths of steel
  • Ans. 

    Lapping lengths of steel refer to the overlapping distance required in steel reinforcement to ensure proper bonding.

    • Lapping lengths are necessary to provide continuity and strength in reinforced concrete structures.

    • The lapping length depends on the diameter of the steel bars and the design requirements.

    • It is important to follow the lapping length specifications provided by structural engineers or building codes.

    • For exa...

  • Answered by AI
  • Q2. How calculate quantity of steel
  • Ans. 

    The quantity of steel can be calculated by determining the required steel reinforcement as per the design specifications.

    • Calculate the required steel reinforcement based on the design drawings and specifications

    • Consider factors such as structural load, concrete strength, and design codes

    • Use formulas or software tools to determine the quantity of steel required

    • Account for wastage and additional reinforcement for critica...

  • Answered by AI
  • Q3. Why steel is also rust in concrete
  • Ans. 

    Steel rusts in concrete due to the presence of moisture and oxygen.

    • Steel is primarily made of iron, which is prone to rusting.

    • Concrete is a porous material that can absorb and retain moisture.

    • Moisture in concrete creates an electrolytic environment that promotes rusting.

    • Oxygen from the air reacts with iron in the steel to form iron oxide (rust).

    • Rust formation can lead to the expansion of steel, causing cracks and weake

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to understand upcoming technology in construction field

Bachelor of Engineering Interview Questions asked at other Companies

Q1. What is the laping lengths of steel
View answer (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions about Basic finance and overall like any CET exams questions

Round 2 - Group Discussion 

Easy as you will get chance to talk about your views on topic given by interviewer

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. Tell me About projects you have done
  • Q3. What you have done in your internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Important thing is prepare you CV. They will asked questions only on your CV. So write all things currently that you can explain.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
Round 1 - Technical 

(1 Question)

  • Q1. Taxation related questions & GST related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication & Technical skills is needed
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 3 dsa problem asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

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 in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - ZM And RM 

(1 Question)

  • Q1. Are you interested to do marketing...?
Round 3 - HR 

(1 Question)

  • Q1. Previous experience related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared the nbfcs related queries

Infra Support Engineering Consultants Interview FAQs

How many rounds are there in Infra Support Engineering Consultants interview?
Infra Support Engineering Consultants interview process usually has 1-2 rounds. The most common rounds in the Infra Support Engineering Consultants interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Infra Support Engineering Consultants interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infra Support Engineering Consultants. The most common topics and skills that interviewers at Infra Support Engineering Consultants expect are AutoCAD, Civil Engineering, Design Engineering, Fashion Designing and Highway Engineering.
What are the top questions asked in Infra Support Engineering Consultants interview?

Some of the top questions asked at the Infra Support Engineering Consultants interview -

  1. What is the laping lengths of st...read more
  2. Why steel is also rust in concr...read more
  3. How calculate quantity of st...read more

Tell us how to improve this page.

Infra Support Engineering Consultants Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Icl Fincorp Interview Questions
3.2
 • 17 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
VassarLabs Interview Questions
3.1
 • 13 Interviews
Sonata Finance Interview Questions
3.9
 • 12 Interviews
View all

Infra Support Engineering Consultants Reviews and Ratings

based on 36 reviews

3.6/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.9

Salary

3.1

Job security

3.3

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 36 Reviews and Ratings
Project Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer - Civil
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infra Support Engineering Consultants with

Karvy Financial Services

3.8
Compare

Reliance Money

3.7
Compare

Sonata Finance

3.9
Compare

Kifs Housing Finance

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