Cutshort logo

11+ BSS Jobs in Mumbai | BSS Job openings in Mumbai

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

icon
A leading organization

A leading organization

Agency job
Bengaluru (Bangalore), Delhi, Gurugram, Noida, Ghaziabad, Faridabad, Pune, Mumbai, Hyderabad
5 - 8 yrs
₹15L - ₹22L / yr
OSS
BSS
Telecom
OSS Architect
BSS Architect
+7 more

We are looking for an experienced Telecom OSS/BSS Architect with strong expertise in designing and implementing end-to-end telecom solutions.


Key Skills:

• Telecom OSS & BSS Architecture

• CRM, Product Catalog, Order Management

• Billing, Charging & Revenue Assurance

• Service Provisioning, Network Inventory & Service Assurance

• Fault & Performance Management

• Telecom Digital Transformation

• TM Forum (eTOM, SID, Open APIs, ODA)

• API Integrations, ESB & Microservices

• Cloud-Native Architecture

• System Integration & Modernization


Responsibilities:

• Design and implement scalable OSS/BSS solutions.

• Translate business requirements into technical solutions.

• Drive telecom transformation and modernization initiatives.

• Integrate OSS/BSS platforms with enterprise systems.

• Collaborate with business, IT, network operations, and vendor teams.

• Support automation, operational efficiency, and customer experience improvements.


Looking For:

  • 5–8 years of relevant Telecom OSS/BSS experience
  • Strong understanding of Telecom domain architecture
  • Experience in large-scale telecom transformation projects
  • Excellent stakeholder management and communication skills
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 ( Andheri East ), Mumbai
2 - 5 yrs
₹4L - ₹15L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
skill iconMongoDB

🚀 Hiring: Python Developer

⭐ Experience: 2+ Years

📍 Location: Mumbai

⭐ Work Mode:- 5 Days Work From Office

⏱️ Notice Period: Immediate Joiners

(Only immediate joiners & candidates serving notice period)


Looking for a skilled Python Developer with experience in Django / FastAPI and MongoDB / PostgreSQL.


⭐ Must-Have Skills:-

✅ 2+ years of professional experience as a Python Developer

✅Proficient in Django or FastAPI

✅Hands-on with MongoDB & PostgreSQL

✅Strong understanding of REST APIs & Git

Read more
Wissen Technology

at Wissen Technology

4 recruiters
Sukanya Mohan
Posted by Sukanya Mohan
Mumbai
7 - 9 yrs
Best in industry
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
Apache Kafka
+1 more

We are looking for an experienced Java Developer with strong proficiency in Kafka and MongoDB to join our dynamic team. The ideal candidate will have a solid background in designing and developing high-performance, scalable, and reliable applications in a microservices architecture. You will be responsible for building real-time data processing systems, integrating various services, and ensuring smooth data flow across systems.

Key Responsibilities:

  • Design, develop, and maintain scalable Java applications with a focus on performance and reliability.
  • Build and maintain Kafka-based real-time data pipelines for handling high-volume, low-latency data.
  • Work with MongoDB to design and optimize database schemas and queries for high throughput and availability.
  • Collaborate with cross-functional teams to define, design, and implement new features and improvements.
  • Troubleshoot and resolve issues related to system performance, scalability, and reliability.
  • Ensure software quality through best practices, including testing, code reviews, and continuous integration.
  • Implement and maintain security best practices in both code and data handling.
  • Participate in agile development cycles, including sprint planning, daily standups, and retrospectives.

Required Skills & Qualifications:

  • 7+ years of experience in Java development, with a strong understanding of core Java concepts (J2EE, multithreading, etc.).
  • Hands-on experience with Apache Kafka, including setting up brokers, producers, consumers, and understanding Kafka Streams.
  • Proficient in working with MongoDB for designing efficient data models, indexing, and optimizing queries.
  • Experience with microservices architecture and RESTful APIs.
  • Familiarity with containerization technologies like Docker and orchestration tools like Kubernetes is a plus.
  • Strong understanding of distributed systems, message-driven architectures, and event streaming.
  • Familiarity with version control systems like Git.
  • Excellent problem-solving skills, with the ability to debug and optimize code for high-performance systems.
  • Experience with CI/CD pipelines and automated testing.
Read more
Bigshare Services Private Limited

Bigshare Services Private Limited

Agency job
via TIGI HR Solution Pvt. Ltd. by Vaidehi Sarkar
Mumbai
4 - 8 yrs
₹5L - ₹10L / yr
Windows Forms
ASP.NET
skill iconC#
SQL server
Object Oriented Programming (OOPs)

Salary: upto 10LPA

Experience: 4+ years

Mandatory Skill- Winforms

No relocation cases


Key Responsibilities:

 Design, develop, and maintain WinForms applications.

 Knowledge of .NET languages including C#, & Winforms is Mandatory.

 Collaborate with cross-functional teams to define, design, and implement new

features.

 Write clean, scalable, and efficient code using C# and ASP.NET.

 Develop and maintain SQL Server databases, including writing complex

queries and stored procedures.

 Troubleshoot, debug, and optimize existing applications.

 Participate in code reviews and contribute to team knowledge sharing.

 Ensure application security, performance, and reliability.

Read more
CloudNet Info

CloudNet Info

Agency job
via TIGI HR Solution Pvt. Ltd. by Vaidehi Sarkar
Mumbai
1 - 3 yrs
₹3L - ₹5L / yr
skill iconPHP
skill iconFlutter
RESTful APIs
skill iconJavascript
skill iconHTML/CSS
+3 more

🔹 Mandatory Skills & Experience:

  • Minimum 2–4 years of experience in software development.
  • Strong proficiency in Flutter framework for cross-platform mobile app development (Android & iOS).
  • Solid experience in PHP (Laravel / CodeIgniter preferred) for backend development.
  • Proficient in creating and integrating RESTful APIs.
  • Strong understanding of MySQL / PostgreSQL databases.
  • Experience with version control tools (Git, GitHub, GitLab).
  • Excellent debugging, analytical, and problem-solving skills.
  • Ability to work collaboratively in a team environment with strong communication skills.


If interested kindly share your resume at 82008 31681


Read more
Wissen Technology

at Wissen Technology

4 recruiters
Moulina Dey
Posted by Moulina Dey
Bengaluru (Bangalore), Mumbai, Pune
4 - 8 yrs
Best in industry
skill iconJava
Data Structures
DSA
Akamai
WAF

Job Title: IAC SRE Engineer

Location: Pune, Mumbai, Bangalore

Experience Required: 4 Years

Role Overview:

We are looking for experienced IAC Engineers with a strong background in Akamai, Data Structures & Algorithms (DSA), Java, and DevSecOps. The ideal candidate should have hands-on development experience, be proficient in writing Infrastructure as Code using Terraform, and demonstrate strong problem-solving skills.

Core Skills:

  • Akamai – Strong experience in CDN, caching, and performance optimization.
  • Data Structures & Algorithms (DSA) – Strong problem-solving and coding abilities.
  • Java – Solid programming background and experience in development.
  • DevSecOps – Understanding of integrating security in CI/CD pipelines and infrastructure.

Good to Have:

  • WAF (Web Application Firewall) – Knowledge of WAF is a plus, though not mandatory.

Additional Skills:

  • Experience with SRE (Site Reliability Engineering) practices is beneficial.
  • Strong hands-on with Terraform for managing cloud infrastructure.


Read more
Khichadi Technologies Private Limited
Abhinay Jain
Posted by Abhinay Jain
Mumbai
0 - 4 yrs
₹3L - ₹8L / yr
skill iconLaravel
RESTful APIs
skill iconVue.js
Bakbuck-A fast-growing vernacular content startup is expanding its development team and looking for dynamic individuals with the following requirements: Experience – 1 - 3 years Roles & Responsibilities: - Strong experience with MySQL database is Must. - Hands on experience with Custom PHP/ Laravel framework>5.5 - Should have worked with MySql/ Jquery/ Js / API - Should have good communication skills in English both written and verbal - Should have good logical and analytical skills - Should have good/positive attitude for work. Key Competencies: - Familiar with HTML, CSS, Javascript, and JQuery - Experience with PHP HMVC frameworks - Laravel . - Experience of web deployment, maintenance, operation. - Solid experience in large-scale web development. - Solid understanding of OOPS concepts. Your application should include: Details about applications you have previously worked on A github or stack overflow profile if you have one. What we offer: • Competitive salary, work from home options, Startup Flexibility • Great working atmosphere in a coworking office
Read more
Newbie soft solutions

at Newbie soft solutions

6 recruiters
Eswar B
Posted by Eswar B
Hyderabad, Bengaluru (Bangalore), Chennai, Pune, NCR (Delhi | Gurgaon | Noida), Mumbai
3 - 8 yrs
₹3L - ₹15L / yr
skill iconJava
J2EE
Struts
Spring
Hibernate (Java)
+5 more

About US: Newbie Soft Solutions is an IT service provider focused on providing solutions in niche areas to support and build future -ready, resilient solutions for medium sized industries and growth-focused technology organizations.

The name NEWBIE signifies a new chapter, a new beginning in the field of staffing solutions. Founded in 2015, we have grown from strength to strength with a strong presence across India, United States and Australia. Our offerings include Staffing Solutions, IT Consulting, Business Intelligence, Security Solutions, Legacy Application Management and Modernization. We value consistency, which is our core principle, to reach the end goal of complete user satisfaction. We constantly strive to outperform our competitors to become the leaders in digital revolution.

 

Job Requirement : 
  • Clear understanding of end to end communication of service calls via API Gateway/Service Mesh/Service Registry
  • Experience on Springboot/SpringCloud/Restful Webservices
  • Experience in containerisation (Docker) and Kubernetes in terms of creating container images and writing manifest files/helm charts on designing PODs/Side-car patterns etc.
  • Good design experience on Web Applications (backend) & since we operate as a DevOps pod we would expect the person be involved in production deployments/support.
  • Exposure to usage of CI-CD tools like Git/Jenkins/Maven/Sonar/Junit/CheckMarx/Netsparker/Cucumber
Read more
Future Group

at Future Group

3 recruiters
Kitty Basumatary
Posted by Kitty Basumatary
Bengaluru (Bangalore), Mumbai
3 - 5 yrs
₹12L - ₹18L / yr
skill iconJava
J2EE
Spring
Hibernate (Java)
skill iconSpring Boot
+26 more

Required Qualifications and Skills:

  • 3-5 years of work experience in the development background, with at least 2 years experience in Java, Spring, Sprint Boot, Hibernate or JPA, MySQL, Oracle, Spring MVC.
  • B.E. degree in Computer Science, Graduate in Software Engineering or equivalent
  • Experience in Core JAVA, Spring, Spring Boot Frameworks.
  • Experience with ORM's like Hibernate.
  • Good knowledge of developing RESTful web services using Spring Boot, Java1.x,Servlet2.4, JSP2.0, JDBC3.0, Java Mail, Struts2.x, HTML, HTML5, Angular7+, JavaScript, JSF, Bootstrap2.x-3.x, JQuery & CSS 3.x, Maven 3.x, Apache Tomcat7
  • Knowledge of Cloud AWS.
  • Experience in any Messaging Queue e.g. Apache Kafka, ActiveMQ, etc.
  • Experience on Web services with REST and SOAP.
  • Experience working on tool set like Eclipse IDE, SQL clients.
  • Experience using application server like Jboss, TomCat, Wildfly, glassfish.
  • Experience in using tools like SOAP UI, POSTMAN
  • Ability to write SQL queries to fetch data.
  • Knowledge of Micro services, Redis Cache and Mongo DB (or any other NoSQL) is good to have
Read more
IRIS BUSINESS SERVICES LIMITED
Apeksha Salunke
Posted by Apeksha Salunke
Navi Mumbai, Nashik
7 - 15 yrs
₹15L - ₹20L / yr
skill iconJava
advanced java
core java
Greetings from IRIS Business Services Limited!!!! We are having opening for Java Tech Lead for Navi Mumbai location IRIS Business Services Limited is one of the first provider of full professional XBRL products and solutions to organizations globally. The company headquartered in Mumbai, India with international offices in United States, Singapore, United Kingdom, and the UAE. IRIS is a direct member of XBRL International and XBRL US. The Company has over eighteen years of proven expertise in the financial information management space, providing customized technology solutions for data and content management, for the dissemination of information to investors and stock exchanges, and for effective content management to institutional clients. Over the last seven years, IRIS has been very closely involved in the XBRL space, in taxonomy creation, software solutions and in the conversion of structured and unstructured data into XBRL for SEC filing in the US. IRIS has multidisciplinary skills in XBRL as well as in technology. Taxonomy experts, software engineers, business analysts and accountants come together to provide a complete range of products and services across the XBRL supply chain.. For more information, please visit http://www.irisbusiness.com . Job Location Navi Mumbai [Vashi] Experience 7+ years Key Skill Set Required: Basic/ Technical must have: Core JAVA, Spring web, Struts, Hibernate, JQuery, Apache Tomcat, JSON, Javascript Additional: Knowledge of XML Processing, Good communication skills. Role • Translating business requirements into well-engineered &tested application/ systems • System designing, Documentation, Development & Coding • Lead a team of developers, provide direction as needed for resolution of issues, task prioritization, scheduling etc • Assessing product requirements and functional specifications • Work closely with technical team to support high availability services in all phases of the software development process. • Collaborate with stake holders / business groups to design and implement systems that provide long term scalability, reliability, and performance • Debugging, preparing test cases. UG / PG Qualification BE / B. Tech / MCA / M.Tech
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