Add office photos
Employer?
Claim Account for FREE

Baker Hughes

4.0
based on 456 Reviews
Video summary
Filter interviews by

20+ Guru Kirpa Estate Agency Interview Questions and Answers

Updated 23 Dec 2024

Q1. What is difference between interface and abstract class?

Ans.

Interface defines only method signatures while abstract class can have method implementations.

  • An interface can be implemented by multiple classes while a class can extend only one abstract class.

  • An abstract class can have instance variables while an interface cannot.

  • An abstract class can have constructors while an interface cannot.

  • An abstract class can provide default implementations for some methods while an interface cannot.

  • Example: An interface for a shape can have a metho...read more

View 1 answer

Q2. Why is it important to monitor the bacteira in the oil field?

Ans.

Monitoring bacteria in oil field is crucial to ensure safety, prevent corrosion, and maintain production efficiency.

  • Bacteria can cause corrosion in pipelines and equipment, leading to costly repairs and downtime.

  • Certain bacteria can produce hydrogen sulfide gas, which is toxic and poses a safety risk to workers.

  • Bacteria can also reduce the efficiency of oil production by clogging pores and reducing flow rates.

  • Regular monitoring and treatment can prevent these issues and ensur...read more

Add your answer

Q3. How to communicate with components in angular?

Ans.

Components in Angular can communicate with each other using @Input, @Output, and services.

  • Use @Input to pass data from parent to child component

  • Use @Output to emit events from child to parent component

  • Use services to share data between components that are not directly related

  • Use RxJS subjects to create a shared data stream between components

View 1 answer

Q4. What is oops, explain them?

Ans.

Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

  • OOP is based on the concept of classes and objects.

  • It allows for encapsulation, inheritance, and polymorphism.

  • Encapsulation hides the internal details of an object and provides a public interface.

  • Inheritance allows classes to inherit properties and methods from other classes.

  • Polymorphism allows objects of different classes to be treated as objects of a common supercl...read more

View 1 answer
Discover Guru Kirpa Estate Agency interview dos and don'ts from real experiences

Q5. Why is it important to to monitor the produced wated process

Ans.

Monitoring produced water process is important for environmental compliance and cost savings.

  • Ensures compliance with environmental regulations

  • Identifies opportunities for cost savings through process optimization

  • Prevents contamination of water sources

  • Helps in identifying potential hazards and risks

  • Improves overall efficiency of the production process

Add your answer

Q6. What is difference between docker and kubernet?

Ans.

Docker is a containerization platform while Kubernetes is a container orchestration tool.

  • Docker is used to create, deploy, and run applications in containers.

  • Kubernetes is used to manage and orchestrate multiple containers in a cluster.

  • Docker provides a way to package and distribute applications in a portable manner.

  • Kubernetes provides features like automatic scaling, load balancing, and self-healing.

  • Docker is a lower-level technology while Kubernetes is a higher-level techno...read more

Add your answer
Are these interview questions helpful?

Q7. Why is it important to monitor the injected seawater?

Ans.

Monitoring injected seawater is important for ensuring safe and efficient oil production.

  • Seawater is used in oil production to maintain reservoir pressure and enhance oil recovery.

  • Monitoring helps to ensure that the seawater is of the correct quality and quantity.

  • If the seawater is not monitored properly, it can lead to corrosion, scaling, and other issues that can damage equipment and reduce production efficiency.

  • Regular monitoring can also help to identify potential problem...read more

Add your answer

Q8. What is view encapsulation in angular?

Ans.

View encapsulation is a feature in Angular that allows for the creation of isolated components.

  • View encapsulation ensures that styles defined in a component do not affect other components.

  • There are three types of view encapsulation: Emulated, Native, and None.

  • Emulated is the default and uses CSS to emulate shadow DOM.

  • Native uses the browser's native shadow DOM implementation.

  • None does not provide any view encapsulation and styles can leak out of the component.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. How to developing the quality and production?

