2

Remote Bloomberg Software Engineer Jobs in McAllen, 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 expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Roadway CAD Technician

Mcallen, TX · On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

New

Roadway CAD Technician

Mcallen, TX · On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

New

Remote Bloomberg Software Engineer information

See McAllen, TX salary details

$60.3K

$140.2K

$195.2K

How much do remote bloomberg software engineer jobs pay per year?

As of Aug 12, 2026, the average yearly pay for remote bloomberg software engineer in McAllen, TX is $140,151.00, according to ZipRecruiter salary data. Most workers in this role earn between $114,000.00 and $164,400.00 per year, depending on experience, location, and employer.

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

To thrive as a Remote Bloomberg Software Engineer, you need strong programming skills (such as Python, C++, or Java), a solid understanding of computer science fundamentals, and typically a degree in Computer Science or related field. Familiarity with Bloomberg's proprietary systems, distributed computing, cloud technologies, and Agile development tools is highly valued, as is experience with CI/CD pipelines. Excellent problem-solving abilities, remote communication skills, and self-motivation distinguish top engineers in this role. These competencies ensure the delivery of robust, scalable financial software solutions and effective collaboration in a distributed work environment.

What does a Remote Bloomberg Software Engineer do?

A Remote Bloomberg Software Engineer is responsible for designing, developing, and maintaining software solutions for Bloomberg's financial products and services while working from a remote location. They collaborate with team members, write code, debug issues, and ensure the software meets high standards for reliability and performance. This role often involves working with large data sets, real-time systems, and financial technology platforms. Remote engineers use various programming languages and tools to build scalable and secure applications that serve Bloomberg’s global client base.

How does a remote Bloomberg software engineer collaborate effectively with global teams and stakeholders?

As a Remote Bloomberg Software Engineer, collaboration with global teams is facilitated through a mix of synchronous and asynchronous communication tools such as Slack, video conferencing, and internal documentation platforms. You'll often participate in agile ceremonies, code reviews, and pair programming sessions with colleagues across different time zones. Effective communication, proactive updates, and adaptability to diverse work styles are key to overcoming challenges in remote teamwork. Building strong relationships with product managers, QA engineers, and other developers is essential for delivering robust, client-focused solutions.

What is the difference between Remote Bloomberg Software Engineer vs Remote Bloomberg Data Analyst?

AspectRemote Bloomberg Software EngineerRemote Bloomberg Data Analyst
Required CredentialsComputer Science degree, coding skills (Java, C++, Python)Statistics, data analysis, SQL proficiency
Work EnvironmentDeveloping software, coding, debuggingData interpretation, reporting, data management
Employer & Industry UsageFinancial services, technology teams at BloombergFinancial data, market analysis teams at Bloomberg

While both roles work within Bloomberg's financial ecosystem, Remote Bloomberg Software Engineers focus on building and maintaining software applications, requiring coding expertise. In contrast, Remote Bloomberg Data Analysts analyze financial data to generate insights, emphasizing statistical and analytical skills. Both roles are essential in supporting Bloomberg's financial services, but they differ in daily tasks and skill sets.

What are popular job titles related to Remote Bloomberg Software Engineer jobs in McAllen, TX? For Remote Bloomberg Software Engineer jobs in McAllen, TX, the most frequently searched job titles are:
What cities near McAllen, TX are hiring for Remote Bloomberg Software Engineer jobs? Cities near McAllen, TX with the most Remote Bloomberg Software Engineer job openings:

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

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