11+ Active learning Jobs in Mumbai | Active learning Job openings in Mumbai
Apply to 11+ Active learning Jobs in Mumbai on CutShort.io. Explore the latest Active learning Job opportunities across top companies like Google, Amazon & Adobe.
About the Role
If you have a reputation for building rapport, the business acumen to undertake development with an eye for market expansion and can think creatively to find the ideal solution, we welcome your submission.
Your mission at ProApp
Customer facing: You will be connecting with customers directly to understand their experience and come up with best possible solutions for the business to grow.
Collaboration with multiple teams: You will work closely with multiple teams at ProApp to ensure smooth functioning of all the activities that leads to building a strong relationship with Customers.
Generate new business: This is an interesting activity where you play an important role of bringing a new customer leads on board from scratch.You will be required to Generate and Develop new business opportunities through various Lead Generation methods.
Requirements
Requirements to be a part of the PRO Team:
Approach - Willing to learn everyday and always ready to take on new challenges to grow.
Driven – extremely self-motivated with a diligent work ethic.
PS: You’re a bonafide hustler who never gives up
Honest - High level of integrity and strong commitment to build a successful pipeline Strong Stakeholder management and communication skills.
It would be great if you have some experience working in Sales/Business Development roles. If not, we are ready to train you if you have excellent communication skills and eagerness to learn.
Benefits
Why you should apply:
If you want to be play an important role in ProApp's future growth - It’s arguable that the offered position is the most important we have. If you are looking to jetpack your career and be valued for your commitment to hard work, this is the place. Work with the founding team directly: You will work directly with the Product Manager of the company, as a trusted alley to build in/outbound sales and drive qualified leads. Learning and Development: If learning and growing at a good pace is in your checklist then you are in the right place. We care about your growth and will provide you with responsibilities and opportunities to help you reach closer to your goal.
About the Programme
Developing an enterprise AI platform focused on financial compliance and intelligence.
Role Overview
We are looking for a Backend Engineer to own the integration layer of the platform. You will build the APIs and services that connect AI outputs back into operational workflows, integrate with government portals and external data sources, and ensure that the system interacts reliably with RIL’s existing infrastructure. This role requires equal measures of technical rigour and pragmatism to deliver reliably within a fast-moving build timeline.
Key Responsibilities
Integration Mapping & Design
• Work with the Solutions Architect to map every integration touchpoint — ERP workflow interfaces, government portals, supplier portals, and banking feeds.
• Understand the latency requirements for each integration and design accordingly — real-time endpoints and batch integrations have fundamentally different design constraints.
• Design robust fallback mechanisms for every integration — if the AI model is unavailable or low-confidence, the system must degrade gracefully without blocking operational workflows.
Real-Time API Development
• Design and implement the API layer that connects the AI inference layer to operational systems — clean contracts, versioned endpoints, and clear error responses.
• Ensure all real-time integrations are built with resilience patterns — circuit breakers, retry logic, timeouts, and graceful degradation under load.
Government Portal & External Integrations
• Build integrations with government portal APIs for inward supply data, vendor return filing status, and notice data where available via official channels.
• Build the integration with the customs data portal
• Manage the specific constraints of government API ecosystems — rate limits, authentication flows, schema changes, and reliability issues that differ significantly from commercial APIs.
Monitoring & Production Stability
• Build API monitoring and alerting covering latency, error rates, and upstream availability so integration failures are caught before they affect the compliance team.
• Work with the MLOps Engineer to ensure model inference endpoints are stable and performant enough for the real-time integration to depend on.
• Maintain clear API documentation so the Full Stack Engineer and other squad members can consume integrations without dependency.
Required Qualifications
Education
• B.E. / B.Tech / M.Tech in Computer Science, Information Technology, or a related field.
Experience
• 5+ years of backend engineering experience with a focus on API design and enterprise system integration.
• Proven experience building and maintaining production-grade integrations with complex or legacy enterprise systems.
• Experience with real-time, latency-sensitive API development in an operational context.
Technical Skills
• Languages: Python (primary); working knowledge of at least one of Java, Go, or Node.js.
• API Design: REST API design principles, versioning, authentication (OAuth 2.0, API keys, mTLS), and contract-first development.
• Resilience Patterns: Circuit breakers, retry logic, rate limiting, bulkheads, and graceful degradation.
• ERP Integration: Experience integrating with SAP or equivalent large ERP systems — BAPIs, RFC calls, or event-driven extraction patterns strongly preferred.
• Async & Messaging: Kafka, RabbitMQ, or equivalent for event-driven integration patterns.
• Containerisation: Docker and Kubernetes for deploying and managing API services.
• Observability: API monitoring, distributed tracing (Jaeger, Zipkin, or equivalent), and structured logging.
Preferred Qualifications
• Prior experience with government API ecosystems — GSTN, ICEGATE, or similar; understanding of their specific constraints and reliability characteristics.
• Experience building integrations that serve ML model inference endpoints in a production setting.
• Familiarity with SAP integration patterns — SAP BTP, OData services, or SAP API Hub.
• Prior work in fintech, compliance, legal technology, or similarly regulated environments.
• Experience with API gateway tooling — Kong, AWS API Gateway, or equivalent.
About the Programme
Developing an enterprise AI platform focused on financial compliance and intelligence
Role Overview
We are looking for a QA Engineer to own testing across the full platform. In a compliance context, a software defect is not just a technical issue — it carries real financial and regulatory consequences. You will be involved from the earliest stages of development, defining acceptance criteria, building test frameworks, and ensuring that every component of the system meets the accuracy and reliability standards required before it goes near a production compliance workflow.
Key Responsibilities
Test Strategy & Planning
• Develop and own the overall test strategy for the platform, covering all layers — data pipelines, ML models, APIs, application services, and frontend interfaces.
• Work with the Product Manager to define acceptance criteria for every user story before development begins, not after.
• Define accuracy and reliability thresholds for each ML model in scope — what performance levels are required before a model is considered production-ready.
• Maintain a living test plan that evolves with the product as new use cases are added.
Functional & Business Logic Testing
• Translate compliance rules and business logic into structured, executable test cases.
• Work closely with the subject matter experts to identify edge cases and exception scenarios that automated tests must cover.
• Validate that AI outputs — channel routing decisions, classification recommendations, and generated responses — are correct against defined compliance ground truth.
• Test end-to-end workflows from data ingestion through to user-facing outputs, ensuring correctness at every stage.
ML & AI System Testing
• Build regression test suites for all deployed models so that retraining does not break existing correct behaviours.
• Test model outputs for consistency, groundedness, and accuracy using both automated evaluation and structured manual review.
• Validate fallback mechanisms — ensure the system behaves correctly when model confidence is low or an upstream service is unavailable.
• Test feedback loop integrity — verify that validator decisions are correctly captured and routed to the model retraining pipeline.
API & Integration Testing
• Build and maintain API test suites for all integration endpoints — covering correctness, error handling, and edge cases.
• Perform load and performance testing on real-time inference endpoints to validate behaviour under expected production volumes.
• Test all third-party and government portal integrations against documented API contracts, including failure and retry scenarios.
User Acceptance & Production Readiness
• Coordinate and facilitate user acceptance testing with the RIL compliance and assurance teams.
• Produce a formal production readiness assessment before each deployment, documenting what has been tested, what passed, and any known residual risks.
• Monitor for defects in production and manage the defect lifecycle through to resolution.
Required Qualifications
Education
• B.E. / B.Tech / M.Tech in Computer Science, Information Technology, or a related field.
Experience
• 4+ years of QA engineering experience with at least 2 years testing AI, ML, or data-heavy systems in production.
• Experience writing and maintaining automated test frameworks, not just manual testing.
• Demonstrated ability to translate complex business rules into structured test cases.
Technical Skills
• Test Automation: Pytest, Selenium, Playwright, or equivalent for backend and frontend automation.
• API Testing: Postman, REST-assured, or equivalent; experience with contract testing.
• Performance Testing: Locust, JMeter, or equivalent for load and stress testing.
• ML Testing: Experience validating ML model outputs, building evaluation datasets, and running regression suites against retrained models.
• Data Testing: Experience validating data pipeline outputs — schema checks, completeness, and consistency.
• Languages: Python for test scripting and automation.
• CI Integration: Experience integrating test suites into CI/CD pipelines for automated test execution.
Preferred Qualifications
• Prior experience testing compliance, fintech, or legal technology systems where business logic accuracy is critical.
• Familiarity with LLM evaluation frameworks — RAGAS, TruLens, or equivalent.
• Experience with exploratory testing techniques for AI systems where outputs are probabilistic.
• Prior exposure to regulated environments where formal sign-off and test documentation are required.
About Intugine :
Ever wondered how the physical goods we consume every day (think dairy, snacks, or your favourite choco chip ice cream) reach you in time? Or how beautiful furniture or sophisticated electronic equipment and gadgets you use are delivered in the best possible condition at your doorstep.
Their journey spans from getting sourced, manufactured, and stored, to getting moved across a highly intricate supply chain network across the globe before it gets delivered. Global brands constantly face challenges like not having visibility of their raw materials, which delays production and in turn, delays customer shipments, or tracking shipments across various modalities and multiple geographies.
Intugine Technologies is one of the most trusted solution partners catering to these brands with its best-in-class visibility platform helping brands gain comprehensive visibility over their supply chain across modalities(air/land/sea/rail). Their solutions have helped eliminate operational inefficiencies, reduce logistics costs and improve OTIF, order to delivery TAT, and minimise dwell time and detention costs.
Intugine is a proud partner of the National Logistics Policy, an initiative by the Government of India. With this, it provides these brands with additional information via their integrations with FASTag, Port Community System, and Freight Operations Information System to name a few.
Today Intugine works with 75+ global enterprise names like GE Healthcare, Signify, Flipkart, Mahindra Logistics, Titan, Diageo, Ultratech Cement, Bridgestone, and GMMCO.
To know more, visit the website: https://www.intugine.com
Role :
We are looking for an experienced Key Account Manager who is an outside the box thinker with proven experience, developing creative solutions. You are a people person, with remarkable communication skills and will be working with our existing clients, building and maintaining long term relations with new accounts. Our right fit would be a fast learner who can learn our products inside-out quickly and someone who will be instrumental in the company’s growth.
Key Responsibilities :
- Be the primary point of contact, establish and maintain long term relations with the clients.
- Prepare long-term and short-term goals and account objectives for the team
- Estimate and establish cost parameters, budgets, campaigns, and potential ROI
- Supervise account management and strategies
- Communicate with major clients on a regular basis, handle complaints and suggest solutions with innovative ideas to meet client needs in a timely and effective manner.
- Propose pricing models based on customer’s needs and product usage.
- Prepare proposals and detailed costing prior to negotiation with clients.
- Act as the liaison between clients and internal teams for the constant development of new products.
- Set up presentations with CXO’s to discuss technical solutions.
- Identify gaps in the overall Business and take new initiatives to bridge those gaps.
What you’ll need :
- 2-3 years of client-facing, revenue management and quota carrying experience.
- Bachelors/Masters Degree from a Tier-1 Institute.
- Excellent communication and presentation skills and ability to maintain relations with senior executives from the client’s side.
- Ability to understand and the hunger to learn more about technology-based products.
- A knack to understand technology-based products and explain it in simple terms.
- Should be analytical, adept at solving critical problems, and handling & prioritizing multiple tasks.
- Prior experience in a company based in the logistics industry would be preferred
Perks at Intugine:
Looking for more reasons to join the Intugine rocketship? We’ll give you 13!
- Comprehensive Health Cover - For you
- Personal Development Budget- Upskill yourself, we’ve got the bill
- Flexible Working Hours - Set your own work hours
- Open door policy - No to cubicles. Yes to the Open door policy.
- Generous Parental Leave - Cause work comes second sometimes
- Documented Equal Pay Policy - Since we’re in 2025!
- Education Assistance - Let us help you soar to new heights
- Work Autonomy - Enjoy complete ownership over your work
- Employee Life Skill Training Program - Regular sessions on tax saving, investments, mental well-being, health and Fitness etc.
- Company Outings - Unwind with teammates. Work can wait.
- Paid time off - Because your well-being is our priority
Job descriptions
Money Honey Financial Services has an open position for a well-qualified Software developer, to be filled immediately. If you have a combination of deep experience with ASP.Net, MVC, C#, JQuery, JavaScript experience with databases and domain-driven application systems, a history of working successfully in small innovative software teams, and a flexible, upbeat approach to working with colleagues.
Responsibilities :
• Work with the .Net team, promoting the creation of elegant, practical solutions to meet the company's business goals.
• Prepare reports, manuals and other documentation on the status, operation and maintenance of software. Work closely with the Team Lead of Technology to assist in the analysis, evaluation and recommendation of new application and technology appropriate to the company.
• Understand how our applications operate, are structured, and how users use them.
About Company:
The Money Honey is a one-stop shop for information, advice as well as transaction execution of financial services. Money Honey along-with its subsidiaries caters to entire gamut of financial services including equities and commodities broking, portfolio management, distribution of mutual funds, Stocks, Commodities, Govt Bonds, IPO, Fixed Deposit, etc. The Money Honey Financial Services Limited straddle the entire financial services space with offerings ranging from Mutual Funds, Fixed deposits, Bonds, Equities and derivatives trading, Commodities trading, Portfolio Management Services, and other small savings instruments. We have started operation in 2008 with two member team and today more than 150 members are associated with organization. Currently we are managing more than Rs2,500 crore of
asset under management.
Looking for technically skilled candidates with excellent interpersonal skills for the technical support position. Technical support officers troubleshoot technical issues, provide timely customer feedback, and support the roll-out of new applications, among other duties.
Moreover, technical support officers need to talk to customers directly, as well as create written documentation, requiring excellent written and verbal communication.
Responsibilities:
- Identifying hardware and software solutions.
- Troubleshooting technical issues.
- Diagnosing and repairing faults.
- Resolving network issues.
- Installing and configuring hardware and software.
- Speaking to customers to quickly get to the root of their problem.
- Providing timely and accurate customer feedback.
- Talking customers through a series of actions to resolve a problem.
- Following up with clients to ensure the problem is resolved.
- Replacing or repairing the necessary parts.
- Supporting the roll-out of new applications.
- Providing support in the form of procedural documentation.
- Managing multiple cases at one time.
- Testing and evaluating new technologies.
- Conducting electrical safety checks on equipment.
Requirements:
- Degree in computer science or information technology.
- Certification in Microsoft, Linux, or Cisco is advantageous.
- Prior experience in tech support, desktop support, or a similar role.
- Proficiency in Windows/Linux/Mac OS.
- Experience with remote desktop applications and help desk software.
- Attention to detail and good problem-solving skills.
- Excellent interpersonal skills.
- Good written and verbal communication.
Hiring for the position of Android Developer /Sr. Android Developer responsible for developing app from scratch.
We are looking to recruit a candidate for a role that will require:
- Translate design and wireframes into code
- Design, build, and maintain high performance, reusable, and reliable code
- Identify solutions through research and collaboration that resolves the root of problems as they arise
- Unit testing code
- Experience with cloud message APIs and usage of push notifications
Requirement
∙ 2+ years’ strong development experience in android
∙ Experience using RESTful web services within mobile applications
∙ Strong knowledge of Android UI design principles, patterns, and best practices
∙ Ability to understand business requirements and translate them into technical requirements
∙ Experience with code versioning control, such as bitbucket/git
∙ Experience in writing code using kotlin is an advantage
Education: Engineering
Work experience: 2 + years relevant experience
Compensation: Based on Industry StandardsInterview Mode - Face to Face
Candidates from Product Based companies preferred with IC roles
Candidates who have worked in 0-10 journey and passionate to that again
Ready to work in high growth enviornment
Job Requirements :
- 3+ years on Flutter, Overall 7 years plus
- Hands on and individual contribution on Syntax, Logic and Debugging
- Take ownership of the entire fintech application having 1M + users
- Recruit , train and manage Senior Developers (our most junior developers are 3+ years)
- Worked on latest android versions
- Hands on on Firebase, notifications, Google Maps, Sessions Management , Socket integration
- Good at Core Java and create own libraries
- Work Exp in Lead role in past companies
Experience with Flutter is a plus
|
Responsibilities: |
|
· Supports the security of next generation endpoint technology (Windows and Mac). |
|
· Assists with coordination and implementation of efforts with various IT teams to ensure solutions are fully tested and deployed enterprise wide. |
|
· Designs, builds, tests, secures, and documents endpoint security standards. |
|
· Participates on project teams as a resource representing Endpoint Engineering. |
|
· Manage an Engineering Team and provide support for users with more advanced security software issues with the highest service quality and customer satisfaction. |
|
· Ensures OS, security, and application lifecycle updates are consistently deployed on defined schedule. |
|
· Leverages/Consolidate SCCM Intune, and other data sources to build executive reports to measure compliance and provide dashboard and metrics to leadership. |
|
· Analyse security product issues and create workarounds along with self-healing automation for silent remediations. |
|
· Works closely with the Security Operations team to improve workflow and tool usage workflow for enhanced monitoring and response capabilities. |
|
· Evaluates risk, address security issues, facilitate and execute remediation activities across the organization. |
|
· Patriate in security assessment and validation of new technologies and major security changes. |
|
· Review security configurations and compliance on all endpoints technologies as well as assists with audits. |
|
· On-call for endpoint security incidents response and operational functions including triage, escalation, post-mortem, and remediation. |
|
· Uses data and operational metrics to analyse project and task results. Creates reports and charts to track progress and measures trends in the environment. Leverages data and reporting tools to make data-driven decisions about projects and tasks. |
|
· Engages with other IT support teams including Network Engineering, Enterprise Infrastructure, Service Desk, IT Security, and Technical Services to ensure a consistent approach for organizational support across the Enterprise. |
|
· Frontend new product POC and work closely with various stake holder including OEM. |
|
· Performs other duties and projects as assigned. |
|
Requirements: |
|
· Strong analytical, troubleshooting, and problem-solving skills. |
|
· Strong technical understanding of Endpoint Security in End User Computing. |
|
· Effective organizational and time management skills. |
|
· Effective team management skills. |
|
· Demonstrates knowledge of, adherence to, monitoring and responsibility for compliance with the international regulations and laws as they pertain to this position (Endpoint Security). |
|
· Strong understanding of past, current, and emerging malware and security exploits. |
|
· Minimum of fifteen (15) + years of comprehensive IT experience working with multiple operating systems, such as Windows desktop and server, Mac, Linux, etc. |
|
· Minimum of five (5) + years of with Cisco AMP or equivalent EDR/EPP/MDR/XDR tools. |
|
· Minimum of five (5) + years of with PMC or equivalent Endpoint Privilege Management tools. |
|
· Knowledge in Zero Trust Security framework. |
|
· Expert knowledge EPP, EDR, XDR, MDR, Privilege Management Active Directory, including Group Policy, DNS and organization unit design best practices. |
|
· Knowledge of SCCM, Azure Active Directory, and Intune. |
|
· Deep understanding of the Windows registry, Windows and macOS permissions, macOS preferences, and drivers and software required to build baseline images. |
|
· Knowledge of Mobile device management using Intune, JAMF. |
|
· Report writing expertise using Database Tools. |
|
· Advanced skills in creating SOP, SOW and Presentation decks using Microsoft Office applications including but not limited to Visio, Word, Excel, PowerPoint, and Outlook. |
|
· Exceptional verbal, written and interpersonal communication skills. |
|
· Ability to troubleshoot complex LAN/WAN issues related to connectivity, security, and physical location. |
|
· Ability to deliver stable and high-quality working solutions under deadlines in a fast-paced and dynamic environment. |
|
· Ability to make decisions that have significant impact on the enterprise. |
|
· Ability to manage ambiguity, operate effectively when things are not certain, or the way forward is not clear. |
|
· Ability to provide consultation and expert advice to management. |
|
· Ability to discuss emerging technologies such as cloud endpoint management. |
|
· Ability to make informal and formal presentations, inside and outside the organization; speaking before assigned team or other groups as needed. |
|
· Ability to deal with complex difficult problems involving multiple facets and variables in non-standardized situations. |
|
· Knowledge in securing/supporting/administering a virtual desktop environment running on VMware vSphere and Azure Virtual Desktop. |
|
· Experience creating deployment test plans, test cases, managing deployment groups, and soliciting feedback from pilot users. General understanding of software development, agile, CI/CD required. |
|
· Bachelor’s Degree in engineering or Cyber security preferred and a minimum of five (5) + years’ experience with security engineering. |
Hello Greetings!!!
We are looking for “Quality Assurance" for Goregaon (Mumbai)/ Lucknow location.
Experience: 3 - 5 Years
Notice Period: up to 30 days
Location: Goregaon (Mumbai)/ LucknowL&H Full time Tester (QA).
Experience in both manual and automated testing on both web and mobile platforms having database testing skills (SQL, MongoDB)
Preferred - 3+ Years of experience in software testing.
Proven experience as a Quality Assurance Tester
- Experience in QA methodology and implementation
- Familiarity with Agile frameworks and regression testing
- API Testing
- Ability to document and troubleshoot errors
- Working knowledge of test management software (e.g. Jira) or Other test management tools
- Excellent communication skills
- Attention to detail
- Analytical mind and problem-solving aptitude
- Strong organizational skills
- Drive continuous improvement efforts and defect reduction initiatives to establish an effective Quality Management System (QMS) wrt Engineering and Professional services
- He or She will also be required to define Test Data, performance metrics collection and Test environment management approach for systems under test.
- Must have Knowledge in SQL, MySQL or MongoDB
- Knowledge in Selenium (Functional Automation for Regression)
- eCommerce domain knowledge should be an added advantage.
Please provide the following details:
- Current Location:
- Present CTC
- Expected CTC
- Notice Period





