Masters degree or foreign equivalent in Business Administration, any STEM field, or a related field. Must have three 3 years of related work experience in the job offered or in a related occupation. In the alternative, the employer will accept a Bachelors degree or foreign equivalent and five 5 years of progressive related work experience. Candidate must also have three 3 years of related work experience involving each of the followingbr br Coordinating mergers, acquisitions, carveouts, investment and financing structures, disposition alternatives, and posttransaction activities ;br Working across all phases of the MA lifecycle for the design, development, testing, implementation, and postimplementation efforts for MA engagements for enterpriselevel clients in technology and energy industries;br Developing complex synergy revenue and cost financial models which allow clients to evaluate business outcomes and plan for different scenarios as appropriate for the MA deal;br Conducting business plan reviews, operational due diligence, resource assessments, and MA implementation planning, using revenue cycle assessments, operational blueprinting methodology, and operational due diligence playbook;br Leading workshop sessions with client stakeholders to gather functional and technical requirements, analyzing client requirements, and translating requirements into project designs to deliver solutions that satisfy client needs;br Providing subject matter expertise across components of IT, including infrastructure, applications, IT operations, Active Directory, enduser computing, messaging, enterprise architecture and testing;br Tracking and reporting on project and milestone deliverable status to ensure timely project delivery, and communicating updates to internal and external stakeholders; andbr Collaborating, developing and mentoring staff, assessing engagement performance and participating in performing yearend reviews.br br Any suitable combination of education, training, or experience is acceptable.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });