High school diploma or foreign equivalent and 2 years of experience in the job offered. Must have past experience working in a FAA Certified Part 141 pilot school. Must have a valid US Commercial Pilot Certificate with ratings airplane single and multiengine land, instrument airplane. Must have a FAA Flight Instructor certificate gold seal, with ratings airplane single and multiengine, instrument airplane. Must have a FAA first class medical certificate.br br Please note that although this position is not designated as professional in Appendix A, the employer conducted the 3 additional recruitment steps.br br Qualifications of the foreign national Mr. Marras has been holding a valid US Commercial Pilot Certificate with ratings airplane single and multiengine land, instrument airplane since 10152019 Certificate No. 3570751. He has been holding a valid FAA Flight Instructor certificate gold seal, with ratings airplane single and multiengine, instrument airplane since 12302019 Certificate No. 3570751CFI. He also has a valid FAA first class medical certificate.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });