2

Remote Eda Software Engineer Jobs in Texas (NOW HIRING)

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 ...

Sr. Software Engineer

Houston, TX ยท On-site +1

$106K - $139K/yr

This is a remote position within the United States. Essential Job Functions Software Development ... Mentor engineers in software design, coding practices, and architecture. * Collaborate across ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Senior Software Engineer Job Type: Contractor (~15 hours/week) Location: Remote Job Summary We are seeking experienced Senior Software Engineers to support an AI training project by creating ...

Sr. Software Engineer

Austin, TX ยท On-site +1

$121K - $160K/yr

CDK Global, LLC Job Title: Sr. Software Engineer Worksite: 11809 Domain Dr., Suite 200 Austin, TX ... remote teams. Support production issue resolutions per need. Participate in the development ...

Proven experience as a Software Engineer or similar role. * Proven proficiency in MSSQL and ... Remote work and more! About MACC: Telecommunication companies of all sizes across the United States ...

Proven experience as a Software Engineer or similar role. * Proven proficiency in MSSQL and ... Remote work and more! About MACC: Telecommunication companies of all sizes across the United States ...

Showing results 41-60

Remote Eda Software Engineer information

What is a remote EDA software engineer?

A Remote EDA Software Engineer is a professional who designs, develops, and maintains Electronic Design Automation (EDA) software tools, while working from a location outside of a traditional office setting. EDA software is critical for designing and verifying integrated circuits and electronic systems. Remote EDA Software Engineers collaborate with hardware engineers, participate in code reviews, and contribute to software solutions using programming languages like C++, Python, or Java. Their work supports the creation of faster, smaller, and more efficient electronic devices. Remote roles often require strong communication skills and proficiency with online collaboration tools.

What are the key skills and qualifications needed to thrive as a remote EDA software engineer?

To thrive as a Remote EDA Software Engineer, you need strong programming skills (often in C++, Python, or Java), a solid understanding of algorithms and data structures, and a background in electronic design automation or electrical engineering. Familiarity with industry-standard EDA tools (like Synopsys, Cadence, or Mentor Graphics), version control systems, and relevant certifications can be highly beneficial. Excellent problem-solving abilities, self-motivation, and clear communication are crucial soft skills, especially for collaborating across distributed teams. Mastering these skills ensures the development of efficient, reliable EDA solutions while maintaining productivity and cohesion in a remote work environment.

What are some common challenges faced by remote EDA software engineers, and how can they be addressed?

Remote EDA Software Engineers often encounter challenges such as effective collaboration with globally distributed teams and maintaining clear communication across time zones. Since EDA projects typically involve complex problem-solving and integration with hardware teams, staying aligned through regular video meetings, detailed documentation, and using collaborative development tools is key. Additionally, keeping up with evolving EDA tools and technologies requires continuous learning, which can be managed by participating in online training and industry forums. Proactive communication and self-motivation are crucial for thriving in this remote role.

What is the difference between Remote Eda Software Engineer vs Remote PCB Design Engineer?

AspectRemote Eda Software EngineerRemote PCB Design Engineer
Required CredentialsBachelor's in Electrical Engineering or Computer Science; knowledge of EDA toolsBachelor's in Electrical Engineering or related; PCB design certifications preferred
Work EnvironmentSoftware development teams, remote collaborationDesign teams, remote or on-site collaboration
Industry UsageElectronics, semiconductor, tech companiesElectronics manufacturing, hardware development
Common Search/ComparisonYesYes

The main difference is that Remote Eda Software Engineers focus on developing and maintaining electronic design automation software, while Remote PCB Design Engineers specialize in creating printed circuit board layouts. Both roles require electrical engineering knowledge, but the EDA Software Engineer emphasizes software skills, whereas the PCB Design Engineer emphasizes hardware design expertise.

What are the most commonly searched types of Eda Software Engineer jobs in Texas?

The most popular types of Eda Software Engineer jobs in Texas are:

What cities in Texas are hiring for Remote Eda Software Engineer jobs?

Cities in Texas with the most Remote Eda Software Engineer job openings:

Infographic showing various Remote Eda Software Engineer job openings in Texas as of August 2026, with employment types broken down into 67% Full Time, and 33% Part Time. Highlights an 100% Remote job distribution.

Software Engineer

Citamed

San Juan, TX โ€ข On-site, Remote

Full-time

Re-posted 4 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?