Location
Bengaluru, Karnataka, India
Posted
June 29, 2026
Job Description
Responsibilities Include:
- Consulting professionals working in the IT sector for the right career path over calls
- Keeping self updated with the latest technologies in the world
- Consistently achieving targets in line with team/organizational objectives.
- Building relationships with people and Identifying references through the existing learner base
- Keep abreast with Intellipaat’s latest offerings and best practices
- Understand the concerns, requirements, needs and effectively provide solutions to IT professionals to help in their career advancement.
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});