Project Engineer
1000+ Project Engineer Interview Questions and Answers
Popular Companies
Q101. What is durability in acid properties
Durability in acid properties refers to the ability of a material to withstand the corrosive effects of acid.
Durability is important in industries that use acids, such as chemical manufacturing and mining.
Materials with high durability in acid properties include stainless steel and certain types of plastics.
Durability can be measured through tests such as the ASTM G31 standard.
Factors that affect durability include concentration and temperature of the acid, as well as the mat...read more
Q102. What is Steel Structures
Steel structures are structures made primarily of steel components, known for their strength, durability, and versatility.
Steel structures are commonly used in construction for buildings, bridges, and other infrastructure.
They are known for their high strength-to-weight ratio, allowing for lighter and more efficient designs.
Steel structures can be prefabricated off-site and assembled on-site, speeding up construction timelines.
Examples of steel structures include skyscrapers ...read more
Q103. What is the difference between C and C++?
C++ is an extension of C with object-oriented programming features.
C++ supports classes and objects while C does not.
C++ has better support for polymorphism and inheritance.
C++ has a standard template library (STL) which provides useful data structures and algorithms.
C++ is more complex than C and requires more knowledge to use effectively.
Q104. Who will you escalate first when a client reports an incident?
I will escalate the incident to the project manager first.
Escalate the incident to the project manager for immediate action.
Project manager can assess the severity of the incident and coordinate with the client.
If necessary, involve higher management or relevant stakeholders based on the project's escalation process.
Q105. Why and how much deeper floor we provide in toilet portion
Deeper floors are provided in toilet portions for proper drainage and to prevent water leakage.
Deeper floors allow for the installation of proper plumbing and drainage systems.
They help in preventing water leakage and seepage into adjacent areas.
Deeper floors also provide space for the installation of toilet fixtures and pipes.
They ensure that the toilet area remains dry and hygienic.
Proper slope can be achieved for efficient water flow towards the drainage system.
Q106. What are Loop types??
Loop types are different ways to repeat a set of instructions in programming.
There are three main loop types: for loop, while loop, and do-while loop.
A for loop is used when the number of iterations is known.
A while loop is used when the number of iterations is not known in advance.
A do-while loop is similar to a while loop, but it always executes the code block at least once.
Example: for(int i=0; i<5; i++) { // code block }
Example: int i = 0; while(i < 5) { // code block i++...read more
Share interview questions and help millions of jobseekers 🌟
Q107. What is the Pressure in chilled water sytem Suction and Discharge Line
The pressure in chilled water system suction and discharge lines varies depending on the specific system and operating conditions.
Pressure in suction line is typically lower than in discharge line
Pressure can range from 10-30 psi in suction line and 50-150 psi in discharge line
Pressure may vary based on system design, pump capacity, and flow rate
Q108. What is the process for the installation and commissioning of a machine?
The process for the installation and commissioning of a machine involves several steps to ensure proper functioning.
1. Site preparation: Ensure the area where the machine will be installed is suitable and meets all requirements.
2. Unpacking and assembly: Unpack the machine components and assemble them according to the manufacturer's instructions.
3. Installation: Place the machine in its designated location and secure it properly.
4. Connection: Connect the machine to power sou...read more
Project Engineer Jobs
Q109. What types of Material Handling Equipment (MHE) are used for installation?
Various types of Material Handling Equipment (MHE) are used for installation, including cranes, forklifts, conveyors, and hoists.
Cranes are commonly used for lifting and moving heavy materials during installation.
Forklifts are used for transporting materials within the installation site.
Conveyors are used to move materials along a production line or assembly process.
Hoists are used for lifting and lowering materials vertically during installation.
Q110. What do you know about Wipro?
Wipro is an Indian multinational corporation that provides information technology, consulting and business process services.
Founded in 1945 by M.H. Hasham Premji
Headquartered in Bangalore, India
Employs over 190,000 people worldwide
Provides services in various industries including healthcare, finance, and retail
Has partnerships with major technology companies such as Microsoft and SAP
Q111. Which type of interior did in CT MRI. What you did in Facade like what are the usage of product or material as per dwg.
I am not sure what the question is asking. Please provide more context.
Please provide more information about the context of the question.
What is the specific project or product being referred to?
Without more information, I am unable to provide a relevant answer.
Q112. One liquid at 60deg and other is a 30deg temperature what will be the temperature of the mixture
The temperature of the mixture will be between 30deg and 60deg depending on the quantities of each liquid.
The final temperature of the mixture will be a weighted average of the temperatures of the two liquids.
The specific heat capacities and masses of the liquids will also affect the final temperature.
For example, if equal amounts of the two liquids are mixed, the final temperature will be the average of 30deg and 60deg, which is 45deg.
Q113. Types of cylinders in BIW Fixture Design
There are mainly three types of cylinders used in BIW Fixture Design: hydraulic, pneumatic, and manual.
Hydraulic cylinders use pressurized fluid to generate force and are commonly used in heavy-duty applications.
Pneumatic cylinders use compressed air to generate force and are commonly used in light-duty applications.
Manual cylinders require physical force to generate force and are commonly used for small adjustments or positioning.
Cylinders can also be single-acting or double...read more
Q114. Why is taken mercury in barometer to measure atmospheric pressure ,not water
Mercury is used in barometers to measure atmospheric pressure because it is denser than water and provides a more accurate reading.
Mercury is denser than water, so it creates a larger change in height in response to atmospheric pressure changes
Mercury has a lower vapor pressure than water, making it more suitable for measuring atmospheric pressure accurately
Mercury does not wet the glass walls of the barometer tube, ensuring a consistent and reliable measurement
Q115. Why the company is not onboarding 2022 pass out students?
The company is not onboarding 2022 pass out students due to the current economic uncertainties and hiring freeze.
Current economic uncertainties have led to a hiring freeze.
The company may be focusing on retaining current employees rather than hiring new ones.
There could be budget constraints affecting the recruitment process.
The company may be waiting for a more stable economic environment before hiring new graduates.
Q116. Why the organization implement the worst policies like LOP?
Organizations may implement policies like LOP for various reasons such as cost-cutting, productivity improvement, or compliance.
Cost-cutting measures to reduce expenses
Improving productivity by monitoring employee attendance
Ensuring compliance with labor laws and regulations
Addressing specific issues within the organization
Q117. How to define the problematic paper's
Problematic papers are defined by their unclear objectives, lack of methodology, inconsistent results, and poor organization.
Unclear objectives: The paper does not clearly state its research goals or objectives.
Lack of methodology: The paper fails to explain how the research was conducted or the methods used.
Inconsistent results: The findings presented in the paper do not align with the research question or hypothesis.
Poor organization: The paper lacks a logical flow and stru...read more
Q118. Is it possible to fast track a project that is already behind schedule?
Yes, it is possible to fast track a project that is behind schedule by implementing strategies such as re-prioritizing tasks, increasing resources, and reducing scope.
Re-prioritize tasks to focus on critical path activities
Increase resources by adding more team members or extending work hours
Reduce scope by eliminating non-essential features or requirements
Q119. What is Polymorphism?
Polymorphism is the ability of an object to take on many forms.
It allows objects of different classes to be treated as if they were objects of the same class.
It is achieved through method overriding and method overloading.
Example: A shape class can have different subclasses like circle, square, and triangle, each with their own implementation of the draw method.
Example: A method can take in different types of objects as parameters, as long as they all inherit from the same pa...read more
Q120. What is static and dynamic memory allocation?
Static memory allocation is done at compile-time, while dynamic memory allocation is done at runtime.
Static memory allocation is used for variables that are fixed in size and do not change during program execution.
Dynamic memory allocation is used for variables that can change in size during program execution.
Static memory allocation is faster than dynamic memory allocation.
Dynamic memory allocation is useful when the size of the data is not known at compile-time.
Examples of ...read more
Q121. Which one more efficiently? Air cooled,or water cooled???
Water cooled systems are generally more efficient than air cooled systems due to higher heat transfer capabilities.
Water has higher heat transfer capabilities compared to air
Water cooled systems can maintain more consistent temperatures
Water cooled systems are typically used in high performance applications such as data centers and industrial machinery
Q122. What are noises in data set and how to classify data for the training of model
Noises in data set are irrelevant or erroneous data. Data classification is done based on features and labels.
Noises are irrelevant or erroneous data that can affect the accuracy of the model
Data classification is done based on features and labels
Features are the input variables and labels are the output variables
Data can be classified as categorical or numerical
Categorical data can be further classified as nominal or ordinal
Numerical data can be further classified as discret...read more
Q123. What is the reason for the demand for LGSF in the market?
LGSF is in demand due to its cost-effectiveness, durability, sustainability, and quick construction time.
Cost-effectiveness compared to traditional construction methods
Durability and strength of light gauge steel framing
Sustainability and recyclability of steel
Quick construction time leading to faster project completion
Ability to withstand harsh weather conditions
Increasing popularity in residential and commercial construction projects
Q124. What is the work involved in Light Gauge Steel Framing (LGSF)?
LGSF involves designing, fabricating, and installing steel frames for buildings.
Designing structural layouts for buildings using light gauge steel
Fabricating steel frames according to design specifications
Installing steel frames on site to create the building structure
Ensuring the frames meet building codes and standards
LGSF is commonly used in residential and commercial construction projects
Q125. Write code for jdbc db connectivity
Code for JDBC DB connectivity
Load the JDBC driver class
Create a connection object using DriverManager.getConnection()
Create a statement object using connection.createStatement()
Execute the query using statement.executeQuery()
Process the result set
Close the result set, statement, and connection
Q126. DCS Architecture for various Projects handled in my career
I have worked on various DCS architectures in my career, including those for chemical plants and power plants.
Designed and implemented DCS architecture for a chemical plant project
Developed DCS architecture for a power plant project
Worked on DCS architecture for a water treatment plant project
Collaborated with team to create DCS architecture for a pharmaceutical plant project
Q127. Describe data in such way that data play important role for today generation?
Data is crucial for today's generation as it helps in making informed decisions and driving innovation.
Data provides insights into consumer behavior and preferences, helping businesses tailor their products and services accordingly.
Data analysis is used in various fields such as healthcare, finance, and education to improve outcomes and efficiency.
Data is also important for research and development, enabling scientists to make new discoveries and advancements.
Data can be used...read more
Q128. How much distance pole to earth rod
The distance between a pole and an earth rod depends on various factors such as soil resistivity and electrical requirements.
The distance between a pole and an earth rod is typically determined by the electrical engineer or designer based on the specific project requirements.
Soil resistivity plays a crucial role in determining the distance. Lower resistivity soils require shorter distances between the pole and earth rod.
Electrical codes and standards may also provide guidelin...read more
Q129. Tell me about your self What is inheritance What is polymorphism What is function overloading&Overridden How to select data from table
Technical questions related to software engineering
Inheritance is a mechanism in OOP where a class inherits properties and methods from another class
Polymorphism is the ability of an object to take on multiple forms
Function overloading is when multiple functions have the same name but different parameters
Function overriding is when a subclass provides a different implementation of a method that is already defined in its superclass
To select data from a table, use SQL SELECT st...read more
Q130. What are the OOPS concepts? Give an real life example of polymorphism.
OOPS concepts are fundamental principles of object-oriented programming. Polymorphism allows objects to be treated as instances of their parent class.
OOPS concepts include inheritance, encapsulation, polymorphism, and abstraction.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Example: In a real life scenario, a parent class 'Vehicle' can have subclasses like 'Car' and 'Truck'. Both Car and Truck can have a method 'drive()', bu...read more
Q131. what is oops. explain pillars of oops. Why we need oops in programming?
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Pillars of OOPs: Inheritance, Encapsulation, Polymorphism, Abstraction
Inheritance: Allows a class to inherit properties and behavior from another class
Encapsulation: Bundling of data with the methods that operate on that data
Polymorphism: Ability to present the same interface for different da...read more
Q132. What is your favourite field?
My favorite field is civil engineering.
I enjoy working on infrastructure projects such as roads, bridges, and buildings.
I find satisfaction in designing and constructing structures that improve people's lives.
I appreciate the blend of creativity and technical skills required in civil engineering.
I am passionate about solving complex engineering problems and ensuring the safety and functionality of projects.
Civil engineering allows me to contribute to the development and growt...read more
Q133. What will be the blade thickness and it’s purpose
The blade thickness depends on the application and material being cut. It can range from a few microns to several millimeters.
Blade thickness is determined by the material being cut and the desired precision
Thicker blades are used for tougher materials like metal and wood
Thinner blades are used for delicate materials like paper and fabrics
Blade thickness can range from a few microns to several millimeters
The purpose of the blade thickness is to ensure a clean and precise cut
Q134. What is upper yield and lower yield in stress strain diagram
Upper and lower yield refer to the stress values at which a material begins to deform plastically.
Upper yield is the stress value at which a material begins to deform plastically under increasing stress.
Lower yield is the stress value at which a material begins to deform plastically under decreasing stress.
These values are important in determining the strength and ductility of a material.
For example, if a material has a high upper yield and low lower yield, it may be strong b...read more
Q135. How are calls made from cell phone A to cell phone B
Calls from cell phone A to cell phone B are made through a cellular network using radio waves.
Cell phone A initiates the call by sending a signal to the nearest cell tower.
The cell tower relays the signal to the mobile switching center (MSC).
The MSC connects the call to the appropriate cell tower near cell phone B.
Cell phone B receives the call signal and establishes a connection with cell phone A.
Voice data is transmitted between the two cell phones using radio waves.
Q136. What is constructor and method overloading overriding what is constructor overloading
Constructor and method overloading and overriding are concepts in object-oriented programming.
Constructor overloading is when a class has multiple constructors with different parameters.
Method overloading is when a class has multiple methods with the same name but different parameters.
Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.
Constructor overloading is used to create objects with different initia...read more
Q137. All types of HT protection Relay
HT protection relays are devices used to protect high voltage electrical systems from faults and abnormalities.
HT protection relays are used in high voltage electrical systems to detect faults and abnormalities.
They are designed to quickly and accurately identify and isolate faults to prevent damage to equipment and ensure the safety of personnel.
Different types of HT protection relays include overcurrent relays, differential relays, distance relays, and directional relays.
Ov...read more
Q138. Do you know what it is like to work in a plant?
Yes, I have experience working in a plant.
Working in a plant involves managing and overseeing various engineering projects.
It requires knowledge of plant operations, equipment, and processes.
Plant engineers are responsible for ensuring the efficiency and safety of plant operations.
They collaborate with different teams, such as maintenance, production, and quality control.
Examples of plant engineering projects include designing and implementing new production lines, optimizing...read more
Q139. Extempore:Honesty is best policy or not in today's world?
Honesty is still the best policy in today's world.
Honesty builds trust and credibility in personal and professional relationships.
Being honest promotes transparency and accountability.
Honesty fosters a positive work culture and encourages ethical behavior.
Examples: Companies that prioritize honesty in their operations tend to have better customer satisfaction and employee retention rates.
Examples: Honesty in financial transactions helps prevent fraud and maintain a stable eco...read more
Q140. Have you got any training in Telecom training institute.
Yes, I have received training in a Telecom training institute.
I have completed a course in telecommunications at XYZ institute.
During my previous job, I attended a training program on telecom infrastructure.
I have also completed an online course on telecom network design.
I am familiar with various telecom technologies such as 4G, 5G, and VoIP.
Q141. return the difference between maximum and minimum number’s count in an array.
Return the difference between maximum and minimum number's count in an array of strings.
Convert the array of strings to an array of integers
Use Math.max() and Math.min() to find the maximum and minimum numbers in the array
Count the occurrences of the maximum and minimum numbers using a loop
Return the difference between the counts
Q142. what are different types of cables
Different types of cables include coaxial, twisted pair, fiber optic, and USB.
Coaxial cable is used for cable TV and internet connections
Twisted pair cable is used for Ethernet connections
Fiber optic cable is used for high-speed data transmission over long distances
USB cable is used for connecting devices to a computer
Q143. Write a code to print the difference of a number and reverse that number
Code to print the difference of a number and its reverse
Convert the number to string
Reverse the string
Convert the reversed string back to number
Subtract the original number from the reversed number
Print the result
Q144. How much Brick required in 01 Cum ?
Approximately 500 bricks are required in 1 cubic meter.
Approximately 500 bricks are required in 1 cubic meter.
The number of bricks required can vary based on the size and type of bricks being used.
It is important to consider wastage and breakage when calculating the quantity of bricks needed.
Q145. 2. What is powder factor and how to calculate powder factor
Powder factor is the amount of explosive required to break a unit volume of rock in blasting operations.
Powder factor is calculated by dividing the total amount of explosive used by the volume of rock being blasted.
The formula for powder factor is: Powder Factor = Total mass of explosives / Volume of rock being blasted.
Powder factor is typically measured in units of kg/m3 or lb/yd3.
A higher powder factor indicates a more efficient use of explosives in breaking the rock.
Powder...read more
Q146. Explain exception handling, Multithreading, etc
Exception handling is a way to handle errors in code. Multithreading allows multiple threads to run concurrently.
Exception handling is used to catch and handle errors that occur during program execution.
It helps prevent the program from crashing and allows for graceful error handling.
Multithreading allows for multiple threads to run concurrently, improving program performance.
It can be used for tasks such as background processing, user interface updates, and network communica...read more
Q147. For and 100TR chilled water system desgin the pipe size, specify the components involved?
For a 100TR chilled water system, the pipe size and components involved are...
Pipe size should be determined based on the flow rate and pressure drop requirements
Components involved include chillers, pumps, cooling towers, air handling units, valves, and sensors
Chillers can be air-cooled or water-cooled and can use reciprocating, centrifugal, or screw compressors
Pumps are used to circulate the chilled water through the system
Cooling towers are used to reject heat from the sys...read more
Q148. How many databases you are familiar with except MySQL?
I am familiar with several databases other than MySQL.
I have experience with PostgreSQL, Oracle, MongoDB, and Microsoft SQL Server.
I am also familiar with NoSQL databases such as Cassandra and Couchbase.
I have worked with various cloud-based databases like Amazon RDS and Google Cloud SQL.
Q149. How many tube in 48 fibre cable.
The number of tubes in a 48 fibre cable varies depending on the specific cable design.
The number of tubes can range from 4 to 12 in a 48 fibre cable.
Each tube can contain multiple fibers, typically 4 to 12 fibers per tube.
The specific cable manufacturer and design will determine the number of tubes in a 48 fibre cable.
For example, a 48 fibre cable may have 6 tubes with 8 fibers in each tube.
Q150. How we civil engineer solved a technical problem on site?
Civil engineers solve technical problems on site by identifying the root cause, analyzing options, and implementing solutions.
Identify the root cause of the problem
Analyze possible solutions and their feasibility
Consider safety, cost, and time constraints
Implement the chosen solution and monitor its effectiveness
Communicate with team members and stakeholders throughout the process
Interview Questions of Similar Designations
Top Interview Questions for Project Engineer Related Skills
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month