Employer will accept a Masters degree in Telecommunications, or related field, and 24 months of work experience in job offered or in a production networkrelated occupation.br br Experience must include 6 months of experience in the followingbr br 1. Programming languages one or more of the following Python, Perl, CC, or Go for developing automation software or tooling;br 2. Configuring and troubleshooting routing protocols such as BGP or OSPFISIS;br 3. TCPIP transport;br 4. QA testing network devices for production networks or preproduction networks;br 5. Network Test Equipment such as Agilent or IXIA;br 6. QA of Network OS EOS, JunOS, or NXOS;br 7. Building Test Automation Frameworks; andbr 8. Developing network operations tools collections systems or software push systems.

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 } });