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

Salesforce Developer
  • Sparkinfotech
83 Days Ago
40-42 per W2 Hourly
NA
Washington-DC, Owings Mills-MD, Fairfax-VA
8-15 Years
Required Skills: Salesforce, Design, Apex
Job Description
Job Title :  Salesforce Developer
Location : Washington, DC, Fairfax, VA, or Owings Mills, MD once or twice per month
Duration : Contract
 
Responsibilities include:
50%: Salesforce application development:
  • Develops efficient and effective productions to deliver FEP business needs.
  • Serves as Salesforce application developer for new development of Salesforce applications as well as enhancement of existing applications to FEP users and other application integrations.
  • Communicates with other team members including developer/tester/business analyst to deliver product without gaps and best performance. Main role of development code, review code, deployment of code to upper environments and maintenance of code.
  • Support D2D requests and debugging issues to resolve issues. Also publishes technical documents and knowledge sharing with the team.
 
20%: Design of system analysis requirement implementation to new/existing systems:
  • Understand requirements and current systems well so develop systems properly based on requirement and resolution for fix of an issue/enhancement.
  • Study and understand new features and services from Salesforce and each Salesforce release so that FEP salesforce applications can be implemented with better performance of process and services.
 
20%: Testing/Technical Support:
  • Develop unit testing code and support automation testing implementation for delivery of high quality of code.
  • Perform troubleshooting and debugging an issue and analysis of issue and provide best resolution to teams.
  • Support D2D as well as developments to different environments.
 
10%: Collaborate to drive business value:
  • Work closely with other development team members, the project manager, product managers to ensure applications to be developed properly with requirements and needs, and also deliver it in time with high quality of products.
 
Required Skills & Experience
  • Bachelor's Degree and 2+ years of experience in building, deploying, and supporting Salesforce applications and platform solutions.
  • Strong experience in web programming using HTML, CSS and JavaScript.
  • Experience creating custom solutions on Salesforce platform working with Lightning Web Components, Apex Triggers, Apex Classes, Flow, Visualforce, SOQL.
  • Experience building REST APIs for external systems integrations.
  • Experience in object-oriented programming design patterns.
  • Experience in Salesforce data modeling best practices.
  • Experience developing reports and dashboards in Salesforce.
  • Experience using Jira or a similar Agile platform for collaborating with multiple teams and source control systems like Git/SVN.
  • Excellent verbal and written communication skills
  • Excellent presentation skills with the ability to collaborate with team members and business stakeholders.
 
Preferred Skills & Experience
  • Salesforce certification(s).
  • Experience working in the healthcare / health insurance industry.
  • Experience in multi-cloud architecture and AWS cloud development.
  • Experience supporting a call center setup project within Salesforce.
  • Experience working with CI/CD pipelines.
  • Agentforce / Einstein Copilot knowledge.

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