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

Sr. Automation Architect
  • Talent Groups
82 Days Ago
NA
NA
Remote
5-9 Years
Required Skills: Ansible, AppDynamics, Batch Processing, Business Process, CA Workload Automation AE, Collaboration Communication, Conflict Resolution, Grafana
Job Description
Required skills:
  • Handson experience on Ansible or python.
  • Exposure to any ITSM tools preferably ServiceNow
  • Hands on experience on any Observability tools like Splunk, AppD, Grafana etc..

Good to have :

Exposure in implementing Event correlation like Big panda

Hands on experience integrating ITSM tool with AIOPs like IPSoft/Amellia

Experience in driving SRE transformations

We are actively seeking a seasoned Hands-on Automation Lead Engineer who demonstrates initiative, innovation, and strong analytical and problem-solving skills. As an Automation Lead, you will develop and oversee tools and workflows to automate repetitive tasks and prevent incidents. Your role involves creating and maintaining operational runbooks for automation scripts, leading a team, and working collaboratively with internal and external stakeholders.

Responsibilities:

  • Process Analysis and Optimization: Collaborate with Operational Leads to identify and analyze use cases suitable for automation. Conduct process assessments and document detailed requirements for automation solutions.
  • Integration Analysis: Analyze existing system integrations to ensure seamless integration while building new automation solutions.
  • Develop Design Documents: Create comprehensive design documents that outline the automation solution architecture and processes.
  • Implement Automation by being hands on and working with the team on the ground as a Lead developer, coach and mentor. This person would be a hands on Lead Engineer, who would be writing the scripts for Automation as well.
  • Development and Implementation: Design and oversee the implementation of automation solutions using Ansible, Python, Shell, Amelia. Ensure the creation of efficient and scalable automation workflows to optimize business processes. Utilize advanced scripting techniques to develop and enhance automation workflows and integrate various systems. Lead and contribute across all phases of the SDLC (planning, design, implementation, testing, deployment, and support).
  • Quality and Culture: Foster a Quality First, Zero Defects culture and advocate for the Shift Left approach.
  • Maintenance and Support: Provide ongoing support and maintenance for deployed automation solutions. Monitor performance and implement necessary updates and improvements.
  • Collaboration and Communication: Work with various teams, including Operations, engineering, and product management. Communicate issues and dependencies to stakeholders effectively.
  • Mentorship: Mentor and guide the development team to enhance their skills and ensure best practices are followed.

Skills and Qualifications:

  • Strong understanding of large-scale distributed systems and application architecture.
  • Experience in configuring Workflow Orchestrations using AIOPS tools like Amelia.
  • Experience in building automation orchestration using Ansible Automation Platform, Python, shell scripts and RPA Tools.
  • Exposure to Application Performance Monitoring tools like Splunk, AppDynamics, ITSM tools, ServiceNow Automation, Batch Processing tools like Autosys.
  • Proven ability to design solutions for logical problems and develop or code automation scripts.
  • Expertise in designing robust processes for complex problems.
  • Ability to recognize relationships and interdependencies between systems and processes.
  • Strong aptitude for learning new technologies.

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