Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Project Control Officer
  • Nityo Infotech Corp
82 Days Ago
NA
NA
Remote
8-10 Years
Required Skills: project governance principles and practices, Excellent organizational, Time Management Skills,
Job Description
Title: Project Control Officer – Governance “Sr. Project Analyst”
Location: New Jersey – 100% remote
Duration: 18 months + (Potential for extension)
Client: TD Bank
Only W2 Candidates!
 
Job Description:
We are looking for a Project Control Officer with at least 5+ years of experience and strong Banking/ Finance domain experience. This resource will be working on the governance side.
This role will fall within the Project Control Office Center of Excellence. This office brings in PCO's and places them on different projects. The PCO COE covers 4 areas: OPS, governance and controls, reporting, and Finance. This role will be on the Governance side to make sure the project follows TD Governance Standards.
*This resource may hold previous titles such as Sr. Project Analyst, Project Lead, Project Manager, Sr. Project Coordinator, etc.
 
Top Desired Skills:
Project Governance
Delivery Control Partner interaction
Shared mailbox and Standard Order of Operations
Big Banking domain experience
General project management skills
 
Job Summary:
The Project Control Officer (PCO) will play a crucial role in ensuring effective project governance and control within the consumer banking division. This position will act as a Governance Lead, overseeing project governance activities and ensuring compliance with established standards and procedures.
 
Key Responsibilities:
Delivery Governance: Oversee the governance of project delivery, ensuring adherence to timelines, quality standards, and regulatory requirements.
Delivery Control Partner Interaction: Collaborate with delivery control partners to ensure alignment and effective communication.
Time Tracking: Manage and monitor project time tracking to ensure accurate and timely reporting.
Document and Repository Management: Maintain and organize project documentation and repositories, ensuring accessibility and compliance.
Shared Mailbox Management: Oversee the management of shared mailboxes, ensuring timely and appropriate responses.
Standard Operating Procedures (SOPs): Develop, implement, and maintain SOPs to ensure consistency and compliance across projects.
 
Qualifications:
Education: Undergraduate degree in Business Administration, Project Management, or a related field preferred.
Experience: Minimum of 5-7 years of experience in project governance, control, or a related field.
 
Desired Skills:
Strong understanding of project governance principles and practices.
Excellent organizational and time management skills.
Ability to work independently and confidently.
Strong communication and interpersonal skills.
Proficiency in project management software and tools.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });