ADVERTISEMENT

iQor appoints Fleurette Navarro as chief people officer

Navarro will guide best practices for global human resources and recruiting

Published Jun 22, 2023 02:21 am
iQor has announced the promotion and appointment of Fleurette Navarro as Chief People Officer (CPO). The CPO post is a newly created global position that focuses on guiding best practices for the company’s global human resource and recruitment functions. This appointment showcases the company’s people-centric approach and commitment to empowering women in key leadership positions, cementing iQor’s status as one of the Great Places to Work in the Philippines, and as a company that champions gender equality in the ASEAN region. 
As Chief People Officer, Navarro will focus on talent acquisition and retention, employee development, cultivating positive workplace culture, and the strategic globalization of HR programs. Navarro’s appointment is a testament of iQor’s continued investment in global human resource leadership to meet increased demands and expansion into new territories.  Moreover, Navarro’s appointment as CPO cements the company’s thrust to uphold global standards of having men and women represented more equally in key leadership positions, which is in line with the UN Sustainable Development Goals of gender equality and empowerment. iQor believes in fostering an inclusive culture that unlocks innovation and drives meaningful change to benefit employees, stakeholders, and the industry as a whole. At iQor, women comprise 58% of the workforce and 29% of the executive leadership team. In the past 15 months alone, iQor has attained 52% diversity in leadership hires and promotions. iQor is committed to providing equal opportunities for career growth and development that value the quality of one's work and pave the way for a more equitable future. With 23 years in the BPO industry, Navarro brings extensive experience and a nuanced perspective to her role as a woman in a leadership position. Navarro has served as head of operations for global companies such as HSBC, CapitalOne, and Tata Consultancy. “I have developed a deep understanding of the BPO industry through roles in operations, account management, training, quality assurance, and human resources for the past two decades,” she shared. Navarro’s aim in this newly created position will be to unify iQor’s global human resources, recruiting, compensation, and benefits under her direction and leadership to ensure a consistent, people-centered and integrated experience. “I am excited to begin this new part of my journey with iQor,” said Navarro. “I will continue to advance our talent acquisition, employee development, and workplace culture through a strategic lens to ensure iQor remains a great place to work.” Navarro has consistently advanced iQor's human resources initiatives throughout her six-year tenure. She has also managed a high-performing human resources and global recruiting team, where she has demonstrated exceptional leadership skills and the ability to empower those around her. Navarro also played an instrumental role in helping iQor work through the pandemic by building relationships with the government and putting actions in place to safeguard employees and the business.  As a member of the executive team, Navarro will report directly to iQor President and CEO Gary Praznik. “Flo has been a passionate advocate for all iQorians and has exemplified our shared belief that our strength lies in our diversity and the unique contributions of each team member. I am confident that under her leadership, our human resources and recruiting team will continue to thrive and create valuable employee experiences that make people smile,” said Praznik. According to research done by Grant Thornton International Ltd., in 2021 around 48% of senior management positions, across various industries in the Philippines, were held by women. And in their global 2023 Women in Business Report, women in mid-market companies hold 32.4% of senior management positions around the world. These statistics show that more and more companies around the world, particularly in the Philippines, are continuously committed to gender diversity in key leadership positions — iQor included.   As demonstrated by the numerous initiatives that Navarro has led, her leadership has played — and will continue to play — a vital role in empowering more women leaders in senior management positions at iQor.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.