Linear Array Definition In Data Structure Jobs in Usa

39,127 positions found — Page 4

Data Steward
✦ New
Salary not disclosed
Creve Coeur, MO 1 day ago

Job Summary:

Our client is seeking a Data Steward to join their team! This position is located Hybrid in Creve Coeur, Missouri.

Duties:

  • Understand business capability needs and processes as they relate to IT solutions through partnering with Product Managers and business and functional IT stakeholders
  • Participate in data scraping, data curation and data compilation efforts
  • Ensure high quality of the data to end users
  • Ensure high quality of the inhouse data via data stewardship
  • Implement and utilize data solutions for data analysis and profiling using a variety of tools such as SQL, Postman, R, or Python and following the team’s established processes and methodologies
  • Collaborate with other data stewards and engineers within the team and across teams on aligning delivery dates and integration efforts
  • Define data quality rules and implement automated monitoring, reporting, and remediation solutions
  • Coordinate intake and resolution of data support tickets
  • Support data migration from legacy systems, data inserts and updates not supported by applications
  • Partner with the Data Governance organization to ensure data is secured and access is being managed appropriately
  • Identify gaps within existing processes and capable of creating new documentation templates to improve the existing processes and procedures
  • Create mapping documents and templates to improve existing manual processes
  • Perform data discoveries to understand data formats, source systems, etc. and engage with business partners in this discovery process
  • Help answer questions from the end-users and coordinate with technical resources as needed
  • Build prototype SQL and continuously engage with end consumers with enhancements


Desired Skills/Experience:

  • Bachelor's Degree in Computer Science, Engineering, Science, or other related field
  • Applied experience with modern engineering technologies and data principles, for instance: Big Data Cloud Compute, NoSQL, etc..
  • Applied experience with querying SQL and/orNoSQL databases
  • Experience in designing data catalogs, including data design, metadata structures, object relations, catalog population, etc.
  • Data Warehousing experience
  • Strong written and verbal communication skills
  • Comfortable balancing demands across multiple projects / initiatives
  • Ability to identify gaps in requirements based on business subject matter domain expertise
  • Ability to deliver detailed technical documentation
  • Expert level experience in relevant business domain
  • Experience managing data within SAP
  • Experience managing data using APIs
  • Big Query experience

Benefits:

  • Medical, Dental, & Vision Insurance Plans
  • Employee-Owned Profit Sharing (ESOP)
  • 401K offered


The approximate pay range for this position starting at $104,000 - $115,000+ Please note that the pay range provided is a good faith estimate. Final compensation may vary based on factors including but not limited to background, knowledge, skills, and location. We comply with local wage minimums.

At KellyMitchell, our culture is world class. We’re movers and shakers! We don’t mind a bit of friendly competition, and we reward hard work with unlimited potential for growth. This is an exciting opportunity to join a company known for innovative solutions and unsurpassed customer service. We're passionate about helping companies solve their biggest IT staffing & project solutions challenges. As an employee-owned, women-led organization serving Fortune 500 companies nationwide, we deliver expert service at a moment's notice.

By applying for this job, you agree to receive calls, AI-generated calls, text messages, or emails from KellyMitchell and its affiliates, and contracted partners. Frequency varies for text messages. Message and data rates may apply. Carriers are not liable for delayed or undelivered messages. You can reply STOP to cancel and HELP for help. You can access our privacy policy at

Not Specified
Data Scientist
✦ New
Salary not disclosed
McLean, Virginia 8 hours ago
Hiring - Data Scientist
Location: Dallas TX or McLean VA
Cliff W2
Inperson interview
Onsite
  • 5+ years in data science, analytics, or cloud financial operations
  • Expertise in Python, SQL, and data science libraries (e.g., pandas, scikit-learn)
  • Strong statistical modeling and machine learning skills
  • Deep understanding of Azure and AWS cost structures and optimization levers
  • Excellent communication and stakeholder engagement skills
  • Experience with BI tools (Power BI, Tableau)
Please contact
Not Specified
Lead AI Application Platform in Charlotte, NC Hybrid Job
✦ New
Salary not disclosed

Title: Lead Software Engineer - AI Application Platform

Mode of interview 1 round in person

Location: Must be in Charlotte, NC to work Hybrid Model

Main Skill set: Python, AI and Angular

Description:

Lead Software Engineer - AI Application Platform

The Opportunity

We are seeking a Lead Software Engineer to guide the architectural development and execution of the client, a sophisticated AI-powered application generation platform. This role suits a proven technical leader with deep, hands-on expertise across the full software stack who finds enabling a team to build better software deeply satisfying.

You will shape critical systems, mentor senior and junior developers through complex technical decisions, conduct rigorous code reviews across multiple technology domains, and directly influence the platform's trajectory through strategic engineering leadership.

This is for someone who:

  • Engages thoughtfully when a junior developer asks targeted architectural questions—because you see an opportunity to shape how someone thinks about systems
  • Takes time to explain subtle type-safety issues in code review, understanding that feedback is a teaching moment
  • Can present architecture clearly to executives and confidently explain both what we're building and why it matters
  • Finds more energy in the code your team ships than in the code you write individually
  • Has proven depth across the full stack and a track record of developing engineers into stronger contributors

This is not a single-language codebase. The role requires the ability to make informed decisions on TypeScript design patterns, Python FastAPI architecture, AWS security posture, and Terraform state management in context with one another.

The Platform Challenge

The client is fundamentally a Platform-as-a-Service (PaaS) for dynamic application generation. This differs from building a traditional SaaS product. Rather than building one application, you're building infrastructure that enables users to build their own applications.

