
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

Similar jobs
Job Description:
Role: Senior Backend Developer
Mode of work: WFO
Supercharge Your Career as a Senior Backend Developer at Technoidentity!
Are you ready to solve people challenges that fuel business growth? At Technoidentity, we’re a Data+AI product engineering company building cutting-edge solutions in the FinTech domain for over 13 years—and we’re expanding globally. It’s the perfect time to join our team of tech innovators and leave your mark!
What’s in it for You?
We are looking for a highly motivated Senior Backend Developer with 4-6 years of experience to join our team. The ideal candidate will have strong backend development expertise, a deep understanding of distributed systems, and a high sense of ownership. This role requires working independently on POCs and projects while also mentoring junior team members and enabling scalable delivery.
What Will You Be Doing?
- Design, develop, and maintain scalable backend systems and services.
- Work independently on project implementations and backend solution development.
- Implement distributed architecture design patterns to build reliable and high-performance systems.
- Collaborate with cross-functional teams to deliver robust backend solutions.
- Guide and mentor junior developers, ensuring quality implementation and adherence to best practices.
- Participate in system design discussions, code reviews, and technical decision-making.
- Ensure high ownership in delivering solutions aligned with project timelines and goals.
What Makes You the Perfect Fit?
- 4-6 years of backend development experience with strong expertise in Java or Go,
- Hands-on exposure to distributed systems, and solid knowledge of PL/SQL, with the ability to work independently and take high ownership of deliverables.
- Strong problem-solving and critical thinking abilities.
- Experience working with distributed systems and architecture design patterns.
- Strong database development skills with PL/SQL.
- Excellent team coordination and collaboration skills.
- High sense of ownership, accountability, and commitment towards project delivery.
- Bachelor’s degree in Computer Science, Information Technology, Engineering, or a related technical field is required.
Good to Have Skills
- Exposure to Cloud platforms (AWS or GCP).
- Understanding of Frontend technologies or DevOps practices.
- Experience with workflow orchestration tools such as Temporal or similar platforms.
Work Requirements:
- Willingness to work in US or flexible shift timings based on project requirements
- Ability to work independently on POCs/projects and help scale additional pods of work
- Guide and direct junior team members to ensure proper implementation
Are you passionate about travel and ready to make an impact at a fast-growing startup?
Rimigo is on a mission to simplify international travel for 100 million Indians, creating seamless and unforgettable experiences.
With founders who’ve built and sold their previous startup to PhonePe, we’re revolutionizing the travel industry—and we need a Sales Rockstar to join us on this journey!
Key Responsibilities
Customer Onboarding:
- Guide travelers through our services, ensuring seamless onboarding and a great first experience.
- Build long-term relationships that encourage repeat bookings and referrals.
Sales Execution:
- Close deals efficiently, meeting or exceeding sales targets to drive revenue growth.
- Actively identify upselling and cross-selling opportunities to maximize customer value.
Market Insights and Collaboration:
- Gather and share customer insights to improve offerings, create new opportunities, and refine strategies.
- Partner with marketing and operations teams to ensure an excellent travel experience, from inquiry to post-trip.
Revenue Growth and Strategy:
- Contribute directly to company growth by driving new customer acquisition and increasing conversions.
- Work with leadership to shape sales strategies that align with long-term business goals.
Leadership and Impact:
- Take ownership of your sales pipeline, demonstrating leadership and accountability.
- Play a key role in shaping Rimigo’s future as one of the early team members, with growth opportunities into leadership roles as the company scales.
Who You Are
- Results-Driven: You thrive on achieving and exceeding sales goals.
- A Great Communicator: Strong interpersonal and communication skills.
- Passionate About Travel: You love helping people explore the world.
- Proactive: Independent and comfortable working in a fast-paced environment.
- Experienced: 1-3 years in sales, preferably in travel or a customer-facing industry.
Why Join Us?
- Be part of an early-stage startup shaping the future of travel in India.
- Work with experienced entrepreneurs with a proven track record of success.
- Directly impact company growth and have a clear path to leadership opportunities.
- Competitive compensation and a dynamic, collaborative team environment.
I
f you’re ready to take your sales career to the next level and help make travel dreams come true, we’d love to hear from you!
Location: Hyderabad
Work Mode: Hybrid (2 days WFO)
Experience Required: 4.5+ years
Notice Period: Immediate Joiners Preferred
Employment Type: Full-Time
Mandatory Requirements:
- 4.5+ years of experience in Java Development
- Hands-on experience with AWS in a production environment
- Must be available to join immediately
- Must be willing to work in Hybrid mode from Hyderabad
Technical Skill Requirements:
- Strong hands-on experience in Core Java, Spring Boot, and Microservices
- Solid understanding of OOP concepts, Multithreading, and REST APIs
- Practical knowledge and experience working with AWS services like EC2, Lambda, S3, RDS, SNS, etc.
- Familiarity with CI/CD tools and version control systems (Git)
- Good knowledge of SQL and NoSQL databases
- Ability to write clean, efficient, and well-documented code
Key Responsibilities:
- Design, develop, and maintain scalable Java-based backend applications
- Implement and integrate AWS services to ensure scalability and reliability
- Collaborate with cross-functional teams including QA, DevOps, and Front-end developers
- Optimize application performance and troubleshoot issues in a timely manner
- Participate in code reviews, sprint planning, and team discussions
- Ensure best practices in code quality, security, and documentation
- Handle deployments and production support if needed
About Us
At Metron Security, we specialize in automation and integration services for top Cyber Security companies. Our engineering team works with industry-leading platforms like Splunk, IBM’s QRadar, ServiceNow, CrowdStrike, Cybereason, and many more.
As a Software Engineer, you’ll play a crucial role in developing high-performance integrations between multiple Cyber Security platforms. You’ll be involved in the entire development process—from gathering requirements to deployment (on-prem or in the cloud). We embrace agile development and constantly evolve our engineering practices. If you thrive in a fast-paced, ever-learning environment, you’ll fit right in!
Why You’ll Love Working with Us
✅ Developer-centric culture – No bureaucracy, no red tape!
✅ Hands-on experience with 250+ security platforms (and counting!)
✅ Direct engagement with customers – your work makes a real impact!
What We’re Looking For
We’re searching for a skilled Golang developer who loves building scalable, maintainable solutions. If you enjoy working with cloud platforms like AWS, GCP, or Azure and have a solid grasp of infrastructure management, you’ll thrive here!
Must-Have Skills
✔️ Hands-on experience with Golang to build robust and scalable systems
✔️ Familiarity with cloud platforms (AWS, GCP, or Azure) and infrastructure management
✔️ Understanding of Infrastructure as Code (IaC) tools like Terraform, CloudFormation, or Pulumi
✔️ Strong grasp of data structures and how to use them effectively
✔️ Willingness to learn new technologies as needed for different projects
✔️ Ability to switch gears and work with other languages/frameworks (Python, TypeScript, Java, Node.js, Angular, React.js, C#, C++, etc.)
✔️ Experience integrating with enterprise technology stacks
✔️ Ability to troubleshoot bottlenecks and bugs efficiently
✔️ Comfort working in Agile teams and contributing to planning and design
✔️ Awareness of Cyber Security best practices for production systems
✔️ Experience in architecting and estimating technical solutions
Bonus Points If You…
✨ Have experience in Cyber Security
✨ Have written or maintained automated tests
✨ Have worked with Docker & Kubernetes
✨ Have led a project from start to finish
✨ Are experienced with Agile development (writing and estimating User Stories)
✨ Contribute to open-source projects (drop us a link—we’d love to check it out!)
What We Value in a Teammate
💡 Strong analytical and problem-solving skills
🗣 Clear and effective communication in an Agile environment
🎯 A proactive, results-driven attitude with a passion for high-quality work
We’re all about innovation, collaboration, and continuous learning. If this sounds like your kind of team, apply today and let’s build something great together! 🚀
• Knowledge of print media is a must.
• Knowledge of designing software, Proficient in Adobe Creative Suite (Adobe Illustrator,
Photoshop,
Role - Project Manager
About the Company
The global trade market, valued at USD 32 trillion, offers abundant opportunities for growth and innovation in international trade. As our world becomes more interconnected, there is a growing demand for efficient and secure cross-border solutions. Traditional remittance methods have been burdened with high costs, slow processing times, and limited accessibility, creating significant challenges. These obstacles have particularly impacted MSMEs, which often lack the resources to navigate complex financial systems, leading to time-consuming operational hurdles on a day-to-day basis. We empower businesses, particularly MSMEs, to unlock new growth opportunities, expand their reach globally, and navigate the complexities of international trade.
Position Overview: We are seeking an experienced Project Manager to oversee [specific type or area of projects] within our organization. The ideal candidate should possess exceptional leadership, organizational, and communication skills, with a strong ability to plan, execute, and finalize projects while adhering to strict deadlines and within budget.
Key Responsibilities:
● Lead, plan, execute, and finalize projects according to strict deadlines and within budget, ensuring project objectives are met.
● Define project scope, goals, and deliverables that support business goals in collaboration with senior management and stakeholders.
● Develop full-scale project plans and associated communication documents, directing the team's efforts efficiently and effectively.
● Manage project resource allocation, identifying and resolving resource conflicts, and ensuring proper resource utilization.
● Effectively communicate project expectations to team members and stakeholders in a timely and clear manner.
● Liaise with project stakeholders on an ongoing basis, ensuring effective communication and managing expectations.
● Identify and manage project risks and develop risk mitigation strategies.
● Conduct project post-mortems and create a recommendations report to identify successful and unsuccessful project elements.
● Develop best practices and tools for project execution and management.
Qualifications and Skills:
● Bachelor's degree in a related field; PMP / Agile certification
● 1 or 2 years of proven experience in project management, with a track record of successfully delivering projects on time, within budget, and scope.
● Strong understanding of project management methodologies and tools.
● Excellent leadership, communication, and problem-solving skills.
● Proficient in project management software/tools.
● Ability to work effectively in a fast-paced, collaborative team environment.
● Strong organizational and time management skills.
We are looking for experienced PHP / Senior PHP Developer to join our web development projects. As a PHP Developer, you will play a key role in writing clean and efficient PHP code, following industry best practices and collaborating with the creative team. Your expertise and problem-solving skills will contribute to the success of our software development process.
Responsibilities:
- Write backend code and develop efficient PHP modules.
- Solve complex performance problems and address architectural issues.
- Integrate and combine data storage solutions.
- Contribute to all phases of the software development lifecycle.
- Troubleshoot and resolve issues as they arise.
- Collaborate effectively across different time zones using tools like GitHub, video conferences, and documents.
- Familiarity with common third-party APIs such as Google, Facebook, eBay, etc.
- Utilize version control tools and work with relational databases.
- Proficiency in HTML, CSS, JavaScript, and AJAX.
- Demonstrate strong problem-solving skills and attention to detail.
- Display a keen interest in learning new tools, languages, and workflows.
Requirements:
- B.Tech / MCA/ M.Tech/ Msc IT.
- Minimum of 5+ years of experience.
- Wordpress experience is a plus point
- Strong knowledge of PHP programming language and related frameworks such as Laravel, Symfony, or CodeIgniter.
- Proficiency in HTML, CSS, JavaScript, and jQuery.
- Experience working with databases like MySQL, PostgreSQL, or MongoDB.
- Familiarity with version control systems, preferably Git.
- Understanding of object-oriented programming (OOP) principles.
- Strong problem-solving skills and ability to work independently as well as in a team environment.
- Worked as a Node.js developer on multiple projects with relevant experience between 1 to 4+ Years.
- Extensive knowledge of Nodejs, JavaScript, APIs, web stacks, libraries, and frameworks.
- Able to work on independent nodejs projects.
- Experience in mongoDB database queries. Able to write and manage complex DB queries .
- Exceptional analytical and problem-solving aptitude.












