Job Description
Trainee Laboratory Technician - Coleraine - Full Time Do you want to gain experience in a Lab environment ? Are you looking for an immediate, full time role? This position is ideal for anyone looking to build upon their current lab skills, retrain in a different industry or change careers. £Negotiable salary Full time hours Immediate start Long established manufacturer As an integral part of the Laboratory Team, you will work to ensure timely testing of raw materials and finished products at all stages throughout the production process. Duties will include: Conducting Internal quality assurance testing including (microbiological, chemical and organoleptic) Record and maintain a database of test results Collection, preparation and/or testing of samples across the production process Cleaning & Maintaining laboratory and testing equipment Writing and delivering Laboratory/Testing reviews/reports to Senior Staff as required organoleptic qualities (smell and taste test), carrying out chemical, physical and microbiological testing of raw materials, intermediates and finished dairy products. This is an essential part of the role. Criteria: Previous experience in a similar role desirable but not essential as full training given Excellent attention to detail Strong communication skills both written and verbal Good IT skills
DO NOT USE: Criteria
Benefits
ApplyShare with a Friend
// function selectJob() { var jobID = '13302'; 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'); //