# Salesforce Technical Lead

Remote from[LATAM](https://jobicy.com/job-region/latam.md)Annual salary Undisclosed Salary information is not provided for this position.
Check our [Salary Directory](https://jobicy.com/salaries.md) to estimate the average compensation for similar roles.Department  [Software Engineering](https://jobicy.com/categories/engineering.md) Employment type Full Time, Job posted12 Jun 2026Apply before12 Jul 2026Experience level  Senior
Views / Applies 1276 / 49 [About company](https://jobicy.com/company/launchpad-technologies.md) [Share](#share)

About [Launchpad Technologies](https://jobicy.com/company/launchpad-technologies.md)

We enable seamless integration of applications, data, and people, helping you achieve faster and more efficient digital transformation.

*

[Computer Software](https://jobicy.com/company-category/software.md)
*  2018

Verified job posting This job post has been [manually reviewed](https://jobicy.com/tools/help-center/employee/how-does-jobicy-verify-the-legitimacy-of-remote-job-listings.md) for authenticity and compliance.       Tailor Resume Check Job Fit Cover Letter

### Tailor my resume to this job

Discover how to best rewrite and optimize your resume for this specific job. You'll receive personalized suggestions and detailed guidance to highlight your key strengths, effectively address the job requirements, and make your application more compelling to recruiters and hiring managers.     After analyzing your resume, I can provide several recommendations to better position yourself for this role.  Your background in software development shows strong technical skills, particularly in Java and Python development. However, for this Senior Backend Developer position, I notice there could be more emphasis on your experience with microservices architecture and cloud technologies, which are key requirements for this role. I recommend highlighting specific projects where you utilized these technologies and quantifying your achievements to demonstrate impact... Upgrade to Plus

### Am I a good fit for this job?

Understand your compatibility with this specific job opportunity. Our detailed analysis will assess your resume against the role's requirements, providing insights into your potential fit, key skill alignments, and areas you might need to develop to be a strong candidate.     After assessing your resume against the job requirements, here's a summary of your fit:  1. Overall Match: Moderate Fit (Approx. 65-70%). Your resume shows good alignment with several core responsibilities for the Project Manager role, especially your experience in agile methodologies and stakeholder communication.
2. Key Strengths: Your PMP certification and proven track record in delivering projects on time are strong assets for this position.
3. Potential Gap: The role specifies experience with 'XYZ specific software', which is not explicitly mentioned in your resume. If you have this experience, ensure it's highlighted.
4. Recommendation: Consider adding a quantifiable achievement related to budget management, as this is often a key metric for PM roles... Upgrade to Plus

### Cover Letter Assistant

Need help writing a compelling cover letter? Our system can analyze this job and your resume to help you draft personalized paragraphs that highlight your strengths and impress hiring managers.      Let me help you draft a strong opening...  Dear Hiring Manager, I am writing to express my keen interest in the Senior Marketing Manager position. My background in developing data-driven marketing strategies and leading successful product launches, as detailed in my resume, directly aligns with your need for a candidate capable of enhancing brand visibility and driving market share growth. I am confident I can make a significant contribution to your team... Upgrade to Plus

###  AI Summary

Launchpad Technologies is seeking a Salesforce Technical Lead to take ownership of a mature, complex Salesforce org that has grown over 8+ years without consistent governance. This hands-on role involves analyzing existing systems, addressing data growth and governor limits, and optimizing integrations with Azure. The ideal candidate will lead a small team of developers and admins, refactor code, and establish best practices. This is a fully remote, indefinite contractor position with a focus on making the platform scalable and maintainable.

### Role DNA

Job Complexity Easy Hard Pace & Pressure Relaxed Fast-paced Autonomy Level Guided Full Ownership Communication Load Independent Highly Collaborative

AI Insight This role requires deep Salesforce expertise, experience cleaning up large orgs, and leadership skills, making it challenging but not impossible for a seasoned professional.

### Salary Analysis

Median  Highly Competitive  $145,000US Market $120k – 170k 0 $187k      AI Insight The job posting does not specify a salary, but for a Salesforce Technical Lead in the US, the market range is typically $120k-$170k. The offered compensation is likely competitive based on the required experience.

### Core Skills Required

[Salesforce](https://jobicy.com/jobs?search_keywords=Salesforce.md) [Technical Lead](https://jobicy.com/jobs?search_keywords=Technical+Lead.md) [Data Architecture](https://jobicy.com/jobs?search_keywords=Data+Architecture.md) [Governance](https://jobicy.com/jobs?search_keywords=Governance.md) [Apex](https://jobicy.com/jobs?search_keywords=Apex.md) [Lightning Web Components](https://jobicy.com/jobs?search_keywords=Lightning+Web+Components.md) [Integration](https://jobicy.com/jobs?search_keywords=Integration.md) [REST/SOAP](https://jobicy.com/jobs?search_keywords=RESTSOAP.md) [Azure](https://jobicy.com/jobs?search_keywords=Azure.md) [DevOps](https://jobicy.com/jobs?search_keywords=DevOps.md)

### Cover Letter Sample

Dear Hiring Manager,

I am excited to apply for the Salesforce Technical Lead position at Launchpad Technologies. With over 7 years of hands-on experience in large, complex Salesforce orgs, I have a proven track record of cleaning up, stabilizing, and optimizing platforms. I am particularly drawn to this role because it combines my passion for technical architecture with the opportunity to lead a team and drive meaningful improvements.

In my previous roles, I have successfully addressed data governance, performance optimization, and integration challenges similar to those described in the job description. I am confident that my expertise in Apex, Lightning Web Components, and Azure integration, along with my ability to lead through influence, will enable me to make an immediate impact at Launchpad.

I look forward to the possibility of discussing how I can contribute to your team. Thank you for your consideration.

Copy

### Sample Interview Questions

Walk me through how you would approach assessing and cleaning up a mature Salesforce org with data growth issues and governor limit risks.First, I would conduct a thorough health check using tools like Salesforce Optimizer and custom reports to identify performance bottlenecks, unused components, and data storage usage. Then, I'd prioritize quick wins like archiving old data, optimizing queries and indexes, and refactoring bulk operations. Next, I'd work with the team to establish data retention policies and implement archiving solutions, while also reviewing and redesigning integrations to reduce API callouts. Finally, I'd document the new architecture and set up monitoring to prevent future issues.How do you handle leading a team of developers who may be resistant to changing established practices?I believe in leading by example and building trust. I start by understanding their current challenges and acknowledging their expertise. Then, I introduce changes incrementally, using data and best practices to justify improvements. I involve the team in decision-making and provide training where needed. Regular code reviews and pair programming sessions help align everyone with the new standards.Describe your experience integrating Salesforce with Azure. What patterns have you used?I have extensive experience using REST APIs and message queues (like Azure Service Bus) for real-time and batch integrations. I implement secure authentication using OAuth and often use Azure Logic Apps for orchestration. For data synchronization, I use Salesforce Streaming API combined with Azure Event Grid to ensure near-real-time data flow. I also leverage Azure Functions to handle complex transformations and maintain a robust error-handling framework.Explain how you would optimize a Salesforce org that is hitting governor limits frequently.I start by analyzing the source of the limits: query rows, CPU time, or API callouts. For query limits, I review SOQL queries to ensure they are selective and use indexes efficiently. I batch large data operations and use polymorphic fields carefully. For CPU time, I look for inefficient loops and refactor with collection processing. I also implement caching and asynchronous processing where possible. Finally, I set up alerts to proactively monitor limits.What strategies do you use for documenting architecture decisions and ensuring they are followed?I document decisions using lightweight ADRs (Architecture Decision Records) stored in a shared repository. I also create visual diagrams for data models and integration flows using tools like Lucidchart. To ensure adherence, I integrate documentation reviews into the development lifecycle and conduct periodic architecture walkthroughs. I find that involving the team in the documentation process increases ownership and compliance.

## Who We Are

Launchpad Technologies Inc. is a global technology partner connecting top talent with high-impact projects across North America and beyond. We specialize in Staff Augmentation and product development, helping companies scale with agility while empowering professionals to grow in meaningful, remote-first environments.

We’re looking for a hands-on Salesforce Technical Lead to take ownership of a mature Salesforce implementation that has grown over time without consistent architectural governance. Salesforce has been in place for more than 8 years, with multiple developers and administrators contributing along the way. While the platform supports critical business processes, it currently faces data growth issues, governor limit constraints, and integration complexity. This role is ideal for someone who enjoys analyzing existing systems, cleaning things up, and making them scalable and maintainable, while still being close to the code.

🗓 Start date: ASAP
📆 Contract type: Contractor, Full-time, indefinite
🌐 Work hours: Monday to Friday, 7.30 to 16.30 PST – 100% Remote

## 🛠️ What You’ll Be Doing

* Perform a technical and functional assessment of the current Salesforce org.
* Analyze existing objects, automations, jobs, and queries to identify inefficiencies and unused components.
* Address data storage growth, governor limit risks, and performance issues.
* Define and implement data governance, retention, and archiving strategies.
* Review and improve existing integrations between Salesforce and external systems.
* Help define clear integration patterns aligned with the company’s broader Azure-based architecture.
* Design and implement APIs and data synchronization flows using REST, SOAP, GraphQL, or event-based approaches where appropriate.
* Act as the technical reference for a small Salesforce team (4–5 developers/admins).
* Lead by example through hands-on development, refactoring, and architectural improvements.
* Guide technical decisions, best practices, and implementation approaches.
* Support estimation and planning from a technical perspective.
* Work closely with the Director of Software Engineering and other engineers to align Salesforce with overall system architecture.
* Collaborate with Product and Engineering stakeholders to translate business needs into sustainable technical solutions.
* Document architecture decisions, data models, and integration flows clearly.

## ✅ What You Need to Succeed

## Must-haves

* 7+ years of hands-on Salesforce technical experience in large, complex orgs.
* Proven experience cleaning up, stabilizing, and optimizing existing Salesforce platforms.
* Strong background in data architecture, governance, and performance optimization.
* Deep experience integrating Salesforce with external systems and cloud platforms (Azure strongly preferred).
* Strong understanding of enterprise integration patterns and distributed systems.
* Ability to lead through influence, not just authority, in large engineering organizations.
* Excellent communication skills and confidence engaging with senior technical stakeholders.

## Nice-to-haves

* Salesforce Architect certifications (Integration, Data, Application, or CTA).
* Experience with CI/CD, SFDX, and modern DevOps practices.
* Hands-on experience with Apex, Lightning Web Components (Aura/Web), Flows, and Visualforce.
* Prior experience owning architectural decisions for a platform or product domain.

## 🧭 Our Recruitment Process

Here’s what to expect from our candidate-friendly interview process:

* Initial Interview – 60 minutes with our Talent Acquisition Specialist
* Culture Fit – 30 minutes with our Team Engagement Manager
* Technical Assessment – Online Challenge/Multiple Choice Questionnaire
* Final Stage – 60 minutes with the Hiring Manager

## 🌟 Why Join Launchpad?

We believe that great work starts with great people. At Launchpad, we offer:

* 💻 Fully remote work with hardware provided
* 🌎 Global team experience with clients in North America
* 💸 Competitive USD compensation
* 📚 Training and learning stipends
* 🌴 Paid Time Off (vacation, personal, study)
* 🧘‍♂️ A culture that values autonomy, purpose, and human connection

✨ Ready to make your mark? Apply now and be part of something exciting.

## Compliance & Equal Opportunity

Launchpad is an equal opportunity employer committed to creating an inclusive environment for all applicants. We do not discriminate on the basis of race, color, religion, gender identity, sexual orientation, age, disability, or any other protected status under applicable laws in Canada and British Columbia.

All candidate information will be handled confidentially and used solely for recruitment purposes in accordance with applicable privacy regulations.

Ready to make your mark? Apply now and be part of something exciting!

Show more

[Apply now >](https://jobicy.com/jobs/146266-salesforce-technical-lead.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

## How to apply

## See a few more

Similar Software Engineering remote jobs

*
![Meta logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/750f86a9-221.jpeg)

Meta

### [Connectivity Integration Lead, Data Center Infrastructure](https://jobicy.com/jobs/148507-connectivity-integration-lead-data-center-infrastructure.md)

Meta is seeking an experienced Connectivity Integration Lead to join our Data Center Design, Engineering, & Construction (DEC) Operations team. Our Infrastructure family builds, operates, leases, and retrofits Meta data…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![Apaleo logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/6d684c9f-221.png)

Apaleo

### [Software Engineer (.NET) (f/m/d)](https://jobicy.com/jobs/145054-software-engineer-net-f-m-d.md)

Join Apaleo and Shape the Future of Hospitality Tech!Apaleo is the world’s most open, API-first property management platform powering the next generation of hospitality operations. Its modular, AI-powered infrastructure enables…

![Germany flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/de.svg)
DE•Full TimeNEW*
![Zscaler logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/b3234031-221.png)

Zscaler

### [Senior Sales Engineer, Majors](https://jobicy.com/jobs/145072-senior-sales-engineer-majors.md)

About Zscaler Zscaler accelerates digital transformation to ensure our customers can be more agile, efficient, resilient, and secure. As an AI-forward enterprise, we are constantly pushing the envelope, leveraging the…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 154,875-221,250/year*
![Cision logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/e9661342-221.jpeg)

Cision

### [Staff Software Developer](https://jobicy.com/jobs/145140-staff-software-developer.md)

At Cision, we believe in empowering every individual to make an impact. Here, your voice is heard, your ideas are valued, and your unique perspective fuels our collective success….

![Canada flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/ca.svg)
CA•Full TimeCAD 143k-164,100/year*
![Leadtech logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/30c5de09-221.png)

Leadtech

### [Senior Full Stack AI Native Developer](https://jobicy.com/jobs/145227-senior-full-stack-ai-native-developer.md)

As part of the Development team as a Full-Stack Developer, you will be instrumental in building and scaling our platforms and products. You will work across our entire A.I technology…

![Spain flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/es.svg)
ES•Full TimeNEW*
![TE Connectivity logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/07/44e3e9132b6f-221.webp)

TE Connectivity

### [PRINCIPAL R&D/PRODUCT DVL ENGINEER](https://jobicy.com/jobs/148357-principal-rd-product-dvl-engineer.md)

At TE, you will unleash your potential working with people from diverse backgrounds and industries to create a safer, sustainable and more connected world. Job Overview COMPANY TE Connectivity plc (NYSE:…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![ŌURA logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/07/011c99434cd6-221.webp)

ŌURA

### [Senior Manager, IT Platform Engineering – FIXED TERM](https://jobicy.com/jobs/148338-senior-manager-it-platform-engineering-fixed-term.md)

Our mission at Oura is to empower every person to own their inner potential. Our award-winning products help our global community gain a deeper knowledge of their readiness, activity, and…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 169k-230k/year*
![Fortive logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/08ee6cc3-221.webp)

Fortive

### [Cost Engineer](https://jobicy.com/jobs/148327-cost-engineer.md)

Location: Remote in USThe Cost Engineer is responsible for producing and validating construction cost data across multiple disciplines. This role involves applying engineering knowledge and construction experience to ensure accurate,…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![AECOM logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/86581aea-221.png)

AECOM

### [Substation Engineer – Remote – Part Time](https://jobicy.com/jobs/148326-substation-engineer-remote-part-time.md)

Company DescriptionWork with Us. Change the World.At AECOM, we’re delivering a better world. Whether improving your commute, keeping the lights on, providing access to clean water, or transforming skylines, our…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Part TimeNEW*
![Turnitin, LLC logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/07/74eaceda-221.jpg)

Turnitin, LLC

### [Senior Backend Software Engineer (USA Remote)](https://jobicy.com/jobs/148325-senior-backend-software-engineer-usa-remote.md)

Company DescriptionWhen you join Turnitin, you’ll be welcomed into a company that is a recognized innovator in global education. For over 25 years, Turnitin has partnered with educators and institutions…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 112,125-186,875/year
[More Jobs](https://jobicy.com/jobs.md)   [Jobs](https://jobicy.com/jobs.md) [Talent](https://jobicy.com/talent.md) [Post a Job](https://jobicy.com/hire.md) [Post a Resume](https://jobicy.com/new-cv.md) [Add a Company](https://jobicy.com/add-company.md) [Set a Job Alert](https://jobicy.com/alerts.md) [Ask a Question](https://jobicy.com/q.md)     [Salaries](https://jobicy.com/salaries.md)       Menu