Project Engineer
200+ Project Engineer Interview Questions and Answers for Freshers

Asked in Hindustan Construction Company

Q. What is a borehole and what are its uses?
Proholes is not a known term in engineering. No data available.
Asked in Subhas Singh Choudhary Construction

Q. What is the safe bearing capacity?
Safe bearing capacity refers to the maximum load that a soil can support without experiencing failure or excessive settlement.
Safe bearing capacity is an important factor in the design and construction of foundations for structures.
It is determined through geotechnical investigations and soil testing.
The safe bearing capacity varies depending on the type and characteristics of the soil.
For example, cohesive soils like clay have lower safe bearing capacity compared to granular...read more

Asked in Synopsys

Q. What is the difference between a latch and a flip-flop?
Latch is level triggered and flip flop is edge triggered. Flip flop has clock input while latch does not.
Latch is level triggered, while flip flop is edge triggered
Flip flop has a clock input, while latch does not
Latch is asynchronous, while flip flop is synchronous
Flip flop stores data in two stable states (0 or 1), while latch stores data in one stable state
Examples: SR latch, D flip flop

Asked in ABB

Q. factors to consider for Lighting Calculation
Factors to consider for lighting calculation include type of space, desired lighting levels, fixture efficiency, and lighting layout.
Type of space (office, warehouse, retail, etc.)
Desired lighting levels (measured in lux or foot-candles)
Fixture efficiency (lumens per watt)
Lighting layout (spacing and placement of fixtures)
Natural lighting sources (windows, skylights)
Color rendering index (CRI) for accurate color representation
Lighting controls (dimming, sensors)
Energy efficie...read more

Asked in CIMCON Software

Q. What is a Programmable Logic Controller?
A Programmable Logic Controller (PLC) is a digital computer used for automation of electromechanical processes.
PLCs are used in industrial control systems to automate processes such as manufacturing, packaging, and assembly.
They are programmed using ladder logic or other programming languages to control inputs and outputs.
PLCs can communicate with other devices such as sensors, actuators, and human-machine interfaces.
They are reliable, rugged, and designed to operate in harsh...read more

Asked in Wipro

Q. Given a matrix, print it in spiral form.
The algorithm prints a given matrix in a spiral form.
Iterate through the matrix in a spiral pattern
Keep track of the boundaries of the spiral
Print the elements in the spiral order
Project Engineer Jobs




Asked in NCCCL

Q. How many blocks are required per square meter?
The number of blocks required in m2 depends on the size of the blocks and the area to be covered.
The size of the blocks should be known to calculate the number required.
The area to be covered in m2 should also be known.
Divide the area by the size of each block to get the number of blocks required.
For example, if the area is 100 m2 and each block covers 1 m2, then 100 blocks would be required.

Asked in Hindustan Construction Company

Q. How would you cut a 150-meter hill with a 60-degree slope?
Cutting 150 hill in 60 degree slope requires careful planning and execution.
Conduct a thorough survey of the area to determine the best approach
Use heavy machinery such as excavators and bulldozers to remove the hill
Ensure safety measures are in place to prevent accidents
Consider environmental impact and take necessary precautions
Consult with experts in the field for advice and guidance
Share interview questions and help millions of jobseekers 🌟

Asked in Wipro

Q. Self intro ,what is variable , what is class ,
I am a project engineer with knowledge of variables and classes.
A variable is a container that holds a value or reference to a value.
A class is a blueprint for creating objects that defines its properties and methods.
Variables can be declared within a class and used to store values specific to that class.
Classes can be used to create multiple instances of objects with the same properties and methods.
Variables and classes are fundamental concepts in object-oriented programming...read more

Asked in TCS

Q. What is a constructor?
A constructor is a special method used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can have parameters to initialize object properties.
They can be overloaded to have multiple versions with different parameters.
Example: public class Car { public Car(String color) { ... } }

Asked in Wipro

Q. What is a superclass?
A superclass is a class that is inherited by one or more subclasses, providing them with common attributes and behaviors.
A superclass is also known as a base class or parent class.
It defines the common characteristics and behaviors that the subclasses inherit.
Subclasses can add additional attributes and behaviors specific to them.
Superclasses promote code reusability and maintainability.
For example, in a vehicle hierarchy, 'Vehicle' can be a superclass with subclasses like 'C...read more

Asked in Wipro

Q. What is a try/catch block?
A try/catch block is used in programming to handle exceptions and prevent the program from crashing.
A try/catch block is used to catch and handle exceptions in a program.
The code inside the try block is executed, and if an exception occurs, it is caught and handled in the catch block.
The catch block contains the code that handles the exception, such as displaying an error message or logging the error.
Using try/catch blocks helps in preventing the program from crashing and all...read more

Asked in CIMCON Software

Q. Prepare a ladder logic diagram for the given problem.
Ladder logic diagram for controlling a motor based on start and stop conditions.
Use normally open (NO) contacts for start and stop buttons.
Include a latch circuit to keep the motor running after the start button is released.
Add a normally closed (NC) contact for the stop button to interrupt the circuit.
Example: Start button energizes the motor; stop button de-energizes it.

Asked in Wipro

Q. How would you solve a Fibonacci series problem?
The Fibonacci series problem can be solved using a recursive function or an iterative loop.
Use a recursive function to calculate the Fibonacci series.
Implement an iterative loop to generate the Fibonacci series.
Store the results in an array for easy access and manipulation.

Asked in Wipro

Q. What is database integrity?
Database integrity refers to the accuracy and consistency of data stored in a database.
Ensuring data is accurate and consistent
Preventing unauthorized access or modification of data
Maintaining data quality through validation and verification
Implementing backup and recovery procedures
Examples: referential integrity, data constraints, transaction management

Asked in TCS

Q. What is normalization?
Normalization is the process of organizing data in a database to eliminate redundancy and improve data integrity.
Normalization helps in reducing data redundancy by breaking down a large table into smaller, more manageable tables.
It ensures that each piece of data is stored only once, reducing storage space and improving efficiency.
Normalization also helps in maintaining data integrity by preventing update anomalies and inconsistencies.
There are different levels of normalizati...read more

Asked in Wipro

Q. What are stack and heap memory?
Stack and heap memory are two types of memory allocation in computer systems.
Stack memory is used for static memory allocation and is managed by the CPU.
Heap memory is used for dynamic memory allocation and is managed by the programmer.
Stack memory is limited in size and is used for storing local variables and function calls.
Heap memory is larger in size and is used for storing objects and data structures.
Stack memory is faster to access than heap memory.
Heap memory can lead ...read more

Asked in ABB

Q. Environment conditions for Panel installation
Environment conditions such as temperature, humidity, and cleanliness are crucial for panel installation.
Temperature should be within specified range to prevent damage to components.
Humidity levels should be controlled to avoid condensation and corrosion.
Cleanliness is important to prevent dust and debris from affecting performance.
Proper ventilation is necessary to prevent overheating.
Avoid exposure to direct sunlight or extreme weather conditions.
Consider environmental fact...read more

Asked in Kerala State Electricity Board

Q. What is Ohm's Law?
Ohm's law states that the current through a conductor between two points is directly proportional to the voltage across the two points.
Ohm's law is represented by the equation I = V/R, where I is the current, V is the voltage, and R is the resistance.
It applies to conductors that are linear and have a constant temperature.
Ohm's law is used in electrical engineering to design and analyze circuits.
For example, if the voltage across a resistor is increased, the current through t...read more

Asked in Wipro

Q. Write a program to check if a year is a leap year or not.
A program to check if a year is a leap year or not.
A year is a leap year if it is divisible by 4, but not divisible by 100, except if it is divisible by 400.
Use modulo operator to check if the year is divisible by 4, 100, and 400.
If the year is divisible by 4 and not by 100, or divisible by 400, then it is a leap year.

Asked in Experion Technologies

