Hunter Bajwa
Server: Microsoft-IIS/7.5
System: Windows NT EGAL 6.1 build 7601
User: IUSR_hrreflections (0)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: C:/inetpub/vhosts/hrreflections.com/httpdocs/case-studies.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Executive Search Firm In India | HR Consultancy In Mumbai | HR Reflections</title>
<meta name="description" content="Find out what others have to say about one of the best Executive Search Firm and Hr Consultancy in Mumbai, India." />

<link rel="canonical" href="http://www.hrreflections.com/case-studies.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
<link href="https://plus.google.com/+Hrreflections" rel="publisher" />
<link rel="icon" type="image/x-icon" href="http://www.hrreflections.com/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://www.hrreflections.com/favicon.ico" />
<link rel="apple-touch-icon" type="image/x-icon" href="http://www.hrreflections.com/favicon.ico" />
<!--css-->
<link href="css/reset.css" rel="stylesheet" type="text/css" >
<link href="css/external.css" rel="stylesheet" type="text/css">
<!--css-->
<!--js-->
<script src="js/modernizr.js" type="text/javascript"></script>
<script src="js/html5.js" type="text/javascript"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/crawler.js"></script>
<script type="text/javascript" src="js/main-script.js"></script>
<script type="text/javascript" src="jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="blinking_text.js"></script>
<style>
p#blinking {text-decoration: blink;}
@keyframes blink {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-webkit-keyframes blink {
  from { opacity: 1; }
  to   { opacity: 0; }
}
/*blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  padding-right: 93px;
color: #C83505;
font-size: 22px;
font-weight:bold;
}*/
blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
#blink {
text-align:center;
background:#000000;
color:#39F;
margin: 0;
padding:10px;
border: 2px solid;
border-radius: 25px;
margin-right: 76px;
border-color:#999;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 45px;
box-shadow: 10px 10px 5px #999999;
}

#blink span {
font-size:18px;
font-weight:bold;
display:block;
color:#C00;
-webkit-border-radius: 25px;
margin-right: 76px;
border-color:#999;
 box-shadow: 10px 10px 5px #999999;
	margin-right: 45px;
 
}


