Cutshort logo
Mobility management Jobs in Mumbai

11+ Mobility management Jobs in Mumbai | Mobility management Job openings in Mumbai

Apply to 11+ Mobility management Jobs in Mumbai on CutShort.io. Explore the latest Mobility management Job opportunities across top companies like Google, Amazon & Adobe.

icon
Leading US based IT MNC

Leading US based IT MNC

Agency job
Chennai, Bengaluru (Bangalore), Hyderabad, Pune, Coimbatore, Mumbai
12 - 20 yrs
₹16L - ₹34L / yr
intune
EUC
Jamf
Endpoint protection
Endpoint security
+19 more

Job Description

 
• Responsible for the Strategy, Roadmap, Architecture, Design, Engineering and Lifecycle Delivery of our End User Devices, ensuring they are current and meet the needs of the business.  These technologies include physical devices, Operating Systems, Device Software, printing and mobility services
•        SCCM, (Windows 10, MAC & Linux) desktops, Modern Endpoint Management, InTune, endpoint security
•        Customer focused, confident and articulate with lots of experience in stakeholder meetings and presentations
•        Skills in contributing to technical roadmaps for technologies supported by End users
•        High level understanding of all EUC technology namely SCCM, Nexthink, OS (Windows and Mac) , End point security , Privilege management  , Intune / JAMF
•        Govern the upgrades and compatibility of End User devices to ensure seamless upgrades to the business and new functionality and capabilities are introduced effectively
•        Simplify the environment so our technology is current and delivers a great customer experience
•        Responsible for the management, prioritization and execution of demand
•        Engages with key Stakeholders and Customers to ensure these technologies meet customer needs.
•        Manages our technology partners effectively to ensure that our services are optimized and cost effective
•        Lead a strong technical team to deliver the right technology services to the business to deliver a great customer experience across these services
•        Architecture governance for the Device portfolio to ensure all our technology solutions are designed and implemented to work seamlessly with our applications and infrastructure to deliver a great customer experience.
•        Work across the Infrastructure and Applications team to ensure effective lifecycle management so our IT tools and services are optimized for the business.

Read more
Unico Connect Private Limited
Mumbai
5 - 8 yrs
Best in industry
skill iconPython
Large Language Models (LLM)
Artificial Intelligence (AI)
Prompt engineering
LangGraph
+6 more

Senior AI Engineer

Code Generation, Agent Architecture & LLM Systems

📍 Mumbai (On-site) | Full-time | 5+ 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 AI Engineer for a dedicated client engagement focused on building an AI-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 LLM-powered 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 single-agent vs. multi-agent designs, including planner/executor splits and dedicated build-repair 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 quality-degrading changes from shipping.

Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time.

This responsibility is non-negotiable 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 AI work, and raise the engineering bar across the AI 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 AI system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost.

POCs, internal demos, and tutorial-grade work do not qualify.


5+ Years of Professional Software or AI Engineering Experience

With at least 3 years focused on LLM applications, AI engineering, or production AI 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 OpenAI, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together).

Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, LlamaIndex 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 AI

Track record of measurable cost optimisation on production AI 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 AI 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 AI contributions
  • Published technical writing on LLM systems
  • Multi-modal model experience
  • Fine-tuning exposure (LoRA, QLoRA, PEFT)
Read more
Deqode

at Deqode

1 recruiter
purvisha Bhavsar
Posted by purvisha Bhavsar
Mumbai
2 - 4 yrs
₹4L - ₹15L / yr
skill iconMongoDB
skill iconExpress
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconDocker
+3 more

🚀 Hiring: MERN Stack at Deqode

⭐ Experience: 2+ Years

📍 Location: Mumbai

⭐ Work Mode:- 5 Days Work From Office

⏱️ Notice Period: Immediate Joiners or 15 Days

(Only immediate joiners & candidates serving notice period)


MERN Stack (2+ Years of Experience) - Mumbai

🔹 Experience: 2 to 4 Years

🔹Skills: MongoDB, Express, React, Node, Docker, Kubernetes, Kafka


Read more
Enpointeio
sanath shetty
Posted by sanath shetty
Mumbai
3 - 6 yrs
₹9L - ₹15L / yr
skill iconJava

Company: Enpointe.io

Location: Mumbai

Experience: 3-5 years

Employment Type: Full-Time

About Enpointe.io:

Enpointe.io is an innovative tech company focused on building scalable and high-performance applications. We leverage modern frameworks and backend technologies to develop enterprise-grade solutions. If you're passionate about Java development, backend systems, and scalable architectures, we invite you to join our growing team.