What this means architecturally:

  • Dynamic Content Generation at Scale: Unlike traditional development where code is fixed, AppGen generates JSON form schemas, validation rules, and UI layouts on demand. The FormBuilder component doesn't know what fields will exist until runtime. The layout engine renders user-designed screens from configuration, not hardcoded templates.
  • Multi-Tenant Isolation & Data Segregation: Each user gets their own generated app, potentially deployed to their own AWS environment. The architecture must account for data isolation, namespace management, and cross-tenant security considerations.
  • User-Defined Data Structures: Traditional applications are built with predetermined database schemas. AppGen works differently—form structures, field types, and validation rules emerge from user conversations with Claude. This brings engineering challenges: How do you safely execute validation logic that users define? When users modify existing forms that have thousands of submissions, how do you maintain backward compatibility? How do you version schemas?
  • Content Rendering, Not Code Generation: Unlike traditional no-code platforms where users drag-and-drop to build, AppGen uses AI instead. Users chat with Claude, Claude generates a form schema, and your platform renders that schema reliably across diverse field types, validation patterns, and workflows. The system renders configurations for immediate use, rather than generating code for later deployment.

Experience that directly transfers:

  • You've contributed to or led development of low-code/no-code platforms (visual builders, workflow engines, configuration-driven systems)
  • You've worked on SaaS platforms with multi-tenant architecture and understand isolation strategies, rate limiting, and per-customer customization
  • You've built dynamic rendering systems that handle unknown/arbitrary schemas at runtime
  • You've addressed the unique challenges of treating data configurations as user-created content (form builders, report designers, automation workflows)
  • You understand the difference between platform infrastructure and applications built on that infrastructure—and the architectural implications of each

Core Responsibilities

1. Technical Architecture & Systems Thinking (40%)

  • Shape architectural decisions across the full stack: How should the component layer handle dynamically generated forms? What's the right approach to validate complex cross-field dependencies in the FormBuilder? What separation of concerns makes sense between the Generator Lambda and the Parent Backend?
  • Guide architecture discussions: Help senior developers think through design trade-offs. Should we use NgRx or Angular signals for this feature? When does a new Lambda function become worthwhile given cold-start costs?
  • Identify and address system-wide bottlenecks: Work across layers to improve performance. Explore Lambda cold-start optimization, RDS query efficiency, and DynamoDB access patterns.
  • Establish patterns and guide consistency: Define coding conventions that work across Python, TypeScript, and Terraform. Help new team members understand the reasoning behind architectural choices.
  • What this looks like in practice: You're able to justify architectural decisions with technical reasoning. When someone questions an approach, you can explain the trade-offs you considered. You can write code in multiple languages to validate an approach if needed.

2. Code Review & Technical Guidance (30%)

  • Full-stack PR reviews: Review Python FastAPI endpoints and Angular components with equal depth, understanding how they interact.
  • Deep technical review: Catch issues thoughtful code review can surface:
  • RxJS Observable lifecycle and potential memory patterns in Angular
  • Query efficiency and data loading patterns in SQLAlchemy
  • Terraform module organization and state management implications
  • Type safety and TypeScript coverage gaps
  • AWS security and IAM configurations
  • Educational feedback: Your code reviews help the team learn. When you identify an issue, reviewees understand not just what changed, but how to think about similar problems in the future.
  • Define quality expectations: Work with the team to establish what \"production-ready\" means for this platform and support consistent application of those standards.
  • What this requires: Experience reviewing code across teams and multiple languages. You know how to write feedback that resonates—clear, constructive, and focused on helping people improve.

3. Mentorship & Team Development (20%)

  • Expand specialist capabilities: Help backend specialists learn to contribute to the forms-engine. Support frontend experts in understanding FastAPI patterns.
  • Accelerate junior developers: Pair on complex problems. Explain the reasoning behind patterns like DataState. Connect architectural choices to implementation details and performance implications.
  • Identify and address gaps: Recognize when someone is struggling with a technology and provide targeted support—training, pair programming, or guidance through architectural decisions.
  • Create growth opportunities: Stretch the team into new areas. A backend engineer working on their first Terraform contribution. A frontend specialist implementing an AWS Lambda authorizer.
  • What this requires: Genuine investment in people's growth. You've walked developers through major transitions (generalist to specialist, specialist to full-stack, or into new technology areas). You understand that team strength grows when individuals expand their capabilities.

4. Stakeholder Communication & Technical Leadership (10%)

  • Explain to diverse audiences: Translate architectural choices and trade-offs for product managers, executives, and business stakeholders. Connect \"optimizing DynamoDB queries\" to \"improving form submission latency by 30%.\"
  • Shape technical direction: Contribute the engineering perspective on feasibility, risk, and what unlocks future capabilities.
  • Support release confidence: You understand the code changes, comprehend the risks, and know what to monitor. You can stand behind releases.

Required Qualifications

Technical Skills

Frontend (Production Experience)

  • 5+ years of Angular (including handling version migrations, optimizing change detection, and guiding teams through reactive patterns)
  • Strong TypeScript skills with generics, discriminated unions, and strict mode
  • RxJS depth: You understand hot vs. cold observables, unsubscription patterns, and can identify potential memory issues in reviews
  • NgRx state management: You've designed stores at scale, optimized selectors, and evaluated architectural implications
  • CSS Grid & Responsive Design: You can assess component hierarchy and layout decisions
  • Material Design: You've worked within it and know when and how to extend it

Backend (Production Experience)

  • 5+ years of Python (async/await, type hints, data modeling)
  • FastAPI production experience: session management, dependency injection, middleware
  • SQL and ORMs (SQLAlchemy): You write efficient queries and review them critically
  • AWS services: Understanding of Lambda behavior, IAM least-privilege patterns, VPC networking
  • REST API design: Versioning, error handling, idempotency
  • Testing frameworks: pytest, testing st

Remote working/work at home options are available for this role.
Not Specified
Structural Steel Estimator
Salary not disclosed
West Jordan, UT 2 days ago

POSITION SUMMARY: In this role, you will ensure accurate cost estimation for metal fabrication and manufacturing projects. This role involves evaluating project requirements, analyzing specifications, sourcing material costs, and collaborating with various departments to ensure that estimates align with the company’s financial goals and the scope of work. The Estimator will be responsible for preparing bids, cost analyses, and supporting project teams with cost-related inquiries throughout the project lifecycle.

ESSENTIAL DUTIESAND RESPONSIBILITIES:


  • Cost Estimation: Develop accurate cost estimates for steel fabrication, manufacturing, and installation projects by assessing material quantities, labor costs, equipment needs, and other project-specific requirements.
  • Project Analysis: Review blueprints, project plans, specifications, and other relevant documents to determine project scope, requirements, and potential challenges.
  • Material Sourcing: Identify and source the appropriate materials for each project, considering cost, quality, and delivery schedules.
  • Collaboration: Work closely with project managers, engineers, procurement teams, and contractors to ensure accurate costs and maintain effective communication throughout the project.
  • Bid Preparation: Prepare competitive bids for tender submissions by gathering all necessary cost data and ensuring adherence to client specifications and project timelines.
  • Risk Assessment: Evaluate potential risks and contingencies that could impact the project’s budget and schedule and incorporate these into the final estimate.
  • Data Management: Maintain accurate records of estimates, revisions, and project data for future reference and audits.
  • Client Relations: Participate in meetings with clients to explain estimates, adjustments, and clarify any questions regarding the cost of the project.



QUALIFICATIONS: Must be able to perform each essential duty daily.


  • Bachelor’s degree in construction management, Engineering, Business, or a related field (preferred). Experience in estimating structural/miscellaneous metals can be substituted.
  • Minimum of 5 years’ experience in structural steel takeoffs and bid proposals.
  • Apply manufacturing standards to determine shop and installation hours.
  • Full-time, office based, occasional job site visits.
  • Strong knowledge of materials, fabrication techniques, and industry standards.
  • Proficiency in estimation software, i.e. Bluebeam, Tekla, Excel and Microsoft Office Suite.
  • Ability to read and interpret blueprints, drawings, and project specifications.
  • Ability to analyze complex project data and propose solutions to cost challenges.
  • Capable of managing multiple estimates simultaneously while meeting deadlines.
  • Works well with a cross-functional team, providing valuable input to ensure project success.


PHYSICAL DEMANDS: Must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodation may be made to enable individuals with disabilities to perform the essential functions on a case-by-case basis in conjunction with the official Company doctor and clinic.


  • Ability to sit for extended periods of time while working at a desk or computer, with regular use of hands and fingers for typing, using a computer mouse, and handling documents.
  • Occasional lifting and moving files, supplies, or materials typically up to 40 pounds.



WORK ENVIRONMENT:


  • Primarily works in a standard office environment with minimal exposure to temperature changes.
  • Job site visits as needed will include outdoor environments and/or work from site trailers. Outdoor temperatures are unregulated, meaning depending on the season and location temperatures could be hot or cold in the immediate areas where work assignments must occur.
  • Shop visits as needed will include industrial manufacturing environments with heavy machinery, forklifts and overhead cranes.
  • Required to wear Personal Protective Equipment (PPE) such head protection, eye protection, and steel-toed footwear in designated areas.


EEO:

SME Industries, Inc. is an Equal Opportunity (EEO) Employer. All qualified applicants will receive consideration without regard to race, color, national origin, sex, sexual orientation, gender identity, religion, age, status as a protected veteran, status as an individual with disability, or any other protected group status or non-job-related characteristic as directed by law.

Not Specified
Electrical Engineer - Data Centers
✦ New
Salary not disclosed
San Francisco, CA 8 hours ago

Electrical Engineer - Data Centers - San Francisco


Metric DCX are partnered with a global engineering and consultancy firm to support the continued growth of their data center division.


This Electrical Engineer position will specialize in data center facility design to be embedded directly with a major end-user client.


Responsibilities:

  • Assessing third-party and colocation facilities being considered for acquisition, evaluating their suitability against the client's portfolio requirements.
  • Taking ownership of power systems across all project phases, identifying and resolving issues as they arise in collaboration with the relevant client stakeholders.
  • Reviewing data center designs with a critical eye on redundancy architecture, availability targets, and potential single points of failure.
  • Working closely with operations, planning, and energy strategy teams to push electrical solutions forward on third-party data center projects.
  • Conducting technical due diligence and maintaining quality standards in line with client expectations.
  • Keeping internal documentation, specs, and standards current based on live project feedback and lessons learned.
  • Liaising with internal teams on power loading, rack deployment, and load balancing within shared facilities.
  • Contributing to cross-discipline coordination with mechanical and controls engineers, and supporting consistency across regional teams.


Background Required

  • Degree-qualified in Electrical Engineering; a postgraduate qualification or PE license would be a strong advantage.
  • At least five years working within mission-critical environments, with solid hands-on exposure to colocation and multi-tenant data center projects specifically.
  • Confident in power systems analysis and the software tools that come with it.
  • Practical experience across the full electrical distribution stack — from high voltage transformers down to branch circuits — covering design, procurement, commissioning, and operations.
  • Comfortable working across disciplines and engaging with structural, mechanical, civil, and IT/Telecom teams as needed.
  • Grounded in US electrical codes and standards, with some awareness of IEC standards beneficial.
Not Specified
Bus Data Analyst - Blue Bell, PA
Salary not disclosed
Blue Bell, PA 2 days ago
Back Bus Data Analyst #4735 Blue Bell, Pennsylvania, United States Apply X Facebook LinkedIn Email Copy Job Description:

