1

Zero Parallel Jobs in Texas (NOW HIRING)

Growth GM

Dallas, TX ยท On-site +1

$53K - $73K/yr

  • Medical

  • Dental

  • Vision

  • Retirement

  • PTO

... parallel with getting the market up and running, and you'll turn what works into the playbook so the next market doesn't start from zero. There's ambiguity built into this on purpose. We think of it ...

Account Executive

Austin, TX ยท Hybrid

$80K - $100K/hr

... parallel. Founded 2025 ยท 1-10 people (Seed) ยท Industry: Healthcare / AI The Role The client is ... zero enrollments to 6 eligible patients in one week; one research site screened 650 patients ...

Senior ML Accelerator Engineer - GPU

Austin, TX ยท On-site

$170K - $258K/yr

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

About the Mission GM's vision of Zero Crashes, Zero Emissions, and Zero Congestion guides ... Excellent GPU programming skills in CUDA, with a thorough understanding of parallel programming ...

Senior ML Accelerator Engineer - GPU

Austin, TX ยท On-site

$170K - $258K/yr

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

About the Mission GM's vision of Zero Crashes, Zero Emissions, and Zero Congestion guides ... Excellent GPU programming skills in CUDA, with a thorough understanding of parallel programming ...

Contracts Manager

Austin, TX ยท On-site

$120 - $150/hr

Zero analogy thinking, no egos, the best idea wins. * Love of the game. The frontier of AI is the ... Run multiple contract workstreams in parallel under tight deadlines, keeping quality high while ...

Own our Zero Trust network access rollout (Cloudflare WARP/Access) and firewall, a full handover ... parallel tracks, and a day-before-start readiness check for every new hire * Own account and device ...

New

Own our Zero Trust network access rollout (Cloudflare WARP/Access) and firewall, a full handover ... parallel tracks, and a day-before-start readiness check for every new hire * Own account and device ...

New

next page

Showing results 1-20

Zero Parallel information

What is Zero Parallel?

Zero Parallel is a leading affiliate marketing network that specializes in connecting online publishers and marketers with financial service providers, such as payday and installment loan lenders. The company helps affiliates earn commissions by directing qualified leads to its network of lenders, primarily in the short-term lending industry. Zero Parallel provides tools, tracking, and support to help affiliates maximize their earnings and optimize their marketing campaigns.

What are some common challenges faced by professionals working at Zero Parallel, and how can applicants prepare for them?

Professionals at Zero Parallel often work in a fast-paced, dynamic environment that requires adaptability and quick decision-making. Common challenges include managing multiple affiliate partnerships, staying updated with industry compliance standards, and meeting ambitious performance targets. Applicants can prepare by developing strong communication skills, staying informed about digital marketing trends, and becoming proficient with analytics tools. Collaboration is key, as teams frequently coordinate campaigns and share insights to drive results.

What are the key skills and qualifications needed to thrive as an Affiliate Marketing Manager at Zero Parallel, and why are they important?

To thrive as an Affiliate Marketing Manager, you need a solid understanding of digital marketing strategies, analytics, and affiliate program management, often supported by a marketing degree or relevant experience. Proficiency in affiliate tracking platforms, CRM software, and analytics tools like Google Analytics is typically required. Strong negotiation, relationship-building, and problem-solving skills help you build successful partnerships and optimize campaigns. These skills ensure effective campaign management, drive revenue growth, and foster long-term business relationships in a competitive market.

What is the difference between Zero Parallel vs Data Analyst?

AspectZero ParallelData Analyst
Required CredentialsTypically requires a background in computer science or engineering, with skills in parallel computing and programming languages like C++ or Python.Usually needs a degree in statistics, mathematics, or related fields, with proficiency in data analysis tools like Excel, SQL, and visualization software.
Work EnvironmentWorks primarily in tech companies, research labs, or industries focusing on high-performance computing.Employed across various sectors including finance, healthcare, marketing, and consulting, often in office settings.
Industry UsageCommonly used in fields requiring parallel processing and high computational power.Widely used in data-driven decision-making, reporting, and business insights.

While Zero Parallel focuses on parallel computing and high-performance processing, Data Analysts concentrate on interpreting data to inform business decisions. Both roles require analytical skills but differ in technical focus and industry application.

What are popular job titles related to Zero Parallel jobs in Texas?

For Zero Parallel jobs in Texas, the most frequently searched job titles are:

What job categories do people searching Zero Parallel jobs in Texas look for?

The top searched job categories for Zero Parallel jobs in Texas are:

What cities in Texas are hiring for Zero Parallel jobs?

Cities in Texas with the most Zero Parallel job openings:

Infographic showing various Zero Parallel job openings in Texas as of June 2026, with employment types broken down into 3% As Needed, 85% Full Time, 6% Part Time, and 6% Contract. Highlights an 92% Physical, 2% Hybrid, and 6% Remote job distribution.

Staff Database Internals Engineer

Teradata Corporation (SE)

Austin, TX โ€ข On-site

$160 - $200/hr

Other

Posted yesterday

New


Job description

Our Company

At Teradata, we believe that people thrive when empowered with better information. Teradata's Autonomous Knowledge Platform activates enterprise intelligence by unifying data, knowledge, and business context to achieve tangible outcomes. With Teradata, organizations can provide agents with full context for impact when it matters. Our solution lets businesses connect and scale on premises, in the cloud, or through a hybrid approach. Teradata delivers real business value with AI.

About the Role

Join the team that built the original Teradata engine, and work on what comes next.

Inside the Office of the CTO, our Advanced Research Team is exploring a new generation of massively parallel, decentralized compute โ€” engine architecture where parallelism is a first principle rather than a later refinement.

That choice shapes everything that follows: the structure of plans, the expression of operators, the organization of storage, and the movement of work and data across nodes. It is the kind of systems problem that can define a career, and we are approaching it with both ambition and rigor.

This is a rare opportunity to work at the frontier of database internals, learn from the people who helped define the field, and leave your mark on a new engine as it takes shape. If you want greenfield systems work backed by the people, resources, and a problem set only a company like Teradata can offer, this is the place.

What You'll Do

You will be responsible for building core components of a next-generation parallel compute engine from the ground up:

  • Build components across the engine spine: SQL front end (tokenizer, parser, binder), logical/physical plan layer, rule- and cost-based optimizer, and operators (joins, aggregates, sort, scan).
  • Build the storage substrate: Arrow in-memory format, slotted-page on-disk format with checksums, buffer pool, and a B-tree or LSM access method.
  • Implement transactions and recovery: lock/latch management, MVCC/snapshot isolation, WAL/ARIES, checkpoints, and crash recovery.
  • Add parallelism and distribution along the correct axis โ€” exchange-based parallel execution for query work, consensus/replication/atomic-commit for data correctness โ€” without conflating the two.
  • Write design specifications before coding (schemas; null/empty/duplicate semantics; memory budget and spill behavior; cost characteristics), write tests first, implement behind the established operator interface, verify safety then speed, and report the benchmark delta.
Who You Will Work With

You will work within an intentionally small Advanced Research Team inside Teradata's Office of the CTO โ€” meaning your contributions directly shape architecture and direction rather than passing through layers of process. You will collaborate with:

  • The architects and engineers behind one of the most successful massively parallel databases ever shipped, who have faced the hardest problems in this space and are now focused on what comes next.
  • Senior experts who are available to challenge your thinking, share lessons learned from building the first generation, and provide mentorship on deep systems problems.
  • Peers who share a commitment to rigor, quality, and first-principles engineering โ€” a small team where everyone's work matters and is visible.
What Makes You a Qualified Candidate

We are open to two complementary profiles for this role:

Profile A โ€” Distributed Query Optimizer
  • Deep expertise in distributed query optimization: cascading optimizers, Abstract Syntax Tree (AST) binding, logical and physical plan distribution.
  • Experience designing parallel execution pipelines where distribution is a first-class concern, not an afterthought.
  • Familiarity with systems like Apache DataFusion or similar distributed execution frameworks.
Profile B โ€” Execution Engine & Database Internals
  • Strong hands-on background with analytical/embedded engines (e.g., DuckDB, DataFusion) and their internals.
  • Deep knowledge of pipeline execution, vectorized processing, file system I/O, and open table formats (Iceberg, Delta).
  • Experience with transaction management, lock managers, cache management, or OS-level scheduling.
What You'll Bring

Technical Requirements:

  • Systems programming in Rust or modern C/C++ with memory-safety discipline.
  • Relational foundations end to end: relational algebra and the algebraic laws behind query rewrites, logicalโ†’physical lowering, and cost-based optimization. You can walk the full lifecycle โ€” text โ†’ tokens โ†’ AST โ†’ bound logical plan โ†’ optimized plan โ†’ physical plan โ†’ batches โ€” and reason about cost at every step.
  • Demonstrated depth in at least one area of the engine spine (front end, plan/optimizer, operators, storage engine, transactions/recovery, or scale-out) with working literacy across its neighbors.
  • Vectorized execution over a columnar (Arrow) representation: batch-at-a-time operators, the pull/iterator model, validity-bitmap-correct null handling, zero-copy buffer sharing.
  • Cost reasoning at the metal: cache behavior, alignment, SIMD, allocation patterns, false sharing in parallel accumulators โ€” you can articulate why one physical implementation beats another on a given CPU.
  • Test- and benchmark-gated engineering: golden/sqllogictest, property and fuzz testing, deterministic simulation testing for concurrent/distributed paths, and microbenchmarks (Criterion/Google Benchmark) plus a TPC-H subset. Correctness gates before performance, always.
  • Sophisticated, hands-on use of AI coding agents directed against a reference-grade spec โ€” managed as a virtual engineering team, held to the same bar as the rest of the work.
Soft Skills
  • Communicates clearly โ€” can describe a system or problem at the right level of abstraction for any audience, whether a senior architect, a peer, or an AI coding agent.
  • Doer over theorist โ€” moves from concept to working prototype quickly; validates by building.
  • Intellectually curious and self-directed โ€” digs deep independently before asking for help; brings answers and proposals.
  • Collaborative with peers โ€” receptive to input and direction while owning your area end-to-end.
  • Comfortable with evolving requirements โ€” writes design documents to create clarity.
  • High personal bar for quality.
Why We Think You Will Love Teradata

We prioritize a people-first culture because we know our people are at the very heart of our success. We embrace a flexible work model because we trust our people to make decisions about how, when, and where they work. We focus on well-being because we care about our people and their ability to thrive both personally and professionally. We are committed to actively working to foster an inclusive environment that celebrates people for all of who they are.

Teradata is proud to be an equal opportunity employer. We do not discriminate based upon race, color, ancestry, religion, creed, sex (including pregnancy, childbirth, breastfeeding, or related conditions), national origin, sexual orientation, age, citizenship, marital status, disability, medical condition, genetic information, gender identity or expression, military and veteran status, or any other legally protected status. We welcome and encourage individuals from all backgrounds to apply and join our team, bringing their unique perspectives and experiences to help us innovate and grow. If you require accommodations during the interview process, please let your recruiter know and we will work with you to meet your needs.

#LI-CP2

Pay Rate: - -

#J-18808-Ljbffr