Q. Explain all the OOPS concepts.
Object-oriented programming concepts that help in designing and implementing software systems.
Encapsulation: Bundling of data and methods into a single unit (class) to hide implementation details.
Inheritance: Ability to create new classes (derived classes) from existing classes (base classes) to reuse code and extend functionality.
Polymorphism: Ability of objects of different classes to respond to the same message in different ways.
Abstraction: Representing essential features...read more

Asked in Wipro

Q. Will you sign the service bond?
I am willing to sign the service bond.
I understand the importance of a service bond and I am willing to commit to it.
I am confident in my abilities to fulfill the requirements of the position.
I am committed to the success of the project and the company.
I am open to discussing the terms of the service bond.

Asked in C DOT

Q. How can metastable states be avoided?
Metastable problem can be removed by carefully designing the system to prevent sudden changes in input signals.
Ensure proper grounding and shielding to minimize external interference.
Use filtering techniques to remove noise from input signals.
Implement hysteresis in the system to prevent rapid switching between states.
Calibrate sensors and components regularly to maintain accuracy.
Utilize feedback control systems to stabilize the system.
Example: In a temperature control syste...read more

Asked in Infosys

Q. What are ACID properties?
ACID properties are a set of properties that ensure reliability and consistency in database transactions.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single, indivisible unit of work.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere with each other.
Durability ensures that once a transaction is commit...read more

Asked in Wipro

Q. What is a Database Management System (DBMS)?
A DBMS is software that facilitates the creation, management, and manipulation of databases.
Stores data in a structured format, allowing for easy access and management.
Supports data integrity and security through user permissions.
Examples include MySQL, Oracle, and Microsoft SQL Server.
Enables data retrieval using query languages like SQL.
Facilitates multi-user access and concurrent transactions.

Asked in Batco

Q. Do you have knowledge about commissioning?
Yes, commissioning is the process of ensuring that a system or equipment is fully operational and meets the required specifications.
Commissioning involves testing, verifying, and documenting the performance of a system or equipment.
It includes activities such as installation, inspection, calibration, and functional testing.
Commissioning is important to ensure that the system or equipment is safe, reliable, and efficient.
Examples of systems that require commissioning include H...read more

Asked in JSW Bhushan Power & Steel

Q. Utilities, gases and water quality and type required for casting shop.
The casting shop requires utilities such as electricity, compressed air, natural gas, and water of specific quality and type.
Electricity is required for powering the equipment and lighting.
Compressed air is used for cleaning and operating pneumatic tools.
Natural gas is used for heating the furnaces.
Water of specific quality and type is required for cooling and cleaning purposes.
Water quality should be free from impurities and hardness.
Water type can be either fresh or recycle...read more

Asked in Wipro

Q. What are scanf() and printf() functions in the C language?
scanf() and printf() are functions in C language used for input and output operations respectively.
scanf() is used to read input from the user, while printf() is used to display output to the user.
scanf() requires the use of format specifiers to specify the type of input being read.
printf() also uses format specifiers to format the output being displayed.
Example: scanf("%d", &num) will read an integer input from the user and store it in the variable num.
Example: printf("Hello...read more

Asked in Hindustan Construction Company

Q. How do we protect cavities in tunnels?
Cavity in tunnels can be protected by using various methods.
Waterproofing the tunnel lining
Using grouting techniques to fill the cavity
Installing drainage systems to prevent water accumulation
Regular inspections and maintenance
Using shotcrete to reinforce the tunnel lining
Applying rock bolts to stabilize the surrounding rock
Using steel ribs to support the tunnel lining

Asked in Hindustan Construction Company

Q. How do we provide protection at a height of 150m?
Protection in 150m height can be achieved through various means.
Use of safety harness and fall protection equipment
Installation of guardrails and safety nets
Implementation of a comprehensive safety plan
Regular inspection and maintenance of equipment
Training and education of workers on safety procedures
Interview Questions of Similar Designations
Interview Experiences of Popular Companies





Top Interview Questions for Project Engineer Related Skills

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