Position Overview:

We are looking for a Java Developer with expertise in backend development and API design. The ideal candidate will have strong Java programming skills and experience in developing, optimizing, and deploying scalable backend applications. You will collaborate with cross-functional teams to build and maintain robust systems.

Key Responsibilities:

Backend Development:

  • Develop and optimize Java-based applications using Spring Boot and related frameworks.
  • Implement microservices architecture and RESTful APIs.
  • Ensure backend applications are scalable, secure, and high-performing.


Database Management & Integration:

  • Design and manage relational and NoSQL databases (MySQL, PostgreSQL, MongoDB).
  • Optimize queries and ensure data integrity and performance.
  • Work with caching mechanisms like Redis for improved efficiency.


Software Development & Deployment:

  • Develop and maintain Java-based backend services.
  • Work with version control systems (Git, GitHub, GitLab).
  • Deploy applications in cloud environments (AWS, GCP, or Azure).


Optimization & Security:

  • Optimize backend applications for performance, scalability, and efficiency.
  • Implement best practices for security, authentication, and authorization.
  • Stay updated with the latest Java and backend development trends.

Required Skills and Qualifications:

  • Strong proficiency in Java (JDK 8+) and Spring Boot.
  • Experience with microservices architecture and RESTful API development.
  • Proficiency in SQL and NoSQL databases (MySQL, PostgreSQL, MongoDB).
  • Experience working with unit testing frameworks like JUnit.
  • Knowledge of CI/CD pipelines and DevOps practices.
  • Strong problem-solving skills and ability to work in a fast-paced environment.

Nice to Have:

  • Experience with Kafka or RabbitMQ for messaging.
  • Familiarity with Docker and Kubernetes for containerization.
  • Knowledge of authentication frameworks like OAuth, JWT.

Role: Back End Developer

Industry Type: IT Services & Consulting

Department: Engineering - Software & QA

Employment Type: Full Time, Permanent

Role Category: Software Development

Read more
Decimal Point Analytics
Mumbai, Nashik
3 - 8 yrs
₹6L - ₹15L / yr
Presales
Presentation Skills
Proposal writing
Client Servicing
Client Management
+1 more

Role Description

Key Responsibilities and Accountabilities

We are seeking a highly motivated individual to coordinate and collaborate with our sales, delivery, and support teams in the creation of sales-related documents, specifically pre-sales activities, documents, proposals, client presentations, due-diligence, risk assessments, and more.

As a key member of our team, you will be responsible for understanding clients' existing business processes and requirements and providing pre-sales support for our Sales Managers and Account Managers.

Proposals- In this role, you will need to understand the requirements and create a winning proposal or presentation based on inputs from multiple technology and domain teams. You will need to coordinate with different teams to ascertain inter-dependencies and maintain an overall proposal delivery project plan with defined tasks, deliverables, and associated timelines.

Repository - You will be responsible for creating and maintaining case studies, introductory segment presentations, and samples in coordination with delivery and sales teams.

Pipeline Reporting- The role also involves sales pipeline reporting and tracking, including financial and sales activity reporting. You will also be responsible for ensuring that all standard company presentations, brochures, and collaterals are up-to-date and indexed properly in the repository.

As a self-starter, you will be expected to identify key issues and priorities and focus on delivering required results with minimal direction and supervision. Multitasking with a high level of ownership is essential for success in this role, considering the high level of role seniority and sensitivity.

Market Intelligence- As a key member of our team, you will be responsible for conducting comprehensive reviews of the market through a thorough analysis of demand-supply dynamics, competition landscape, value chain, and regulatory frameworks governing the industry. In addition, you will conduct in-depth assessments of companies involving a review of their business structure, product/service offerings, management team, recent developments, go-to-market approach, and outlook.

Leadership- As a mentor, you will be responsible for training associates/analysts working on the projects being executed. You will support the development of proposals through case-studies, samples, and preliminary background research. You will exhibit sector-specific subject-matter expertise as relevant.

 

Reporting: EVP, Client Engagement Team

 

Internal and External Interfaces - DPA sales & marketing, operations teams and Clients

 Position Details: Full-time, permanent position

Qualification: MBA in Finance/ Marketing. Experience in the financial services industry will be an added advantage.

Research background will be an added advantage.

 

 

Work Timing: Day shift ~ 11am to 8 PM shift

 

Skills and Experience:

 

·  Good flair for writing and presentation skills

·  Good communication skills with an excellent command over English

·  Good understanding of financial markets/economics

·  Ability to articulate and communicate thoughts/opinions in effective manner.

