L2 Engineer

50+ L2 Engineer Interview Questions and Answers

Updated 25 Jun 2025
search-icon

Asked in TechnipFMC

2d ago

Q. What is the difference between radiography testing (RT) and ultrasonic testing (UT)?

Ans.

Radiography testing (RT) and ultrasonic testing (UT) are both non-destructive testing methods used to detect flaws in materials.

  • Radiography testing uses X-rays or gamma rays to create an image of the internal structure of an object, while ultrasonic testing uses high-frequency sound waves.

  • RT is typically used for thicker materials and can detect both surface and subsurface defects, while UT is more commonly used for thinner materials and can only detect surface defects.

  • RT pro...read more

2d ago

Q. What design patterns are you familiar with?

Ans.

Design patterns are reusable solutions to common software problems.

  • Creational patterns: Singleton, Factory, Abstract Factory, Builder

  • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

  • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

L2 Engineer Interview Questions and Answers for Freshers

illustration image

Asked in TechnipFMC

2d ago

Q. What are essential and non-essential variables?

Ans.

Essential variables are crucial for the functioning of a system, while non-essential variables are not necessary but may provide additional information.

  • Essential variables are required for the system to operate correctly.

  • Non-essential variables are not necessary for the system's basic functionality.

  • Essential variables are typically directly related to the core purpose of the system.

  • Non-essential variables may provide supplementary data or enhance the system's performance.

  • For ...read more

4d ago

Q. Write sample classes for Spring Boot, including entity, service, and controller layers, with proper annotations.

Ans.

Sample classes for Spring Boot entity, service, and controller layers with annotations

  • Create entity classes with @Entity and @Id annotations

  • Create service classes with @Service annotation and inject repository classes with @Autowired annotation

  • Create controller classes with @RestController and @RequestMapping annotations

  • Use @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping annotations for HTTP methods

  • Use @RequestBody and @PathVariable annotations for request paramete...read more

Are these interview questions helpful?

Asked in TechnipFMC

5d ago

Q. Do you know about MRB (Manufacturing Record Book)?

Ans.

Yes, MRB (Manufacturing Record Book) is a document that contains detailed information about the manufacturing process.

  • MRB is a comprehensive record of all activities related to manufacturing, including design, production, testing, and quality control.

  • It serves as a reference for future production runs and helps ensure consistency and quality.

  • MRB typically includes information such as engineering drawings, specifications, inspection reports, test results, and certifications.

  • It...read more

Asked in Apexon

3d ago

Q. Where did you use the concepts of OOPs in your project? Please explain with examples.

Ans.

OOPs concepts are used in my project for creating reusable and modular code.

  • I use inheritance to create a base class for common functionalities and then derive specific classes from it.

  • Encapsulation is used to hide the internal implementation details of a class and only expose necessary methods and properties.

  • Polymorphism allows me to use a single interface to represent different data types or objects.

  • Abstraction helps in defining the structure of classes without specifying t...read more

L2 Engineer Jobs

Amazon Development Centre (India) Pvt. Ltd. logo
Business Intel Engineer II, Amazon Gift Cards 2-6 years
Amazon Development Centre (India) Pvt. Ltd.
4.0
Bangalore / Bengaluru
American Express India logo
Engineer II 5-8 years
American Express India
4.1
₹ 19 L/yr - ₹ 32 L/yr
(AmbitionBox estimate)
Gurgaon / Gurugram
American Express India logo
Engineer II 4-9 years
American Express India
4.1
Gurgaon / Gurugram
4d ago

Q. Internal implementation of hash map and use comparator

Ans.

Hash map is an internal data structure that maps keys to values. Comparator is used to compare objects for sorting.

  • Hash map uses a hash function to map keys to indices in an array

  • Comparator is used to compare objects for sorting in collections like TreeSet or TreeMap

  • Example of hash map implementation in Java: HashMap

  • Example of using a comparator in Java: Collections.sort(list, comparator)

Q. Can you explain a concept from your studies in chemical process engineering and how it applies to real-world applications?

Ans.

One concept from my studies in chemical process engineering is mass transfer, which involves the movement of materials from one phase to another.

  • Mass transfer is crucial in industries such as pharmaceuticals, food processing, and environmental engineering.

  • Examples include the extraction of essential oils from plants using steam distillation, the separation of components in a chemical reaction using a distillation column, and the removal of pollutants from wastewater through a...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in BEML

1d ago

Q. How do you select which type of bearing is required for your machine drive?

Ans.

The type of bearing required for a machine drive is selected based on factors such as load, speed, lubrication, and operating conditions.

  • Consider the load and speed requirements of the machine drive

  • Choose between ball bearings, roller bearings, or plain bearings based on the application

  • Take into account the lubrication method and maintenance requirements

  • Consider the operating conditions such as temperature, vibration, and alignment

6d ago

Q. Describe the solutions you implemented for major and minor breakdowns you have attended.

Ans.

