2

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

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

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

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

Remote Pinterest Software Engineer information

See McAllen, TX salary details

$60.3K

$140.2K

$195.2K

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

As of Aug 24, 2026, the average yearly pay for remote pinterest 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 does a remote Pinterest software engineer do?

A Remote Pinterest Software Engineer is responsible for designing, developing, and maintaining software solutions for Pinterest’s platform while working from a remote location. Their tasks often include writing code, collaborating with cross-functional teams, and solving technical challenges to enhance user experience and system reliability. They utilize various programming languages and tools, and are expected to communicate effectively and manage their work independently. The role often involves working on features related to image search, recommendations, or scalability, depending on the specific team. Remote engineers must also ensure their work aligns with Pinterest’s goals and quality standards.

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

To thrive as a Remote Pinterest Software Engineer, you need strong programming skills (often in languages like Python, Java, or C++), a solid understanding of computer science fundamentals, and a relevant degree or equivalent experience. Familiarity with Pinterest's tech stack, cloud platforms, version control systems like Git, and experience with scalable distributed systems is highly valuable. Exceptional communication, problem-solving, and self-motivation are crucial soft skills that help in a remote, collaborative environment. These abilities ensure you can effectively contribute to product development, maintain high-quality code, and collaborate across distributed teams for Pinterest’s continued growth.

What are the typical collaboration methods for a remote Pinterest software engineer working with cross-functional teams?

As a Remote Pinterest Software Engineer, you will regularly collaborate with designers, product managers, and other engineers via virtual meetings, collaborative documentation, and project management tools such as Slack, Jira, and Confluence. Effective communication is essential since teams are often distributed across multiple time zones. You'll participate in code reviews, sprint planning, and stand-ups using video conferencing and shared code repositories to ensure alignment and progress. Building strong relationships remotely requires proactive communication, clear documentation, and a willingness to ask questions or offer support as needed.

What is the difference between Remote Pinterest Software Engineer vs Remote Pinterest Data Scientist?

AspectRemote Pinterest Software EngineerRemote Pinterest Data Scientist
Required CredentialsBachelor's in CS or related field, coding skillsBachelor's or higher in CS, Statistics, or related field, strong analytical skills
Work EnvironmentCollaborative software development teams, Agile environmentData analysis teams, research-focused environment
Employer & Industry UsageTech companies, social media platforms, e-commerceTech companies, social media, marketing, analytics firms
Common Search & ComparisonYesYes

The main difference between a Remote Pinterest Software Engineer and a Remote Pinterest Data Scientist lies in their focus areas. Software Engineers primarily develop and maintain the platform's codebase, while Data Scientists analyze data to inform business decisions. Both roles require technical skills and are integral to Pinterest's operations, but they serve different functions within the company's tech ecosystem.

What cities near McAllen, TX are hiring for Remote Pinterest Software Engineer jobs?

Cities near McAllen, TX with the most Remote Pinterest Software Engineer job openings:

Infographic showing various Remote Pinterest Software Engineer job openings in McAllen, TX as of August 2026, with employment types broken down into 85% Full Time, 10% Part Time, and 5% Contract. Highlights an 85% Physical, 4% Hybrid, and 11% Remote job distribution, with an average salary of $140,151 per year, or $67.4 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

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