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

ServiceNow CMDB Developer
  • Agile
678 Days Ago
55-60 per Hourly
C2C
Remote
8-13 Years
Required Skills: Certified ServiceNow Admin, CMDB, Asset Mgt
Job Description

Job Title : ServiceNow CMDB Developer

Location : Remote

Duration : 12+ Month

 

Primary Skills / Mandatory Skills : Certified ServiceNow Admin, CMDB, Asset Mgt

 

Job Description :

Roles and Responsibilities:  

The ServiceNow CMDB Developer will be responsible for working with Configuration Items (CI) data owners to ensure quality of the data meets metric standards. This includes doing audits to ensure data is correct and accurate and also having a good understanding of what’s behind each request.

 

Responsibilities:

• Hands on Expertise with Integrations with data ingestions systems

• Hands on Experience with Discovery

• Represent a specific technical domain in the IT organization

• Ensure the CI data is properly maintained and is available when and where it’s needed

• Develop, document, and implement CI data governance processes and procedures for effectively managing CI data

• Ensure that the CMDB effectively supports other ITSM processes such as Incident, Change, and Asset Mgt.

• Develop and monitor CI data health reports / dashboards and resolve any issues

• Ensure the quality of the CMDB data is maintained and that target metrics are established and met, resolving issues in a timely manner

• Proactively identify CI classes, attributes, and relationship types that are required

• Proactively identify and resolve CI data, metric, process, or functionality gaps in the CMDB

• Ensure the CIs are created or updated using only approved processes and procedures

• Develop, document, and implement CI data audits and address any issues that arise

• Evaluate enhancement requests and identify appropriate solutions

• Validate CMDB functionality as part of ServiceNow platform upgrades and deployments

 

Qualifications:

• 2 years’ ServiceNow experience with a focus on IT Service Management (ITSM)

• 5 years’ experience with the ServiceNow CMDB and how it supports other ITSM processes such as Incident, Change, and Asset Mgt.

• Experience defining, documenting, and implementing CMDB governance processes and procedures and ensuring that the processes are followed

• Experience defining, documenting, and implementing CI Data audits

• Experience managing CI data in a ServiceNow CMDB

• Experience creating CI Data Health reports, identifying, and resolving CI data gaps to maintain CI data integrity

• Certified ServiceNow Admin (CSA)

• Ability to research through multiple knowledge bases and capture the relationship data between CIs , Application Services , Business Applications , Servers etc….

• Documenting this information appropriately

• Load this data against the related CIs in ServiceNow

• Clean-up and Refinement of different views for a CI in ServiceNow

• Responsible for identifying which Configuration Item (CI) types, CI attributes, and CI relationships are tracked in the CMDB 

• Defines and documents the processes and procedures for creating and maintaining CIs and CI data

• Assists the Configuration Manager with audits and reports to ensure process compliance and the accuracy of the CMDB

• Responsible for the execution and continuous improvement of the IT Configuration Mgt. framework including governance and control, standards, processes, procedures.

• Works with CI Data Owners and other stakeholders to ensure the quality of the CMDB data is maintained and all CIs are up-to-date

• Evaluates requests for new CI classes, CI attributes, and CI relationship types

• Ensures the CI data is managed using the approved processes 

• Manages the design, development, and implementation of process and / or CMDB enhancements

• Experience with the ServiceNow CMDB and how it supports other ITSM processes (e.g.:  Incident, Problem, Change, and Asset Mgt.)

• Experience working with stakeholders to understand, document, and prioritize requirements for process and ServiceNow enhancements 

• Experience defining and documenting governance processes and procedures and ensuring that the processes are followed 

• Experience working with CI Data Owners to define, document, and implement CI Data audits 

• Demonstrated ability to prioritize and manage competing demands and tasks 

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'); } });