NDT Level II Technician at WTS Energy
About this job
NDT Level II Technician at WTS Energy September, 2026 | MyJobMag window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SMD4ZL13FW'); { "@context": "http://schema.org", "@type": "JobPosting", "title": "NDT Level II Technician", "datePosted": "2026-09-11T08:13:49+01:00", "validThrough": "2026-09-25T00:00:00+0000", "hiringOrganization" : { "@type" : "Organization", "name" : "WTS Energy", "sameAs" : "https://www.myjobmag.com/jobs-at/wts-energy" }, "educationRequirements": { "@type" : "EducationalOccupationalCredential", "credentialCategory" : "associate degree"}, "employmentType": "Full Time", "experienceRequirements": { "@type" : "OccupationalExperienceRequirements", "monthsOfExperience" : "60" }, "industry": "Oil and Gas", "occupationalCategory":"Engineering / Technical", "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Port Harcourt", "addressRegion": "Rivers", "addressCountry": "NG" } }, "image":"https://www.myjobmag.com/company_logo/63363wts energy.png", "description": "<p><strong>Job Purpose</strong></p> <ul> <li>The ASNT Certified NDT Level II Technician is responsible for carrying out, interpreting, and reporting Non-Destructive Testing NDT activities on fabricated components, piping, structural assemblies, pressure-containing equipment, welds, and other critical assets within the fabrication yard.</li> <li>The role ensures that fabrication and welding activities comply with approved drawings, project specifications, applicable codes and standards, Inspection & Test Plans ITPs, client requirements, and applicable NDT procedures.</li> </ul> <p><strong>Responsibilities</strong><br /> NDT Inspection & Testing:</p> <ul> <li>Perform NDT examinations in accordance with approved procedures and applicable codes and standards.</li> </ul> <p>Conduct NDT examinations using applicable techniques, including:</p> <ul> <li>Visual Testing VT</li> <li>Dye/Liquid Penetrant Testing PT/LPT</li> <li>Magnetic Particle Testing MT/MPI</li> <li>Ultrasonic Testing UT</li> <li>Radiographic Testing RT, where qualified, authorized and appropriately controlled.</li> <li>Identify, evaluate and classify indications/discontinuities in welds, materials and fabricated components.</li> <li>Verify weld integrity at various stages of fabrication and repair.</li> <li>Carry out examination of butt welds, fillet welds, structural members, piping, pressure vessels, flanges, nozzles and other fabricated items as applicable.</li> <li>Ensure proper preparation and cleanliness of test surfaces before examination.</li> <li>Select appropriate NDT techniques based on material, weld configuration, thickness, accessibility and project requirements.</li> <li>Verify that NDT equipment is suitable, calibrated and fit for use before commencing examination.</li> </ul> <p>Interpretation & Evaluation:</p> <ul> <li>Interpret NDT results in accordance with approved procedures, acceptance criteria and applicable standards.</li> <li>Evaluate indications against relevant acceptance/rejection criteria.</li> <li>Identify defective or non-conforming welds and components.</li> <li>Recommend repair, re-examination or further investigation where required.</li> <li>Ensure that only qualified and acceptable components proceed to the next stage of fabrication.</li> </ul> <p>Documentation & Reporting:</p> <ul> <li>Prepare accurate NDT reports, examination records and inspection documentation.</li> <li>Maintain traceability of weld numbers, welder identification, material identification, test locations and NDT results.</li> <li>Ensure all NDT results are properly documented and submitted for QC/client review.</li> <li>Maintain confidentiality and integrity of inspection records.</li> </ul> <p>Quality Control & Fabrication Support:</p> <ul> <li>Work closely with Welding Inspectors, QC Inspectors, Welding Engineers, Fabrication Supervisors and Project Engineers.</li> <li>Participate in weld inspection and fabrication quality-control activities.</li> <li>Review fabrication drawings, weld maps, procedures and ITP requirements relevant to NDT activities.</li> <li>Confirm that required NDT examinations are performed at the appropriate fabrication stage.</li> <li>Support monitoring of weld repair rates and recurring weld defects.</li> <li>Participate in quality surveillance and inspection activities during fabrication.</li> <li>Raise Non-Conformance Reports NCRs where applicable and support corrective actions.</li> </ul> <p>Standards & Compliance</p> <ul> <li>Ensure NDT activities comply with applicable international codes, standards, and project specifications, such as: ASME, API, AWS, ISO, ASTM, Client/project specifications, Approved NDT procedures, and ITPs.</li> <li>Maintain current knowledge of NDT techniques, standards and industry practices.</li> <li>Ensure NDT activities are conducted within the scope of the individual’s certification and authorization.</li> <li>Comply with all company Quality, Health, Safety and Environmental QHSE requirements.</li> </ul> <p><strong>Candiates Profile / Qualification and Background</strong><br /> Minimum:</p> <ul> <li>OND/HND/B.Sc. in Engineering, Science, Metallurgy, Welding Technology or a related discipline; or relevant technical qualification.</li> <li>Valid ASNT NDT Level II certification in the applicable methods.</li> </ul> <p>Certification should cover the NDT methods required for the project, preferably:</p> <ul> <li>UT Level II</li> <li>MT Level II</li> <li>PT Level II</li> <li>VT Level II</li> <li>RT Level II, where applicable.</li> <li>Certification in accordance with ASNT SNT-TC-1A or applicable employer/client certification scheme.</li> </ul> <p>Experience:</p> <ul> <li>Minimum 5 -7years’ relevant experience in NDT inspection, preferably within Oil & Gas, petrochemical, marine, construction or heavy fabrication environments.</li> <li>Proven experience in an Oil & Gas fabrication yard is highly desirable.</li> <li>Experience inspecting carbon steel, stainless steel and other commonly used fabrication materials.</li> <li>Experience with piping, structural steel, pressure-containing components and welded assemblies.</li> <li>Experience working with client/third-party inspectors and maintaining inspection documentation.</li> <li>Practical knowledge of weld defects, welding processes and fabrication practices.</li> </ul>" } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } @keyframes slide { to { transform: translateX(4px); } } .prompt-link { display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 0.9rem; background: linear-gradient(to right, #2563eb, #9333ea); color: white; text-decoration: none; border-radius: 9999px; font-weight: 500; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; } .prompt-link:hover { transform: scale(1.02); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); background: linear-gradient(to right, #1d4ed8, #7e22ce); } .icon { width: 20px; height: 20px; } .prompt-link:hover .icon-scan { animation: pulse 2s infinite ease-in-out; } .prompt-link:hover .icon-arrow { animation: slide 0.3s forwards ease-out; }
Nigeria
Search for Jobs
AbiaAbujaAdamawaAkwa IbomAnambraBauchiBayelsaBenueBornoCross RiverDeltaEbonyiEdoEkitiEnuguGombeImoJigawaKadunaKanoKatsinaKebbiKogiKwaraLagosNasarawaNigerOgunOndoOsunOtherOyoPlateauRiversSokotoTarabaYobeZamfara
Administration / FacilitiesAgriculture / Agro-AlliedArt / Crafts / LanguagesAviation / AerospaceBankingBursary and ScholarshipsCaregiver / Nanny / Social WorkersCatering / ConfectioneryConstruction and Site EngineeringConsultancyContent, Editorial and JournalismCustomer Care, Success and ServiceData, Business Analysis and AIDrivingEducation / Teaching / TrainingEngineering / TechnicalEnvironment Health and SafetyFinance / Accounting / AuditFood, Beverage and HospitalityGeneralGraduate JobsHuman Resources / HRICT / ComputerInsuranceInternships Janitorial ServicesLegal and RegulatoryLogisticsManufacturingMarketing and CommunicationMedia Production and EntertainmentMedical / HealthcareNGO/Non-ProfitOil and Gas, Energy and MiningPharmaceuticalProcurement / Store-keeping / Supply ChainProduct ManagementProject and Program ManagementReal EstateResearch and DevelopmentRFP / RFQ / EOIRisk Management and ComplianceSales and Business DevelopmentScienceSecurity / IntelligenceShipping and MaritimeSports, Fitness and Personal CareStrategic and Top ManagementTravels and ToursUX, Design and ArchitectureVolunteer
BA/BSc/HNDFirst School Leaving CertificateMBA/MSc/MANCEONDOthersPhD/FellowshipProfessional CertificateSecondary School (SSCE)Vocational
Close
Detailed Search
Send this job to a friend
Type the email of your friend Enter your email Type Your Email Message I think you may be interested in this position - NDT Level II Technician at WTS Energy. This is the link: https://www.myjobmag.com/job/ndt-level-ii-technician-wts-energy?utm_source=email_friend. Copy and paste link on browser if link is not working. Check it out!
Did you notice an error or suspect this job is scam? Tell us.
Enter your email Type Your Message
(adsbygoogle = window.adsbygoogle || []).push({});
-
- NDT Level II Technician at WTS Energy
- View Jobs in Oil and Gas / View Jobs at WTS Energy
Posted: Sep 11, 2026
Deadline: Not specified
-
- @gmail.com
- @yahoo.com
- @outlook.com
-
(adsbygoogle = window.adsbygoogle || []).push({});
Learn How to Get a Job and Stay Ahead with AI Register for our Free Webinar
WTS Energy is the leading Consultant/Manpower Supply company to the international Oil, Gas and Energy industry. We supply Consultants to the Projects and Operations of our Clients. We also perform Outsourcing Services like Project Recruitment Campaigns and Workforce Management in Oil and Gas regions around the world. We operate globally with offices in 16 c...
NDT Level II Technician
- Job Type Full Time
- Qualification BA/BSc/HND , OND , Professional Certificate
- Experience 5 - 7 years
- Location Rivers
- City Port Harcourt
- Job Field Engineering / Technical 
Job Purpose
- The ASNT Certified NDT Level II Technician is responsible for carrying out, interpreting, and reporting Non-Destructive Testing (NDT) activities on fabricated components, piping, structural assemblies, pressure-containing equipment, welds, and other critical assets within the fabrication yard.
- The role ensures that fabrication and welding activities comply with approved drawings, project specifications, applicable codes and standards, Inspection & Test Plans (ITPs), client requirements, and applicable NDT procedures.
Responsibilities
NDT Inspection & Testing:- Perform NDT examinations in accordance with approved procedures and applicable codes and standards.
Conduct NDT examinations using applicable techniques, including:
- Visual Testing (VT)
- Dye/Liquid Penetrant Testing (PT/LPT)
- Magnetic Particle Testing (MT/MPI)
- Ultrasonic Testing (UT)
- Radiographic Testing (RT), where qualified, authorized and appropriately controlled.
- Identify, evaluate and classify indications/discontinuities in welds, materials and fabricated components.
- Verify weld integrity at various stages of fabrication and repair.
- Carry out examination of butt welds, fillet welds, structural members, piping, pressure vessels, flanges, nozzles and other fabricated items as applicable.
- Ensure proper preparation and cleanliness of test surfaces before examination.
- Select appropriate NDT techniques based on material, weld configuration, thickness, accessibility and project requirements.
- Verify that NDT equipment is suitable, calibrated and fit for use before commencing examination.
Interpretation & Evaluation:
- Interpret NDT results in accordance with approved procedures, acceptance criteria and applicable standards.
- Evaluate indications against relevant acceptance/rejection criteria.
- Identify defective or non-conforming welds and components.
- Recommend repair, re-examination or further investigation where required.
- Ensure that only qualified and acceptable components proceed to the next stage of fabrication.
Documentation & Reporting:
- Prepare accurate NDT reports, examination records and inspection documentation.
- Maintain traceability of weld numbers, welder identification, material identification, test locations and NDT results.
- Ensure all NDT results are properly documented and submitted for QC/client review.
- Maintain confidentiality and integrity of inspection records.
Quality Control & Fabrication Support:
- Work closely with Welding Inspectors, QC Inspectors, Welding Engineers, Fabrication Supervisors and Project Engineers.
- Participate in weld inspection and fabrication quality-control activities.
- Review fabrication drawings, weld maps, procedures and ITP requirements relevant to NDT activities.
- Confirm that required NDT examinations are performed at the appropriate fabrication stage.
- Support monitoring of weld repair rates and recurring weld defects.
- Participate in quality surveillance and inspection activities during fabrication.
- Raise Non-Conformance Reports (NCRs) where applicable and support corrective actions.
Standards & Compliance
- Ensure NDT activities comply with applicable international codes, standards, and project specifications, such as: ASME, API, AWS, ISO, ASTM, Client/project specifications, Approved NDT procedures, and ITPs.
- Maintain current knowledge of NDT techniques, standards and industry practices.
- Ensure NDT activities are conducted within the scope of the individual’s certification and authorization.
- Comply with all company Quality, Health, Safety and Environmental (QHSE) requirements.
Candiates Profile / Qualification and Background
Minimum:- OND/HND/B.Sc. in Engineering, Science, Metallurgy, Welding Technology or a related discipline; or relevant technical qualification.
- Valid ASNT NDT Level II certification in the applicable method(s).
Certification should cover the NDT methods required for the project, preferably:
- UT Level II
- MT Level II
- PT Level II
- VT Level II
- RT Level II, where applicable.
- Certification in accordance with ASNT SNT-TC-1A or applicable employer/client certification scheme.
Experience:
- Minimum 5 -7years’ relevant experience in NDT inspection, preferably within Oil & Gas, petrochemical, marine, construction or heavy fabrication environments.
- Proven experience in an Oil & Gas fabrication yard is highly desirable.
- Experience inspecting carbon steel, stainless steel and other commonly used fabrication materials.
- Experience with piping, structural steel, pressure-containing components and welded assemblies.
- Experience working with client/third-party inspectors and maintaining inspection documentation.
- Practical knowledge of weld defects, welding processes and fabrication practices.
(adsbygoogle = window.adsbygoogle || []).push({});
Check how your CV aligns with this job
Method of Application
Interested and qualified? Go to WTS Energy on www.wtsenergy.com to apply
Build your CV for free. Download in different templates.
-
Share
- .tg-subscribe{display:flex;flex-wrap:wrap;align-items:center;gap:10px;clear:both;margin:12px 0;padding:12px 14px;border:1px solid #d8dee5;border-radius:6px;background:#f7f9fb;}.tg-subscribe span{flex:1 1 200px;}.tg-subscribe a{display:inline-block;padding:10px 16px;background:#2481cc;color:#ffffff;border-radius:4px;text-decoration:none;}@media (max-width:520px){.tg-subscribe a{display:block;width:100%;text-align:center;box-sizing:border-box;}}
Get new Engineering / Technical jobs like this on Telegram.Subscribe on Telegram
-
Send your application
Your Name Your Email Your Phone Number Your Current Location Abia Abuja Adamawa Akwa Ibom Anambra Bauchi Bayelsa Benue Borno Cross River Delta Ebonyi Edo Ekiti Enugu Gombe Imo Jigawa Kaduna Kano Katsina Kebbi Kogi Kwara Lagos Nasarawa Niger Ogun Ondo Osun Other Oyo Plateau Rivers Sokoto Taraba Yobe Zamfara Subject of your Application Your cover letterAttach your CV/Doc
Join our WhatsApp Community Back To Home
Jobs You Might Be Interested in
- Shift Manager at Total Data Limited
- Maintenance Manager at Viju Industries Nigeria Limited
- Charging Attendant at HOP Mobile Transport Limited
- Solar Installation Engineer at Power Ark Infrastructure Ltd
- Field Operator III at Nautilus Nigeria Engineering and Construction Limited
- Solar Installation Engineer at BlueWave New Energy Technology Nigeria Company Limited
- QA/QC Officer at Iron Products Industries Limited
- Mechanical Design Engineer at Iron Products Industries Limited
- Contracts Advisor III at Nautilus Nigeria Engineering and Construction Limited
- Electrical & Utilities Maintenance Engineer at Prime Harvest Fertilizers Ltd.
- Fleet / Truck Maintenance Supervisor at Creseada International Limited
- Blow-Fill-Seal Machine Operator at Viju Industries Nigeria Limited
- Electrician Expert at Viju Industries Nigeria Limited
- Maintenance Expert at Viju Industries Nigeria Limited
- Welder at Viju Industries Nigeria Limited
Find Your Dream Job!
Signup and complete your profile so we can match you with the right employer
- @gmail.com
- @yahoo.com
- @outlook.com
Related Companies Hiring Now
- Oando Jobs
- Shell Petroleum Development Company Jobs
- Wartsila Marine Jobs
- WTS Energy Jobs
- STAT MARINE Jobs
- ZEZ Nigeria Limited Jobs
- COISCO Jobs
- DESAC Energy Jobs
Average Salary at WTS Energy
₦ 544K from 1 employee
Checkout salary structure of WTS Energy »
Mysalaryscale.com
- Popular Jobs
- Business Development Executive (IT Solutions & Partnerships) at a Reputable Company
- Performance Management Specialist / KPI Specialist at BlueWave New Energy Technology Nigeria Company Limited
- Chief Security Officer at Venmac Resources Limited
- Teacher at Desire British Standard School
- Digital Growth and Communication Manager at Stella Maris High School
- Librarian at a NGO in Igbo-Ukwu
- Physics / Chemistry Teacher at Best Choice Educational Consultant
- Senior Production Geologist at WTS Energy
- Teachers at Pinefield Schools
- Social Media / Admin Personnel at Zoom Incorporated
Career Advice
- Average Salaries in Nigeria in 2026 This guide brings together the average salary in Nigeria based on recent 2026 salary benchmarks. Salaries are listed by industry, experience level and city to give jobseekers, employers and HR professionals a more useful picture of salary levels in Nigeria in 2026.
- The 2026 / 2027 Nestlé Nigeria Community Scholarship This scholarship is open exclusively to indigenes or residents of Agbara, Abaji, Manderigi, Obafemi Owode and Sagamu.
- Top Hiring Mistakes Nigerian Employers Make and How Recruitment Agencies Help In this article, we'll explore the most common hiring mistakes Nigerian employers make and how recruitment agencies solve them.
- Best Freelance Skills You Need to Earn in USD This article discusses the best freelance skills to learn if you want to earn in USD and shares tips on how you can get your first interantional client.
(adsbygoogle = window.adsbygoogle || []).push({});
Subscribe to Job Alert
Join our happy subscribers
- @gmail.com
- @yahoo.com
- @outlook.com
-
- Job Links
- Jobs in Lagos
- Jobs in Abuja
-
- Myjobmag Sites
- MyJobMag Ghana
- MyJobMag Kenya
- MyJobMag Nigeria
- MyJobMag South Africa
- MyJobMag UK
About Contact Privacy Policy Terms [email protected] Copyright © 2026 MyJobMag
/* First party identity cookie fallback for pages where PHP could not set it. */ (function () { if (!/(^|; )mjm_p=[0-9a-f]{40}/.test(document.cookie)) { var b = new Uint8Array(20); (window.crypto || window.msCrypto).getRandomValues(b); var t = Array.prototype.map.call(b, function (x) { return ('0' + x.toString(16)).slice(-2); }).join(''); var d = new Date(); d.setTime(d.getTime() + 365 * 86400 * 1000); document.cookie = 'mjm_p=' + t + ';expires=' + d.toUTCString() + ';path=/;SameSite=Lax' + (location.protocol === 'https:' ? ';Secure' : ''); } })(); window.WPUSH_CFG = { vapid: "BBoSD3sQU8DtltcGAIMYOJtzP61dwmYtPP3pC7OFu8ckOBHeQW-k5y3xkNXetOUZAPuOYAAXC27w9dwg-u3S1fY", country: 1, prefsUrl: '/push/preferences.php' };
Send your application through
//setTimeout('abcdload()',2000); var ele = document.getElementById('tooltip'); var sel = window.getSelection(); var rel1= document.createRange(); rel1.selectNode(document.getElementById('cal1')); var rel2= document.createRange(); rel2.selectNode(document.getElementById('cal2')); document.getElementById("printable").addEventListener('mouseup', function(e) { if (!sel.isCollapsed) { // debugger; if(validateEmail(sel)) { //if(document.getElementById('cal3').innerText !=sel ){ pointer =0; } //document.getElementById('cal3').innerText=sel; var r = sel.getRangeAt(0).getBoundingClientRect(); var rb1 = rel1.getBoundingClientRect(); var rb2 = rel2.getBoundingClientRect(); ele.style.top = (r.bottom - rb2.top)*100/(rb1.top-rb2.top) + 'px'; ele.style.left = (r.left - rb2.left)*100/(rb1.left-rb2.left) + 'px'; var links=ele.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { var s = links[i].href; var ar=links[i].href.split('to='); links[i].href=ar[0]+'to='+sel; } ele.style.display = 'block'; } } event.preventDefault(); }); window.addEventListener('mousedown', function () { }); document.body.onmousedown = function(e) { var crtElem = e.target; while (crtElem != null && crtElem != ele) { crtElem = crtElem.parentNode; } if (crtElem != ele) { ele.style.display = 'none'; } } window.OneSignalDeferred = window.OneSignalDeferred || []; OneSignalDeferred.push(async function(OneSignal) { await OneSignal.init({ appId: "1303cfc0-76b0-4cee-aa4e-a39538e2319a", }); }); (function(){function c(){var b=a.contentDocument||(a.contentWindow&&a.contentWindow.document);if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a3af8a1f9ef2b8e1',t:'MTc4OTM5MDQ1OA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();Market insight
Similar jobs
Lecturer I - Civil Engineering
Primary Class Teachers
Nursery Class Teachers
Cleaner
Experienced Early Years / Nursery Teachers
Procurement Officers
Frequently asked questions
What salary can I expect?
This listing does not show a salary. Similar roles in Nigeria often pay around 1 500 000 ₦ (median of 56 offers).
How do I apply for this job?
Open the original source page and contact the employer there. Finder never charges job seekers.
Are these jobs up to date?
Yes. Finder regularly refreshes vacancies from public sources and removes closed offers.