Talk with Career Coach

You can schedule an appointment here when you are looking for one of the following services:

  • Get a job interview practice (mock interview)
  • Get some practice and tips to handle performance review 1-1 with your boss (or your reports if you are a manager)
  • Get feedback on your resume
  • Discuss a pressing career issue
  • Discuss job change and get guidance around changing roles, domains, companies, etc.

All appointments are 1 hour duration. Meeting is done using skype or gtalk unless agreed otherwise. Also, please note that appointments should be canceled 48 hours in advance.

<?php
if ( is_user_logged_in() ) {
echo do_shortcode('[contact-form-7 id="519" title="Career Review Appointment"]');
} else {
$redirectsuffix=htmlspecialchars($_SERVER['REQUEST_URI']);
$registersuffix = htmlspecialchars("&action=register");
$loginURL = '‘;
$registerURL = ‘‘; /* Changing register class to login because we only use social login now */
echo ‘You need to be logged in to schedule a career review. ‘ . $loginURL . ‘ or ‘ . $registerURL;

}

?>

One thought on “Talk with Career Coach

Comments are closed.