The Business Data Analyst will play a critical role in supporting data-driven decision-making for core PMA business functions. This position is focused on extracting valuable insights from complex datasets, creating operational reports, and developing intuitive BI dashboards tailored to business needs. Working within an enterprise reporting structure, the analyst will perform on-demand data discovery, conduct trend analysis, and develop analytics tools that empower stakeholders with meaningful insights. By ensuring data accuracy, quality and relevance, this role will support data governance activities and continuous process improvements that align with strategic objectives.




Responsibilities:




Data Analysis & Business Insights
* Conduct in-depth data analysis to support strategic business initiatives.
* Perform trend analysis and develop predictive insights to help business teams identify patterns, risks, and opportunities.
* Respond to data discovery requests and operational reports development to support key business metrics and decision-making.
* Deploy best practices and make recommendations for improved understanding.
* Translate complex data findings into actionable recommendations, presenting insights in a clear and meaningful way for non-technical stakeholders.
Enterprise Reporting & BI Dashboard Development
* Work closely with business stakeholders to understand their reporting needs, providing insights that drive data-informed decisions.
* Design, develop, and maintain interactive BI dashboards tailored to answering critical business questions, providing real-time access to critical metrics and performance insights.
* Utilize enterprise BI tools to create data visualizations that enable easy exploration of data and insights.
* Partner with stakeholders to test and refine dashboards, ensuring they align with business requirements and enhance decision-making capabilities.
* Facilitate training and support for business users on BI dashboards and reporting tools, enabling self-service access to data insights.
Data Quality Support & Validation
* Collaborate with data governance and data engineering teams to ensure high data quality and integrity in enterprise reports and dashboards.
* Perform data validation and verification as part of report development to ensure data accuracy, consistency, and relevance for business users.
* Monitor data accuracy metrics and support data issue resolution, maintaining a high standard of data quality across reporting tools.
* Demonstrate commitment to Company's Code of Business Conduct and Ethics, and apply knowledge of compliance policies and procedures, standards and laws applicable to job responsibilities in the performance of work.



Requirements:

* 3+ years of experience in data, analytics, or business intelligence.
* Bachelor's degree in Information Management, Data Science, Computer Science, Mathematics, Statistics, Economics, Psychology or a related field.
* Proficient in SQL for data extraction and manipulation across various data sources.
* Strong analytical skills to interpret complex datasets and draw actionable insights.
* Experience with BI platforms like QlikSense or Power BI for data visualization and dashboard development.
* Familiar with advanced Excel functions for data manipulation and reporting.
* Understanding of statistical methods and trend analysis for identifying patterns and creating projections.
* Familiar with predictive modeling or basic machine learning concepts is a plus.
* Proficiency with scripting languages or tools (such as Python, R, or VBA) for process automation is a plus.
* Basic understanding of data integration, ETL processes, and data warehousing concepts.
* Skilled in presenting data in a way that tells a compelling story and drives informed decision-making.
* Strong interpersonal skills to work effectively with cross-functional teams in underwriting, finance, and IT.
* High level of precision in data analysis, ensuring reports and insights are accurate and free of errors.
* Analytical mindset to investigate data challenges, identify root causes, and develop efficient solutions.
* Ability to adapt to evolving data requirements and troubleshoot issues with minimal supervision.
* Strong organizational skills to balance multiple projects and meet reporting deadlines.
* Effective time management to handle ad hoc requests and prioritize tasks in a fast-paced environment.
* Open and motivated to learn new tools, methods, and data practices.



Not Specified
Sr. Data Engineer (Hybrid)
Salary not disclosed
Chicago, IL, Hybrid 2 days ago

Sr. Data Engineer (Hybrid)

Chicago, IL

The American Medical Association (AMA) is the nation's largest professional Association of physicians and a non-profit organization. We are a unifying voice and powerful ally for America's physicians, the patients they care for, and the promise of a healthier nation. To be part of the AMA is to be part of our Mission to promote the art and science of medicine and the betterment of public health.

At AMA, our mission to improve the health of the nation starts with our people. We foster an inclusive, people-first culture where every employee is empowered to perform at their best. Together, we advance meaningful change in health care and the communities we serve.

We encourage and support professional development for our employees, and we are dedicated to social responsibility. We invite you to learn more about us and we look forward to getting to know you.

We have an opportunity at our corporate offices in Chicago for a Sr. Data Engineer (Hybrid) on our Information Technology team. This is a hybrid position reporting into our Chicago, IL office, requiring 3 days a week in the office.

As a Sr. Data Engineer, you will play a key role in implementing
and maintaining AMA's enterprise data platform to support analytics,
interoperability, and responsible AI adoption. This role partners closely with
platform engineering, data governance, data science, IT security, and business
stakeholders to deliver highquality, reliable, and secure data products. This
role contributes to AMA's modern lakehouse architecture, optimizing data
operations, and embedding governance and quality standards into engineering
workflows. This role serves as a
senior technical contributor within the team-providing mentorship to junior
engineers and implementing engineering best practices within the data platform function,
in alignment with architectural direction set by leadership.

RESPONSIBILITIES:

Data Engineering & AI Enablement

  • Build and maintain scalable data pipelines and
    ETL/ELT workflows supporting analytics, operational reporting, and AI/ML use
    cases.
  • Implement best practice patterns for ingestion,
    transformation, modeling, and orchestration within a modern lakehouse
    environment (e.g., Databricks, Delta Lake, Azure Data Lake).
  • Develop highperformance
    data models and curated datasets with strong attention to quality, usability,
    and interoperability; create reusable engineering components and automation.
  • Collaborate with the Architecture Team, the Data
    Platform Lead, and federated IT teams to optimize storage, compute, and
    architectural patterns for performance and costefficiency.
  • Build model-ready data sets and feature
    pipelines to support AI/ ML use cases; serve as a technical coordination point
    supporting business units' AI-related infrastructure needs.
  • Collaborate with data scientists and AI Working
    Group to operationalize models responsibly and maintain ongoing monitoring
    signals.

Governance, Quality & Compliance

  • Embed data governance, metadata standards,
    lineage tracking, and quality controls directly into engineering workflows;
    ensure technical implementation and alignment within engineering workflows.
  • Work with the Data Governance Lead and business
    stakeholders to operationalize stewardship, classification, validation,
    retention, and access standards.
  • Implement privacybydesign and securitybydesign
    principles, ensuring compliance with internal policies and regulatory
    obligations.
  • Maintain documentation for pipelines, datasets,
    and transformations to support transparency and audit requirements.

Platform Reliability, Observability & Optimization

  • Monitor and troubleshoot pipeline failures,
    performance bottlenecks, data anomalies, and platformlevel issues.
  • Implement observability tooling, alerts,
    logging, and dashboards to ensure endtoend reliability.
  • Support cost governance by optimizing compute
    resources, refining job schedules, and advising on efficient architecture.
  • Collaborate with the Data Platform Lead on
    scaling, configuration management, CI/CD pipelines, and environment management.
  • Collaborate with business units to understand
    data needs, translate them into engineering requirements, and deliver
    fit-for-purpose data solutions; share and apply best practices and emerging
    technologies within assigned initiatives.
  • Work with IT Security and Legal/ Compliance to
    ensure platform and datasets meet risk and regulatory standards.

Staff Management

  • Lead, mentor, and provide management oversight
    for staff.
  • Responsible for setting objectives, evaluating
    employee performance, and fostering a collaborative team environment.
  • Responsible for developing staff knowledge and
    skills to support career development.

May include other responsibilities as assigned

REQUIREMENTS:

  1. Bachelor's degree in Computer Science, Engineering, Information Systems, or related field preferred or equivalent work experience and HS diploma/equivalent education required.
  2. 5+ years of experience in data engineering within cloud environments
  3. Experience in people management preferred.
  4. Demonstrated hands-on experience with modern data platforms (Databricks preferred).
  5. Proficiency in Python, SQL, and data
    transformation frameworks.
  6. Experience designing and operationalizing
    ETL/ELT pipelines, orchestration workflows (Airflow, Databricks Workflows), and
    CI/CD processes.
  7. Solid understanding of data modeling,
    structured/unstructured data patterns, and schema design.
  8. Experience implementing governance and quality
    controls: metadata, lineage, validation, stewardship workflows.
  9. Working knowledge of cloud architecture, IAM,
    networking, and security best practices.
  10. Demonstrated ability to collaborate across
    technical and business teams.
  11. Exposure to AI/ML engineering concepts, feature
    stores, model monitoring, or MLOps patterns.
  12. Experience with infrastructureascode
    (Terraform, CloudFormation) or DevOps tooling.

The American Medical Association is located at 330 N. Wabash Avenue, Chicago, IL 60611 and is convenient to all public transportation in Chicago.

This role is an exempt position, and the salary range for this position is $115,523.42-$150,972.44. This is the lowest to highest salary we believe we would pay for this role at the time of this posting. An employee's pay within the salary range will be determined by a variety of factors including but not limited to business consideration and geographical location, as well as candidate qualifications, such as skills, education, and experience. Employees are also eligible to participate in an incentive plan. To learn more about the American Medical Association's benefits offerings, please click here.

We are an equal opportunity employer, committed to diversity in our workforce. All qualified applicants will receive consideration for employment. As an EOE/AA employer, the American Medical Association will not discriminate in its employment practices due to an applicant's race, color, religion, sex, age, national origin, sexual orientation, gender identity and veteran or disability status.

THE AMA IS COMMITTED TO IMPROVING THE HEALTH OF THE NATION

Apply NowShare Save Job
Remote working/work at home options are available for this role.
Not Specified
Distribution and Marketing Data Product Manager
Salary not disclosed
Atlanta, GA 2 days ago
General

Job Title: Distribution and Marketing Data Product Manager

Division: Beazley Shared Services - Data Management

Location: Multiple Locations, US

Hybrid Role

Reports To: Head of Data Products

Key Relationships: Chief Data Office, Data Leadership Team, Data Owners, Distribution and Marketing, CRM, Data Governance and Quality, Data Stewards, Data Architects, Delivery Team members, Technology Team, Finance, Underwriting, Operations and other Business Stakeholders

Beazley:

Beazley is a global specialist insurance company with over 30 years' experience helping people,

communities, and businesses to manage risk all around the world. Our products are wide ranging from cyber & tech to marine, healthcare, financial institutions, and contingency, covering risks like the weather, film production or protection from deadly weapons.

We are a flexible and innovative employer offering a friendly, collaborative, diverse and inclusive work environment. We encourage applications from all backgrounds. Collaboration in office spaces is important and we use a hybrid approach with a minimum of 2 days in the office per week.

We have a wonderful mix of cultures, experiences, and backgrounds at Beazley with over 1500 of us working around the world. Employee's diversity, experience and passion allow us to keep innovating and moving forward, delivering the best. We hire people with wide perspectives, and we have set bold diversity targets as we work towards excellence.

Data @ Beazley:

Our Data team supports Beazley's vision by...

* Being bold through pioneering & championing an exciting vision of how people interact with data

* Facilitating innovation by leading the pace of change in data & analytics, and facilitating the latest capabilities and innovative technologies

* Doing the right thing by providing a controlled working data environment that allows all business domains to thrive independently

* Being the single source of truth for enterprise-wide reporting metrics and KPIs

Our Data team is located at multiple offices across UK, Europe and the US. The specified home office location options provide the best balance for being co-located with key Data Office colleagues and business stakeholders.

The Role:

Data is one of Beazley's greatest assets and this roles is critical to supporting our Distribution and Marketing insights, which includes Customer, Broker and Marketing data. We're seeking a strategic and technically savvy Data Product Manager to lead the strategy, development and evolution of data products and insights that empower our distribution and marketing teams. This role is critical to aligning our data, unlocking insights, and informing growth opportunities across our specialty portfolio. In this role, you will also work to mature data literacy and capabilities as Beazley undertakes a significant investment in modernization, enabling you to embed a culture of data excellence and innovation in our delivery.

Key Responsibilities:

  • Partner with the global Distribution and Marketing team to understand, prioritize and develop data products and insights that support their business strategy.

  • Build and own a roadmap to provide regular updates on delivery commitments for data products, insights, enhancements and queries.

  • Manage stakeholder relationships to support the growth strategy for Beazley customers, brokers, teams and products.

  • Produce insights and key data trendsthat highlight business performance, RoI, efficiencies and game-changing growth opportunities.

  • Inspire the adoption and use of insights to drive decisions in investment and operations that improve efficiency and drive growth by leading demonstrations and hands on training sessions.

  • Lead a team of Product Owners, Product Analysts, Business Analysts and a development team to deliver and maintain data products and insights; maintaining a backlog of work within Jira.

  • Represent the business in data governance discussions, escalating issues as appropriate.

  • Ensure that data product development considers policy, methodology and standards, and ensure these are adhered to during product development.

  • Evaluate the performance of your data product portfolio against KPIs defined by the business and provide feedback on the value delivered.

  • Proactively anticipate business needs and look for opportunities to bring innovation or new approaches into the user design, experience, product development and insights.

  • Relentlessly focus on the Distribution and Marketing team as a customer, delivering high quality data and insights that are clear and inspire action.

  • Partner with the Data Governance Group and CRM solution team (Customer Relationship Management) to drive improvements in our Customer and Broker data quality through MDM and other tools.

  • Provide leadership, direction, development and support to direct reports (including off-shore resources).

Essential Criteria:

  • Bachelor's degree in Business, Marketing, Data Science, Computer Science, Economics, Statistics or related field; Master's degree preferred

  • Proven experience in data product management, marketing analytics or distribution strategy, preferably in insurance or financial services

  • Experience working with data, building data models, and sharing insights

Skills and Abilities:

  • Strategic and curious with the ability to design and develop data and insights that support our Distribution and Marketing team's goals, planning, performance and incentives that drive growth

  • Understand the specialty insurance market, customer segmentation and distribution channels, with experience in North America, Lloyd's, Retail and Wholesale markets preferred

  • Ability to lead workshops that help your stakeholders identify data needs and articulate their desired user experience, with the ability to build dashboards preferred

  • Strong organization and communication skills with the ability to direct work, document requirements and present demos

  • Advanced technical skills with the ability to dive into the data, identify anomalies, and provide high quality, trusted data

  • Understanding of Specialty Insurance principles and key drivers to create opportunities, loyalty and growth

Knowledge and Experience:

  • Experience in Data Products, Data Analytics, Data Science, Statistics, Economics or related fields in Insurance, Financial or sales organizations preferred

  • Strong understanding of MDM and CRM systems and their use with Customer and Broker data

  • Proficiency in data visualization (Power BI), analytics platform (Snowflake), dashboard design and data storytelling

  • Experience working with insurance data, and in particular a strong understanding of pipeline intelligence for sales growth/ targeting and performance

  • Ability to use predictive modeling to drive an understanding of performance, customer behavior, and prospective renewals/ growth to help the Distribution Sales team focus on the best opportunities

  • Experience managing relationships and teams of stakeholders, business analysts, data analysts, data architects, data modelers, data engineers and testers using agile processes

  • Skills in data engineering technologies like Kafka, Snowflake / Snowpark, DataBricks, Jira and Agile principles

  • Experience in managing and manipulating large internal and external datasets

  • Knowledge of relational and dimensional database structures, theories, principles, and practices

  • Driven and proven team player with ability to work with all levels in a highly intellectual, collaborative, and fast paced environment

  • Excellent communication skills, with the ability to tailor them appropriately for different audiences, technical backgrounds, and seniority

Who We Are:

Beazley is a specialist insurance company with over 30 years' experience helping people, communities and businesses to manage risk all around the world. Our mission is to inspire our clients and people with the confidence and freedom to explore, create and build - to enable businesses to thrive. Our clients want to live and work freely and fully, knowing they are benefitting from the most advanced thinking in the insurance market. Our goal is to become the highest performing sustainable specialist insurer.

Our products are wide ranging, from cyber & tech insurance to marine, healthcare, financial institutions and contingency; covering risks such as the weather, film production or protection from deadly weapons.

Our Culture

We have a wonderful mix of cultures, experiences, and backgrounds at Beazley with over 2,000 of us working around the world. Employee's diversity, experience and passion allow us to keep innovating and moving forward, delivering the best. We are proud of our family-feel culture at Beazley that empowers our staff to work from when and where they want, in an adult environment that is big on collaboration, diversity of thought and personal accountability. Our three core values inspire the way we work and how we treat our people and customers.

  • Be bold
  • Strive for better
  • Do the right thing

Upholding these values every day has enabled us to become an innovative and responsive organization in touch with the changing world around us - our ambitious inclusion & diversity and sustainability targets are testament to this.

We are a flexible and innovative employer offering a friendly, collaborative, and inclusive working environment. We actively encourage and expect applications from all backgrounds. Our commitment to fostering a supportive and dynamic workplace ensures that every employee can thrive and contribute to our collective success.

Explore a variety of networks to assist with professional and/or personal development. Our Employee Networks include:

  • Beazley RACE - Including, understanding and celebrating People of Colour
  • Beazley SHE - Successful, High potential, Empowered women in insurance
  • Beazley Proud - Our global LGBTQ+ community
  • Beazley Wellbeing - Supporting employees with their mental wellbeing
  • Beazley Families - Supporting families and parents-to-be

We encourage internal career progression at Beazley, giving you all the tools you need to drive your own career here, such as:

  • Internal Pathways (helping you grow into an underwriting role)
  • iLearn (our own learning & development platform)
  • LinkedIn Learning
  • Mentorship program
  • External qualification sponsorship
  • Continuing education and tuition reimbursement
  • Secondment assignments

The Rewards

  • The opportunity to connect and build long-lasting professional relationships while advancing your career with a growing, dynamic organization
  • Attractive base compensation and discretionary performance related bonus
  • Competitively priced medical, dental and vision insurance
  • Company paid life, and short- and long-term disability insurance
  • 401(k) plan with 5% company match and immediate vesting
  • 22 days PTO (prorated for 1st calendar year of employment), 11 paid holidays per year, with the ability to flex the religious bank holidays to suit your religious beliefs
  • Up to $700 reimbursement for home office setup
  • Free in-office lunch, travel reimbursement for travel to office, and monthly lifestyle allowance
  • Up to 26 weeks of fully paid parental leave
  • Up to 2.5 days paid annually for volunteering at a charity of your choice
  • Flexible working policy, trusting our employees to do what works best for them and their teams

Salary for this role will be tailored to the successful individual's location and experience. The expected compensation range for this position is $130,000-$150,000 per year plus discretionary annual bonus.

Don't meet all the requirements? At Beazley we're committed to building a diverse, inclusive, and authentic workplace. If you're excited about this role but your experience doesn't perfectly align with every requirement and qualification in the job specification, we encourage you to apply anyway. You might just be the right candidate for this, or one of our other roles.

We are an equal opportunities employer and as such, we will make reasonable adjustments to our selection process for candidates that indicate that, owing to disability, our arrangements might otherwise disadvantage them. If you have a disability, including dyslexia or other non-visible ones, which you believe may affect your performance in selection, please advise us in good time and we'll make reasonable adjustments to our processes for you.

Not Specified
Staff Data Engineer
✦ New
Salary not disclosed
Emeryville, CA 1 day ago

Company Description

Press Ganey is the leading experience measurement, data analytics, and insights provider for complex industries-a status we earned over decades of deep partnership with clients to help them understand and meet the needs of their key stakeholders. Our earliest roots are in U.S. healthcare -perhaps the most complex of all industries. Today we serve clients around the globe in every industry to help them improve the Human Experiences at the heart of their business. We serve our clients through an unparalleled offering that combines technology, data, and expertise to enable them to pinpoint and prioritize opportunities, accelerate improvement efforts and build lifetime loyalty among their customers and employees.

Like all great companies, our success is a function of our people and our culture. Our employees have world-class talent, a collaborative work ethic, and a passion for the work that have earned us trusted advisor status among the world's most recognized brands. As a member of the team, you will help us create value for our clients, you will make us better through your contribution to the work and your voice in the process. Ours is a path of learning and continuous improvement; team efforts chart the course for corporate success.

Our Mission:

We empower organizations to deliver the best experiences. With industry expertise and technology, we turn data into insights that drive innovation and action.

Our Values:

To put Human Experience at the heart of organizations so every person can be seen and understood.

  • Energize the customer relationship:Our clients are our partners. We make their goals our own, working side by side to turn challenges into solutions.

  • Success starts with me:Personal ownership fuels collective success. We each play our part and empower our teammates to do the same.

  • Commit to learning:Every win is a springboard. Every hurdle is a lesson. We use each experience as an opportunity to grow.

  • Dare to innovate:We challenge the status quo with creativity and innovation as our true north.

  • Better together:We check our egos at the door. We work together, so we win together.

We are seeking an experienced Staff Data Engineer to join our Unified Data Platform team. The ideal candidate will design, develop, and maintain enterprise-scale data infrastructure leveraging Azure and Databricks technologies. This role involves building robust data pipelines, optimizing data workflows, and ensuring data quality and governance across the platform. You will collaborate closely with analytics, data science, and business teams to enable data-driven decision-making.

Duties & Responsibilities:

  • Design, build, and optimizedata pipelinesand workflows inAzureandDatabricks, including Data Lake and SQL Database integrations.
  • Implement scalableETL/ELT frameworksusingAzure Data Factory,Databricks, andSpark.
  • Optimize data structures and queries for performance, reliability, and cost efficiency.
  • Drivedata quality and governance initiatives, including metadata management and validation frameworks.
  • Collaborate with cross-functional teams to define and implementdata modelsaligned with business and analytical requirements.
  • Maintain clear documentation and enforce engineering best practices for reproducibility and maintainability.
  • Ensure adherence tosecurity, compliance, and data privacystandards.
  • Mentor junior engineers and contribute to establishingengineering best practices.
  • SupportCI/CD pipeline developmentfor data workflows using GitLab or Azure DevOps.
  • Partner with data consumers to publish curated datasets into reporting tools such asPower BI.
  • Stay current with advancements inAzure, Databricks, Delta Lake, and data architecture trends.

Technical Skills:

  • Advanced proficiency inAzure 5+ years(Data Lake, ADF, SQL).
  • Strong expertise inDatabricks (5+ years),Apache Spark (5+ years), andDelta Lake (5+ years).
  • Proficient inSQL (10+ years)andPython (5+ years); familiarity withScalais a plus.
  • Strong understanding ofdata modeling,data governance, andmetadata management.
  • Knowledge ofsource control (Git),CI/CD, and modern DevOps practices.
  • Familiarity withPower BIvisualization tool.

Minimum Qualifications:

  • Bachelor's or Master's degree in Computer Science, Data Science, or related field.
  • 7+ yearsof experience in data engineering, with significant hands-on work incloud-based data platforms (Azure).
  • Experience buildingreal-time data pipelinesand streaming frameworks.
  • Strong analytical and problem-solving skills.
  • Proven ability tolead projectsand mentor engineers.
  • Excellent communication and collaboration skills.

Preferred Qualifications:

  • Master's degree in Computer Science, Engineering, or a related field.
  • Exposure tomachine learning integrationwithin data engineering pipelines.

Don't meet every single requirement?Studies have shown that women and people of color are less likely to apply to jobs unless they meet every single qualification. At Press Ganey we are dedicated to building a diverse, inclusive and authentic workplace, so if you're excited about this role but your past experience doesn't align perfectly with every qualification in the job description, we encourage you to apply anyways. You may be just the right candidate for this or other roles.

Additional Information for US based jobs:

Press Ganey Associates LLC is an Equal Employment Opportunity/Affirmative Action employer and well committed to a diverse workforce. We do not discriminate against any employee or applicant for employment because of race, color, sex, age, national origin, religion, sexual orientation, gender identity, veteran status, and basis of disability or any other federal, state, or local protected class.

Pay Transparency Non-Discrimination Notice - Press Ganey will not discharge or in any other manner discriminate against employees or applicants because they have inquired about, discussed, or disclosed their own pay or the pay of another employee or applicant. However, employees who have access to the compensation information of other employees or applicants as a part of their essential job functions cannot disclose the pay of other employees or applicants to individuals who do not otherwise have access to compensation information, unless the disclosure is (a) in response to a formal complaint or charge, (b) in furtherance of an investigation, proceeding, hearing, or action, including an investigation conducted by the employer, or (c) consistent with the contractor's legal duty to furnish information.

The expected base salary for this position ranges from $110,000 to $170,000. It is not typical for offers to be made at or near the top of the range. Salary offers are based on a wide range of factors including relevant skills, training, experience, education, and, where applicable, licensure or certifications obtained. Market and organizational factors are also considered. In addition to base salary and a competitive benefits package, successful candidates are eligible to receive a discretionary bonus or commission tied to achieved results.

All your information will be kept confidential according to EEO guidelines.

Our privacy policy can be found here:legal-privacy/

Not Specified
Project Manager - Data Center Construction
🏢 Verrus
Salary not disclosed
Iowa, United States 2 days ago

Project Manager – Data Center Construction

Top‑ranked ENR Electrical Contractor

Multiple U.S. Locations:

Columbus, Ohio - Cedar Rapids, Iowa - Port Washington, WI - Santa Teresa, NM - Sparks, NV.


Data Center Construction

For decades, our client has delivered some of the most complex, high‑profile electrical projects in the United States. Their Data Center Division builds mission‑critical facilities nationwide -installing and commissioning electrical systems that power millions of users every day. Their culture is defined by integrity, safety, innovation, and doing the right thing even when no one is watching.


Salary Range: $120,000–$160,000 base

Bonus: Eligible for annual performance bonus

(Compensation varies by market and experience, supported by a robust benefits program.)


The Position: Project Manager - Data Center

The successful applicant will assume responsibility for:

  • Leading electrical data center construction projects from qualification through estimating, pre‑con, mobilization, execution, and closeout.
  • Ensuring all project and contractual requirements are fulfilled safely, professionally, and within budget and schedule.
  • Developing the project execution plan, and managing scheduling and coordination with the Superintendent and field teams.
  • Identifying risks, analyzing issues, and implementing recovery action plans to protect schedule and budget.
  • Managing full project financials: invoice approval, job cost tracking, productivity monitoring, variance reporting, and financial performance reviews.
  • Negotiating change orders effectively to maintain scope clarity and profitability.
  • Serving as the primary point of contact for customers, end‑user owners, and subcontractors; developing and maintaining strong external relationships.
  • Sourcing and qualifying new project opportunities.
  • Building and mentoring a high‑performance project team, ensuring employee development and long‑term growth.
  • Exercising sound judgment within established policies; decisions directly influence schedules, outcomes, and project success.


The Candidate

Applicants will be expected to demonstrate:

  • 5+ years of experience in electrical construction or related fields, including leadership of multi‑million‑dollar projects.
  • 5+ years managing people and electrical construction projects across commercial, utility, alternative energy, or data center markets.
  • Strong knowledge of estimating, cost accounting, scheduling, procurement, productivity tracking, and reporting.
  • Experience working with union labor, labor rate structures, and collective bargaining agreements.
  • A proven ability to lead teams, manage risk, influence stakeholders, and drive projects to successful completion.
  • Education: High School Diploma or GED required; Bachelor’s in Construction Management, Engineering, Business, or similar preferred.
  • Valid driver’s license and satisfactory driving record.
  • Must be authorized to work in the U.S. (no sponsorship available).


The Company

Our client is a top‑ranked ENR electrical contractor known for:

  • Delivering complex data center builds with excellence, safety, and integrity.
  • Buildingmillion's of sq. ft. of mission‑critical data center space valued at over $2 Billion in electrical systems.
  • A culture rooted in people-focused leadership, innovation, and long-term career development.


This is a place where employees have real impact, contribute to meaningful work, and grow their careers on challenging, high‑visibility projects.


Compensation & Benefits

  • Competitive base salary: $120,000 - $160,000
  • Annual performance bonus eligible
  • Market‑adjusted compensation aligned with experience and credentials
  • Comprehensive, robust benefits program (medical, dental, vision, etc.)
  • Strong emphasis on employee development and advancement


Submit your resume along with a detailed project list showcasing your experience in Data Center Construction.


If you have questions, please get in touch on either:

Email:

Cell: (917) 7464831

Not Specified
jobs by JobLookup
✓ All jobs loaded