2

Remote Environmental Engineer Jobs in Mission, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their ... Develop reproducible environments (e.g., using Docker) and automated testing pipelines to ensure ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their ... Develop reproducible environments (e.g., using Docker) and automated testing pipelines to ensure ...

Remote - Tennessee, United States of America Job ID: R0140062 Date Posted: 2026-08-05 Company Name ... If you thrive in a dynamic environment, enjoy strategic thinking, and are motivated by delivering ...

Remote Environmental Engineer information

See Mission, TX salary details

$29.8K

$70.5K

$102.8K

How much do remote environmental engineer jobs pay per year?

As of Aug 21, 2026, the average yearly pay for remote environmental engineer in Mission, TX is $70,490.00, according to ZipRecruiter salary data. Most workers in this role earn between $56,800.00 and $83,900.00 per year, depending on experience, location, and employer.

What is a remote environmental engineer?

A Remote Environmental Engineer is a professional who works primarily from a location outside of a traditional office, using digital tools to design, implement, and manage projects that protect the environment. They may conduct environmental assessments, develop sustainability plans, and ensure compliance with environmental regulations, all while collaborating with teams and clients online. This role often involves data analysis, report writing, and virtual meetings to support environmental initiatives from a distance.

What skills and qualifications are needed to be a remote environmental engineer?

Remote Environmental Engineers need a solid background in environmental science or engineering, with a relevant degree and often professional certification such as a PE (Professional Engineer) license. Familiarity with GIS software, environmental modeling tools, and remote collaboration platforms is typically required. Strong analytical thinking, effective written communication, and self-motivation are crucial soft skills for working independently and with distributed teams. These competencies ensure accurate assessments, regulatory compliance, and successful project delivery in a remote work environment.

How do remote environmental engineers collaborate with on-site teams and stakeholders?

Remote Environmental Engineers often work closely with on-site teams, project managers, and regulatory agencies through virtual meetings, cloud-based project management tools, and frequent email or phone communication. They may review site data, analyze reports, and provide technical guidance from a distance, while relying on local staff for fieldwork and sample collection. Clear communication and strong organizational skills are essential to ensure projects remain on track and regulatory requirements are met. Building strong relationships remotely can be a challenge, but regular check-ins and proactive updates help foster effective teamwork.

What are popular job titles related to Remote Environmental Engineer jobs in Mission, TX?

For Remote Environmental Engineer jobs in Mission, TX, the most frequently searched job titles are:

What job categories do people searching Remote Environmental Engineer jobs in Mission, TX look for?

The top searched job categories for Remote Environmental Engineer jobs in Mission, TX are:

What cities near Mission, TX are hiring for Remote Environmental Engineer jobs?

Cities near Mission, TX with the most Remote Environmental Engineer job openings:

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 20 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?