Upload Button Icon Add office photos

Filter interviews by

ESPIC CONSULTING PVT.LTD Project Engineer Interview Questions, Process, and Tips

Updated 11 Sep 2020

ESPIC CONSULTING PVT.LTD Project Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. What are the equations of motion?
  • Ans. 

    Equations of motion describe the relationship between an object's motion and the forces acting upon it.

    • There are three equations of motion: v = u + at, s = ut + 1/2at^2, and v^2 = u^2 + 2as

    • v is final velocity, u is initial velocity, a is acceleration, t is time, and s is displacement

    • These equations can be used to solve problems related to motion in a straight line

    • They are derived from Newton's laws of motion

  • Answered by AI
  • Q2. Plot the P-V and T-S graph for Otto and diesel cycles.
  • Ans. 

    The P-V and T-S graphs for Otto and diesel cycles show the thermodynamic processes involved in these engines.

    • Otto cycle is a four-stroke cycle used in gasoline engines

    • Diesel cycle is a four-stroke cycle used in diesel engines

    • P-V graph shows the pressure-volume relationship during the cycle

    • T-S graph shows the temperature-entropy relationship during the cycle

    • Otto cycle has a higher compression ratio and lower efficiency ...

  • Answered by AI
  • Q3. Plot the graph for Carnot Cycle.
  • Ans. 

    Carnot Cycle is a theoretical thermodynamic cycle that is used to determine the maximum efficiency of a heat engine.

    • Carnot Cycle consists of four processes: isothermal expansion, adiabatic expansion, isothermal compression, and adiabatic compression.

    • The cycle operates between two heat reservoirs, a hot reservoir and a cold reservoir.

    • The efficiency of the Carnot Cycle is given by the formula: efficiency = 1 - (Tc/Th), w...

  • Answered by AI
  • Q4. What is the 1st law of thermodynamics?
  • Ans. 

    The 1st law of thermodynamics states that energy cannot be created or destroyed, only transferred or converted.

    • Energy is a conserved quantity

    • Heat and work are two ways energy can be transferred

    • The law applies to closed systems

    • Energy can be converted from one form to another

    • Examples include a car engine converting chemical energy to mechanical energy

    • Another example is a battery converting chemical energy to electrical e

  • Answered by AI
  • Q5. What is the news trending now a days?
  • Q6. Which is your favorite sport? Which is your favorite team?
  • Q7. What are your hobbies?
  • Q8. Unit conversions and scaling.
  • Q9. Have you read newspaper today?
  • Q10. Calculation of Galvanizing and Galvalume Lines.
  • Ans. 

    Galvanizing and Galvalume Lines are calculated based on production requirements and material specifications.

    • Calculate production requirements such as line speed, strip width, and coating thickness

    • Determine material specifications such as steel grade and coating type

    • Use these inputs to calculate the required equipment and process parameters

    • Consider factors such as line layout, material handling, and environmental contro...

  • Answered by AI
  • Q11. What have you observed in your career in the industries.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be confident
- Say No or Sorry if you really don't know the answer to any specific question.
- Have a look at the company's website and try to inquire about the work culture and scope of the company in the respective field.
- Be confident and stick to the salary you want, don't negotiate too much.
- Don't do show off ultimately you have to work with that company. (just an advise)
- Always ask interviewer for feed back..

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
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
-
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

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

(2 Questions)

  • Q1. What is Active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, and other network objects

    • Allows for authentication and authorization of users

    • Enables single sign-on for users across multiple applications

    • Supports group policies for managing security and access control

  • Answered by AI
  • Q2. What us office 365
  • Ans. 

    Office 365 is a cloud-based subscription service offered by Microsoft that includes access to various productivity tools and applications.

    • Includes applications like Word, Excel, PowerPoint, Outlook, and OneNote

    • Provides cloud storage through OneDrive

    • Offers collaboration tools like Teams and SharePoint

    • Allows access to the latest versions of the software

    • Subscription-based service with different plans available

  • Answered by AI

Project Engineer Interview Questions & Answers

Wipro user image Abhishek Rajendra Mandge

posted on 18 Dec 2024

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

General coding, basic mathematics.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Object-Oriented Programming (OOP)
  • Ans. 

    OOP 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.

    • 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 inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to reuse code from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class inherits properties and behaviors of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' to reuse common vehicle attribute

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding questions are asked in the test

Round 2 - Technical 

(2 Questions)

  • Q1. Basic coding pseudo codes
  • Q2. Basic code questions and oops
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Work and Time, Percentages

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between set and tuple
  • Ans. 

    Set is an unordered collection of unique elements, while tuple is an ordered collection of elements that can be of different data types.

    • Set does not allow duplicate elements

    • Tuple elements are accessed using index

    • Example of set: {1, 2, 3}

    • Example of tuple: (1, 'apple', True)

  • Answered by AI
  • Q2. Built in functions of string
  • Ans. 

    Built-in functions of string are pre-defined functions in programming languages that can be used to manipulate strings.

    • Some common built-in functions of string include: length(), substring(), toUpperCase(), toLowerCase(), trim(), indexOf(), charAt().

    • Example: str.length() returns the length of the string 'str'.

    • Example: str.substring(2, 5) returns the substring of 'str' starting from index 2 to 5.

    • Example: str.toUpperCase...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, it's easy to crack wipro interviews

Skills evaluated in this interview

ESPIC CONSULTING PVT.LTD Interview FAQs

What are the top questions asked in ESPIC CONSULTING PVT.LTD Project Engineer interview?

Some of the top questions asked at the ESPIC CONSULTING PVT.LTD Project Engineer interview -

  1. Plot the P-V and T-S graph for Otto and diesel cycl...read more
  2. What are the equations of moti...read more
  3. What is the 1st law of thermodynami...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ESPIC CONSULTING PVT.LTD interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
WNS Interview Questions
3.4
 • 957 Interviews
IQVIA Interview Questions
3.9
 • 453 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
TCE Interview Questions
3.8
 • 239 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
View all
ESPIC CONSULTING PVT.LTD Project Engineer Salary
based on 6 salaries
₹2.8 L/yr - ₹4.6 L/yr
40% less than the average Project Engineer Salary in India
View more details
Project Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹4.6 L/yr

Electrical Design Engineer
4 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Senior Accounts Executive
4 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Senior Project Engineer
4 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Project Engineer Mechanical
4 salaries
unlock blur

₹2.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare ESPIC CONSULTING PVT.LTD with

Wipro

3.7
Compare

Infosys

3.7
Compare

Tech Mahindra

3.6
Compare

WNS

3.4
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