Internal Audit and Review Consultant position

Internal Audit and Review Consultant position


The GSA intends to fill a vacancy for the position of Internal Auditor to perform internal audits and review of controls and processes to ensure strict compliance to internal policies and statutory requirements. This is a one year contract, renewable every year, based on performance. Employee/consultant will be required to work 2 days per month and paid a daily rate of an amount to be determined by the consultant and GSA.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })