# Senior DevOps Engineer – Financial Company – (Remote/LATAM)

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  [DevOps & Infrastructure](https://jobicy.com/categories/admin.md) Employment type Full Time, Job posted12 Jun 2026Apply before12 Jul 2026Experience level  Senior
Views / Applies 924 / 60 [About company](https://jobicy.com/company/truelogic.md) [Share](#share)

About [Truelogic](https://jobicy.com/company/truelogic.md)

Accelerate Your Digital Transformation

*

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

Actively Hiring  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

This Senior DevOps Engineer role at a leading nearshore staffing company involves designing, implementing, and managing scalable cloud infrastructure on Azure for a financial services client. You will leverage Terraform, Kubernetes (AKS), Docker, and Azure DevOps to automate deployments and ensure high availability. The position requires strong collaboration with development teams using C#, .NET, and Angular to optimize CI/CD pipelines. Ideal candidates have 3-7+ years of DevOps experience with deep Azure and IaC expertise. This remote role offers the opportunity to work on impactful projects in a fast-paced financial environment.

### Role DNA

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

AI Insight The role requires advanced skills in Azure, Terraform, Kubernetes, and CI/CD, along with knowledge of C# and .NET, which is complex. However, the required experience range (3-7+ years) indicates it is not the most senior level, so difficulty is rated 4.

### Salary Analysis

Median  Highly Competitive  $150,000US Market $120k – 180k 0 $198k      AI Insight No salary is provided in the job listing, but based on US market data for Senior DevOps Engineers, the median salary is approximately $150,000 per year. The range typically spans from $120,000 to $180,000 depending on experience and location. As the role is remote for LATAM, the actual offer may be adjusted to local market rates.

### Core Skills Required

[Azure](https://jobicy.com/jobs?search_keywords=Azure.md) [Terraform](https://jobicy.com/jobs?search_keywords=Terraform.md) [Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md) [Docker](https://jobicy.com/jobs?search_keywords=Docker.md) [CI/CD](https://jobicy.com/jobs?search_keywords=CICD.md) [DevOps](https://jobicy.com/jobs?search_keywords=DevOps.md) [C#](https://jobicy.com/jobs?search_keywords=C.md) [.NET](https://jobicy.com/jobs?search_keywords=NET.md) [Infrastructure as Code](https://jobicy.com/jobs?search_keywords=Infrastructure+as+Code.md) [Cloud Engineering](https://jobicy.com/jobs?search_keywords=Cloud+Engineering.md)

### Cover Letter Sample

Dear Hiring Team,

I am writing to express my strong interest in the Senior DevOps Engineer position at Truelogic, supporting your financial services client. With over 5 years of experience in cloud infrastructure and DevOps, I have a proven track record of designing and managing scalable Azure environments using Terraform and Kubernetes. I am particularly drawn to this role because it combines my passion for automation and cloud-native technologies with the opportunity to work on impactful financial technology solutions.

In my previous role, I successfully implemented Infrastructure as Code using Terraform, reducing provisioning time by 40%, and managed AKS clusters for microservices deployments. I am proficient in Azure DevOps pipelines, Docker containerization, and have collaborated closely with development teams using C# and .NET to optimize CI/CD processes. My experience ensuring high availability and security in production environments aligns well with the requirements of this position.

I am excited about the possibility of bringing my expertise to your nearshore team and contributing to the digital transformation of your client. Thank you for considering my application. I look forward to discussing how I can help drive reliability and efficiency in your cloud operations.

Sincerely,
Jane Doe

Copy

### Sample Interview Questions

Can you describe your experience with Terraform and how you have used it to manage infrastructure in Azure?I have used Terraform extensively to define and provision Azure resources such as virtual networks, AKS clusters, and storage accounts. I follow best practices like using modules, state management with remote backends, and version control. For example, I created a modular Terraform configuration that automated the deployment of a multi-tier application environment, reducing manual setup time by 60%.How do you approach designing CI/CD pipelines for a .NET application deployed on AKS?I design pipelines using Azure DevOps with stages for build, test, and deploy. For a .NET app, I use the .NET Core SDK to build and run unit tests, then containerize with Docker. I push the image to Azure Container Registry and deploy to AKS using Helm charts or Kubernetes manifests. I also integrate quality gates like SonarQube and approval workflows to ensure reliability.Explain a time you resolved a significant performance or reliability issue in a Kubernetes cluster.In a previous role, we experienced frequent pod restarts due to memory leaks. I used Prometheus and Grafana to monitor resource usage and identified a misconfigured memory limit. After adjusting the resource requests and limits and adding horizontal pod autoscaling, stability improved. I also implemented liveness and readiness probes to ensure only healthy pods received traffic.How do you ensure security and compliance in your DevOps practices, especially in a financial environment?I incorporate security at every stage: using Azure Policy to enforce resource compliance, managing secrets with Azure Key Vault, and scanning container images for vulnerabilities. For Kubernetes, I use network policies, RBAC, and pod security standards. I also ensure that CI/CD pipelines include security scanning tools and follow the principle of least privilege for service principals.Describe your experience with monitoring and logging in Azure. How do you proactively identify issues?I use Azure Monitor, Log Analytics, and Application Insights to collect metrics and logs. I set up alerts for key performance indicators like CPU usage, response times, and error rates. For Kubernetes, I deploy Prometheus and Grafana for cluster monitoring. I also implement centralized logging with Fluentd and Elasticsearch to quickly troubleshoot issues. Proactive analysis of trends helps me optimize resource utilization and prevent outages before they occur.

## About Truelogic

At Truelogic we are a leading provider of nearshore staff augmentation services headquartered in New York. For over two decades, we’ve been delivering top-tier technology solutions to companies of all sizes, from innovative startups to industry leaders, helping them achieve their digital transformation goals.

Our team of 600+ highly skilled tech professionals, based in Latin America, drives digital disruption by partnering with U.S. companies on their most impactful projects. Whether collaborating with Fortune 500 giants or scaling startups, we deliver results that make a difference.

By applying for this position, you’re taking the first step in joining a dynamic team that values your expertise and aspirations. We aim to align your skills with opportunities that foster exceptional career growth and success while contributing to transformative projects that shape the future.

## Our Client

Our client is a leading, technology-enabled financial services provider dedicated to delivering flexible capital solutions to small and medium-sized businesses nationwide. Since 2008, they have leveraged a proprietary technology platform to secure over $4 billion in funding through a streamlined, digital-first process that supports merchant growth and cash flow management.

## Job Summary

We are seeking a highly skilled DevOps Engineer to design, implement, and manage scalable cloud infrastructure and application delivery pipelines. The ideal candidate will have deep expertise in Azure, strong experience with Infrastructure as Code (IaC) using Terraform, and hands-on knowledge of containers, orchestration, automation, CI/CD, and modern application architectures. This role will collaborate closely with development, QA, and operations teams to ensure high availability, security, and efficiency across environments.

## Responsibilities

*

Design, build, and maintain cloud environments within Microsoft Azure using best practices for scalability, reliability, and cost efficiency.

*

Implement and manage IaC using Terraform to automate resource provisioning and environment configuration.

*

Deploy and manage Azure resources including Azure Kubernetes Service (AKS), App Services, Function Apps, Azure API Management, Virtual Networks, Load Balancers, Storage Accounts, and Azure SQL Server / Azure SQL Databases.

*

Build and maintain CI/CD pipelines using Azure DevOps for application deployments, infrastructure, and automated testing.

*

Collaborate with development teams using C#, .NET, Visual Studio, and Angular to optimize the build, test, and release processes.

*

Integrate pipelines with container registries, package management, and automated approval workflows.

*

Develop container strategies using Docker and manage workloads running on Kubernetes (AKS).

*

Implement best practices for scaling, monitoring, logging, and securing Kubernetes clusters.

*

Monitor system performance, troubleshoot issues, and implement improvements to enhance reliability and uptime.

*

Manage Linux-based infrastructure, ensuring proper configuration, patching, and hardening.

*

Work with SQL Server databases to support deployments, migrations, and performance optimization.

*

Implement secure configurations for Azure resources and Kubernetes clusters while enforcing governance policies, identity and access controls, and environment standards.

*

Ensure compliance with organizational and industry security requirements.

## Qualifications and Job Requirements

*

3 to 7+ years of experience in DevOps, Cloud Engineering, or related engineering roles.

*

Strong proficiency with Terraform and Infrastructure as Code (IaC) methodologies.

*

Deep experience with Microsoft Azure cloud services and architecture.

*

Hands-on experience with Azure Kubernetes Service (AKS) and container orchestration using Docker.

*

Proficiency across Azure DevOps tools including Repos, Pipelines, Artifacts, and Boards.

*

Familiarity with C#, .NET, and Visual Studio to support modern application deployment pipelines.

*

Experience working with SQL Server environments, whether on-premises or cloud-based.

*

Practical knowledge of Linux system administration.

*

Experience working with modern web application stacks, including Angular.

*

Working knowledge of Azure App Services, Function Apps, and Azure API Management.

*

Azure certifications such as AZ-104, AZ-400, AZ-305, or similar are highly preferred.

*

Experience implementing monitoring and observability tools like Azure Monitor, App Insights, or New Relic is a plus.

*

Familiarity with security best practices for cloud and containerized workloads is preferred.

## What We Offer

*

100% Remote Work: Enjoy the freedom to work from the location that helps you thrive. All it takes is a laptop and a reliable internet connection.

*

Highly Competitive USD Pay: Earn an excellent, market-leading compensation in USD, that goes beyond typical market offerings.

*

Paid Time Off: We value your well-being. Our paid time off policies ensure you have the chance to unwind and recharge when needed.

*

Work with Autonomy: Enjoy the freedom to manage your time as long as the work gets done. Focus on results, not the clock.

*

Work with Top American Companies: Grow your expertise working on innovative, high-impact projects with Industry-Leading U.S. Companies.

## Why You’ll Like Working Here

*

A Culture That Values You: We prioritize well-being and work-life balance, offering engagement activities and fostering dynamic teams to ensure you thrive both personally and professionally.

*

Diverse, Global Network: Connect with over 600 professionals in 25+ countries, expand your network, and collaborate with a multicultural team from Latin America.

*

Team Up with Skilled Professionals: Join forces with senior talent. All of our team members are seasoned experts, ensuring you’re working with the best in your field.

Apply now!

Show more

[Apply now >](https://jobicy.com/jobs/146308-senior-devops-engineer-financial-company-remote-latam.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 DevOps & Infrastructure remote jobs

*
![Experian logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/09/dcc5b29a570bb19b9f5c3e150db2fdfe.jpg)

Experian

[DevOps Senior Engineer](https://jobicy.com/jobs/148202-devops-senior-engineer.md)

Company DescriptionExperian is a global data and technology company, powering opportunities for people and businesses around the world. We help to redefine lending practices, uncover and prevent fraud, simplify healthcare,…

![Costa Rica flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/cr.svg)
CR•Full TimeJul 1*
![NBCUniversal logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/836510d4-221-2.jpg)

NBCUniversal

[Principal DevOps Engineer](https://jobicy.com/jobs/148200-principal-devops-engineer-2.md)

Company DescriptionNBCUniversal is one of the world’s leading media and entertainment companies. We create world-class content, which we distribute across our portfolio of film, television, and streaming, and bring to…

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

Zartis

[Senior DevOps Engineer](https://jobicy.com/jobs/148116-senior-devops-engineer.md)

Senior DevOps EngineerThe company and our mission: Zartis is a global AI transformation and technology consulting partner where talented engineers and technologists work on cutting edge innovation. We partner with ambitious…

![EMEA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/emea.svg)

![LATAM flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/latam.svg)
EMEA, LATAM•Full TimeJun 30*
![Remote logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/63a88d3a-221-1.png)

Remote

[Senior Site Reliability Engineer](https://jobicy.com/jobs/148108-senior-site-reliability-engineer.md)

About Remote Remote is solving modern organizations’ biggest challenge – navigating global employment compliantly with ease. We make it possible for businesses of all sizes to recruit, pay, and manage…

![EMEA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/emea.svg)
EMEA•Full TimeUSD 53,300-119,850/year*
![Stripe logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/WRILS-201011073943-272457.png)

Stripe

[Technical Program Manager, Infrastructure](https://jobicy.com/jobs/145014-technical-program-manager-infrastructure.md)

Who we areAbout StripeStripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue,…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 128,200-192,400/year*
![Aviatrix logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c783b38c-221.jpeg)

Aviatrix

[MTS Site Reliability Engineer](https://jobicy.com/jobs/141982-mts-site-reliability-engineer.md)

WHO WE ARE: For enterprises struggling to secure cloud workloads, Aviatrix® offers a single solution for pervasive cloud security. Where current cybersecurity approaches focus on securing entry points to a…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 111,600-131,300/year*
![Akamai Technologies logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/85a7cc0e-221-1.jpeg)

Akamai Technologies

[Senior Site Reliability Engineer](https://jobicy.com/jobs/143565-senior-site-reliability-engineer-3.md)

Are you passionate about cutting edge technology?Do solving some of the Internet’s most difficult content delivery challenges interest you?Join our highly skilled Site Reliability teamOur team designs, develops, and manages…

![Poland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/pl.svg)
PL•Full TimeJun 27*
![GLS Germany GmbH & Co. OHG logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e577d043-221.jpeg)

GLS Germany GmbH & Co. OHG

[(Senior) Information Security Architect (f/m/d)](https://jobicy.com/jobs/142385-senior-information-security-architect-f-m-d.md)

(Senior) Information Security Architect (f/m/d) Germany Full time Unlimited Immediately The GLS Group CISO Team is responsible for information security worldwide. In your role you will report to the Manager Security…

![Germany flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/de.svg)
DE•Full TimeJun 25*
![Defense Unicorns logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/44a44784-221-1.png)

Defense Unicorns

[Platform Engineer](https://jobicy.com/jobs/143041-platform-engineer.md)

EMPLOYER IS A CONTRACTOR FOR THE U.S. GOVERNMENT. THIS POSITION WILL REQUIRE AN ACTIVE SECRET CLEARANCE TO APPLY. Role DescriptionWe are seeking a talented and experienced Platform Engineer to join our…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 123,250-166,750/year*
![ManTech logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/265c7fe8-221-1.png)

ManTech

[Site Reliability Engineer](https://jobicy.com/jobs/143894-site-reliability-engineer-2.md)

General information Requisition # R67618 Locations USA-Remote Work Posting Date 05/14/2026 Security Clearance Required Secret Remote Type Fully Remote Time Type Full time Description & Requirements Shape the future of…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 137,100-244,100/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