Ans.

To develop quality and production, focus on training, process improvement, and effective communication.

  • Invest in training programs to enhance the skills of the welding team.

  • Implement process improvement initiatives to streamline operations and reduce errors.

  • Establish clear quality standards and regularly monitor and evaluate performance.

  • Encourage open communication between team members to address issues and share ideas.

  • Provide necessary resources and equipment to ensure effic...read more

View 3 more answers

Q10. 3. How to start the process, implement then execution

Ans.

The process can be started by identifying the need, creating a plan, and obtaining necessary resources. Implementation involves executing the plan and monitoring progress.

  • Identify the need for procurement

  • Create a plan that includes goals, timelines, and resources

  • Obtain necessary resources such as budget and personnel

  • Execute the plan by following the established timeline and goals

  • Monitor progress and make adjustments as needed

Add your answer

Q11. What is event emitter in angular?

Ans.

Event emitter is a class in Angular that allows communication between components.

  • Event emitter is used to emit custom events in Angular.

  • It allows communication between parent and child components.

  • It can be used to pass data from child to parent component.

  • It is a part of the @angular/core package.

  • Example: @Output() eventEmitter = new EventEmitter();

Add your answer

Q12. What is the documentation process and how many review stages?

Ans.

Documentation process involves planning, writing, reviewing, and publishing documents.

  • The documentation process typically includes planning the content, writing the document, reviewing it for accuracy and clarity, and publishing the final version.

  • Review stages may vary depending on the organization, but commonly include peer reviews, technical reviews, and final approval by stakeholders.

  • Examples of review stages include peer review by other technical writers, technical review...read more

Add your answer

Q13. Working of DC-DC power supply. How to select component.

Add your answer

Q14. The is the best way to choose Biocide treatment?

Ans.

The best way to choose Biocide treatment is by identifying the type of microorganisms present and selecting the appropriate biocide.

  • Identify the type of microorganisms present

  • Select the appropriate biocide based on the microorganism type

  • Consider the concentration and exposure time required for the biocide to be effective

  • Ensure the biocide is compatible with the system being treated

  • Regularly monitor and adjust the biocide treatment as needed

Add your answer

Q15. Which ASME standard is used for determining wall thickness?

Ans.

ASME B31.3 is used for determining wall thickness in mechanical components.

  • ASME B31.3 is the standard for process piping

  • It provides guidelines for determining minimum wall thickness based on factors like material, pressure, temperature, and corrosion allowances

  • Calculations involve formulas and tables provided in the standard

  • Example: ASME B31.3 specifies the wall thickness requirements for piping systems in chemical plants

Add your answer

Q16. EKS Cluster and its related configuration

Ans.

EKS is a managed Kubernetes service by AWS. It simplifies the deployment, scaling, and management of containerized applications.

  • EKS stands for Elastic Kubernetes Service

  • It is a fully managed service by AWS

  • It simplifies the deployment, scaling, and management of containerized applications

  • EKS uses Kubernetes as its container orchestration system

  • EKS supports both Linux and Windows containers

  • EKS can be configured using the AWS Management Console, AWS CLI, or AWS SDKs

  • EKS can be in...read more

Add your answer

Q17. What is JMS?What is difference between PUT and GET

Ans.

JMS is Java Message Service, a messaging standard that allows Java applications to communicate with each other asynchronously.

  • JMS provides a way for applications to send and receive messages in a loosely coupled, reliable, and asynchronous manner.

  • PUT and GET are HTTP methods used for RESTful web services, not JMS.

  • In JMS, messages are sent using the 'send' method and received using the 'receive' method.

  • JMS supports two types of messaging: point-to-point and publish-subscribe.

  • J...read more

Add your answer

Q18. tell us about the time you had repair an equipment and how you fix it

Ans.

I repaired a malfunctioning MRI machine by replacing a faulty component.

  • Diagnosed issue with MRI machine

  • Identified faulty component

  • Obtained replacement part

  • Installed new component

  • Tested machine to ensure proper functioning

Add your answer

Q19. How to create a springboot project

Ans.

To create a Spring Boot project, use Spring Initializr or Spring Tool Suite.

  • Use Spring Initializr to generate a project with required dependencies and settings

  • Or use Spring Tool Suite to create a new Spring Starter Project

  • Configure the project settings and dependencies as per requirements

  • Add necessary code and run the project using the embedded server

Add your answer

Q20. What are the ASME 16.34 standards?

Ans.

ASME 16.34 standards are guidelines set by the American Society of Mechanical Engineers for pressure and temperature ratings of valves.

  • ASME 16.34 standards specify pressure-temperature ratings, materials, design, testing, and inspection requirements for valves.

  • These standards ensure the safety and reliability of valves used in various industries.

  • For example, ASME B16.34 covers pressure-temperature ratings for steel flanged and buttweld end valves.

  • Compliance with ASME 16.34 st...read more

Add your answer

Q21. Explain your project in detail from frontend to backend

Ans.

Developed a web application for online shopping with user authentication and payment integration.

  • Frontend developed using React.js with responsive design for different screen sizes

  • Backend built with Node.js and Express.js for handling API requests

  • Database used MongoDB for storing product information and user data

  • Implemented user authentication using JWT tokens

  • Integrated payment gateway using Stripe API for secure transactions

Add your answer

Q22. Numpy code examples and optimisation

Ans.

Numpy is a powerful library for numerical operations in Python, with efficient array operations and mathematical functions.

  • Use vectorized operations instead of loops for better performance.

  • Avoid unnecessary copying of arrays to save memory.

  • Utilize broadcasting to perform operations on arrays of different shapes.

  • Use numpy functions like np.sum(), np.mean(), np.max(), etc. for efficient calculations.

  • Optimize code by profiling and identifying bottlenecks.

Add your answer

Q23. Optimise that code written

Ans.

Optimizing code for better performance and efficiency

  • Use built-in functions and libraries for faster execution

  • Minimize unnecessary loops and conditions

  • Avoid redundant code and optimize data structures

  • Implement caching or memoization for repetitive computations

Add your answer

Q24. Optimise python code

Ans.

Optimizing Python code involves improving efficiency and performance.

  • Use built-in functions and libraries instead of writing custom code

  • Avoid unnecessary loops and nested loops for better performance

  • Optimize data structures and algorithms for faster execution

Add your answer

Q25. Fats Information for job

Ans.

FATS information is an acronym for Fluids, Air, Temperature, and Steam, which are crucial elements in mechanical systems.

  • Fluids: Knowledge of different types of fluids used in mechanical systems, such as hydraulic fluids and lubricants.

  • Air: Understanding of air flow and pressure in mechanical systems, including pneumatic systems.

  • Temperature: Ability to monitor and control temperature levels in mechanical equipment to prevent overheating or freezing.

  • Steam: Familiarity with ste...read more

Add your answer

Q26. Projects in CV, welding, GD&T

Ans.

I have experience working on projects involving welding and applying GD&T principles.

  • Completed a project where I designed and welded a steel frame for a small vehicle

  • Utilized GD&T principles to ensure precise measurements and tolerances in a project involving machining parts for an assembly line

  • Familiar with interpreting engineering drawings and applying GD&T symbols accurately

Add your answer

More about working at Baker Hughes

HQ - Boston , Massachusetts, United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Guru Kirpa Estate Agency

based on 35 interviews
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 3.9k Interview Questions
3.5
 • 2.1k Interview Questions
3.8
 • 1.6k Interview Questions
3.6
 • 338 Interview Questions
3.6
 • 174 Interview Questions
4.2
 • 145 Interview Questions
View all
Top Baker Hughes Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter