Bachelors degree or foreign equivalent in Business Administration, any STEM field, or a related field. Must have one year of related work experience in the job offered or in a related occupation.br Candidate must also have one year of related work experience involving each of the followingbr Providing industry insight and analytical support using data mining, pattern matching, data visualization, and predictive modelling to produce analysis and algorithms, utilizing Microsoft MS Excel;br Utilizing SAP to transform scalable designs into technical solutions for clients in the Technology, Media, and Telecom industries;br Capturing business requirements through workshop sessions, creating highlevel design documents HLDD and implementing analytical solutions using Visual Basic for Applcations VBA on MS Excel;br Working across all phases of the Software Development Lifecycle SDLC for product and strategy insight solutions for enterpriselevel clients;br Designing and developing reports and dashboards to measure performance metrics of clients, utilizing MS PowerBI and Tableau; andbr Diagramming process flows, performing business requirement analysis, and documenting functional requirements using MS Project.

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 } });