# DevOps Engineer

Remote from[Latvia](https://jobicy.com/job-region/latvia.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 posted8 Jun 2026Apply before8 Jul 2026Experience level  Senior
Views / Applies 1664 / 332 [About company](https://jobicy.com/company/psi-cro.md) [Share](#share)

About [PSI CRO](https://jobicy.com/company/psi-cro.md)

Predictable patient enrollment across multiple therapeutic areas.

*

[Pharmaceuticals](https://jobicy.com/company-category/pharmaceuticals.md)
*  1995

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

PSI, a leading CRO, seeks a DevOps Engineer with 3+ years of experience to build and maintain infrastructure, CI/CD pipelines, and deployment processes. Key responsibilities include automation using PowerShell and Bash, managing CI/CD pipelines, deploying applications on Azure Kubernetes Service, and implementing monitoring solutions. The role requires proficiency in Docker, Kubernetes, Azure DevOps, and Windows/Linux administration. This is a remote position based in Latvia, offering a stable, international environment.

### Role DNA

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

AI Insight Requires 3+ years experience and a broad set of technical skills including CI/CD, Docker, Kubernetes, and scripting, which is typical for an experienced DevOps role but not extremely complex.

### Salary Analysis

Median  Highly Competitive  $120,000US Market $80k – 160k 0 $176k      AI Insight The salary for this DevOps Engineer position is not specified, but based on US market data, the median salary for similar roles is around $120,000 per year, with a typical range of $80,000 to $160,000. Since the role is remote in Latvia, actual compensation may vary based on location.

### Core Skills Required

[DevOps](https://jobicy.com/jobs?search_keywords=DevOps.md) [CI/CD](https://jobicy.com/jobs?search_keywords=CICD.md) [Azure DevOps](https://jobicy.com/jobs?search_keywords=Azure+DevOps.md) [Docker](https://jobicy.com/jobs?search_keywords=Docker.md) [Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md) [PowerShell](https://jobicy.com/jobs?search_keywords=PowerShell.md) [Bash](https://jobicy.com/jobs?search_keywords=Bash.md) [Azure Kubernetes Service](https://jobicy.com/jobs?search_keywords=Azure+Kubernetes+Service.md) [Monitoring](https://jobicy.com/jobs?search_keywords=Monitoring.md) [Git](https://jobicy.com/jobs?search_keywords=Git.md)

### Cover Letter Sample

Dear Hiring Team,

I am writing to express my strong interest in the DevOps Engineer position at PSI. With over 3 years of experience in building and maintaining CI/CD pipelines, containerized environments, and cloud infrastructure, I am confident in my ability to contribute to your team. My expertise in Azure DevOps, Docker, Kubernetes, and scripting with PowerShell and Bash aligns well with the responsibilities outlined in the job description.

In my previous role, I successfully automated deployment processes and implemented monitoring solutions using Grafana and Prometheus, which improved system reliability and reduced deployment times. I am particularly drawn to PSI's commitment to high-quality services and its inclusive culture.

I am eager to bring my technical skills and collaborative mindset to support your clinical trials and contribute to your global impact. Thank you for considering my application.

Sincerely,
[Your Name]

Copy

### Sample Interview Questions

Can you describe your experience with CI/CD pipelines, specifically using Azure DevOps?I have over 3 years of experience designing and managing CI/CD pipelines in Azure DevOps. I have implemented build and release pipelines for .NET applications, integrated automated testing, and set up multi-stage deployments to development, staging, and production environments. I also used YAML for pipeline as code and leveraged Azure DevOps's artifact feeds and variable groups for consistency.How would you troubleshoot a Kubernetes pod that is in a CrashLoopBackOff state?First, I would check the pod logs using 'kubectl logs <pod-name>' to see any error messages. If the logs are unhelpful, I would describe the pod with 'kubectl describe pod <pod-name>' to check events, resource limits, or liveness probes. I might also exec into the pod if it's running briefly. Common causes include misconfigured environment variables, missing dependencies, or resource constraints. I would then adjust the deployment configuration accordingly.Explain the difference between Docker and Kubernetes. When would you use each?Docker is a containerization platform that packages applications and their dependencies into portable containers. Kubernetes is an orchestration system for managing containerized applications across multiple hosts, providing scaling, load balancing, and self-healing. I would use Docker to create and run containers locally or in simple deployments. For production environments with multiple microservices, high availability, and scaling needs, I would use Kubernetes.Describe a time you automated a manual process using scripting. What tools did you use and what was the outcome?In my previous role, I automated the process of deploying web applications to IIS using PowerShell scripts. I wrote scripts to copy build artifacts, configure application pools, and restart services. Additionally, I used Bash scripts for Linux server maintenance tasks like log rotation and backups. This reduced deployment time by 80% and minimized human error.How do you ensure high availability and disaster recovery in a cloud environment?I implement multi-region deployments with Azure Traffic Manager for load balancing and failover. For databases, I use geo-replication and automated backups. I also design stateless applications where possible, use Kubernetes for pod rescheduling, and set up monitoring alerts for critical metrics. Regular disaster recovery drills ensure that recovery plans are effective.

## Company Description

PSI is a leading Contract Research Organization (CRO) with 30 years of experience in the pharmaceutical industry. Originated in Switzerland, PSI is a privately owned, full-service CRO with a global reach, supporting clinical trials across multiple countries and continents. Our reputation for being highly selective about the projects we undertake highlights our commitment to delivering high-quality, timely services across a broad spectrum of therapeutic indications.

At PSI, we foster an environment where a diverse range of colleagues feel welcomed and valued. Our inclusive culture is a cornerstone of our success, enabling us to attract and retain top talent globally.

We are not just about conducting clinical trials; we are about building a community where every team member has the opportunity to thrive and contribute to groundbreaking advancements in the pharmaceutical industry.

## Job Description

In this role, you will be responsible for building, maintaining, and optimizing infrastructure, CI/CD pipelines, and deployment processes across multiple environments.

Key Responsibilities

* Troubleshoot system issues using logs, diagnostics, and monitoring tools
* Develop and maintain automation scripts using PowerShell and Bash
* Design and manage CI/CD pipelines for continuous integration and deployment
* Configure and maintain web servers (IIS) and support application hosting environments
* Deploy, manage, and scale applications in Azure Kubernetes Service (AKS)
* Build and maintain Docker images, Docker files, and containerized environments
* Implement and maintain monitoring, logging, and observability solutions (Grafana, Prometheus, ELK, etc.)
* Collaborate with development teams to ensure smooth release cycles and reliable deployments
* Contribute to improving system architecture and adopting best DevOps practices

## Qualifications

* BSc/BA in computer science, software engineering or relevant discipline
* Full working proficiency in English
* At least 3 years of experience as a DevOps Engineer
* Windows and Linux administration skills
* Solid understanding of system internals, troubleshooting, and log analysis
* Knowledge of TCP/IP, DNS, HTTP/HTTPS, load balancing, and SSL/TLS
* Proficiency with Git (branching, merging, rebasing) and modern workflows
* Experience with Azure DevOps and building CI/CD pipelines
* Hands-on experience with Docker and Kubernetes (AKS)
Helm and cert-manager are a plus
* Familiarity with container registries

* Experience managing IIS (Nginx/Tomcat is a plus)
* Working knowledge of MS SQL for support and diagnostics
* Programming/scripting:
Required: .NET (C# / ASP.NET) for understanding application build and deployment processes
* Preferred: Node.js to enable development of extensions for Azure DevOps
* Nice to have: Python or Go for creating supporting tools and scripts

* Experience with monitoring and observability tools (Grafana, Prometheus, ELK, Zabbix)
* Understanding of modern architectures: monolith, microservices, event-driven, serverless

## Additional Information

* Stable, privately-owned company, organically growing since 1995
* Opportunities to work remotely in Latvia
* Intensive induction program, technical and industry-related trainings for an optimal start and continuous development
* Diverse projects that include but are not limited to web and desktop apps, ERP system, BPM system, document management system and more
* Friendly and supportive atmosphere in a committed team
* International environment, with colleagues around the world
* Opportunities to quickly see the results of your work

Show more

[Apply now >](https://jobicy.com/jobs/145786-devops-engineer-3.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

*
![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 TimeNEW*
![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*
![NBCUniversal logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/836510d4-221-2.jpg)

NBCUniversal

[Sr. Video Streaming DevOps Engineer](https://jobicy.com/jobs/147693-sr-video-streaming-devops-engineer.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 110k-135k/year*
![Astronomer logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/08/7a77cfb5b26b29196d5ed8cd14a3103a.jpg)

Astronomer

[Senior Customer Reliability Engineer – Infrastructure](https://jobicy.com/jobs/145279-senior-customer-reliability-engineer-infrastructure.md)

Astronomer empowers data teams to bring mission-critical software, analytics, and AI to life and is the company behind Astro, the industry-leading unified DataOps platform powered by Apache Airflow®. Astro accelerates…

![Ireland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/ie.svg)
IE•Full TimeJun 23
[More Jobs](https://jobicy.com/jobs.md)