CDIil y a 6 jours

Consultant

Non precisé
Post A Job Post A Job Consulting & Strategy Hospi

Description du poste

window.notificationMessages = []; Find a Job + + + + Search const TopSearch = {
handleSubmit: function (event) {
event.preventDefault();
event.stopPropagation();

const form = event.target;

const getValue = (name) => {
if (form[name]) {
if (form[name].type) {
if (["select-one", "text", "hidden"].indexOf(form[name].type) > -1) {
return form[name].value;
}
if (["checkbox", "radio"].indexOf(form[name].type) > -1 && form[name].checked) {
return form[name].value;
}
} else if (form[name].length) {
return form[name].value;
}
}

return "";
};

const experienceLevel = getValue("experience[]") || getValue("experience");
const jobFunction = getValue("job_function[]") || getValue("job_function");
const industry = getValue("industry[]") || getValue("industry");
const location = getValue("location[]") || getValue("location");
const workType = getValue("work_type");
const term = getValue("q");
const sortBy = getValue("sort_by");

// If the logged in user is authenticated
// Append authenticated value to make url unique/different to logged out url
// same action is happening in SearchFilterViewComposer
// line 589 in the multiSearchFilterHref function
const authenticated = document.getElementById("authenticated").value;
let toUrl = "";
if (industry.trim() && jobFunction.trim()) {
const segments = [jobFunction, location, workType].filter((x) => x);
toUrl = `${segments.join("/")}?industry=${industry}`;
} else {
const segments = [jobFunction, industry, location, workType].filter((x) => x);
toUrl = segments.join("/");
}

if (experienceLevel) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}experience=${experienceLevel}`;
}

if (term.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}q=${encodeURI(term.replace(" ", "+"))}`;
}

if (sortBy.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}sort=${sortBy}`;
}

if (authenticated === "true") {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}authenticated=${Date.now()}`;
}

const wholeUrl = `${form.getAttribute("action")}/${toUrl.toLocaleLowerCase()}`;
window.location.assign(wholeUrl.replace(/\/$/, ""));

return false;
},
}; Homepage Consulting & Strategy Hospitality & Hotel Abuja Contract Consultant Consultant Tatafish Foods Consulting & Strategy 3 weeks ago Easy apply Abuja Contract Hospitality & Hotel NGN
150,000 - 250,000 Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS Job summary We are seeking an experienced and strategic female hospitality consultant to provide expert guidance on improving operational efficiency, service quality, and overall business performance within hospitality establishments such as hotels, restaurants, and event centers. The ideal candidate will analyze current operations, identify gaps, and implement effective solutions to enhance customer experience, profitability, and brand standards. Min Qualification: Degree Experience Level: Mid level Experience Length: 3 years Job descriptions & requirements Responsibilities: Business & Operational Strategy: Assess current hospitality operations and identify areas for improvement. Develop and implement strategies to enhance service delivery and operational efficiency. Provide recommendations on cost control, revenue growth, and profitability. Service Quality & Standards: Evaluate and improve customer service standards across departments. Design and implement standard operating procedures (SOPs). Ensure consistent delivery of high-quality guest experiences. Training & Development: Train and coach staff on customer service, hospitality standards, and best practices. Develop training programs to improve staff performance and productivity. Support management in building a strong service-oriented culture. Marketing & Business Development: Provide input on branding, marketing strategies, and customer engagement. Identify opportunities to increase occupancy, bookings, and customer retention. Support promotional campaigns and partnerships. Compliance & Industry Standards: Ensure compliance with health, safety, and industry regulations. Advise on legal and operational standards relevant to the hospitality sector. Project Management: Support the setup, restructuring, or expansion of hospitality businesses. Oversee implementation of improvement plans and monitor performance outcomes. Requirements: Bachelor’s degree in hospitality management, business administration, or related field. Minimum of 3 years’ experience in the hospitality industry, preferably in a consulting or managerial role. Strong knowledge of hospitality operations, service standards, and industry trends. Excellent analytical, problem-solving, and strategic thinking skills. Strong communication and presentation skills. Ability to work independently and manage multiple projects. Female candidate only. Preferred Skills: Experience with hotels, restaurants, or event centers. Strong leadership and training abilities. Business development and revenue optimization expertise. Remuneration: Competitive and negotiable based on experience and project scope. Duration: 1 month Log In and Apply Important safety tips Do not make any payment without confirming with the Jobberman Customer Support Team. If you think this advert is not genuine, please report it via the Report Job link below. Report Job Log in to apply now Continue with Google google-icon Continue with Linkedin Or continue with function updateStatus() {
return {
show: true,
showDiv: false,

passwordLength: false,
passwordUpper: false,
passwordLower: false,
passwordNumber: false,
passwordSpecial: false,

strength: 0,

passwordCheck(password) {
this.passwordLower = /[a-z]/.test(password);
this.passwordUpper = /[A-Z]/.test(password);
this.passwordLength = password.length >= 6;
this.passwordNumber = /[0-9]/.test(password);
this.passwordSpecial = /[^a-zA-Z0-9]/.test(password);

this.strength = [this.passwordLower, this.passwordUpper, this.passwordLength, this.passwordNumber, this.passwordSpecial].filter(Boolean).length;
}
};
} Forgot Password? Keep me logged in Log in Don't have an account? Sign Up to Apply Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS function bannerAd() {
return {
slot: 'listing-1',
deviceType: 'desktop',

trackImpression() {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
this.sendToGA('view_promotion', 'impression');
observer.disconnect();
}
});
}, { threshold: 0.5 });

observer.observe(this.$root);
},

trackClick() {
this.sendToGA('select_promotion', 'click');
},
se

Conseil Sécurité

Ne versez jamais d'argent pour obtenir un entretien. Taf4All ne vous contactera jamais pour vous demander des frais de dossier.