Skip to main content

Component Engineer - Electrical at United Arab Emirates (UAE)

Component Engineer - Electrical




Date: 01-Aug-2018
Location: United Arab Emirates

 


Etihad Airways Engineering is part of Etihad Aviation Group, offering industry-leading aircraft maintenance and engineering solutions, including airframe maintenance, component repair, overhaul services and technical training in Abu Dhabi. We have a team of more than 2,000 professionals drawn from all over the world committed to meet and exceed the expectations of our customers.

We are pleased to announce an incredibly exciting opportunity to join the team at Engineer level. As a Component Engineer you will be responsible for translation and implementation of corporate vision and mission to the floor level. Technically monitor maintenance of aircraft components and return to service with on wing reliability and quality. Compliance to all Legal requirements of regulatory authorities.

JOB RESPONSIBILITIES

  • Develop ATE , NAV / COM & Instrument Shop procedures to meet the needs of the customers
  • Test and repair of ATE, NAV / COM & Instrument Shop components.
  • Technically monitor components during maintenance and release to service with on-wing reliability and quality
  • Ensure compliance of legal and regulatory authority requirements. Ensure SH &E standards are met at all times
  • Ensure Component TAT control and SG&A cost control at all times
  • Provide effective Manpower resources management - Productivity & utilization
  • Continuous review of processes to enhance the overall operation
  • Responsible for D3 release of components as a support to others
  • Develop skills and competencies of team members in order to improve competency levels and flexibility within the team.
  • To monitor the use of the section’s resources & finding ways to use the resources available more effectively

EDUCATION AND EXPERIENCE

  • Diploma or equivalent qualification in applicable technical, engineering or aviation or related fields
  • Extensive background/experience, minimum of 5 years in handling, Managing and leading technicians in component rectifications
  • D3 authorization.
  • Sound knowledge of work involvement
  • Must be holding OEM training
  • Excellent communication skills and fluent in English language ( “Spoken” and “Written”).
  • Computer literate (Excel/Word/Access/Email)


About Etihad Aviation Group
Headquartered in Abu Dhabi, the Etihad Aviation Group is a diversified global aviation and travel group with a business model driven by partnership and an innovative approach to growth. Etihad Aviation Group comprises five business divisions – Etihad Airways, the national airline of the United Arab Emirates; Etihad Airways Engineering; Etihad Airport Services; Hala Group; and Airline Equity Partners. For more information, please visit: etihad.com.
About Etihad Airways
From its Abu Dhabi base, Etihad Airways flies to 100 international passenger and cargo destinations with its fleet of 115 Airbus and Boeing aircraft. Etihad Airways, the national airline of the United Arab Emirates, was established by Royal (Emiri) Decree in July 2003, and in 2017 carried 18.6 million passengers. For more information, please visit: etihad.com, follow @EtihadAirways on Twitter and join Etihad Airways on Facebook.

Comments

Popular posts from this blog

DESIGN AND ANALYSIS OF ALGORITHMS – QUESTION BANK (CSE)

  ISL ENGINEERING COLLEGE DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING DESIGN AND ANALYSIS OF ALGORITHMS QUESTION BANK                                         BE III Year II Semester (A & B Sections) –PC 603 CS     Academic Year: 2020-21 SHORT ANSWER QUESTIONS   UNIT-I 1.       Why is an algorithm analysis required? 2.       State about UNION & FIND operations. 3.       List out the UNION algorithm using weighting rule. 4.       Given f(n)=10n 2 +4n+3, then prove that f(n)=O(n 2 ). 5.       List and define operations performed on sets? 6.       What do you mean by performance analysis of an algorithm? Explain. 7.       Explain the significance of input size of a problem. 8.       State the weighting, collapsing rules in sets. 9.       Explain set representation and write algorithm for FIND. 10.   Solve T(n)=3T(n/3)+√n. 11.   Define the terms direct recursive and indirect rec

Web Application Development (WAD)

Web Application Development (WAD) WEB APPLICATION AND DEVELOPMENT ( WAD) Notes Unit Wise Unit I INTRODUCTION   HTML   CSS   WEB APPLICATION FUNDAMENTALS   Unit II XML   Unit III JQuery   JSON Java Script Unit IV AngularJS   Unit V MEAN Stack   SMACK Stack LAB PROGRAMS:  Click Here Important Question for MID I :  Click here WAD Previous Question : Click Here TEXT BOOK:  Click Hear Course Code Course Title Core/Elective PC 601 IT WEB APPLICATION DEVELOPMENT Core Prerequisite Contact hours per week CIE SEE Credits L T D P - 3 1 - - 30 70 3 Course Objective:     Ø    To develop dynamic web applications using the concepts of HTML 5.0 and   CSS     Ø    To understand the document structure and schemas and represent data in  that format     Ø    To develop applications using Query and represent objects in JSON   notation    

DESIGN AND ANALYSIS OF ALGORITHMS – QUESTION BANK (IT)

  ISL ENGINEERING COLLEGE DEPARTMENT OF INFORMATION TECHNOLOGY DESIGN AND ANALYSIS OF ALGORITHMS QUESTION BANK BE III Year II Semester – PC 602 IT Academic Year: 2020-21 SHORT ANSWER QUESTIONS   UNIT-I 1.       Explain linear probing in Hashing with an example. 2.       Define Heap. 3.       List out the collision resolution techniques in hashing. 4.       Why is an algorithm analysis required? 5.       State about UNION & FIND operations. 6.       List out the UNION algorithm using weighting rule. 7.       Given f(n)=10n 2 +4n+3, then prove that f(n)=O(n 2 ). 8.       List and define operations performed on sets? 9.       What do you mean by performance analysis of an algorithm? Explain. 10.   Explain the significance of input size of a problem. 11.   State the weighting, collapsing rules in sets. 12.   Explain set representation and write algorithm for FIND. 17