1

Site Reliability Engineer Jobs in Mississippi (NOW HIRING)

Operations Manager

Pass Christian, MS · On-site

$141 - $221/hr

Partner with Maintenance, Reliability, Engineering, and Capital Project teams to prioritize asset ... Collaborate with Plant Leadership, Supply Chain, functional partners, and other site stakeholders ...

New

$141 - $221/hr

Partner with Maintenance, Reliability, Engineering, and Capital Project teams to prioritize asset ... Collaborate with Plant Leadership, Supply Chain, functional partners, and other site stakeholders ...

New

Our team is small, highly motivated, and focused on engineering excellence. This organization is ... on-site power infrastructure (>50 MW). * Knowledge of ERCOT, NERC reliability standards, and ...

Engineer process solutions and reliability improvement from concept to network implementation ... Monitor material handling equipment metrics and partner with site team to resolve equipment ...

This role is not commissioning-focused, not controls-programming-heavy, and not customer-facing, but instead centered on system health, equipment reliability, and technical execution on site What we ...

This role is not commissioning-focused, not controls-programming-heavy, and not customer-facing, but instead centered on system health, equipment reliability, and technical execution on site What we ...

System Engineer

Brookhaven, MS · On-site

$71 - $98/hr

This role is not commissioning-focused, not controls-programming-heavy, and not customer-facing, but instead centered on system health, equipment reliability, and technical execution on site. What we ...

Engineer process solutions and reliability improvement from concept to network implementation ... Monitor material handling equipment metrics and partner with site team to resolve equipment ...

The Reliability & Maintenance Engineering (RME) team are the business partners that work tirelessly ... site expert for maintaining the automation systems that are critical for operations - You will ...

Quality Engineer

Greenwood, MS · On-site

$62K - $80K/yr

Greenwood, MS Type: Full-time | On-site Role Overview: The Quality Engineer ensures that products, processes, and services meet defined quality, safety, reliability, and regulatory standards. This ...

Showing results 21-40

Site Reliability Engineer information

See Mississippi salary details

$10

$60

$86

How much do site reliability engineer jobs pay per hour?

As of Sep 4, 2026, the average hourly pay for site reliability engineer in Mississippi is $60.37, according to ZipRecruiter salary data. Most workers in this role earn between $51.92 and $68.99 per hour, depending on experience, location, and employer.

What is a site reliability engineer?

A site reliability engineer specializes in site reliability engineering, or SRE, a specific branch of operations first pioneered by Google. You are responsible for ensuring that when a website decides to scale a particular feature for various users to access, it does not break the underlying software or website functions. This means you need to use analytical problem-solving skills to determine how to make specific features on a new software release work on top of existing source code.

What is a site reliability engineer?

A Site Reliability Engineer (SRE) is a professional who applies software engineering principles to infrastructure and operations problems. Their primary goal is to create scalable and highly reliable software systems, often bridging the gap between development and IT operations. SREs automate tasks, monitor system health, respond to incidents, and work to improve system reliability and performance. They also help define service level objectives (SLOs) and ensure systems meet customer expectations for uptime and availability.

What are the key skills and qualifications needed to thrive as a site reliability engineer?

To thrive as a Site Reliability Engineer, you need a strong background in computer science, systems administration, and software engineering, often supported by a degree in a technical field. Familiarity with cloud platforms (like AWS or GCP), container orchestration (such as Kubernetes), infrastructure as code (Terraform or Ansible), and monitoring tools (Prometheus, Grafana) is typically expected. Strong problem-solving skills, effective communication, and a proactive mindset help SREs excel at incident management and cross-functional collaboration. These skills are crucial for maintaining system reliability, minimizing downtime, and driving continuous improvement in complex technical environments.

What are some of the most common challenges site reliability engineers face when balancing system reliability with rapid software delivery?

Site Reliability Engineers (SREs) often navigate the challenge of maintaining highly reliable systems while supporting fast-paced software releases. This involves managing incidents, automating processes to reduce manual toil, and working closely with development teams to embed reliability into the software development lifecycle. SREs must carefully prioritize their efforts between proactive improvements and urgent, reactive fire-fighting. Effective communication and collaboration with both operations and development teams are crucial to ensuring service uptime without slowing down innovation.

What is the difference between Site Reliability Engineer vs DevOps Engineer?

AspectSite Reliability EngineerDevOps Engineer
CredentialsTypically requires a computer science degree, certifications like AWS, Google Cloud, or KubernetesSimilar credentials, often with cloud certifications and scripting skills
Work EnvironmentFocuses on maintaining and improving system reliability, often in large-scale production environmentsWorks on automation, CI/CD pipelines, and deployment processes across development and operations teams
Industry UsageCommon in tech, cloud services, and large-scale enterprise companiesWidely used in software development, cloud, and IT organizations

Both roles require strong technical skills and cloud knowledge, but SREs focus more on system reliability and uptime, while DevOps engineers emphasize automation and deployment processes. They often collaborate but have distinct primary responsibilities.

Is a site reliability engineer a stressful job?

A site reliability engineer (SRE) role can be stressful due to the responsibility of maintaining system uptime, handling incidents, and ensuring reliability under tight deadlines. The job often requires strong problem-solving skills, familiarity with monitoring tools, and the ability to work in high-pressure situations, but it also offers opportunities for skill development and process improvements.

What are the most commonly searched types of Site Reliability Engineer jobs in Mississippi?

The most popular types of Site Reliability Engineer jobs in Mississippi are:

What are popular job titles related to Site Reliability Engineer jobs in Mississippi?

For Site Reliability Engineer jobs in Mississippi, the most frequently searched job titles are:

What job categories do people searching Site Reliability Engineer jobs in Mississippi look for?

The top searched job categories for Site Reliability Engineer jobs in Mississippi are:

What are popular job titles related to Site Reliability Engineer jobs in MS?

For Site Reliability Engineer jobs in MS, the most frequently searched job titles are:

Infographic showing various Site Reliability Engineer job openings in Mississippi as of August 2026, with employment types broken down into 1% As Needed, 83% Full Time, 14% Part Time, and 2% Contract. Highlights an 93% Physical, 2% Hybrid, and 5% Remote job distribution, with an average salary of $125,565 per year, or $60.4 per hour.

AI Agent Trajectory Annotator and Reviewer

Bespoke Labs

Meridian, MS • On-site

$20 - $30/hr

Full-time

Posted 4 days ago


Job description

Type: Contract, hourly

Location: Remote

Hours: 20–30 per week

Pay: $20–30/hour, based on experience and language coverage

Start: Immediate

ABOUT THE ROLE

We evaluate how well advanced AI coding agents solve real engineering problems. An agent is given a real open source codebase inside a container and a hard task, then works on its own for 80 to 250 steps. A trajectory is the full record of that run — every command, result, and decision.

You will do two jobs, and you should expect either on any given day.

•Annotate — Read a trajectory nobody has looked at yet and judge it step by step.

• Review — Take an existing annotation, written by our AI tooling or another person, and confirm, correct, or reject it.

TASKS YOU'LL SEE

• Feature build — Add a working feature to a live library without breaking anything that already worked.

• Rebuild — Work out what a compiled tool does by running it, then rebuild it to match its output, exit codes, and file effects.

• Bug hunt — Find and fix twenty undocumented bugs across a dozen files with no test suite, then record what caused them.

Mostly Python and Go, with some Rust, C, and Ct+. A trajectory runs about 100 steps.

WHAT YOU JUDGE IN A TRAJECTORY

• Was the command right for the state the environment was actually in?

• Did the agent read the previous output correctly?

• Was the step wrong, or only inefficient — these are scored differently.

• Where did the run first go off course — usually earlier than where it visibly broke.

• Did the agent notice its own mistake and recover, or keep building on a false assumption?

• Did it game the grader instead of solving the task (e.g., weakening a test or hardcoding an expected value)?

WHAT WE NEED FROM YOU

• Experience — 2+ years in software engineering, DevOps, or site reliability, with real debugging in real codebases.

• Languages — Strong in Python or Go, and able to read a language you've never used.

• Linux — Comfortable with logs, running processes, build failures, and containers.

• Workflow — Everyday Git, diffs, pull requests, and issue tracking.

• Debugging — Able to work with no test suite and no error message pointing at the cause.

• Focus — Able to hold context across a long run, because step 74 can depend on step 12.

• Writing — Clear English, since every judgement needs an explanation another engineer can check.