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

UiPath, LLM
  • VRK IT VISION
83 Days Ago
55-56 per Hourly
NA
Remote
10-21 Years
Required Skills: UiPath, LLM
Job Description
Position Title     UiPath + LLM
Location               (Remote) USA East Coast Preferred
Skills     Developing, implementing, and optimizing automation processes combining LLMs with UiPath for enhanced efficiency.
 
Job Description
Skill Set Requirements
Technical Expertise
1.            UiPath Platform Mastery
o             Advanced skills in UiPath Studio, Orchestrator, and AI Fabric.
o             Experience in designing, developing, and deploying automation workflows.
o             Knowledge of integrating UiPath with third-party APIs and systems.
2.            LLM (Large Language Model) Integration
o             Hands-on experience working with OpenAI, GPT-based models, or similar LLMs.
o             Proficiency in using APIs for LLMs to extract and process natural language data.
o             Experience integrating LLMs into UiPath workflows for decision-making and task execution.
3.            Robotic Process Automation (RPA)
o             Knowledge of end-to-end RPA development lifecycle.
o             Experience in developing scalable and secure bots for business operations.
o             Understanding of robotic automation concepts and error handling mechanisms.
4.            Programming Skills
o             Strong command of languages like Python, VB.NET [vb.net], or C# for custom script development.
o             Familiarity with JSON, XML, and RESTful APIs for data exchange and integrations.
5.            AI/ML Familiarity
o             Basic understanding of AI and ML concepts to complement LLM functionalities.
o             Experience in automating data preparation for LLM training or fine-tuning.
6.            Cloud and DevOps Knowledge
o             Familiarity with cloud platforms like Azure, AWS, or Google Cloud (specific to hosting LLMs or automation tools).
o             Knowledge of CI/CD pipelines for deploying automation workflows.
Professional Skills
1.            Collaboration
o             Strong interpersonal skills for collaborating with cross-functional teams.
o             Experience working with onsite and offshore teams.
2.            Problem-Solving
o             Ability to troubleshoot and debug complex automation issues quickly.
o             Skilled in optimizing processes for better performance and scalability.
3.            Documentation
o             Proficiency in documenting automation workflows, including technical and user documentation.
 
Certifications
• UiPath Advanced Developer Certification (mandatory).
• Certifications in cloud platforms (e.g., AWS/Azure Certified Developer).
• Any AI/ML or Python development-related certifications (preferred).
 
Responsibilities
• Develop and deploy UiPath workflows that leverage LLM capabilities.
• Automate manual processes by combining RPA and natural language automation.
• Collaborate with stakeholders to gather requirements and define automation solutions.
• Maintain and troubleshoot existing automation solutions to ensure optimal performance.
• Execute tasks as directed by the reporting manager, ensuring adherence to technical requirements and timelines.
 
Experience
• 5+ years of hands-on experience in RPA development (UiPath preferred).
• 2+ years of working with LLMs or NLP tools in automation workflows.
• Proven track record of successfully delivering automation solutions for enterprise environments.

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