·  Good command over MS Word, Excel, Powerpoint

Behavioral and Culture Competencies

·  Should be able to think on their feet when it comes to proposing solutions to clients based on their pain points/requirements.

·  Must be a team player.

·  Able to co-ordinate with multiple teams within the organization along with client teams(s)

·  Comfortable in client communication, written and oral

·  Able to work under pressure and with short deadlines

 

About Decimal Point Analytics:

 

Decimal Point Analytics (DPA) is a modern technology-enabled research and consulting firm. Since our inception in 2003, we have been a trusted partner to an entire spectrum of financial market professionals. We are thrilled to be able to deliver innovation in research processes through a team of experts in financial services and computing. By utilizing and scaling the values we bring into the engagements, our customers have been able to delight their end-customers and garner competitive advantage in the process.

 

Why should you be excited about this role?

 

We are the backbone of the organization when it comes to engaging with clients and growing the business at a strategic level. If you believe that you have what it takes to contribute meaningfully to accomplish these goals, this is the role for you!

If you are a detail-oriented and motivated individual with a passion for sales support and coordination, we encourage you to apply for this exciting opportunity.

 

Read more
iThink Logistics

at iThink Logistics

2 recruiters
chirayu parikh
Posted by chirayu parikh
Mumbai
0 - 1 yrs
₹1.8L - ₹2L / yr
Communication Skills
Interpersonal Skills
Design thinking
Time management

If you can put one leg into the analogue world and another leg into the digital world to quickly translate business objectives into technical recruitment into software screens... If you think the computer screen is the world that you really want to make an impact on it is more significant than life. Then come join us.


Think you’ve got it in you? Let’s check the requirements:


  • Excellent verbal and written communication skills (They always say communication is key, don’t they?)
  • Time management (Time is always of the essence at iThink)
  • Organisational skills 
  • Be well versed with the draw.io tool or any flow chart-making tool (going with the flow is good, but so is planning!) 


And that’s it! 


What duties does the job involve?


During your time as a Business Analyst on our ITL team, you will be:


  • Enjoying your time with us

This we can assure you of, but apart from it, you will be required to:


  • Creating technical reports, activity diagrams, BRD, FRD and manuals for the team (help us help others?)
  • Developing workflow charts for system changes
  • Monitoring each project's progress and optimising processes (concrete results for our efforts, you know?)
  • Work as a SPOC between the Tech and Marketing Team and other stakeholders (like we said, coordination skills are a must!)
  • Collaborate with project sponsors to determine project scope and vision (great minds don’t always have to think alike!) 
  • Require Knowledge of the Balsamiq Tool.
  • Should have a basic understanding of Figma.
Read more
Healthy snacking company

Healthy snacking company

Agency job
via Unnati by Seemi Ejaz
Sakinaka, Mumbai
2 - 3 yrs
₹1L - ₹2L / yr
account
Tally
tax
Accounting
GST
+1 more
● Accounting knowledge for a minimum of 1 to 2 years.
● Basic day to day accounting
● Hands-on experience with accounting software tally software (Experience on Zoho software will
be add on)
● Handle monthly, quarterly and annual closings reports
● Reconcile accounts payable and receivable
● Compute taxes and prepare TDS & GST returns
● Comply with financial policies and regulations
Read more
Hans Infotech LLP

at Hans Infotech LLP

4 recruiters
Malvik Majithia
Posted by Malvik Majithia
Mumbai
1 - 3 yrs
₹4L - ₹6L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress

 

Responsibilities for NodeJS Dev

 

Integration of user-facing elements developed by front-end developers with server side logic.

Writing reusable, testable, and efficient code.

Design and implementation of low-latency, high-availability, and performant applications.

Implementation of security and data protection.

Integration of data storage solutions redis, mongodb.

 

Skill Requirement:

 

Strong proficiency with JavaScript or TypeScript.

Strong Knowledge of Node.js and frameworks available for it such as Express, StrongLoop.

Understanding the nature of asynchronous programming and its quirks and workarounds.

Good understanding of server-side templating languages.

Good understanding of server-side CSS preprocessors such as Stylus, Less.

Basic understanding of front-end technologies, such as HTML5, and CSS3.

Understanding accessibility and security compliance.

User authentication and authorization between multiple systems, servers, and environments.

Integration of multiple data sources and databases into one system.

Understanding fundamental design principles behind a scalable application.

Understanding differences between multiple delivery platforms, such as mobile vs. desktop, and optimizing output to match the specific platform.

Creating database schemas that represent and support business processes.

Implementing automated testing platforms and unit tests.

Proficient understanding of code versioning tools, such as Git.

 

Must Have Skills / technologies: NodeJS, MySQL, MongoDB
Good to have skills/technologies: TypeScript, NPM, AWS/GCP, Ubuntu, Nginx, DevOps, Firebase, any front end framework like Angular/React/Vue

 

Read more
Nest Pro Inc

at Nest Pro Inc

1 recruiter
Suraj Gaydhane
Posted by Suraj Gaydhane
Mumbai, Navi Mumbai
2 - 5 yrs
₹4L - ₹8L / yr
skill iconFlutter
RESTful APIs
DART
Firebase
API
+3 more

Nest is a gamified investment platform for the next-generation and young millennials of the world, to invest, play and earn returns more than a regular savings bank account. The world of gaming is merging with finance to offer a more immersive user experience and help users learn how to manage their money. We’re creating a new breed of asset managers and fin-fluencers with Nest.

About the role

  • We are looking for an expert Flutter developer who is proficient in Dart and Firebase.
  • The person will be developing user interface components and implementing them by following well-known Flutter workflows (such as providers, bloc, controllers and so on).
  • The person will also be focusing on APIs and ensuring that these are integrated with the application.
  • Preference will be given to candidate with experience in animation and games

 

Basic Qualifications

  • Strong development skills with verifiable past work in Flutter.
  • Proficient experience working with various Firebase capabilities.
  • Past experience working with API management and client integration.
  • A strong understanding of State Management, managing async datastreams, and familiarity with design principles.
  • Ability to transform complex requirements to clear, time-oriented specifications.
  • 2+ years of relevant work experience.

 

Preferred Qualifications

  • Previous Flutter apps that are published and available on the Play/App Store.
  • Proficient understanding of cross-platform compatibility and UI consistency in various device types.
  • Familiarity with Javascript/Typescript.
  • Knowledge of Android and iOS programming.
  • Proactive approach to build better in-house coding practices and systems.
  • Be highly autonomous in solving complex tasks, issues and platform challenges.

 

What you’ll receive

  • A compensation competitive to premier firms
  • Incredible learning and exposure to every aspect of a funded financial startup as an early member, working directly with the founders.
  • Recognition and experience of working on a platform with an exponential user growth curve.
  • A fun and receptive work culture which promises to never get mundane!
Read more
company logo
Agency job
via CIEL HR Services by Riya Tharakan
Remote, Bengaluru (Bangalore), Mumbai
8 - 13 yrs
₹80L - ₹100L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconPython
skill iconRuby on Rails (ROR)
skill iconAmazon Web Services (AWS)
+1 more
An  Architect  is a hands-on, talented, innovative, and practical individual with functional experience to design, implement and support the delivery of core products and product components.  

 Capable of working under minimal direction and exercising considerable latitude, they will provide technical expertise in developing solutions to complex software engineering problems, which require
frequent use of ingenuity and creativity.
 Experienced in designing application framework solutions, performing architectural analysis, and identifying issues and provide solutions for the business problems.
 Sound functional knowledge of application architecture service architecture, code modularity, data synchronisation, customisable workflow management, partner application integration and API
developer frameworks.

 Responsibilities:
 Lead the design and development of new architecture and major functional upgrades for the most advanced capabilities 
 Provide technical guidance and mentorship to engineers, designers, and developers.
 Engage cross-organizational teams such as Product Management, Integrations, Services, Support, and Operations, to ensure the success of overall software development, implementation, and
deployment.

 Requirements:

Ideal candidate should have

 7+ years of system implementation experience 
 Experience with any of the following languages like Java / Nodejs / ROR / Python
 Expertise in micro service / Data modelling / AWS / Messaging
 Expertise in building scalable & reliable systems
 Good Experience in working with technologies like AWS, Redis,
 Experience in messaging systems like SQS/RabbitMQ
 Good knowledge of caching, Databases, distributed systems.
 Strong problem solving and analytical skills
 Good experience with Devops
reach me 
riya attherateof cielhr dot com 
96 200 399 80


Read more
Phide Technology

at Phide Technology

1 recruiter
Ashish Goyal
Posted by Ashish Goyal
Mumbai, Navi Mumbai, Bengaluru (Bangalore), Pune
5 - 17 yrs
₹6L - ₹8L / yr
skill iconJava
skill iconJavascript
skill iconAmazon Web Services (AWS)
Mobile App Development
skill iconC++
+2 more
Creating the most innovative platform that empowers us to engage and be more effective in our social environment
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort