Job Description
Welders & Fabricators - Ballymoney Are you an experienced welder or fabricator seeking a stable, full time position? We are proud to partner with a multi award winning engineering company providing this opportunity! About the role:
1. Competitive pay rates from £12.45 to £16.00 per hour
2. Full time jobs
3. 39 hours a week
4. Monday to Thursday (6.00am to 6.15pm and 6.30am to 6.45pm)
5. Perks Card
6. Health Care Cash Plan
7. Life Assurance
8. Long term opportunity
9. 4 day week - Mon to Thu, 39hrs
Duties will include:
10. MIG Welding
11. Read and interpret technical drawings and blueprints
12. Assemble and fabricate metal structures to required specifications
13. Inspect and test welds for strength and accuracy
14. Maintain tools, equipment, and a clean working environment
15. Adhere to health and safety regulations and company quality standards
16. Work efficiently as part of a team to meet production deadlines
Criteria:
17. Relevant experience or qualified to NVQ Level 2
18. Ability to work independently and as part of a team
19. Be able to read drawings, specification and measuring tools
20. Skills & Weld test required
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
21. Share Vacancy on Facebook
22. Share Vacancy on X
23. Share Vacancy on LinkedIn
24. Share Vacancy on WhatsApp
25. Send Vacancy to a friend
// function selectJob() { var jobID = '35444'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //