Upload Button Icon Add office photos

Filter interviews by

TRINE Projects Project Engineer Interview Questions, Process, and Tips

Updated 28 Nov 2023

TRINE Projects Project Engineer Interview Experiences

1 interview found

Project Engineer Interview Questions & Answers

user image Darshan Rameshbhai Joshi

posted on 28 Nov 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 4 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 - HR 

(4 Questions)

  • Q1. Why you are Leaving a your Current Company? Reason behind that?
  • Ans. 

    I am leaving my current company due to limited growth opportunities and a desire for new challenges.

    • Limited growth opportunities in my current role

    • Seeking new challenges and opportunities for professional development

    • Desire to work on larger and more complex projects

    • Company culture misalignment

    • Relocation or commute issues

    • Better compensation and benefits offered by the new company

  • Answered by AI
  • Q2. How to looking your Future in Construction Field?
  • Ans. 

    To look into the future in the construction field, one must focus on continuous learning, staying updated with industry trends, networking, and setting clear goals.

    • Continuously learn and acquire new skills to stay relevant in the industry.

    • Stay updated with the latest construction technologies, materials, and techniques.

    • Network with professionals in the field to expand opportunities and gain insights.

    • Set clear career go...

  • Answered by AI
  • Q3. What is your Career Goal ?
  • Ans. 

    To become a highly skilled and experienced Project Engineer in the construction industry.

    • To gain expertise in managing and executing complex construction projects

    • To develop strong leadership and communication skills

    • To continuously learn and stay updated with the latest industry trends and technologies

    • To contribute to the successful completion of projects and deliver high-quality results

    • To eventually take on more challe...

  • Answered by AI
  • Q4. Why Your Expected Salary is Much Higher? Give Reason Behind that.
  • Ans. 

    I have extensive experience and a proven track record in delivering successful projects, which justifies my higher expected salary.

    • I have a strong background in project engineering with several years of experience.

    • I have consistently delivered successful projects on time and within budget.

    • I possess advanced technical skills and knowledge that are valuable in project engineering.

    • I have a proven track record of exceeding...

  • Answered by AI
Round 3 - Technical 

(8 Questions)

  • Q1. Why Are you Leaving your Current Company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role that allows me to utilize my skills and expertise.

    • Seeking a company that aligns with my long-term career goals.

    • Wanting to expand my knowledge and experience in different projects and industries.

    • Desire for professional development and advancement.

    • Current company lacks opportunities for growth and career progression.

  • Answered by AI
  • Q2. Explain the Construction Phase from Start to End.
  • Ans. 

    The construction phase involves the execution of the project plan, starting from site preparation to project completion.

    • Site preparation: Clearing the site, setting up temporary facilities, and mobilizing resources.

    • Foundation and structural work: Excavation, laying foundations, and constructing the building's structure.

    • Installation of utilities: Plumbing, electrical, and HVAC systems are installed.

    • Interior and exterior...

  • Answered by AI
  • Q3. Explain the RCC Phases ?
  • Ans. 

    RCC Phases refer to the different stages involved in the construction of reinforced concrete structures.

    • Phase 1: Planning and Design - This involves determining the structural requirements, creating blueprints, and calculating material quantities.

    • Phase 2: Site Preparation - Clearing the construction site, leveling the ground, and setting up temporary facilities.

    • Phase 3: Foundation Construction - Excavating the foundati...

  • Answered by AI
  • Q4. In Shuttering, Standard Belex is Better then Ply,
  • Ans. For Casting of Columns, Standard Belex is much Better Then Ply, in our Field generally Casting of Columns done with standard Belex or Mivan Material,,,,Making of Beam & Slab done with 12 or 18mm Ply.
  • Answered by Darshan Rameshbhai Joshi
  • Q5. Which Type of different Materials use for Shuttering?
  • Ans. 

    Different materials used for shuttering include plywood, steel, aluminum, and plastic.

    • Plywood is commonly used for shuttering due to its strength and affordability.

    • Steel is used for heavy-duty applications where high strength and durability are required.

    • Aluminum is lightweight and corrosion-resistant, making it suitable for formwork in areas with high humidity or saltwater exposure.

    • Plastic shuttering is gaining popular...

  • Answered by AI
  • Q6. Draw tha Full Sketch of Shuttering that used for shuttering of Slab.
  • Ans. 

    The shuttering used for slab construction is a temporary structure that supports the concrete until it sets.

    • Shuttering is made of wooden planks or steel plates.

    • It is designed to withstand the weight of the concrete and any additional loads.

    • The shuttering is assembled and fixed in place before pouring the concrete.

    • It should be properly aligned and leveled to ensure a smooth and even slab surface.

    • Supporting props or scaf...

  • Answered by AI
  • Q7. Steel Binding Releted Question
  • Ans. Lap Length:- 50D , Bent up Length:- L/4 to L/7 , Weight of One Steel Bar:- D2/160 per Meter
  • Answered by Darshan Rameshbhai Joshi
  • Q8. On Site,How Many People that you are Handle Independently,
  • Ans. I Handled around 50 to 60 ManPower, around 30 to 35 Shuttering Carpenter,, 15 to 20 Steel Binder, 15 to 20 Labour
  • Answered by Darshan Rameshbhai Joshi
Round 4 - HR 

(1 Question)

  • Q1. Final Salary Discussion.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It had a 2 programs with easy and medium level of coding programs, please go through the recent interview problems asked in wipro

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. What is multi threading
  • Ans. 

    Multi threading is a programming concept where multiple threads within a process execute independently to improve performance.

    • Allows for concurrent execution of tasks within a single process

    • Improves performance by utilizing multiple CPU cores

    • Requires careful synchronization to avoid race conditions

    • Examples include web servers handling multiple requests simultaneously

  • Answered by AI
  • Q3. Why is java not 100% oop
  • Ans. 

    Java is not 100% OOP because it supports primitive data types and static methods.

    • Java has primitive data types like int, double, etc. which are not objects.

    • Java allows static methods which do not require an instance of a class to be called.

    • Java also has the concept of wrapper classes to convert primitive data types to objects.

  • Answered by AI
  • Q4. What are collections in java
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide dynamic data structures like List, Set, and Map.

    • They offer methods to add, remove, and manipulate elements in the collection.

    • Examples include ArrayList, LinkedList, HashSet, and HashMap.

  • Answered by AI
  • Q5. Internal working of hash map
  • Ans. 

    A 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 uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collision resolution techniques like chaining or open addressing are used to handle situations where multiple keys hash to the same index.

    • Hash maps typically have O(1) average time complexity for i...

  • Answered by AI

Project Engineer Interview Questions & Answers

TCS user image Divyanshu Sharma

posted on 10 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic cofing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Advanced tech questions
  • Q2. Palindrome related coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Good team work and good communication skill

Round 2 - Technical 

(5 Questions)

  • Q1. Good communication
  • Q2. Team work and leading
  • Q3. Technical skill
  • Q4. Improving compny level
  • Ans. 

    Improving company level involves implementing efficient processes, fostering a positive work culture, and utilizing technology.

    • Implementing lean manufacturing principles to streamline operations

    • Encouraging open communication and collaboration among team members

    • Investing in training and development programs for employees

    • Leveraging technology to automate repetitive tasks and improve productivity

  • Answered by AI
  • Q5. Improving networking

Interview Preparation Tips

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPs concept in JAVA
  • Ans. 

    OOPs concept in JAVA refers to Object-Oriented Programming principles like encapsulation, inheritance, polymorphism, and abstraction.

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

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

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

    • Abstraction: Hidin...

  • Answered by AI
  • Q2. Explain Memory management in JAVA
  • Ans. 

    Memory management in JAVA involves allocation, usage, and deallocation of memory for objects and variables.

    • Java uses automatic memory management through garbage collection

    • Memory is allocated on the heap for objects and on the stack for local variables

    • Java Virtual Machine (JVM) manages memory allocation and deallocation

    • Memory leaks can occur if objects are not properly dereferenced

  • Answered by AI
  • Q3. Explain Reflection in JAVA
  • Ans. 

    Reflection in Java allows programs to inspect or modify their own structure at runtime.

    • Reflection allows access to class information, fields, methods, and constructors at runtime.

    • It is commonly used in frameworks like Spring and Hibernate for dependency injection and ORM.

    • Example: Using reflection to dynamically load classes or invoke methods based on user input.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java Basics in depth

Skills evaluated in this interview

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

(1 Question)

  • Q1. Self intro about our previous work
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. What is the purpose of the test.startTest() and test.stopTest() methods in programming?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly before attending an interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Conversation skills and knowledge about project

Round 2 - Assignment 

My knowledge about project work

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. All about tower construction & electrical work.
  • Q2. All questions from tower
  • Q3. Pls prepare for interviews (know about tower)

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience in tower
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good and tricky questions

Round 2 - Technical 

(3 Questions)

  • Q1. Explain oops concepts in java with real time examples?
  • Ans. 

    OOPs concepts in Java are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Car class inheriting from Vehicle class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in ...

  • Answered by AI
  • Q2. What java is platform indepenedent?
  • Ans. 

    Java is platform independent because of its 'write once, run anywhere' principle.

    • Java programs are compiled into bytecode which can run on any Java Virtual Machine (JVM) regardless of the underlying platform.

    • This allows Java programs to be executed on different operating systems without any modifications.

    • Examples of platform independent Java applications include web applications, mobile apps, and enterprise software.

  • Answered by AI
  • Q3. Difference between abtract and interface key words?
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.

    • A class can only extend one abstract class, but it can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for c...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you think you fit for this role in this company?
  • Ans. 

    I have a strong background in project management and engineering, with a proven track record of successfully leading and completing projects.

    • Extensive experience in project management and engineering

    • Proven track record of successfully leading and completing projects

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. What is your dream role for any company?
  • Ans. 

    My dream role for any company is to lead a team of innovative engineers in developing cutting-edge technology that positively impacts society.

    • Leading a team of engineers in developing innovative solutions

    • Working on projects that have a positive impact on society

    • Collaborating with cross-functional teams to achieve goals

    • Continuous learning and growth opportunities

    • Contributing to the company's success and growth

  • Answered by AI

Skills evaluated in this interview

TRINE Projects Interview FAQs

How many rounds are there in TRINE Projects Project Engineer interview?
TRINE Projects interview process usually has 4 rounds. The most common rounds in the TRINE Projects interview process are HR, Resume Shortlist and Technical.
What are the top questions asked in TRINE Projects Project Engineer interview?

Some of the top questions asked at the TRINE Projects Project Engineer interview -

  1. Which Type of different Materials use for Shutteri...read more
  2. Draw tha Full Sketch of Shuttering that used for shuttering of Sl...read more
  3. Explain the Construction Phase from Start to E...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TRINE Projects interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Civil Engineer
7 salaries
unlock blur

₹4.2 L/yr - ₹6.2 L/yr

Safety Officer
7 salaries
unlock blur

₹1.7 L/yr - ₹4.9 L/yr

Junior Engineer Civil
7 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Billing Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Civil Site Engineer
5 salaries
unlock blur

₹2.6 L/yr - ₹4.6 L/yr

Explore more salaries
Compare TRINE Projects with

Larsen & Toubro Limited

4.0
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview