11+ Retargeting Jobs in Mumbai | Retargeting Job openings in Mumbai
Apply to 11+ Retargeting Jobs in Mumbai on CutShort.io. Explore the latest Retargeting Job opportunities across top companies like Google, Amazon & Adobe.
• Oversee lifecycle marketing strategies which identify valuable consumers and opportunities and ensure error free continuous implementation
• Pilot new campaigns that drive increased engagement and revenue
• Create and continually refine email strategy to increase acquisition, retention (CLV) and subscription rates
• Manage external agency and multiple vendor relationships related to CRM, personalised consumer marketing and database management
• Serve as a CRM business intelligence leader, utilizing analytics to drive customer-centric action plans
• Manage the distribution and presentation of CRM reporting and status to executive stakeholders
Digital Activation / DMP
• Develop audience segments by applying CRM learnings
• Create test and learn approach to optimize performance and develop insights on best practices
• Provide support in measurement and analysis of precision media campaigns
Qualifications
• 2-8 years CRM and/or Direct Marketing experience, preferably in a Retail, CPG or ecommerce industry
• Knowledge of database marketing strategies including the use of 1st, 2nd, 3rd party data
• Creative thinking and exceptional analytical skills; experience conducting CRM campaign analytics and consumer research to inform marketing decisions

Healthcare Company specialised in Umblical Cord Banking
Job Title : Field Sales Executive ( Healthcare- Gynae Segment)
Work Mode - Onsite (Field Role)
Multiple Job Locations : Aurangabad, Kolhapur, Surat, Vadodara, Rajkot, Nagpur, Pune, Mumbai, Nashik
Experience Required
2 to 5 years for RE and ASM 5 to 8 Years (Field Sales - Healthcare & Gynae segment)
Qualifications
Graduate/Postgraduate(B.Sc, M.Sc, BMS, B.Pharma, M.Pharma, Biotechnology)
Working Days - 6 Days
Working Hours 9:00 AM to 7:00 PM
Additional Requirements - Driving License & Two-Wheler
Role Summary:
The Relationship Executive will generate hospital-based leads by engaging doctors and counselling expectant parents on cord blood banking, diagnostics, and related services, while managing client presentations, enrollments, CRM reporting, and logistics coordination to drive business growth.
Key Areas of Responsibility:
· Meet doctors to promote the concept of cord blood banking and stem cell applications, and facilitate interaction with expectant parents.
· Promote diagnostics and other services introduced by the company from time to time and generate prescriptions.
· Visit hospitals, nursing homes, and relevant healthcare centers for lead generation, diagnostic business, and institutional tie-ups.
· Build strong relationships with hospital front-office staff, nursing staff, doctor attendants, and coordinators to enable client interaction and service promotion.
· Place drop boxes and flyer stands at strategic locations within hospitals and doctor chambers.
· Ensure regular refilling and upkeep of drop boxes and flyer stands with updated marketing material.
· Conduct counselling sessions at hospitals and doctor chambers to generate qualified leads.
· Update daily activities, lead generation, counselling, and follow-ups accurately in the CRM system.
· Call prospective clients for counselling and referrals, and conduct free presentations at their preferred location.
· Enroll clients, complete documentation, collect payments, coordinate delivery logistics, and share competitor/market information as required.
Qualification, Experience & Skills:
· Graduate in Pharmacy (B.Pharm / D.Pharm) or Life Sciences (preferred).
· Good communication and interpersonal skills.
· Comfortable working in hospital environments and field-based roles.
· Basic knowledge of MS Office and willingness to learn CRM systems.
· Presentable, customer-oriented, and relationship-focused approach.
Role Summary:
The Relationship Executive will generate hospital-based leads by engaging doctors and counselling expectant parents on cord blood banking, diagnostics, and related services, while managing client presentations, enrollments, CRM reporting, and logistics coordination to drive business growth.
Key Areas of Responsibility:
· Meet doctors to promote the concept of cord blood banking and stem cell applications, and facilitate interaction with expectant parents.
· Promote diagnostics and other services introduced by the company from time to time and generate prescriptions.
· Visit hospitals, nursing homes, and relevant healthcare centers for lead generation, diagnostic business, and institutional tie-ups.
· Build strong relationships with hospital front-office staff, nursing staff, doctor attendants, and coordinators to enable client interaction and service promotion.
· Place drop boxes and flyer stands at strategic locations within hospitals and doctor chambers.
· Ensure regular refilling and upkeep of drop boxes and flyer stands with updated marketing material.
· Conduct counselling sessions at hospitals and doctor chambers to generate qualified leads.
· Update daily activities, lead generation, counselling, and follow-ups accurately in the CRM system.
· Call prospective clients for counselling and referrals, and conduct free presentations at their preferred location.
· Enroll clients, complete documentation, collect payments, coordinate delivery logistics, and share competitor/market information as required.
Qualification, Experience & Skills:
· Graduate in Pharmacy (B.Pharm / D.Pharm) or Life Sciences (preferred).
· Good communication and interpersonal skills.
· Comfortable working in hospital environments and field-based roles.
· Basic knowledge of MS Office and willingness to learn CRM systems.
· Presentable, customer-oriented, and relationship-focused approach.
About the role:
Unico Connect is an Al-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Senior Al Engineer for a dedicated client engagement focused on building an Al-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code. The mandatory requirement for this role is hands-on production experience shipping LLMpowered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage. The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy. You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.
Responsibilities:
Agent architecture: Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions. Make and revisit architectural decisions on singleagent vs. multi-agent designs, including planner/executor splits and dedicated buildrepair sub-agents.
Code generation pipeline: Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit. Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies. Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.
Self-repair loop: Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation. This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.
Context management: Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval. Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes. Own token budgeting and prompt caching strategy.
Prompt engineering as a discipline: Own the system prompt and per-task prompt variants (new feature, bug fix, styling change). Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites. Version prompts like code with changelogs and rollback capability.
Evaluation and quality measurement: Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant. Define regression gates that block qualitydegrading changes from shipping. Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time. This responsibility is nonnegotiable at this level.
Model strategy and cost: Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation. Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection. Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.
Safety and reliability of agent behaviour: Defend against prompt injection from user content and fetched web content. Ensure secrets never appear in generated client code. Define what the agent's tools may and may not do in collaboration with the platform team. Contribute to output moderation and abuse-pattern awareness.
Mentorship and engineering standards: Run code reviews, define engineering conventions for Al work, and raise the engineering bar across the Al team. Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.
Requirements:
Hands-on production ownership of LLM-powered systems with agent architectures (mandatory). Must have personally shipped and operated at least one complex production Al system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost. POCs, internal demos, and tutorialgrade work do not qualify.
5+ years of professional software or Al engineering experience, with at least 3 years focused on LLM applications, Al engineering, or production Al systems. Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.
Strong Python proficiency and service development. Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging. Not notebook-only.
Depth across LLM APIs and agent systems. Production experience with at least two of OpenAl, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together). Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, Llamalndex Agents) or hand-rolled equivalent. Hands-on with tool calling, structured outputs, and multi-step reasoning.
Demonstrated, systematic evaluation practice - non-negotiable. Must have built evaluation harnesses that gate production releases, not ad-hoc testing. Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval. Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.
Cost discipline for production Al. Track record of measurable cost optimisation on production Al features. Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.
AWS working knowledge. Hands-on with EC2, S3, IAM, and Docker. Comfort with CI/CD workflows and deploying Al services.
Awareness of LLM security failure modes. Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.
Nice to have: experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work; MCP server authoring; open-source Al contributions; published technical writing on LLM systems; multi-modal model experience; fine-tuning exposure (LORA, QLORA, PEFT).
Job details:-
- Experience:- 1-3 Years
- CTC offered:- 12- 15 LPA
- Location:- Navi Mumbai (Vashi)
- No relocation will be considered
- Qualification:- Degree or diploma in Design, Graphic design or related field
- Notice period:- 0- 30 days
- Work from office
Roles & resposnibility:-
- Maintain visual consistency while pushing creative boundaries within the game.
- Build design systems and asset libraries to streamline development and iteration.
- Contribute to store creative or promotional visuals as needed.
- Experience with motion tools like After Effects or Lottie.
- Detail-oriented, self-driven, and comfortable working in a fast-paced startup environment.
- Proficiency in Adobe Photoshop, Illustrator, and Figma.
- We’re looking for a highly creative Graphic Designer with strong artistic instincts and a flair for motion design. Your primary focus will be on in-game visuals, UI art, and light animations that shape how players experience the game.
- Design immersive in-game assets: backgrounds, avatars, icons, power-ups, and UI Elements.
- Create motion graphics and micro-animations that enhance gameplay and user delight.
- Collaborate with product and design teams to translate ideas into polished visuals.
We’re Hiring: Pre-Sales Engineer 🚀
📍 Location: Navi Mumbai (Vashi) | 5 Days | WFO
🏢 Department: BMS (Building Management System)
What you’ll do:
- Provide technical expertise & support to sales teams
- Handle quotations, vendor coordination & customer solutions
- Ensure smooth order execution & sales growth
What we’re looking for:
✅ Engineering degree (Electrical/Electronics/Mechanical)
✅ 3–5 yrs experience in BMS / HVAC / ELV industry
✅ Strong technical & sales aptitude
✅ Excellent communication & teamwork skills
💼 Knowledge of PLC/DDC is a plus!
🚨 Mega Walk-In Drive – 50+ Openings at VIP India (Telesales)
📅 Date: Friday, 18th July 2025
⏰ Time: 11:00 AM – 4:00 PM
💼 Position: VIP Product Counsellor (Domestic Telesales)
🔍 Requirements:
- Minimum 6 months experience in Telesales or Collections
- Fluent in any regional language + basic English
- (Languages preferred: Punjabi, Tamil, Telugu, Kannada, Bengali, Gujarati, Malayalam)
💰 Compensation:
- ₹25,000 – ₹30,000 In-Hand Salary
- Unlimited Incentives
- Linguistic Role: Up to ₹35,000 In-Hand
Job Role: Placement Co-Ordinator
Roles & Responsibilities:
- Proactively identify, contact, and build relationships with HRs, hiring managers, and recruiters across IT and digital industries.
- Search and monitor job sites, industry platforms, and portals for relevant openings
- Share relevant job openings with eligible candidates and ensure timely application submissions.
- Coordinate and execute successful placement drives to connect students
- Reach out to recruiters and hiring managers to understand their workforce requirements
- Maintain and update placement data for transparency and accountability.
Key Skills Required:
- Must have strong english communication skills
- Extroverted and outgoing personality.
- Any experience is fine.
- Strong ability to identify and build relationships
- Excellent communication, research, and networking skills.
- Effective organizational and reporting abilities
- Ability to work as part of a team.
Candidates from Western line will be preferred.
Job Types: Full-time, Permanent
Pay: ₹18,000.00 - ₹30,000.00 per month
Office Timing: 9.00 am - 6 pm | Mon - Sat | 6 Days Working
What we need...
- 2-3 years of development experience of consumer products with hands-on experience in designing, developing and testing applications.
- Experience in Swift, Auto-layouts, TDDs and willingness to learn more.
- Well versed with Core Data, Architecture & Design Patterns, Data Structures and Algorithms, etc.
- Passion for finding and sharing best practices and driving discipline for superior code quality
- Working knowledge of Xcode & code signing.
Keyskills:-
http://www.naukri.com/front-end-jobs">Front End
http://www.naukri.com/product-design-jobs">Product Design
http://www.naukri.com/ios-development-jobs">Ios Development
http://www.naukri.com/architectural-design-jobs">Architectural Design
We are looking for JAVA Developers with 5 Plus years of Experience for our Client in the Banking sector .
Job location : Navi Mumbai (Work from Office)
Qualification: MCA / Graduate in Computer Science
Skills:
-Java, Spring boot ,JavaScript, XML
-Tomcat and Jboss
-JWT Token generation and Authentication
-REST and SOAP web services
-Spring Framework and Spring securities
-Oracle 11g
-TFS
Basic knowledge of frontend will be an added advantage
Roles and Responsibilities
-Candidate should have hands on experience in developing both REST and SOAP web services for web-based application.
-Should co-operate with the frontend developer in the integration process
-Implementing secure coding practices
-Bug fixing
-Should be able to deploy the application
Job Location: Borivali East, Mumbai, Maharashtra, India
Qualification: Graduate (IT/Pharma - Mandatory)
Job Role:
- Cold Calling/ Lead Generation.
- Meeting The Clients/Visiting Potential Customers For New Business
- Understanding the Requirements of Clients.
- Presenting To Them All The Services Provided By Our Company Along With Seniors
- Providing Customers With Quotations
- Negotiating And Providing With The Terms And Conditions Of The Agreement And Close Sales
- Coordinating With The Clients And The Execution Team
- Maintaining/ Retaining Present Clients
- Gather Market And Customer Information And Provide Feedback On Buying Trends
- Identify New Markets And Business Opportunities
- Contribute To Team Effort By Accomplishing Related Results As Needed
- Review Your Own Sales Performance To Team Leader



