Find Interview Questions for Top Companies
Edp renewables Interview Questions and Answers
Ques:- How do you prioritize tasks when everything seems urgent and subject to change
Right Answer:
I prioritize tasks by assessing their impact and urgency. I use a matrix to categorize them into four quadrants: urgent and important, important but not urgent, urgent but not important, and neither. I focus on completing tasks in the first two categories first. I also stay flexible and regularly reassess priorities as new information comes in or situations change.
Ques:- How do you approach adapting to new company cultures or working with diverse teams
Right Answer:
I approach adapting to new company cultures by observing and understanding the values and norms of the organization. I actively listen to my colleagues, ask questions, and seek feedback to align my work style with the team. When working with diverse teams, I embrace different perspectives, promote open communication, and foster an inclusive environment to ensure everyone feels valued and heard.
Ques:- How do you maintain productivity when faced with new or unfamiliar tasks
Right Answer:
I maintain productivity with new or unfamiliar tasks by breaking them down into smaller steps, prioritizing tasks, seeking clarification when needed, using available resources, and staying organized. I also set specific goals and deadlines to keep myself focused and motivated.
Ques:- How do you handle shifting priorities or sudden changes in project requirements
Right Answer:
I handle shifting priorities by staying flexible and open to change. I prioritize tasks based on the new requirements, communicate with my team to ensure everyone is aligned, and adjust my workflow to accommodate the changes while maintaining focus on project goals.
Ques:- Tell us about a situation where you had to learn a new skill or technology quickly to succeed in your role
Right Answer:
In my previous job, I was assigned to a project that required knowledge of a new programming language, Python. I had only a basic understanding of it, so I dedicated a week to online courses and tutorials. I practiced by building small projects and sought help from colleagues who were experienced in Python. By the end of the week, I was able to contribute effectively to the project, and we successfully met our deadlines.
Ques:- WHAT IS THE DIFFERENCE BETWEEN RELATIVE VIBRATION & ABSOLUTE VIBRATION REGARDING STEAM TURBINE
Right Answer:
Relative vibration refers to the vibration of a component (like a rotor) in relation to another component (like the casing) of the steam turbine, while absolute vibration measures the vibration of a component relative to a fixed point, such as the ground.
Ques:- Draw and explain the T–S and H–S diagram of the Rankine cycle.
Right Answer:

The Rankine cycle is a basic thermal cycle used in steam power plants to convert heat energy into mechanical work using water/steam.

🔧 4 Main Processes of the Rankine Cycle:

1. Process 1–2: Isentropic Compression (Pump)

  • Water is compressed in a pump from low to high pressure.

  • Temperature slightly increases.

  • In T–S: Vertical line up.

  • In H–S: Straight, steep rise.

2. Process 2–3: Constant Pressure Heat Addition (Boiler)

  • High-pressure water is heated and turned into high-pressure steam.

  • In T–S: Curve rising toward right.

  • In H–S: Curved or straight line rising.

3. Process 3–4: Isentropic Expansion (Turbine)

  • Steam expands in the turbine, doing work.

  • Pressure and temperature drop.

  • In T–S: Vertical line down.

  • In H–S: Slope down to right.

4. Process 4–1: Constant Pressure Heat Rejection (Condenser)

  • Steam is condensed into water at constant pressure.

  • In T–S: Horizontal line to the left.

  • In H–S: Horizontal drop.

📊 T–S Diagram:

markdown
T
| ● 3
| / \
| / \
| / \
| ● ●
| 2 4
| \ /
| \ /
| \ /
| ● 1
|________________ S

📈 H–S Diagram (Simplified):

markdown
H
| ● 3
| |
| |
| ● 2
| /
| /
| ● 1
| \
| \
| ● 4
|________________ S
Ques:- How does AS9100 address risk management
Right Answer:
AS9100 addresses risk management by requiring organizations to identify and assess risks that could affect product quality and safety. It emphasizes the need to implement actions to mitigate these risks and integrate risk management into the organization's processes, ensuring that risks are considered throughout the entire product lifecycle.
Ques:- Why extras are provided at top and bootom in a beam of slab?
Right Answer:
Extras are provided at the top and bottom of a beam or slab to accommodate bending moments and shear forces. The top reinforcement handles tension in the upper part due to bending, while the bottom reinforcement deals with tension in the lower part. This ensures structural integrity and prevents cracking.
Ques:- MEP In Mechanical
Right Answer:
MEP stands for Mechanical, Electrical, and Plumbing. It refers to the systems and services in a building that involve mechanical (HVAC), electrical (lighting, power), and plumbing (water supply, drainage) components, essential for the building's functionality and comfort.
Ques:- How can it help me in my role?
Right Answer:
Understanding project management principles can help you effectively plan, execute, and monitor projects, ensuring they are completed on time and within budget. It also enhances your ability to communicate with team members, manage resources efficiently, and mitigate risks, ultimately leading to successful project outcomes.
Ques:- Your three month project is about to exceed the projected budget after the first month. What steps will you take to address the potential cost overrun?
Right Answer:
1. Analyze the budget to identify the specific areas causing the overrun.
2. Review project scope and deliverables to determine if any adjustments can be made.
3. Communicate with the team to gather insights and suggestions for cost-saving measures.
4. Prioritize tasks and resources to focus on critical deliverables.
5. Explore options for reducing costs, such as negotiating with vendors or reallocating resources.
6. Update stakeholders on the situation and discuss potential solutions or adjustments to the budget.
7. Implement a revised budget plan and monitor expenses closely moving forward.
Ques:- How does Adaptive AUTOSAR support high-performance computing and service-oriented architecture
Right Answer:
Adaptive AUTOSAR supports high-performance computing and service-oriented architecture by providing a flexible framework that allows for the deployment of applications on powerful hardware platforms. It utilizes a service-oriented architecture (SOA) that enables communication between distributed components through well-defined interfaces, facilitating the integration of complex applications and services. This architecture supports dynamic deployment and scalability, allowing for efficient resource management and high-performance processing in automotive systems.
Ques:- What is AUTOSAR and why is it used in automotive software
Right Answer:
AUTOSAR (AUTomotive Open System ARchitecture) is a standardized software architecture for automotive systems that enables the development of scalable, reusable, and interoperable software components. It is used in automotive software to improve collaboration among manufacturers and suppliers, enhance software quality, and reduce development costs and time.
Ques:- What is performance tuning in ABAP and how do you improve performance
Right Answer:
Performance tuning in ABAP involves optimizing the code and database access to enhance the efficiency and speed of ABAP programs. To improve performance, you can:

1. Use efficient SQL queries (e.g., SELECT only necessary fields).
2. Minimize database accesses (e.g., use internal tables).
3. Avoid nested loops and use hash tables for faster lookups.
4. Utilize buffering for frequently accessed data.
5. Optimize the use of SELECT statements with proper WHERE conditions.
6. Use appropriate data types and structures.
7. Analyze and optimize the runtime using transaction ST05 (SQL Trace) and ST12 (Performance Analysis).
8. Implement parallel processing where applicable.
Ques:- What is the role of the assembler, linker, and loader in ARM compilation
Right Answer:
The assembler converts assembly language code into machine code (object files). The linker combines object files and resolves references between them to create an executable file. The loader loads the executable into memory and prepares it for execution.
Ques:- How do you manage configuration of the COM stack during integration
Right Answer:
To manage the configuration of the COM stack during integration, I follow these steps:

1. **Define Configuration Parameters**: Identify and define all necessary configuration parameters based on the system requirements and AUTOSAR specifications.

2. **Use ARXML Files**: Utilize ARXML files to describe the configuration of the COM stack, ensuring that all components are accurately represented.

3. **Toolchain Utilization**: Leverage AUTOSAR-compliant tools for configuration management, which can help automate the generation of configuration files and ensure consistency.

4. **Version Control**: Implement version control for configuration files to track changes and maintain a history of configurations.

5. **Integration Testing**: Conduct thorough integration testing to validate the configuration of the COM stack with other components, ensuring proper communication and functionality.

6. **Documentation**: Maintain clear documentation of the configuration process and decisions made for future reference and team alignment.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users