11+ Essbase Jobs in Mumbai | Essbase Job openings in Mumbai
Apply to 11+ Essbase Jobs in Mumbai on CutShort.io. Explore the latest Essbase Job opportunities across top companies like Google, Amazon & Adobe.
Good knowledge of managing Linux admin along with application hosting on the server. Excellent
knowledge of Linux commands
Worked on OEL Linux and other Linux version. Manage VAPT requirements, server support, backup
strategy
Knowledge of hosting OBIEE, Informatica and other applications like Essbase will be added adavntage.
Good technical knowledge and ready to always learn new technologies
Configurations of SSL, Port related checking
Technical documentation and debug skills
Coordination with other technical teams
Qualifications
Master or Bachelor degree in Engineering/Computer Science /Information Technology
Additional information
Excellent verbal and written communication skills
Key Responsibilities – Taxation & Financial Reporting
1. Income Tax
Preparation and filing of corporate/individual income tax returns.
Computation of advance tax and self-assessment tax.
Handling TDS calculations, payments, returns, and reconciliations.
Coordinating with tax consultants and managing income tax assessments/notices.
Ensuring compliance with all direct tax regulations.
2. GST Compliance
Preparation and filing of GST returns (GSTR-1, GSTR-3B, annual returns).
Reconciliation of GSTR-2A/2B with purchase registers.
Managing input tax credit (ITC) reconciliation and optimization.
Handling GST audits, notices, and departmental queries.
Ensuring timely payment of GST liabilities.
3. Balance Sheet & Financial Statements
Finalization of Balance Sheet, Profit & Loss Account, and Cash Flow Statements.
Month-end and year-end closing activities.
Ledger scrutiny and reconciliation of all major accounts.
Provisioning, accruals, and depreciation calculations.
Coordinating with statutory auditors for financial statement finalization.
Role Description:
We are looking for a dynamic and results-driven Area Sales Executive/Manager to join our team. The role involves promoting and selling medical devices in the assigned region. This is a full-time position with some flexibility for remote work. The selected candidate will be responsible for developing and executing sales strategies to drive revenue growth and expand market share.
Key Responsibilities:
• Drive sales growth for microscopes within the assigned region.
• Identify and explore new business opportunities in Pathology Labs, Diagnostic Centers, Hospitals, Medical Colleges, Universities, Agricultural Labs, FSL, and Industrial sectors.
• Approach and promote our products to both government and private sector institutions.
• Arrange and attend appointments with doctors, either through pre-scheduled meetings or regular outreach.
• Provide product demonstrations, training, and technical support to customers.
• Achieve monthly, quarterly, and yearly sales targets for volume growth and productivity.
• Implement sales and marketing strategies as assigned by the Regional Sales Manager (RSM) or National Sales Manager (NSM).
• Ensure daily reporting and provide feedback on customer interactions.
• Manage area sales, collect outstanding payments, address customer complaints, and conduct visits to hospitals and doctors.
• Analyze regional market potential, track sales performance, and maintain strong customer relationships.
• Engage with customers daily, weekly, or monthly as required.
• Learn product functionalities and effectively troubleshoot issues.
• Prepare and submit weekly reports to management.
• Complete task assigned by the reporting manager
Qualifications & Skills Required:
• Bachelor’s or Master’s degree in any relevant field.
• 1.5 to 3 years of experience in sales or business development, preferably in medical devices, microscopes, scientific instruments, or laboratory products.
• Strong sales acumen with high energy levels.
• Excellent business awareness and market orientation skills.
• Strong communication and interpersonal skills.
• Ability to work independently and collaboratively in a team environment.
• Strong organizational and problem-solving skills.
• Adaptability to a fast-paced work environment.
About the role
Most QA teams test software. We want someone who builds a machine that gets better at testing software every time it encounters a bug.
This is not a role for someone who "uses AI tools." This is a role for someone who thinks like an architect. You will design a QA system that is legible to machines — structured, documented, and self-improving — so that the knowledge of every bug ever found is permanently encoded, queryable, and feeds back into the next test cycle. The goal is simple: the longer you are here, the harder it should be for us to ship a bug.
You will own quality for Cash, a digital lending app (short-term personal loans) on Android and web — and that ownership extends from the front end all the way through to the back end.
You are the first QA hire. You will build this function from scratch.
There is no existing QA process today. No tooling is chosen. No taxonomy exists. No team is in place. You are the founding hire for this function.
Your first 60 to 90 days will be spent laying the foundation: choosing the tools, defining the bug taxonomy, writing the first skills, and establishing what "done" means across the engineering org. Once that foundation is stable, you will define the team structure you need, propose it, and then lead the hiring yourself. The engineers who join QA after you will be hired because you decided you needed them.
This is a founder-mode role inside an engineering team. It requires someone who is energised by a blank canvas, not someone who wants to inherit a mature process.
If you have spent your career executing inside an established QA function and are looking for more of the same, this is not the right role. If you have wanted the mandate to build the system properly from day one and have never had it — this is that opportunity.
What you will own
The knowledge base
Every bug you find — whether in QA or in production — gets documented in a structured, machine-readable format. Not just "what broke" but: what flow triggered it, what the borrower context was, what data state preceded it, what the expected behaviour was, what the actual behaviour was, and which class of error it belongs to. Over time, this becomes Cash's QA Wikipedia — a corpus that an LLM can read and use to generate new test cases, that a new engineer can query to understand failure patterns, and that you can analyse to find where the product keeps breaking.
This is not documentation for its own sake. It is infrastructure. The test suite is only as good as the knowledge base behind it.
Skills, not scripts
For every recurring testing workflow — new feature regression, release smoke test, critical-path sanity check, payment flow validation — you will build a skill: a reusable,
prompt-able test protocol that is AI-executable. When a new engineer joins, they run the skill. When an AI agent is asked to help test a release, it reads the skill. The skill improves every time a bug gets through it.
The feedback loop
Every production issue must close the loop. When a bug is found in production, you trace back why the QA cycle did not catch it, update the relevant skill, and add the scenario to the knowledge base. No bug should be found in production twice for the same underlying reason.
Coverage — front end and back end
Front end (Android and web)
● Onboarding and Know Your Customer — Aadhaar/PAN flows, video KYC, bureau pulls
● Loan application and eligibility decisions — rule engine outcomes, edge cases across credit tiers
● Disbursement — payment gateway integration, failure states, retry logic
● Repayment — in-app payments, auto-debit, partial payment handling
● Collections and dunning — overdue flows, notification logic, settlement scenarios
● Regulatory compliance — Reserve Bank of India guidelines on digital lending, fair practices code, key fact statement display
● Cross-platform consistency — Android app and web admin panel
Back end
● API contract testing — request/response behaviour, error codes, edge-case inputs
● Rule engine validation — confirming that credit decisioning, eligibility, and pricing logic produces correct outputs for known borrower profiles, including boundary cases
● Data integrity checks — verifying that the right records are created, updated, or flagged after key events (disbursement, repayment, status transitions)
● Integration testing — bureau, KYC provider, payment gateway, and notification service behave correctly end-to-end
● Regression on back-end changes — any service update, migration, or config change must pass a defined back-end test protocol before reaching production
Failure-state and idempotency testing
Disbursements and repayments involve real money. What happens if the payment gateway times out mid-disbursement? What happens if a repayment webhook is delivered twice? What happens when a bureau call fails mid-application? You will own failure-path and retry-logic testing explicitly — not as an edge case, but as a first-class part of every release cycle.
Audit trail and logging validation
Every significant event in the borrower lifecycle — application submitted, bureau pulled, decision made, loan disbursed, repayment received — must produce a correct, complete, and tamper-evident audit log. You will test that these logs are accurate. In a regulatory inquiry or a borrower dispute, the audit trail is the evidence.
Security testing (functional)
You will own a security testing checklist covering: whether borrower data is exposed in API responses or logs, whether sessions expire correctly, whether API responses are correctly scoped to the authenticated user, and whether error messages leak sensitive information. This is not a penetration testing mandate — that is a separate engagement — but functional security hygiene is part of every release.
Notification and communication testing
sends SMS, push notifications, and WhatsApp messages at specific borrower lifecycle triggers. You will test correct trigger conditions, correct content, correct recipient,
and correct timing — including the case where the same event should not produce duplicate messages.
Performance and load testing
You will own a baseline load test that runs before major releases — simulating concurrent loan applications, concurrent repayments, and peak traffic scenarios. A lending app that degrades under campaign load is a trust problem, not just a technical one.
Feature flag and staged rollout validation
Cash introduces features to specific segments (by tier, cohort, or geography), you will verify that flags work correctly — users outside the target segment do not see the feature, and partial rollouts do not produce inconsistent back-end states.
What good looks like in 90 days
● Tooling chosen and set up: test management, bug tracking, and at least basic CI/CD integration
● A structured bug taxonomy with at least five top-level failure classes, each with sub-types and historical examples
● A skills library covering the five highest-risk flows (loan application, disbursement, repayment, KYC, collections)
● Every production bug from the past three months documented in the knowledge base with root cause and skill update
● A release checklist — covering both front end and back end — that an AI agent can execute the first 80% of independently
What good looks like in 12 months
● The knowledge base has enough signal to answer: which part of the product produces the most bugs per sprint, which bug class most often escapes to
production, and whether the front end or back end is the higher source of production risk
● New features ship with skills pre-written as part of acceptance criteria, not as an afterthought
● Back-end engineers treat you as a partner in the definition of done, not a gatekeeper at the end of the cycle
● You have hired at least one QA engineer and defined the roadmap for the rest of the team
● A measurable reduction in production escape rate compared to the baseline when you joined
What we are looking for
Non-negotiable:
● 3+ years in QA for a fintech or digital lending product — loan origination, payments, or collections
● Experience testing both front-end and back-end services — API testing, database state validation, and integration testing must be in your toolkit, not stretch goals ● Comfort with failure-path and edge-case thinking — happy-path testers need not apply
● Proven habit of writing documentation that others actually use — not as a compliance exercise but as a tool
● Hands-on experience using LLMs (Claude, GPT-4, Gemini) to generate test cases, analyse logs, or review coverage gaps
● Ability to write basic automation scripts in Python or JavaScript — you do not need to be a developer, but you need to be able to build and maintain simple automated checks
Strong signal:
● You have built something like a bug knowledge base before — even informally — and can show us what it looks like
● You have thought about the difference between documentation as a record and documentation as infrastructure
● You have worked in an environment where a decision made by a system had a direct financial consequence for an end user, and you understood the stakes that came with that
● You have hired or mentored QA engineers before
Why this role is different
Most QA roles are reactive. A bug is found, a ticket is filed, the developer fixes it, QA closes it. The institutional knowledge of why that bug happened lives in someone's head or in a comment nobody will read again.
We want the opposite: a QA function that compounds. Every bug makes the next release safer. Every production incident makes the test suite smarter. The person who builds that system is not a tester. They are an engineer of quality infrastructure.
Why Join Us?
● Work directly with Founders: Mikhil Innani, former co-founder of PharmEasy and ex-Product Head at Hotstar, and Diksha Nangia, a former banker and CFA Charterholder
● Best of both worlds: startup speed + listed company stability
● High ownership, strong learning curve, and direct business impact ● A fast-paced, collaborative culture that values innovation, ownership, and bold thinking
Learn More About Us
● Annual Report 2024–25
● Vision Video
Role Overview
We are seeking an experienced Manager - Quality Control with 5-10 years of experience in brand jewelry
manufacturing. The ideal candidate will have a strong technical background, people management skills, and
direct experience handling customer interactions. This role demands a thorough understanding of jewelry
processes, quality control methodologies, and technical specifications.
Location: Andheri East, Chakala, SEEPZ
Compensation: ₹15 to ₹18 LPA
Day to Day-Key Responsibilities
Lead and manage the quality control department, ensuring all jewelry production meets the highest
standards.
Oversee customer interactions for the past 5 years, managing client expectations and addressing
quality concerns directly.
Apply Quality Control (QC) tools to monitor and improve the production process.
Ensure compliance with jewelry specifications, including the use of CAD models, CAM, and four-
view designs for accurate product realization.
Supervise the entire jewelry manufacturing process, including setting tools, polishing, buffing, filing,
and other related activities.
Identify and address rework and rejection areas in production and prepare Corrective and Preventive
Action (CAPA) plans.
Train and mentor team members in QC tools and methodologies.
Work collaboratively with production, design, and customer service teams to ensure all jewelry
products meet design specifications and customer requirements.
Qualifications
Engineering Graduate or equivalent qualifications in a related field.
5-10 years of experience in brand jewelry manufacturing, with a strong background in Quality Control.
Proven experience handling customer interactions in the last 5 years.
Certification or training in Quality Control tools is preferred.
Strong understanding of the mechanicals, CAD/CAM, and specifications of jewelry designs.
Expertise in all jewelry production processes, including setting, polishing, filing, and tool usage.
Excellent communication and people management skills.
Skills & Competencies:
Proficient in CAD/CAM software and able to interpret technical design specifications.
Strong problem-solving abilities with a focus on quality improvement and process optimization.
Able to lead and motivate teams effectively.
Capable of preparing and implementing CAPA plans to minimize product rework and rejection.
Description
Industry- Beverages
Required Skills:team handling, Willingness to Travel, Defining the pricing strategy, Delivery of brand P&L Performance targets, Define brand positioning
Responsibilities for Brand Manager
With our Consumer at the heart, your key focus will be to:
- Build deep understanding of target consumer groups, across key geographies in India
- Own the Brand Purpose and define positioning for the brand. Drive communication development in line with Brand purpose and positioning.
- Identify the key market intelligence that will drive strategic business decisions
- Partner with Sales teams in achieving brand plans, and channel execution plans.
- Participate in defining the pricing strategy in close partnership with the commercial team.
- Secure sign-off from Regional Commercial Managers on the proposed Volume Budget and then own delivery of the plan, inspiring distributors, and commercial teams to execute the plan with excellence
- Be accountable for delivery of brand P&L performance targets. Closely monitor brand KPI's: Revenue / Profitability / Market Share & Equity
- Ensure measurement and evaluation & a learning plan to identify, codify and rollout successful brand growth drivers
- Oversee design and execution of selected brand assets
- Digitally savvy with social media expertise to lead digitalization of activities.
- Oversees development of all consumer-facing brand assets and activities during Annual Planning process and secure alignment with Regional Commercial Managers on all planned brand communication
- Develop Brand Playbooks and Templates for market use.
- Ensure all brand assets developed adhere to brand guidelines.
Skills Required -
- No handholding
- Logical thinking (scenario)
- API testing (POSTMAN)
- Database SQL (think of null & able to write join query)
- Why & when regression and different types of testing
- Able to write test case
- Web testing
At Nextyn, we're seeking talented individuals to join our Market Research department. As a vital bridge between researchers, clients, and industry experts, you'll play a crucial role in delivering comprehensive research solutions that drive informed decision-making.
Join our innovative and collaborative team, where your contributions will be recognized, and professional growth is encouraged. If you're passionate about connecting people, driving insightful research, and facilitating informed decision-making, apply today to be part of Nextyn's Market Research department!
The ideal candidate will conduct quantitative and qualitative analysis across various projects to optimize company growth and business. You will summarize findings in a succinct manner for the client's usage.
Candidates from Mumbai who can join immediately are preferred.
Responsibilities
- Performing quantitative and qualitative research based on the project requirements (Use/Implement other market research databases, tools, and methodologies for executing the project as per the contract)
- Compiling data and preparing reports related to the current market and sharing a depth understanding of market trends, customer demographics, market sizing, and other factors influencing the product and service
- Analyzing and interpreting project data to identify patterns and offer solutions/consultation to the clients
- Supporting other consultants/analysts in the organization to deliver optimum results for a project
- Liaising with the client to keep them updated regarding project status, deliverables, and other related information
- Market research for competitors, customers, suppliers, industries, market trends, and technologies
- Prepare competitor and customer profiles and reports including operational, financial, and corporate data
- Prepare Competitive Benchmarking reports (technical and financial)
- Prepare analysis of targeted industries
Qualifications
- Master's/Bachelor's degree in Business or Economics or a related discipline
- 2 - 3 years of experience working with data in a related field
- Excellent communication skills
- Fluency in Microsoft Office suite (Outlook, Excel, Word, PowerPoint, etc.)
Think of the amount of time that is spent on reading documents by humans for clerical tasks - our client is on a mission to eliminate this human resource wastage and acts as an Artificial Intelligence/Machine Learning-based solution that helps companies to process documents for clerical tasks through a combination of a hardware and software solution. They help in enhancing productivity, optimizing processes and automating decision-making by converting documents into analysable information, resulting in reduction of resource cost and TAT.
Founded in 2013, our client is headquartered in Ahmedabad, Gujarat. Their products are Bank Statement Analyzer, Financial Statement Analyzer and Invoice Analyzer and some of their clients include KPMG, Bank of Baroda, Home Credit, Loanwiser, etc.
What you will do:
- Creating a strategy towards growing customer base and creating plans for retention of existing customers
- Managing and growing client account base with the best interest of client in mind
- Developing new business with existing clients
- Identifying areas of improvement to increase revenue from the client
- Acting as Single Point of Contact
- Being the default point of contact in all customer account management related matters
- Handling client grievances; managing expectations and ensuring issue resolution
- Coordinating with internal team for delivery of client requirements
- Ensuring timely and successful delivery of solutions based on client requirements
- Supporting Sales Team in negotiating contracts and closing deals
- Getting new leads from existing businesses for sales team
- Ensuring timely invoicing and revenue realization
Desired Candidate Profile
What you need to have:- 3 to 5+ years of Account Management experience
- SaaS/ IT preferable
- Strong interpersonal skills
- Very strong business writing and communication skills
- Strong technical understanding
About Fabstudio Infotech (http://www.fabstudio.co):
Fabstudio Infotech is a multi-skilled IT services provider company with core competencies in website design and development, e-commerce website, mobile app development, customized software development, cloud services, and CRM solutions. Our comprehensive full-service value offering allows you to streamline the process of conceptualizing, designing, development, implementation, supporting and managing the application lifecycle.
About the Job Profile:
Selected day-to-day responsibilities include:
1. Work on React.js & Node.js
2. Work on ongoing projects
3. Understand product requirements and specifications
4. Handle large web applications and websites
5. Do the research and keep abreast with current design trends
6. Write well designed, testable, and efficient code by using best software development practices
7. Create a website layout/user interface by using standard HTML/CSS practices
8. Integrate data from various back-end services and databases
9. Cooperate with web designers to match visual design intent




