11+ Alteryx Jobs in Mumbai | Alteryx Job openings in Mumbai
Apply to 11+ Alteryx Jobs in Mumbai on CutShort.io. Explore the latest Alteryx Job opportunities across top companies like Google, Amazon & Adobe.
Job Role : Audit Analytics – Need from Non Banking domain
Job Location : Gurgaon / Mumbai / B’lore
- Understanding of business processes and potential risk scenarios.
- Ability to conceptualize appropriate logic for analyzing potential risk scenarios
- Ability to understand requirements clearly and to be flexible in learning new data sources and technologies, meeting tight deadlines, and delivering quality reports for auditors.
- Maintain strong client focus by building positive relationships with clients, scheduling, conducting and presenting on key client meetings.
- Should be able to write/optimize complex scripts in the technology of expertise. Should be able to review results and identify false positives basis business understanding
- Should be a self-starter and eager to tackle business problem using experience and skills
- Play a key role in the development of less expert staff through mentoring, training and advising.
- 30% Travel in India and Overseas, if required
- Excellent communication skills and willingness to stretch and multi-task
- May be assigned on a project on a long term basis.
- Responsibilities include managing projects involving audit analytics and continuous control monitoring.
- Understanding of business process (Accounts Payable, Revenue, Fixed Asset, Inventory, MJEs) from analytics requirements
- Understanding of ERPs (SAP\ JDE\ Oracle\ Concur etc.) – Techno Functional side (Tables and Reports)
Qualifications
Minimum qualifications
- Preferred Post Graduates– MCom\ MSc (IT)\ MBA (IT)\ BE
- Years of experience in related field of Audit\ Business \ Financial analytics (Non-banking).
- Working knowledge of analytical / BI tools –
- ACL, SQL / R / Python, Alteryx – Should have any 2 or more
- VBA, Power BI / Tableau / QlikView
- GRC Solutions, AWS/Azure cloud based analytical solutions – Good to have
- Have worked on data analytics support work either as tool implementation, automation of control or MIS development
Senior MLOps Engineer
LLM Operations, Observability & Eval Infrastructure
📍 Mumbai (On-site) | Full-time | 5-7 years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Senior MLOps Engineer for a dedicated client engagement focused on building an AI-powered application builder platform. The platform consumes LLMs at scale through provider APIs.
This role owns the operational discipline around production LLM consumption - increasingly called LLMOps - covering observability, evaluation infrastructure, model lifecycle, cost operations, prompt deployment, and agent run reliability.
The mandatory requirement is hands-on production experience operating LLM-backed systems, with a strong DevOps or SRE foundation. This is not a model training or ML science role.
The work is making the system around the AI engineer's designs observable, controlled, reliable, and economically accountable. You will pair daily with the Senior AI Engineer, who designs prompts, evals, and agent behaviour - you operationalise those systems for production.
A typical week includes a tracing audit on a degraded agent run, an eval pipeline build for a new model release, a cost attribution review, and a staged prompt rollout.
Responsibilities:
Observability and Tracing
Build and own end-to-end tracing for agent runs: every prompt, response, tool call, token count, latency, and cost, linked to user session and project.
Stand up and operate LLM observability tooling (Langfuse, LangSmith, Braintrust, or Arize Phoenix).
Make debugging a single bad agent run among thousands a routine workflow through searchable traces, failure taxonomies, and dashboards segmented by task type.
Evaluation Infrastructure as a Production System
Operationalise the eval suite designed by the Senior AI Engineer: automated execution in CI on every prompt or model change, with results stored and trended over time.
Implement regression gates that block quality-degrading changes from shipping.
Build production sampling to continuously score a sample of real agent runs and catch quality drift that offline evals miss.
Model Lifecycle Management
Pin model versions, never "latest".
Own the upgrade process: run the eval suite against new model releases and manage eval-gated migrations.
Maintain fallback chains across providers for graceful degradation or queueing during outages.
Track provider deprecation schedules and plan migrations ahead of forced cutoffs.
Cost Operations
Implement per-user and per-task cost attribution - token spend is the platform's largest variable cost and requires the same rigour as cloud cost management.
Set up budget alerts and anomaly detection so a single user or bug cannot burn significant spend overnight.
Monitor prompt cache hit rates and quantify savings.
Manage capacity planning around provider rate limits, including quota negotiation and throughput tiering.
Prompt and Configuration Deployment
Treat prompts as production artifacts: version control for prompts and agent configurations, staged rollout infrastructure (deploy a prompt change to a percentage of traffic before full rollout), A/B testing infrastructure, instant rollback, and audit history covering which prompt version served which user and when.
Reliability Engineering for Agent Runs
Agent runs are long, stateful, and failure-prone.
Own retry and resume semantics so a run that fails mid-way does not restart from scratch.
Implement timeouts and circuit breakers on provider calls, dead-letter handling for failed runs, and queue and concurrency management for agent workloads.
SLO Ownership and Incident Response
Define and track SLOs for agent run latency and completion rates.
Lead incident response when SLOs are breached.
Write postmortems.
Surface reliability risks proactively before they reach users.
Safety and Compliance Operations
Run the moderation pipeline (prompt and output classification) in production.
Monitor for abuse patterns and own incident response when the agent misbehaves at scale.
Maintain audit logs and implement data retention and residency policies for prompts and generated code as enterprise requirements emerge.
AI-Assisted Engineering Discipline
Use Claude, Cursor, and similar tools day to day for infrastructure code, scripts, and pipelines.
Set the team standard for safe use, review, and validation of AI-generated infrastructure before it ships.
Requirements:
Hands-on production ownership of LLM-backed systems in operation (mandatory).
Must have personally shipped and operated at least one LLM-powered system in production, with operational responsibility including oncall, incident response, and reliability ownership.
Alternatively: strong DevOps or SRE background with demonstrated hands-on familiarity with LLMOps tooling (Langfuse, LangSmith, Braintrust, Arize, or equivalent).
POCs and lab work do not qualify.
5+ years of overall engineering experience
With at least 2 years in DevOps, SRE, platform engineering, or LLM operations roles.
This is not an ML science role.
A DevOps or SRE background with a substantive pivot into LLMOps is a strong qualification.
Observability and Tracing Depth
Production experience with LLM observability tooling - Langfuse, LangSmith, Braintrust, or Arize Phoenix.
Comfortable instrumenting with OpenTelemetry, Prometheus, and Grafana.
Able to build and search trace pipelines, define failure taxonomies, and surface quality signals from production traffic.
CI/CD and Quality Gate Experience
Strong with GitHub Actions or GitLab CI.
Experience building automated quality gates: eval-gated pipelines, regression enforcement, or coverage gates that block degrading changes from shipping.
Cost Management and Attribution for Usage-Based Services
Experience owning cost attribution for cloud API spend or equivalent.
Comfortable with budget alerts, anomaly detection, and per-user or per-task cost breakdowns.
Reliability Engineering for Long-Running, Stateful Workloads
Experience with queues, retry patterns, idempotency, and failure recovery on asynchronous or multi-step workloads.
Comfortable defining SLOs and being accountable for them on production systems.
Multi-Provider API Management
Familiarity with LLM provider rate limits, version pinning, fallback chains, and quota management across OpenAI, Anthropic, Google, or equivalent.
Infrastructure as Code and Deployment Automation
Hands-on with Terraform or Pulumi and Docker.
AWS working knowledge (EC2, S3, IAM, EKS or ECS).
Strong with CI/CD for deploying services and configuration changes safely.
Nice to Have
- Experience with prompt A/B testing or staged rollout infrastructure
- Workflow orchestration (BullMQ, Temporal, Celery)
- Content moderation pipeline experience
- Data residency and compliance requirements for AI systems
- Kubernetes (EKS) in production
- AWS certifications
We are looking for an experienced GCP Cloud Engineer to design, implement, and manage cloud-based solutions on Google Cloud Platform (GCP). The ideal candidate should have expertise in GKE (Google Kubernetes Engine), Cloud Run, Cloud Loadbalancer, Cloud function, Azure DevOps, and Terraform, with a strong focus on automation, security, and scalability.
You will work closely with development, operations, and security teams to ensure robust cloud infrastructure and CI/CD pipelines while optimizing performance and cost.
Key Responsibilities:
1. Cloud Infrastructure Design & Management
· Architect, deploy, and maintain GCP cloud resources via terraform/other automation.
· Implement Google Cloud Storage, Cloud SQL, file store, for data storage and processing needs.
· Manage and configure Cloud Load Balancers (HTTP(S), TCP/UDP, and SSL Proxy) for high availability and scalability.
· Optimize resource allocation, monitoring, and cost efficiency across GCP environments.
2. Kubernetes & Container Orchestration
· Deploy, manage, and optimize workloads on Google Kubernetes Engine (GKE).
· Work with Helm charts, Istio, and service meshes for microservices deployments.
· Automate scaling, rolling updates, and zero-downtime deployments.
3. Serverless & Compute Services
· Deploy and manage applications on Cloud Run and Cloud Functions for scalable, serverless workloads.
· Optimize containerized applications running on Cloud Run for cost efficiency and performance.
4. CI/CD & DevOps Automation
· Design, implement, and manage CI/CD pipelines using Azure DevOps.
· Automate infrastructure deployment using Terraform, Bash and Power shell scripting
· Integrate security and compliance checks into the DevOps workflow (DevSecOps).
Required Skills & Qualifications:
✔ Experience: 8+ years in Cloud Engineering, with a focus on GCP.
✔ Cloud Expertise: Strong knowledge of GCP services (GKE, Compute Engine, IAM, VPC, Cloud Storage, Cloud SQL, Cloud Functions).
✔ Kubernetes & Containers: Experience with GKE, Docker, GKE Networking, Helm.
✔ DevOps Tools: Hands-on experience with Azure DevOps for CI/CD pipeline automation.
✔ Infrastructure-as-Code (IaC): Expertise in Terraform for provisioning cloud resources.
✔ Scripting & Automation: Proficiency in Python, Bash, or PowerShell for automation.
✔ Security & Compliance: Knowledge of cloud security principles, IAM, and compliance standards.
Job description
Assistant managers
Thane location
Qualification -graduate
Offer salary 5 L pa to 7 Lpa
Experience required as a am 6 months to 1 year from health & general insurance background
Cibil score required minimum 650
Job Requirements:
Intermediate Linux Knowledge
- Experience with shell scripting
- Familiarity with Linux commands such as grep, awk, sed
- Required
Advanced Python Scripting Knowledge
- Strong expertise in Python
- Required
Ruby
- Nice to have
Basic Knowledge of Network Protocols
- Understanding of TCP/UDP, Multicast/Unicast
- Required
Packet Captures
- Experience with tools like Wireshark, tcpdump, tshark
- Nice to have
High-Performance Messaging Libraries
- Familiarity with tools like Tibco, 29West, LBM, Aeron
- Nice to have
This role is for Work from the office.
Job Description
Roles & Responsibilities
- Work across the entire landscape that spans network, compute, storage, databases, applications, and business domain
- Use the Big Data and AI-driven features of vuSmartMaps to provide solutions that will enable customers to improve the end-user experience for their applications
- Create detailed designs, solutions and validate with internal engineering and customer teams, and establish a good network of relationships with customers and experts
- Understand the application architecture and transaction-level workflow to identify touchpoints and metrics to be monitored and analyzed
- Analytics and analysis of data and provide insights and recommendations
- Constantly stay ahead in communicating with customers. Manage planning and execution of platform implementation at customer sites.
- Work with the product team in developing new features, identifying solution gaps, etc.
- Interest and aptitude in learning new technologies - Big Data, no SQL databases, Elastic Search, Mongo DB, DevOps.
Skills & Experience
- At least 2+ years of experience in IT Infrastructure Management
- Experience in working with large-scale IT infra, including applications, databases, and networks.
- Experience in working with monitoring tools, automation tools
- Hands-on experience in Linux and scripting.
- Knowledge/Experience in the following technologies will be an added plus: ElasticSearch, Kafka, Docker Containers, MongoDB, Big Data, SQL databases, ELK stack, REST APIs, web services, and JMX.
APPLY HERE = https://r.ripplehire.com/s/bp24C" target="_blank">https://r.ripplehire.com/s/bp24C
The ideal candidate is a creative problem solver at heart who thrives in a team environment. You will help manage and oversee relationships with new and existing partners through high-touch networking, lead generation, and market research.
Responsibilities
- Own the entire proposal process: identify customeR needs, develop win themes, and produce complete proposals
- Assess the competitive landscape and track key market trends and developments
- Provide administrative support as well as excellent customer service and smooth communications
- Maintain the database using your organizational skills to streamline processes and clean up the data
- Cold calling
Qualifications
- Bachelor's degree or equivalent experience
- Excellent written and verbal communication skills
- Highly organized with excellent attention to detail
With the growing demand for a healthier lifestyle, our client has chosen pasta as their USP to showcase their versatility in terms of offering a variety of tastes and types but in a healthier way.
They manufacture and sell various types of pasta with benefits such as containing plant-based protein, free of soy, gluten and artificial colours, 100% vegan etc. and their products are Kosher certified. Their website also provides varieties of guilt-free pasta recipes which will help parents un-junk their kids’ food choices.
Founded by a team of three veteran entrepreneurs, our client is headquartered in Mumbai. They have raised a total of $1.3M in funding over 2 rounds.
As a Performance Marketing Lead, you will be responsible for creating and executing a strong performance marketing strategy & execution plan thereby managing the P&L of the website business.
What you will do:
- Monitoring business metrics on a weekly basis- % repeat, CAC, LTV, ROAS, ACOS, etc
- Liaising with the brand marketing team to identify the appropriate target audience for particular ad campaigns
- Developing and managing digital prospecting and remarketing campaigns
- Managing budgets and campaigns across all digital channels to drive strong return on investment and efficient CAC
- Ensuring successful planning, execution, optimization for key traffic KPIs via paid, organic & own media channels
- Identifying and testing new channels to continue to meet or exceed established critical metrics
- Working closely with the management to share funnel conversion improvement ideas, feedback & present results
Desired Candidate Profile
What you need to have:- 6+ yrs digital performance marketing experience ideally in the FMCG space
- Familiarity with Facebook Business Manager, Google Adwords, analytics, and Instagram
- Create and execute paid media strategy and establish priorities & tactics for achieving MQLs/KPIs
- Research competition, keywords, create ad copies, monitor performance, conversions, A/B Testing
- Build and optimize keywords lists with a continuous test & learn practice to deliver a strong ROAS
- Manage paid search campaigns, paid social campaigns & display campaigns across LoBs
- Understand campaign objectives and optimize ads for conversions and lead generation
- Manage the service and product websites paid search budgets and monitor ROAS closely
- The report paid analytics with actionable insights to identify gaps and adjust ad campaign spends
Position Requirements
- PPC Campaigns Management Google Ads/FB
- Research Keywords & Competition Tracking
- Campaign Strategy & Execution
- Performance Tracking & Optimizing
- Analytics & Reporting
Experience:
- 7-10 years of experience with online marketing, B2B experience is preferred
- Hands-on experience in the execution of PPC - Google Ads/FB/Insta campaigns
- Ability to develop and execute marketing strategies using online channels and tools
- Detailed understanding of Google Analytics, Google Ads, SEM, and Facebook/Insta Ads
- Ability to write ad/landing page copy as per best practices for Google Quality Scores
- Strong analytics, Data Visualization, and Excel skills
Job responsibilities:
- Manage all accounting transactions
- Prepare budget forecasts
- Publish financial statements in time
- Handle monthly, quarterly, and annual closings
- Reconcile accounts payable and receivable
- Ensure timely bank payments
- Compute taxes and prepare tax returns
- Manage balance sheets and profit/loss statements
- Report on the company’s financial health and liquidity
- Audit financial transactions and documents
- Reinforce financial data confidentiality and conduct database backups when necessary
- Comply with financial policies and regulations
Job Description
Greeting for the day!!
Here we have an super urgent opening for Business Development Executive-Female Candidates only can apply
Business Development Responsibilities
A business development professional has three primary responsibilities:
When it comes to generating leads, day-to-day duties typically include:
- Researching organizations and individuals online (especially on social media) to identify new leads and potential new markets
- Researching the needs of other companies and learning who makes decisions about purchasing
- Contacting potential clients via email or phone to establish rapport and set up meetings
- Planning and overseeing new marketing initiatives
- Attending conferences, meetings, and industry events
When it comes to the challenge of actually selling, other typical duties include:
- Preparing PowerPoint presentations and sales displays
- Contacting clients to inform them about new developments in the company’s products
- Developing quotes and proposals
- Negotiating and renegotiating by phone, email, and in person
- Developing sales goals for the team and ensuring they are met
To keep healthy relationships with clients, this mostly requires socialization. So, from simple chats on the phone to lunches and events or conferences business development managers must be sure to keep their customers happy.
Business Development Executive Skills
To be an effective business development executive, an individual must be:
- Socially adept
- Strong communication
- Creative talents and the ability to solve tough problems
- In-depth knowledge of the industry and its current events
- The ability to handle pressure and meet deadlines
- Skill in prioritizing and triaging obligations
- Attention to detail
- Excellent time management and organization
Interested candidate can apply




