IT Pandits Inc’s job placement services are tailored to IT professionals and IT executives who are equipped to take on challenging roles at top-notch companies.

We respect your time as well as the confidentiality of your project requirements and job search. We committed to our clients’ and candidates’ success. We have a fully dedicated Information Technology Search and Recruiting Team, specializing in consulting services and full-time placement of experienced Information Technology professionals. Our staff will successfully guide you to opportunities that will advance your career!

Our selection process includes

  •   Candidates Screening and Testing
  •   Coordination of Candidate Interview
  •   Reference Checks
  •   Background checks
  •   Facilitation with information and negotiation of job offers

We have instituted “Best Practices” and we are recognized for our results, quality of service and our integrity. We maintain a large database of professionals and can provide our clients with a wide range of Information Technology resources, which consists of:

  •   ERP (SAP, People soft, Oracle financials, and JD Edwards)
  •   EJB Architects and Integration Specialists
  •   Data warehousing Experts (Architects, Designers and Developers)
  •   Database Administrators and Developers (Oracle, DB2, UDB, Sybase, Informix, and Sqlserver)
  •   WAP Protocol (Architects, Designers and Developers)
  •   JAVA (Architects, Designers and Developers)
  •   Unix and Network Administrators (SUN, HP, AIX, Linux, and Windows NT)
  •   WebSphere/WebLogic Developers
  •   QA Testing with Java/Selenium
  •   Middleware Experts (MQ Series, Corba)
  •   Actuarial experts for insurance industries
  •   Clinical Trials and validation experts
  •   SAS and Oracle clinical programmers
  •   Mainframe experts (CICS, COBOL, DB2)
  •   NET (Architects, Designers and Developers)
FULFILL YOUR DREAMS

At IT Pandits Inc, one can experience the best of both worlds i.e. the energy of a fast growing environment combi...

Read More
<?php global $wpdb; $jobs_qry_title = "select * from jobs limit 0,2"; $results = $wpdb->get_results($jobs_qry_title); foreach($results as $jobs) { echo '<div class = "innerphpcodewidget">'; echo '<div class = "row" id="divside" style="border-bottom:2px solid #5b90bc;">'; echo '<div class = "col-md-8 col-sm-4">'; ?> <h3 id="innerdivsideh5"> <strong><?php echo $jobs->title; ?></strong> </h3> <p id="innerdivsidep"> <?php echo accesspress_letter_count($jobs->descr,'45');?> </p> <?php echo '<a href="/index.php/apply-job/" class="applynow"><strong><u>Apply Now</u></strong></a>'; echo '</br>'; echo '</br>'; echo '</div>'; echo '<div class = "col-md-4 col-sm-4"> <a class="project-link" href="/index.php/careers/"> <img src="/wp-content/uploads/2019/03/jobicon.png" alt="" style="padding-top:50px;" /> </a> '; echo '</div>'; echo '</div>'; echo '</div>'; } ?>