</style>
<script type="text/javascript" src="js/highlight.js"></script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-31289047-1']);
  _gaq.push(['_trackPageview']);

  (function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-46558829-1', 'hrreflections.com');
  ga('send', 'pageview');

</script>

<link href='http://fonts.googleapis.com/css?family=Oswald:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet'>
<!--js-->
<style>
.content {
		width: 60%;
		margin: 50px auto;
		padding: 20px;
	}
	.content h1 {
		font-weight: 400;
		text-transform: uppercase;
		margin: 0;
	}
	.content h2 {
		font-weight: 400;
		text-transform: uppercase;
		color: #333;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 10px 20px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.title {
		position: relative;
		background: none;
		border: 2px dashed #333;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 5px 10px;
		background: #000;
		color: #fff;
		vertical-align: top;
		margin: 7px 0 0;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.white {
		background: #fff;
		box-shadow: 0 0 10px #999;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}
	
	.accordion-container {
		width: 100%;
		margin: 0 0 48px;
		clear: both;
	}
	.accordion-toggle {
		position: relative;
		display: block;
		padding: 9px;
		font-size: 1.5em;
		font-weight: 300;
		background: none repeat scroll 0 0 #2670a0;
		color: #fff;
		text-decoration: none;
	}
	.accordion-toggle.open {
		background: none repeat scroll 0 0 #2660a0;
		color: #fff;
	}
	.accordion-toggle:hover {
		background: #2660a0;
	}
	.accordion-toggle span.toggle-icon {
		position: absolute;
		top: 3px;
		right: 20px;
		font-size: 1.5em;
	}
	.accordion-content {
		display: none;
		padding: 20px;
		overflow: auto;
		box-shadow:1px 0px 9px #2670a0;
	}
	.accordion-content img {
		display: block;
		float: left;
		margin: 0 15px 10px 0;
		max-width: 100%;
		height: auto;
	}
	
	/* media query for mobile */
	@media (max-width: 767px) {
		.content {
			width: auto;
		}
		.accordion-content {
			padding: 10px 0;
			overflow: inherit;
		}
	}
	</style>
<meta property="og:locale" content="en_IN"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Top HR & Executive Search Consultant Firm In Mumbai | HR Reflections"/>
<meta property="og:description" content="HR Reflections is about more than providing our services as a placement and recruitment agency.We engage manpower at higher to middle level positions for our patrons. To know more visit www.hrreflections.com"/>
<meta property="og:url" content="http://www.hrreflections.com/"/>
<meta property="og:site_name" content="Hrreflections.com"/>
<meta property="og:image" content="http://www.hrreflections.com/images/hr-reflection.png"/>
<link rel="alternate" href="http://www.hrreflections.com/" hreflang="en-in" />
<script>
$(document).ready(function(){
blinkFont();
});

function blinkFont()
{
document.getElementById("blink").style.color="#FFF"
document.getElementById("blink").style.background="#4C6EB0"
setTimeout("setblinkFont()",290)
}

function setblinkFont()
{
document.getElementById("blink").style.color="#4C6EB0"
document.getElementById("blink").style.background="#FFF"
setTimeout("blinkFont()",290)
}
</script>
</head>


<body id="our-m" onLoad="open_win()">

<section>
	<header>
  <blockquote>
   Right Talent at Right Place - Make Us Partner for Recruitment Needs! 
    <div class='social-with-us'>
      <p>
        SOCIALIZE WITH US:
      </p>
      <a  href='https://twitter.com/HRReflections0' target='_blank' title="Follow Us on Twitter">
        <img src='images/twitter.png' alt='Twitter'>
      </a>
      <a href='https://www.facebook.com/pages/HR-Reflections/199427880178079' target='_blank' title="Like Us on Facebook">
        <img src='images/facebook.png' alt='Facebook'>
      </a>
      
      <a href='http://www.linkedin.com/in/hrreflections'  target='_blank' title="Connect Us on LinkedIn">
        <img src='images/linkdin.png' alt='Linkdin'>
      </a>
      <div class='one'>
        <div class='g-plusone' data-size='medium' data-href='http://www.hrreflections.com'>
        </div>
      </div>
      
    </div>
  </blockquote>
   <div id='logobanner'>
                     <a href='http://www.hrreflections.com/'><img src='images/hr-reflection.png' alt='HR Reflections - Providing Quality Talent'></a> 
       
	   <div class='contact-us'>
         
   <!-- <span style="font-size:18px;"><strong><blink>Serving Globally</blink></strong></span-->
 <b><span id="blink" style="font-size:18px;color:#FFF; font-weight:bolder;">SERVING GLOBALLY</span></b>
    
        <span style="margin-right: 3px; font-weight:bold;"><blink>Call Us Now</blink> :</span>
	   <span style="margin-right: 18px !important;">+91- 8080 276 176 </span> 
	   
       <div style='height:10px;'></div>
       <span style="font-weight:bold;"><blink>Email Us</blink> : </span> <a href="mailto:contact@hrreflections.com" class="contact-usa" style="margin-right: -35px;">contact@hrreflections.com&nbsp;&nbsp;&nbsp;&nbsp;</a>
	   </div> 
                 
                
    </div> 
    <div style='height:10px;'></div>
 
<nav>   
<div id='menu'>

<div class='nav-div'><p><a href='http://www.hrreflections.com' title="Executive Recruitment Companies in India">HOME </a></p></div>   

<div class='nav-div'><p><a href='about-us.html' title="About HR Reflections">ABOUT US </a></p></div>
 
<div class='nav-div'><p><a href='#' id='megaanchor'>OUR SERVICES <br><span><img src="images/arrow.png" alt="Drop Down"></span></a></p></div> 

<div class='nav-div'><p><a href='jobs-placement-methodology.html' title="Jobs Placement Methodology">OUR METHODOLOGY </a></p></div> 

<div class='nav-div'><p><a href='industry-serve.html' title="Industry Served">INDUSTRIES SERVED </a></p></div>  

<div class='nav-div'><p><a href='case-studies.html' title="Case Studies">Case Studies </a></p></div>   
   
<div class='nav-div'><p><a href='job-at-hr-reflections.html' title="Jobs at HR Reflections" id='megaanchor1'>Jobs@HR Reflections <br><span><img src="images/arrow.png" alt="Drop Down"></span></a></p></div>   
                         
<div class='nav-div'><p><a href='hr-consultants-mumbai.html' title="Contact for HR Services">CONTACT US </a></p></div>

<div class='nav-div'><p><a href='http://www.hrreflections.com/blog/' title="Blog" target="_blank">BLOG </a></p></div>

<div id='megamenu1' class='megamenu'>
<div class='column'>
 <ul>
	<li><a href="retained-executive-search.html" title="Retained Executive Search Firms in Mumbai">Retained Executive Search</a></li> 
	<li><a href="middle-and-senior-level-recruitment.html" title="Middle and Senior Level Recruitment Consultant">Middle &amp; Senior Level Recruitment</a></li> 
	<li><a href="c-level-recruitment.html" title="C Level - CXO Recruitment India">C Level Recruitment</a></li> 
 </ul></div></div>

<div id='megamenu2' class='megamenu'>
<div class='column'>
 <ul>
	<li><a href="job-seekers.html" title="Job Consultants" style="width:140px;">JOB SEEKERS</a></li> 
	
 </ul></div></div>
</div>
</nav>

</header>
 
 <div class="banner">

<div class="about-us1">

<h1 style="font-family: Verdana,Geneva,sans-serif;font-size: 25px;font-weight: bold;line-height: 31px;padding-left: 20px;padding-top: 70px;text-transform: uppercase;">Executive Search <br>Firm In India – <br>Success stories</h1>

</div>
 
 
 </div>




<!--this is main -->


	<aside>
   
  <article>
  
<p>
<br>
We have been associated with different sectors and have successfully planned and executed the recruitment process for our esteemed clients. Few of our success stories are as mentioned below
<br>
<br>
<div class="accordion-container">
		<a href="#" class="accordion-toggle">Manufacturing and Industrial Goods<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
		<ul>
		<li><h3>Client</h3></li>
		<p>The client is an Indian company & one of the <b>leading manufacturers in valve industry in Mumbai.</b></p>
		
		<li><h3>Role</h3></li>
		<p>Chief
Executive Officer (C.E.O.) to increase the market share of their solenoid valve division globally.</p>

<li><h3>Challenges</h3></li>
		<p>The real challenge working with the client was the mind block on the candidates’ side towards an Indian
company and apprehensions about the company’s work culture. The client was looking for high performers
from their competitors who were well established in the solenoid valve industry only. The client was unwilling
to compromise on the quality of hire.</p>

<li><h3>Our Approach</h3></li>
		<p>We spent time understanding the culture and working environment of the client. We took time to understand
their systems and processes in details and comprehend their way of working. We educated the candidates on
the client; its vision, its way of working, culture, people, etc. We were able to successfully complete the
search. </p>
		</ul>
			
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">Supply Chain and Procurement<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
		
			<ul>
		<li><h3>Client 1</h3></li>
		<p>A
fast growing <b>Scandinavian Consultancy Company</b> located in Denmark into high end Supply Chain and Finance
consultancy projects.</p>
		
		<li><h3>Role</h3></li>
		<p>An
expert Analyst into Supply chain, well qualified, who could undertake international projects which were
characterized by a high level of complexity and demand lots of analytical thinking having accurate forecasting
abilities. To
add more, the candidate should possess a proven track record of Awards and Appraisals in his
career and advanced Ms Excel skills.</p>

<li><h3>Challenges</h3></li>
		<p>It
was a start up firm in India. Besides the recruitment, the client also wanted us to guide him on various
aspects since he was totally unaware of the Indian working environment.
The
Head of Operations & Business
Analysts who were to be placed were expected to handle the whole operations individually.
The
panel was scheduled from Denmark on a given date for the final
decision.So
, we had to ensure that the
candidate shortlisted for the final rounds were the best ones. There was no room for errors in it
.</p>

<li><h3>Our Approach</h3></li>
		<p>A
very meticulous plan was strategized in this regards. Right from approaching the candidates through various
sources, assessing their skills by conducting online tests and providing them with assignments for
presentations, our team took up this task to success. The short listing procedure in this case was quite
comprehensive and required lot of filtration at out end.</p>

<p>Lot of <b>Advertisements on portals, professional networking sites:</b>
		social media sites and other sources was done to attract more applications. The candidates had to be put through
lot of trials and those who emerged out successful were preceded further for the sessions.
Finally
, the project was completed with bringing 5 experts on board. The client was delighted and appointed us
as their official HR partners in India.
</p>
<br>
<p>Further
, assisting the client, we also are playing an important role in other HR activities i.e. employee
engagement, HR Manuals & policies, compensation benchmarking etc.</p>
		</ul>
		<hr style="border: 5px solid #4c6eb0;border-radius: 8px;height: 10px;margin-top: 16px;">
		
			<ul>
		<li><h3>Client 2</h3></li>
		<p>One of <b>India’s leading organization</b> providing a bouquet of services in <b>risk management, inventory
management and commodity management.</b></p>
		
		<li><h3>Role</h3></li>
		<p>A Quality head responsible for the implementation and management of the Contractor’s Quality Control
Program, having significant experience in project management. The standard of excellence being mandatory.</p>

<li><h3>Challenges</h3></li>
		<p>The client was hell
-
bent on the given skill set and the experience criteria. Further to add more their internal
recruitment team had already done a lot of work on the same. The challenge was to close this position ASAP
.</p>

<li><h3>Our Approach</h3></li>
		<p>It was very obvious that the conventional ways of recruitment wouldn’t suffice since the portals and the other
sources were exhausted.
We tapped candidates via <b>headhunting / Indirect referencing.</b> We found 3 experienced candidates who were
appropriate and it was evident that the client had to close the position with one of them since they fitted the
given budget.</p>


		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">Financial Services <span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
			<ul>
		<li><h3>Client</h3></li>
		<p><b>World leader in financial services</b> with a turnover of around <b>$ 4.6 billion</b> with approx. 19,000 employees, with
more than 30 offices in 20 countries. It works with more than 15,000 customers worldwide to help them
successfully navigate regulatory complexity, optimize risk and financial performance, and manage data to
support critical decisions
.</p>
		
		<li><h3>Role</h3></li>
		<p>Vice
-
President
-
HR who would be heading entire Asia
-
Pacific Region. The candidate should have
proven
experience in various HR business segments, preferably in complex international working environments.</p>

<li><h3>Challenges</h3></li>
<p>The candidate must have exposure of handling APAC region for at least 10 years.
Coordination/Scheduling of interviews with client from Belgium to ensure smooth run.</p>

<li><h3>Our Approach</h3></li>
		<p>We first <b>identified all the financial companies</b> in India as the client was looking at someone from similar
companies. This was done to ensure that all relevant people within the industry had been considered & gaps
left by other consultants/internal sources had been plucked. We were quick enough to source profiles
meeting client requirements with respect to educational qualifications; exposure sought & specified
compensation levels. The client was introduced to three shortlisted candidates and one of them was offered
the job.</p>


		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">Media and Entertainment<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
			<ul>
		<li><h3>Client</h3></li>
		<p>One of the awards winning online music company in Australia.</p>
		
		<li><h3>Role</h3></li>
		<p>The client, with an ambition to expand and capture the Indian Market was looking for Sales professional. The
client was looking for a Digital Ad Sales Manager, a go
–
getter, who would be primarily into driving digital
advertising sales and advertising revenue for the company in India.
Secondly, they wanted a playlist coordinator who would develop, engage with, and grow our online music
-
streaming base in India.</p>

<li><h3>Challenges</h3></li>
<p>The role was very crucial since the company’s expansion policies & plans were dependant on the personnel to
be hired. And the time constraint was the other factor, wherein there was hardly 4 days to get the 2 positions
closed. The dates and the schedule was not pre
–
decided.</p>

<li><h3>Our Approach</h3></li>
		<p>The priority was to get job clarity and to understand the job profile in precision.
Further, ensuring that the candidates to be interviewed were from the same sector as per the client’s
preference.
Nevertheless, <b>through head hunting and closely coordinating with the client,</b> we presented him 4 candidates
who very sufficing more or less all the skills mentioned in the profile.
The candidates were very much close to the requirement that the client was satisfied and closed the positions
with one of them.</p>


		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">E-commerce<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
		
		<ul>
		<li><h3>Client 1</h3></li>
		<p>A Leading Australian MNC based at
Robina
Queensland into e
-
commerce industry
.</p>
		
		<li><h3>Role</h3></li>
		<p>With
a goal to explore talent in India; the client was seeking a seasoned team of personnel i.e. Android
Developers , Front
-
end / Back
-
end JavaScript Developers , Test engineers, Data developers , Ruby developers
who would be laying the foundation of the company and would work closely with the Australian team with
minimum supervision.</p>

<li><h3>Challenges</h3></li>
<p>The
project was on high priority and since it was implied that the team should be strong enough to carry out
the
responsibilities individually. Thus, was expected to have an immense knowledge of all the technological
advancements and niche skills set.
The
Skill
-
set defined was of international level and was found to be rare only in the individuals working in
reputed MNCs in the IT sector at a senior position. So the challenge was to bring them on board
.</p>

<li><h3>Our Approach</h3></li>
		<p>The
approach had to be very rigorous in this case. Our team strategized a plan to target individuals who were
associated with reputed companies which were working on the same technology, yet finding an opportunity to
excel individually.</p>

<p><b>Referencing & Headhunting</b>
		was main tool to reach such candidates. Besides,
LinkedIn profiling
and using advanced search played an important role.
With
the correct combination of recruitment sources and a perfect co
-
ordination, we succeeded in placing 7
dynamic individuals who were a perfect match to the client requirement.</p>

		</ul>
		<hr style="border: 5px solid #4c6eb0;border-radius: 8px;height: 10px;margin-top: 16px;">
		
		
		<ul>
		<li><h3>Client 2</h3></li>
		<p>As
one of the few specialty online labels in the country, providing assortment of trendy products promoted
celebrity Creative Directors like
Bipasha
Basu
,
Maliaka
Arora
khan ,
Suzzane
Khan.</p>
		
		<li><h3>Role</h3></li>
		<p>A dynamic Client Relationship Manager who has a knack of dealing with clients and managing a team.
The other was a Warehouse Manager, preferably catering to Ecommerce industry, who would be the head of
the entire logistics and warehousing activities.</p>

<li><h3>Challenges</h3></li>
<p>The client was very selective in this regards. He wanted to explore more and more talent till the time he could
find the best.</p>

<li><h3>Our Approach</h3></li>
		<p>The process was at a very faster pace.
The CVs were sent in different lots with more options so that we could give the client a better choice and he
could shortlist them accordingly.
We had minimum 2 candidates which were shortlisted from each and were called for the final session.
With a <b>proper planning and coordination,</b> we could close both the position successfully in a week’s time.
The <b>smart work and focused approach</b> of our dedicated team proved as the key to success.</p>



		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">Education<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
		<ul>
		<li><h3>Client</h3></li>
		<p>An E
-
learning specialist in providing learning and productivity enhancement solutions to businesses
worldwide, from the world's largest organizations to the smallest entrepreneurial entities.</p>
		
		<li><h3>Role</h3></li>
		<p>Project Head for their upcoming project for Corporate Learning and business leaders in Fortune 100
companies on the project process of eLearning & learning technology projects. A dynamic personality who
could lead the foreign projects in close coordination with other counterparts.</p>

<li><h3>Challenges</h3></li>
<p>The skill sets required for Project head are available in abundance in the Indian market. However, people with
knowledge of project management in respect to E
-
learning industry handling clients from fortune 500
companies are very scarce.</p>

<li><h3>Our Approach</h3></li>
		<p>We first searched on all Project Head/Project Managers in the e
-
learning industry and connected few
candidates through <b>professional networking site.</b> We found the suitable applicants from e
-
learning industry
itself. The offer was given and the search was completed in the stipulated time.</p>



		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
	
	<!--/.accordion-container-->
	<!--/.accordion-container-->
	<div class="accordion-container">
		<a href="#" class="accordion-toggle">IT Services and Solutions<span class="toggle-icon"><i class="fa fa-plus-circle"></i></span></a>
		<div class="accordion-content">
	
			<ul>
		<li><h3>Client</h3></li>
		<p>One of <b>the budding company in IT sectors</b> catering to BFSI
clients.</p>
		
		<li><h3>Role</h3></li>
		<p>A <b>bulk requirement</b> (26 positions) comprising positions for more than 6 Dot net developer, 2 UI designers, 2 UI
engineers, 2 IOS developers, 2 Android Developers, 2 Project Managers, 2 Technical leads, 3 Database
developers, 3 QC Engineers, Manager Sales , Account Managers , etc. with 5 yrs + of experience in their
respective domains.</p>

<li><h3>Challenges</h3></li>
<p>It was purely a technical profile. And the client wanted to ensure that the people hired had a sound technical
knowledge. The
client wanted to close all the profiles within 25 days as they had few projects which were on
board. Moreover
, the client also wanted few candidates who can join immediately or within a week after
selection for key positions.</p>

<li><h3>Our Approach</h3></li>
		<p>A team of 7 HR consultants were allotted the project. We made a <b>recruitment plan</b> with fixed dates of
interview to attract more candidates for bulk requirements.
Though difficult, our smart team diverted all their skills and efforts in understanding and choosing the <b>right
domain and with mix and match of different key words</b> on portals, other job posting sites we were able to give
them the best.
All was done in the span of 3 weeks. The client appreciated our efforts and expertise to deliver on time.</p>



		</ul>
		<hr style="border: 5px solid #4c6eb0;border-radius: 8px;height: 10px;margin-top: 16px;">
		
		<ul>
		<li><h3>Client 2</h3></li>
		<p><b>IT Infrastructure Management Service provider</b> company having established a firm base in India, Singapore,
Malaysia and Philippines.</p>
		
		<li><h3>Role</h3></li>
		<p>Senior Program Manager/IT Head who has experience of handling big IT Infrastructure management projects.</p>

<li><h3>Challenges</h3></li>
<p>The candidate must
have
exposure of handling domestic clients for at least 15+ years & can take responsibility
of P & L.
Being a new project the client had certain budget constraint in terms of annual compensation for the role.</p>

<li><h3>Our Approach</h3></li>
		<p>Our team researched on the <b>company’s competitors</b> and potential candidates suitable for the required
position. Thereafter, 4 candidates were referred to the client having the right blend of technical and
managerial skills out of which one was hired for the job. The client was delighted as we closed the
requirement within the budget provided for the role. </p>



		</ul>
		</div>
		<!--/.accordion-content-->
	</div>
	<!--/.accordion-container-->
</div>
<!--/.content-->


<!--/.content-->

<!-------------------- JS -------------------->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
    $('.accordion-toggle').on('click', function(event){
    	event.preventDefault();
    	// create accordion variables
    	var accordion = $(this);
    	var accordionContent = accordion.next('.accordion-content');
    	var accordionToggleIcon = $(this).children('.toggle-icon');
    	
    	// toggle accordion link open class
    	accordion.toggleClass("open");
    	// toggle accordion content
    	accordionContent.slideToggle(250);
    	
    	// change plus/minus icon
    	if (accordion.hasClass("open")) {
    		accordionToggleIcon.html("<i class='fa fa-minus-circle'></i>");
    	} else {
    		accordionToggleIcon.html("<i class='fa fa-plus-circle'></i>");
    	}
    });
});
</script>
<br>
<br>

 



  </p>
   
  </article>
    

  
 
  
<div class='div-right1'>
   <br>
   <div class='tab-main1'>
      <div class='tab2'><h2>Retained Executive Search</h2>
         <p>Retained Executive Search is the fast growing arm of HR Reflections
            <img src='images/icon1.png' alt='Search HR Reflections' class='img-tab1'>
         </p><b><a href='http://www.hrreflections.com/retained-executive-search.html' title="Retained Executive Search Firms in Mumbai">Read More</a></b>
      </div>
      <div class='tab2'><h3>Middle &amp; Senior Level Recruitment</h3>
         <p>HR Reflections is one of the leading Recruitment Consultants.
            <img src='images/icon2.png' alt='Top Recruitment Agencies in Mumbai' class='img-tab1'>
         </p><b><a href='http://www.hrreflections.com/middle-and-senior-level-recruitment.html' title="Middle and Senior Level Recruitment Companies">Read More</a></b>
      </div>
      <div class='tab2'><h4>C Level Recruitment</h4>
         <p>HR Reflections, a Leading executive search firm, and Recruitment Consultants
            <img src='images/icon3.png' alt='Top Executive Search Firm' class='img-tab1'>
         </p><b><a href='http://www.hrreflections.com/c-level-recruitment.html' title="CXO Recruitment India">Read More</a></b>
      </div>
      <div class='clear'></div>
   </div>
     <div class="div-right1">
  
  


  <div class="right">
  
  <div class="testimonials">Client Testimonials</div>
  
  
<div id="testimonialslist1">
<div><p>
My interaction with HR Reflections for recruiting talent has been a smooth and hassle free affair.A great deal of effort was made by them...
<br>
<strong>V. P - Business Development</strong><br>
 <b> Mumbai</b>
</p> 

</div>
<div>
<p>We are extremely happy with the quality of CV’s of Sales managers that u have sent. We appreciate the efforts & smartwork that you must have put to get these cv’s.
<br>
<strong>Director - Real Estate Firm</strong><br>
 <b> Mumbai</b>
</p> 

</div>

<div>
<p>HR Reflections is a valued partner for us in sourcing the right candidates.I have always found the team to display professionalism and conduct business...
<br>
<strong> Director - E-Learning Firm</strong><br>
 <b>Pune</b>
</p> 

</div>

<div>
<p>Our HR requirements have been very dynamic and constantly varying in nature. Our engagement with HR Reflections has proved to be a priceless endeavour...
<br>
<strong>Principal Consultant - IT</strong><br>
 <b>Mumbai</b>
</p> 

</div>

<div>
<p>The response by HR Reflections to our resource requirement was very fast. They could provide resources matching our requirements..
<br>
<strong>Director - PLM Consulting & Training Firm</strong><br>
 <b>Mumbai</b>
</p> 

</div>




</div><!--this is testimonial-->

<span><a href="testimonial.html">Read More</a></span>



</div>
   </div>
</div>
<div class='clear'></div>
<script type='text/javascript' src='js/scripts.js'></script>

</aside> 
<div class="clients">
<script type="text/javascript">
marqueeInit({
	uniqueid: 'mycrawler2',
	style: {
		'padding': '0px',
		'width': '910px',
		'height': '90px'
	},
	inc:1, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 2,
	neutral: 170,
	savedirection: true,
	random: false
});
</script>
<div class="marquee" id="mycrawler2">
<img src="images/clients/logo-1.jpg" alt="Clients">
<img src="images/clients/logo-2.jpg" alt="Clients">
<img src="images/clients/logo-4.jpg" alt="Clients"></div></div>
<footer>
  <ul>
    <li><a href='http://www.hrreflections.com' title="Home">HOME</a></li>
    <li><a href='about-us.html' title="About Us">ABOUT US</a></li>
    <li><a href='retained-executive-search.html' title="Retained Executive Search Firms">SERVICES</a></li>
    <li><a href='jobs-placement-methodology.html' title="Job Placement Methodology">OUR METHODOLOGY</a></li> 
    <li><a href='industry-serve.html' title="Industries Served">INDUSTRIES SERVED</a></li>
	<li><a href='case-studies.html' title="Case Studies">CASE STUDIES </a></li>
    <li><a href='job-seekers.html' title="Job Consultants India">JOB SEEKERS</a> </li>
    <li><a href='job-at-hr-reflections.html' title="Jobs">JOBS@HR REFLECTIONS</a></li>
    <li><a href='hr-consultants-mumbai.html' title="Contact for HR Services">CONTACT US</a></li>
	<li><a href='sitemap.html' title="Sitemap">SITEMAP</a></li>

</ul>
<div class="services" style="padding-top:27px;">
    <a href='http://www.hrreflections.com/placement-agency-mumbai.html' title="Placement Agency Mumbai">PLACEMENT AGENCY </a>
    <a href='http://www.hrreflections.com/recruitment-agencies-mumbai.html' title="Recruitment Agency Mumbai">RECRUITMENT AGENCY</a>
    <a href='http://www.hrreflections.com/manpower-consultants-mumbai.html' title="Manpower Consultancy Mumbai">MANPOWER CONSULTANCY</a>
 

  </div>
  
  <div class="footernew"> 
   <img src="images/footer-hr-reflection-icon.png" alt="HR Reflections: Top Recruitment Agency" class="img-footer"> 
    <address>
   Office No. 37, First Floor, Evershine Mall, Near Chincholi Bunder, Malad (West), Mumbai - 400064, Maharashtra, India <br><strong>Email:</strong> <a href="mailto:contact@hrreflections.com">contact@hrreflections.com</a>, Tel: +91 - 8080 276 176
   </address>
 <p style="padding-left:74px;">
      &copy; 2014, All Rights Reserved by HR Reflections
 </p>
  
  
  
  </div>

  
</footer>
  
<div id="fl_menu">
	<div class="label"><a href="hr-consultants-mumbai.html"><img src="images/enquire-now-vertical.png"  alt="Enquiry Now"></a></div>
	
</div>    
</section>

<script type="text/javascript" src="js/script.js"></script>
 <script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 986421100;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
</body>
</html>