Major breakdowns include server crashes, while minor breakdowns may involve software glitches.

  • Major breakdown: Server crash - Solution: Restart server and investigate root cause

  • Minor breakdown: Software glitch - Solution: Update software or restart application

  • Major breakdown: Network failure - Solution: Check network connections and troubleshoot

  • Minor breakdown: Printer jam - Solution: Clear jammed paper and reset printer

Asked in Apexon

1d ago

Q. Did you manage a CI/CD pipeline in your project? If yes, what challenges did you face?

Ans.

Yes, I managed a CI/CD pipeline in my project.

  • Setting up automated testing was a challenge due to compatibility issues.

  • Integrating different tools and technologies caused some delays.

  • Ensuring smooth deployment across multiple environments required careful planning.

Asked in TechnipFMC

2d ago

Q. Can RT be replaced with UT examination?

Ans.

No, RT cannot replace UT examination.

  • RT (Radiographic Testing) and UT (Ultrasonic Testing) are two different non-destructive testing methods used in engineering.

  • RT uses X-rays or gamma rays to inspect the internal structure of an object, while UT uses sound waves to detect flaws or measure thickness.

  • Each method has its own advantages and limitations, and they are often used in combination to ensure comprehensive inspection.

  • For example, RT is effective for detecting internal d...read more

Asked in Intertek

5d ago

Q. What are WPS and PQR?

Ans.

WPS stands for Welding Procedure Specification and PQR stands for Procedure Qualification Record.

  • WPS is a document that provides detailed instructions on how to perform a specific welding procedure.

  • It includes information on welding parameters, materials, pre-weld and post-weld treatments, etc.

  • PQR is a record that documents the actual results of a welding procedure qualification test.

  • It includes details of the test, such as the welding process used, materials, test results, e...read more

2d ago

Q. How can you manage the line output during a line down situation?

Ans.

During a line down situation, managing line output involves troubleshooting, identifying the root cause, implementing solutions, and communicating with stakeholders.

  • Quickly troubleshoot to identify the root cause of the line down

  • Implement temporary solutions to restore line output if possible

  • Communicate with relevant teams and stakeholders to keep them informed

  • Work on permanent solutions to prevent future line down situations

  • Document the incident and steps taken for future re...read more

Q. How do you prioritize safety in chemical process design and operation?

Ans.

Safety in chemical process design and operation is prioritized through thorough risk assessments, implementing safety protocols, providing proper training, and continuous monitoring.

  • Conducting thorough risk assessments to identify potential hazards and risks in the chemical process

  • Implementing safety protocols and procedures to mitigate risks and prevent accidents

  • Providing proper training to all personnel involved in the process to ensure they are aware of safety measures and...read more

2d ago

Q. What is a brief overview of the PPAP (Production Part Approval Process) document?

Ans.

PPAP ensures that suppliers meet quality standards before mass production begins.

  • PPAP is a standardized process used in the automotive and manufacturing industries.

  • It includes documentation like design records, engineering change documents, and process flow diagrams.

  • The goal is to confirm that the production process can consistently produce parts that meet specifications.

  • An example of PPAP documentation is the Part Submission Warrant (PSW), which summarizes the approval statu...read more

5d ago

Q. What are the different types of material standards?

Ans.

Material standards ensure quality, safety, and performance in various industries through defined specifications and testing methods.

  • ASTM (American Society for Testing and Materials) - sets standards for materials like metals, plastics, and textiles.

  • ISO (International Organization for Standardization) - provides international standards for various materials and processes.

  • EN (European Norm) - standards used across Europe for materials, ensuring safety and compatibility.

  • SAE (Soc...read more

4d ago

Q. What countermeasures are taken by suppliers in response to abnormalities?

Ans.

Suppliers implement various countermeasures to address abnormalities, ensuring quality and compliance in their processes.

  • Conduct root cause analysis to identify the source of the abnormality.

  • Implement corrective actions, such as redesigning a faulty component.

  • Enhance quality control measures, like increasing inspection frequency.

  • Provide training to staff on new protocols to prevent recurrence.

  • Engage in continuous improvement initiatives, such as Six Sigma.

Asked in TechnipFMC

5d ago

Q. Do you know about QAP/ITP?

Ans.

Yes, QAP/ITP stands for Quality Assurance Plan/Inspection and Test Plan.

  • QAP/ITP is a document that outlines the quality assurance and inspection procedures for a project or product.

  • It includes details about the tests to be conducted, acceptance criteria, and responsibilities of different stakeholders.

  • QAP/ITP ensures that the project or product meets the required quality standards and specifications.

  • For example, in construction projects, a QAP/ITP may specify the tests to be p...read more

1d ago

Q. Which software is used in FTTX design?

Ans.

Software used in FTTx design

  • AutoCAD for creating network diagrams

  • Geographic Information System (GIS) for mapping

  • Optical Network Design and Planning (ONDAP) for fiber optic network planning

  • FiberPlanIT for designing and optimizing FTTx networks

  • Google Earth for visualizing network routes

  • Bentley Fiber for designing and documenting fiber networks

Asked in Qualcomm

4d ago

Q. Why is the direction of conventional current flow opposite to the direction of electron flow?

Ans.

The direction of current flow is opposite to the direction of electron flow due to historical convention.

  • The concept of current flow was developed before the discovery of electrons.

  • Benjamin Franklin proposed the convention of positive charge carriers, which led to the opposite direction of current flow.

  • In reality, electrons are negatively charged and flow from the negative terminal to the positive terminal of a power source.

  • However, the convention of current flow from positiv...read more

Q. 1. How can you handle wastege of material in site 2. Concrete tempreture test

Ans.

To handle waste material on site, proper planning, monitoring, and training of staff are essential. Concrete temperature tests are conducted to ensure the quality and strength of the concrete.

  • Implement a waste management plan to track and minimize material wastage on site

  • Train staff on proper handling and storage of materials to prevent wastage

  • Regularly monitor material usage and wastage to identify areas for improvement

  • Reuse or recycle materials whenever possible to reduce w...read more

5d ago

Q. 1.SFD & BMD diagrams 2.Design of beam column and footing 3.Stability of frames 4.Calculation of Wind/Seismic forces 5.Effective length of columns 6.Staad pro design parameters

Ans.

Understanding structural analysis and design principles is crucial for civil engineers to ensure safety and stability in constructions.

  • SFD & BMD Diagrams: Shear Force Diagram (SFD) and Bending Moment Diagram (BMD) are graphical representations used to analyze internal forces in beams.

  • Design of Beam, Column, and Footing: Structural elements must be designed to support loads safely; for example, a reinforced concrete beam must meet specific load-bearing criteria.

  • Stability of Fr...read more

5d ago

Q. What is STP and its working, Routing protocols like OSPF, BGP. Knowledge of TCP/UDP

Ans.

STP is a network protocol that prevents loops in Ethernet networks. OSPF and BGP are routing protocols used to exchange routing information.

  • STP (Spanning Tree Protocol) is used to prevent loops in Ethernet networks by creating a loop-free logical topology.

  • STP works by electing a root bridge and calculating the shortest path to the root bridge for each network segment.

  • OSPF (Open Shortest Path First) is an interior gateway protocol used for routing within an autonomous system.

  • O...read more

Asked in Qualigy Tech

5d ago

Q. Can we delete the primary key?

Ans.

No, primary keys should not be deleted as they uniquely identify each record in a database.

  • Primary keys are essential for maintaining data integrity and ensuring uniqueness of records.

  • Deleting a primary key can lead to data inconsistencies and errors in the database.

  • If a primary key needs to be changed, it is better to update it rather than delete it.

Asked in Apexon

6d ago

Q. How many test cases have you automated?

Ans.

I have automated approximately 500 test cases.

  • I have automated test cases for critical functionalities to ensure robustness.

  • I have automated regression test cases to save time and effort during testing.

  • I have automated boundary test cases to ensure the system handles extreme scenarios.

  • I have automated negative test cases to validate error handling.

  • I have automated performance test cases to assess system response under load.

  • Example: Automated login test cases, data validation ...read more

2d ago

Q. DB Migration steps from Postgre to MySQL both on application and DB side, Hibernate Dialects

Ans.

Migrating from PostgreSQL to MySQL involves careful planning, data transformation, and application adjustments, including Hibernate dialect changes.

  • Assess Compatibility: Review data types and features in PostgreSQL that may not have direct equivalents in MySQL, such as JSONB or array types.

  • Data Export: Use tools like pg_dump to export data from PostgreSQL and convert it into a format compatible with MySQL, such as CSV.

  • Schema Conversion: Adjust the database schema to match MyS...read more

5d ago

Q. Difference and least count of various measuring instrument

Ans.

Difference and least count of measuring instruments

  • Difference: Range of values that can be measured by the instrument

  • Least count: Smallest change in the quantity being measured that can be detected by the instrument

  • Examples: Vernier caliper - Difference: 0-150mm, Least count: 0.02mm; Micrometer screw gauge - Difference: 0-25mm, Least count: 0.01mm

5d ago

Q. Mapping for areas like temperature controlled rooms

Ans.

Mapping temperature controlled rooms involves creating a visual representation of temperature distribution within the space.

  • Use sensors to collect temperature data at various points in the room

  • Create a map or diagram showing temperature gradients and hot/cold spots

  • Implement HVAC systems to regulate temperature based on mapping results

Asked in BEML

6d ago

Q. How do you check the quality of mesh in FEM?

Ans.

Quality of mesh in FEM is checked by examining element shapes, aspect ratios, and convergence of results.

  • Check element shapes to ensure they are not distorted or skewed

  • Evaluate aspect ratios to ensure they are within acceptable limits

  • Verify convergence of results by refining the mesh and comparing results

1
2
Next

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.1k Interviews
Qualcomm Logo
3.8
 • 270 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

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

L2 Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits