 
        
        Job Description
Quality Inspector - Northern Ireland Housing Executive - Belfast Do you have a construction related degree with experience in carrying out construction maintenance on property? Apply today to find out about a career in the Public Sector. About the role:
 1. £16.37 per hour
 2. Monday to Friday (9am - 5pm)
 3. 37 hours a week
 4. Holidays: 35 days annual leave
What you'll be doing in this role:
 5. Inspection and measurement service on allocated construction sites.
 6. Ensuring contract standards are maintained in respect of Statutory Regulations, materials and workmanship.
 7. Inspection of records reports and measures works completed at various stages throughout construction.
 8. Maintaining detailed records.
What you'll need for this role:
 9. A degree or equivalent qualification in a Technical/Construction related discipline, plus 2 years’ post qualification experience in Construction maintenance.
 10. OR a BTEC Higher Certificate/Diploma or equivalent qualification in a Technical/Construction related discipline, plus 3 years’ post qualification experience in Construction maintenance.
 11. OR 4 years’ relevant experience in Construction maintenance may also be considered.
 12. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
 13. Share Vacancy on Facebook
 14. Share Vacancy on X
 15. Share Vacancy on LinkedIn
 16. Share Vacancy on WhatsApp
 17. Send Vacancy to a friend
// function selectJob() { var jobID = '36207'; 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'); //