Browse
···
Log in / Register

Snowflake Data Engineer

Negotiable Salary

Axiom Software Solutions Limited

Sunnyvale, CA, USA

Favourites
Share

Description

Required Skills : Strong expertise coding in Snowflake and Python with 5+ years of experience Advance SQL querying skills. Hands on knowledge of Spark and PySpark is an added advantage Ability to collaborate with business users to gather requirements and ensure successful delivery. Experience working with offshore teams and cross-functional platform teams. Strong communication and teamwork skills. Required Skills : Strong expertise coding in Snowflake and Python with 5+ years of experience Advance SQL querying skills. Hands on knowledge of Spark and PySpark is an added advantage Ability to collaborate with business users to gather requirements and ensure successful delivery. Experience working with offshore teams and cross-functional platform teams. Strong communication and teamwork skills.

Source:  workable View original post

Location
Sunnyvale, CA, USA
Show map

workable

You may also like

Craigslist
Remote Software Development Career 🧑‍💻
We are seeking individuals eager to pursue careers in technology. If you want hands-on coding practice, project experience, and preparation for developer jobs, this training program is for you. This program is remote and flexible, allowing full-time or part-time participation. With nearly 900 hours of training and project work, you’ll gain experience in programming languages, tools, and workflows while creating a strong résumé and portfolio. 🖥️ Technology & Programming Fundamentals -Learn the basics of computers, networks, browsers, and the internet -Study algorithms, security principles, data structures, and number systems -Practice Python scripting, command line tools, and flowcharting 💻 Web & Front-End Development -Build websites with HTML5, CSS3, and Bootstrap -Develop interactivity with JavaScript, jQuery, and React.js -Apply modern design and responsive layout practices 🗄️ Back-End & Database Development -Create and query databases with SQL and SQL Server -Perform CRUD operations and learn relational structures -Develop back-end apps in Python (Django) and C# (.NET Core) 🧑‍💻 Programming Languages & Tools -Learn seven core languages: C#, Python, JavaScript, HTML, CSS, SQL, and more -Use Git, GitHub, Visual Studio, and Team Foundation Server -Apply collaboration and version control like a professional developer 🧪 Capstone Projects -Complete two advanced projects (Python + C#) -Build portfolio-ready work with Agile, Scrum, and DevOps practices -Practice debugging, teamwork, and real coding challenges 🧰 Career Preparation -Learn résumé writing and cover letter development -Practice technical and whiteboard interview techniques -Prepare to enter the workforce as a junior developer 🚀 No experience needed. Remote participants encouraged. Start your journey in technology now. 👉 Apply here: https://softwaredevpros.online/
1100 S Lowell Blvd, Denver, CO 80219, USA
$30/hour
Workable
Space Force Sensitive Activities Technician, Journeyman
Position Title:  Space Sensitive Activities Technician, Journeyman Company: ACT1 Federal Location: Colorado Springs, CO About ACT1: Delivering mission-critical solutions and industry-leading talent to advance the missions of the partners, organizations, and communities we serve. ACT1 Federal is seeking a Journeyman Space Sensitive Activities Technician. This program provides support to the United States Space Force (USSF), Space Operations Command S33X, Sensitive Activities Division office/staff. Generally, you will provide the client with identity and signature management (ISM) augmentation to the government staff in the execution of the command sensitive activities support program. The client anticipates a high level of knowledge on the full breadth of ISM supporting worldwide operations. Responsibilities: Providing direct support to Command sensitive activity stakeholders throughout the operational lifecycle, to include mission analysis, planning, development, staffing, implementation, and termination. Identifying mission critical vulnerabilities, assess risk to mission, and provide mitigation strategies to decision makers. Understanding and applying DoD policy requirements for sensitive activities and apply to operations, training and force development. Applying identity management protocols to assess risk to personnel and missions and provide mitigation strategies to decision makers. Maintaining currency on key technologies and capabilities, to include ubiquitous technical surveillance, that impact Space Force missions. Developing and maintaining familiarity working within the Joint Community (processes, structure, C2, etc.). Conducting risk analysis to inform Combatant Command leadership decisions. Conducting open-source research, as directed by the client, in preparation for mission analysis and threat assessments. Reporting significant events/incidents. **Physical Demands: Travel may be required** Requirements Active TS/SCI clearance with ability to be SAP cleared. BA/BS degree or additional experience. FOSS or equivalent (Advanced Technician Course or Advanced Planners Course, and Due Diligence Course) Minimum of three (3) years of DoD sensitive activities experience. Minimum of five (5) years overall DoD experience. Preferred: FOSS and PAC or equivalent (Advanced Technician Course, Advanced Planners Course, and Due Diligence Course). MA/MS Degree. Ten (10) years overall DoD experience. Benefits Medical/Dental/Vision Insurance  ACT1 Employee Stock Ownership Plan (ESOP)  Company Paid Life and AD&D Insurance  Company Paid Short-Term Disability   Voluntary Long-Term Disability  Flexible Spending Accounts (FSA)  Health Savings Account (HSA)  401K with employer match  Paid Time Off   Paid Holidays  Parental Leave  Military Leave  Education, Training & Professional Development  Voluntary Accidental Injury/Critical Illness/Hospital Care  Voluntary Pet Insurance, Legal Resources, and Identity Protection   Salaries are commensurate with experience and qualifications, as well as market and business considerations.  Colorado Pay Transparency Range: $110,000-$117,000 All qualified applicants will receive consideration for employment without regard to disability, status as a protected veteran or any other status protected by applicable federal, state, local, or international law.
Colorado Springs, CO, USA
$110,000-117,000/year
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Workable
Networks Service Delivery Manager
Provide end-to-end delivery and operational performance of network services supporting DoD missions across IL4/5/6 environments. The SDM owns SLAs/SLOs, service governance, compliance alignment, vendor performance, and continuous improvement across data center, campus/branch, WAN/SD WAN, boundary security, and cloud connectivity. This role coordinates cross functional teams (Routing/Switching, Boundary Security, Platform, Cyber, Field Ops, Vendors) to deliver reliable, secure, and cost-effective services Establish the service vision, charter, and roadmap aligned to agency objectives and portfolio priorities Lead Service Governance (CAB/CCB/ARB participation) balancing velocity, reliability, and security; maintaining decision records and traceability Define and maintain network service policies, operating level agreements (OLAs), underpinning contracts (UCs), and escalation matrices Own Service Catalog entries for network services (definitions, owners, SLAs/SLOs, dependencies, support model, runbooks) Coordinate readiness for new/changed services (support model, staffing, monitoring/alerting, KPIs, DR/backup, ATO evidence, handover) Forecast demand and plan capacity (circuits, bandwidth, ports, licenses, spares, staff) to meet growth and seasonal mission loads Manage budgets, cost to serve, and chargeback/show back; deliver monthly variance analyses and optimization recommendations Chair/drive change quality: peer reviews, pre implementation checks, maintenance windows, freeze periods, and rollback validation Ensure deployments meet readiness gates (approvals, testing, monitoring, comms) and verify post change health and user impact Ensure high quality first response (Own P1/P2 Major Incident bridges, communications, and stakeholder updates through restoration Drive RCA with durable corrective actions; track aging and verify effectiveness Manage availability targets, error budgets, technical debt, and resiliency patterns (path diversity, ECMP, QoS policy hygiene) Maintain service continuity and DR plans; schedule and document periodic tests (RTO/RPO attainment) Align operations to DoD RMF, NIST SP 800 53/37, and DISA STIGs; steward POA&M items to closure Support ATO/cATO sustainment (control inheritance, artifacts, evidence collection) and apply Zero Trust operating principles Ensure data handling, identity/access, and audit logging meet policy; coordinate with Cyber/Blue Team on detections and after-action improvements Manage third party performance to underpin SLAs (circuits, managed services, hardware/software support); drive remediation plans where needed Validate vendor change participation, runbooks, notifications, and contribution to incidents/RCAs Provide daily/weekly/monthly performance reporting (site/service availability, SLO attainment, MTTA/MTTR, change success rate, incident induced change rate, capacity/utilization, ticket backlog aging, CSAT/NPS) Run MBRs/QBRs with stakeholders; publish dashboards and executive summaries with trend analysis and actions Lead a matrixed team of controllers/engineers/analysts; set objectives, staffing plans, training paths, and on call rotations Maintain runbooks, playbooks, KEDB, service standards, and knowledge articles; drive cross training and succession depth Other duties as assigned Requirements Education/Training:  Bachelor’s Degree in relevant engineering or science discipline required Master’s Degree preferred Must have, or obtain within 6 months of start date, current DoD 8570 or 8410 compliant certifications (i.e. Security+) ITIL v4 Foundation Certification preferred PMP or PMI certification preferred Lean Six Sigma Green Belt preferred AWS Advanced Networking – Specialty (or equivalent) or Azure Network Engineer Associate (AZ 700) preferred Experience: 12+ years of professional experience in the required task area  5+ years of professional experience as an IT Service Delivery Manager or similar role 1+ years of professional experience working in a management or leadership role Experience, knowledge of, or exposure to delivering and/or managing IT Service Delivery within several large and complex organizations across government and commercial environments In-depth understanding of ITIL framework and best practices, including incident management, problem management, change management, and service release management Proven ability to manage budgets, vendor contracts, and executive reporting Familiarity with enterprise network architectures (data center, campus/branch, WAN/SD WAN, boundary security), observability concepts (telemetry, logs/metrics/flows), and RMF/STIG operating constraints in IL4/5/6 environments Security: Must be a US citizen Candidate must be in possession of a minimum DoD issued Secret Clearance and eligibility for TS/SCI Candidates with active current TS/SCI preferred Physical Requirements: Able to occasionally reach with hands and arms Prolonged periods of computer screen use, while sitting or standing at a desk Adhere to safety protocols when in work areas requiring use of PPE (e.g. eyewear, gloves, masks, hearing protection, steel toed shoes, etc.) Able to safely lift and carry up to 20 pounds at a time Benefits Health Care Plan (Medical, Dental & Vision) Retirement Plan (401k, IRA) Life Insurance (Basic, Voluntary & AD&D) Paid Time Off (Vacation, Sick & Public Holidays) Short Term & Long Term Disability Training & Development Wellness Resources Salary: $150,000.00 - 180,000.00 Salary rates for this position are competitive and commensurate with experience and industry standards. We offer a comprehensive benefits package that may include health insurance, paid time off, and retirement savings options.
Colorado Springs, CO, USA
$150,000-180,000/year
Workable
Service Infrastructure Service Delivery Manager
Ensure consistent, reliable, and efficient IT delivery service within a technical domain Ensure consistent, high-quality service and drive continuous improvement through standardizing management practices, measuring team efficiency, and fostering ongoing team development Act as the primary point of contact for leadership regarding performance of IT service delivery quality within a technical domain in design, transition, deployment, and operational support Oversee the end-to-end delivery of IT service quality within the Desktop User Experience domain Monitor, manage, enhance and report on IT service performance against agreed SLAs, and KPIs Foster a culture of continuous improvement and knowledge sharing within the team Ensure the team has the necessary skills and resources to deliver excellent service Oversee the resolution of major incidents and problems impacting service delivery Coordinate internal IT teams to drive root cause analysis, After Action reports, and remediation solutions Understand, evangelize, and enforce service delivery lifecycle principles envisioning, design, plan, stabilize and deploy phases Collaborate with the Change Management team to ensure changes to IT services are implemented in the most effective and efficient manner, and with minimal disruption to the business Identify opportunities for service improvement and drive initiatives to enhance service quality, efficiency, and cost-effectiveness Provide regular reports on IT service performance to senior management and business stakeholders Manage relationships with key IT vendors, ensuring they deliver services according to agreed contracts and SLAs Contribute to the development and management of the IT service delivery budget. Track and control service delivery costs Be aware of the financial health of assigned projects, including budget management, forecasting, and variance analysis Oversee and actively participate in operations maintenance and sustainment activities Optimize the allocation and utilization of operational resources, identifying opportunities to improve efficiency and reduce costs Other duties as assigned Requirements Education/Training:  Bachelor’s Degree in relevant engineering or science discipline required Master’s Degree preferred Must have, or obtain within 6 months of start date, current DoD 8570 or 8410 compliant certifications (i.e. Security+) ITIL v4 Foundation Certification preferred PMP, or PMI certification preferred AWS Cloud Practitioner or Azure Fundamentals (AZ 900) preferred Experience: 10+ years of professional experience in the required task area  5+ years of professional experience as an IT Service Delivery Manager or similar role 1+ years of professional experience working in a management or leadership role Experience, knowledge of, or exposure to delivering and/or managing IT Service Delivery within several large and complex organizations across government and commercial environments In-depth understanding of ITIL framework and best practices, including incident management, problem management, change management, and service release management Experience with service management tools (e.g., ServiceNow, BMC Remedy) Experience with and exposure to technology services within the Service Infrastructure domain, to include: o  Linux and Windows Servers o  Server Virtualization o  Cloud Infrastructure o  Storage Infrastructure o  DevOps and Automation o  Management and Orchestration Tooling o  Identity, Credentials, and Access Management Security: Must be a US citizen Candidate must be in possession of a minimum DoD issued Secret Clearance and eligibility for TS/SCI Candidates with active current TS/SCI preferred Physical Requirements: Able to occasionally reach with hands and arms Prolonged periods of computer screen use, while sitting or standing at a desk Adhere to safety protocols when in work areas requiring use of PPE (e.g. eyewear, gloves, masks, hearing protection, steel toed shoes, etc.) Able to safely lift and carry up to 20 pounds at a time Benefits Health Care Plan (Medical, Dental & Vision) Retirement Plan (401k, IRA) Life Insurance (Basic, Voluntary & AD&D) Paid Time Off (Vacation, Sick & Public Holidays) Short Term & Long Term Disability Training & Development Wellness Resources Salary: $150,000.00 - 180,000.00 Salary rates for this position are competitive and commensurate with experience and industry standards. We offer a comprehensive benefits package that may include health insurance, paid time off, and retirement savings options.
Colorado Springs, CO, USA
$150,000-180,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.