
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 Title : Rust Tech Lead/Senior Rust Developer
Experience : 5+ Years
Relevant Experience in Rust : 3+ Years
Location : Gurugram
Employment Type : Full-Time
Role Summary :
- We are looking for a Rust Tech Lead/Senior Rust Developer with 5+ Years of software development experience, including 3 to 4 Years of expertise in Rust.
- In this role, you will lead a team of developers, guide technical decisions, and ensure the development of robust Rust applications.
Key Responsibilities :
- Lead and mentor a team of Rust developers.
- Develop and maintain high-quality Rust code.
- Collaborate with cross-functional teams to ensure software stability.
- Troubleshoot and resolve issues in Rust applications.
Qualifications :
- 5+ Years in Software Development.
- 3 to 4 Years of professional Rust experience.
- Strong problem-solving skills and experience in team leadership.
Preferred Skills :
- Systems programming and concurrent programming experience.
- Familiarity with Git and other version control systems.

Minimum 2 years of experience in SharePoint On-premises 2016/2019 development. • Strong proficiency in C# and .NET Framework. • Hands-on experience with CSOM and SharePoint Web Services. • Knowledge of WebPart packaging and deployment. • Familiarity with SQL Server for backend integration. • Good understanding of SharePoint architecture and site collections.
Senior Software Engineer – SQL Server / T-SQL
Chennai | IIT Madras Research Park | Full-Time
About Novacis Digital
Novacis Digital is a product-first technology company building AI-driven platforms and large-scale data systems. Our products process complex, high-volume data to power real-time analytics and GenAI-driven experiences.
We don’t see SQL as “just a database layer” - we treat it as a core compute engine. If you love writing efficient SQL and solving performance problems, this is the role for you.
What You Will Do
· Design and build complex T-SQL stored procedures involving Dynamic SQL, along with views, functions, and triggers
· Implement flexible, metadata-driven query frameworks using sp_executesql and parameterized Dynamic SQL
· Engineer high-performance, set-based queries using CTEs, window functions, temp tables and table variables
· Optimize queries using execution plans, statistics and DMVs
· Refactor inefficient queries and redesign schemas for performance and scalability
· Solve real-world challenges related to locks, blocking, deadlocks and transaction isolation
· Collaborate with application engineers to build reliable, high-performance data access layers
What We’re Looking For
We’re looking for true SQL engineers — people who think in execution flow, logic and data behavior rather than just syntax.
You should have:
· 4+ years of deep hands-on experience with Microsoft SQL Server & T-SQL
· Strong expertise in:
o Stored Procedures (with Dynamic SQL)
o Views
o Functions
o Triggers
· Strong experience with:
o Dynamic SQL best practices and secure execution patterns
o Indexing strategies and query plan optimization
o Handling parameter sniffing and plan instability
· Strong knowledge of:
o Temp tables vs table variables
o Cardinality estimation
o Cost-based optimization concepts
Nice to Have
· Exposure to GenAI data pipelines or analytical architectures
· Exposure to Graph, Vector and No SQL Databases
How We Work
· We write production-grade T-SQL
· We value performance, clarity, and correctness
· We invest heavily in query readability and maintainability
· Engineering quality is non-negotiable
Apply Now
If you enjoy designing complex Dynamic SQL-powered stored procedures and tuning systems at scale, we’d like to talk.
5+ years of DevOps/SRE experience in cloud-native, product-based companies (B2C scale preferred)
Strong hands-on AWS expertise across core and advanced services (EC2, ECS/EKS, Lambda, S3, CloudFront, RDS, VPC, IAM, ELB/ALB, Route53)
Proven experience designing high-availability, fault-tolerant cloud architectures for large-scale traffic
Strong experience building & maintaining CI/CD pipelines (Jenkins mandatory; GitHub Actions/GitLab CI a plus)
Prior experience running production-grade microservices deployments and automated rollout strategies (Blue/Green, Canary)
Hands-on experience with monitoring & observability tools (Grafana, Prometheus, ELK, CloudWatch, New Relic, etc.)
Solid hands-on experience with MongoDB in production, including performance tuning, indexing & replication
Strong scripting skills (Bash, Shell, Python) for automation
Hands-on experience with IaC (Terraform, CloudFormation, or Ansible)
Deep understanding of networking fundamentals (VPC, subnets, routing, NAT, security groups)
Strong experience in incident management, root cause analysis & production firefighti
Apply only on this link - https://loginext.hire.trakstar.com/jobs/fk0qu53?source=" target="_blank">https://loginext.hire.trakstar.com/jobs/fk0qu53?source=
LogiNext is looking for a dynamic generalist marketer who will be responsible for the growth of our blog and website traffic. Your role would involve writing blogs, building marketing collateral, internal communication material, content for social media, newsletters and other related activities.
To be successful in this role, you should have hands-on experience with tools like Adobe Suite, Hubspot, Google Analytics and be able to turn creative ideas into effective advertising projects. You have exposure to large scale cloud SaaS based software companies or from B2B domain (this is a big plus). You have an ability to perform in agile and multi-tasking work environments, which will lead you to remarkable growth and leadership opportunities at LogiNext.
Responsibilities
Develop strategies and tactics to get the word out about our company and drive qualified traffic to our front door Strictly follow the content/editorial calendar to stick to industry standard content marketing and amplification process which will gradually increase qualified audience to our owned properties (including blog posts, whitepapers, eBooks, reports, webinars, infographics, etc.). Experiment with a variety of organic and paid acquisition channels like content creation, content curation, pay per click campaigns, event management, publicity, social media, lead generation campaigns, copywriting, performance analysis Produce valuable and engaging content for our website and blog that attracts and converts our target groups Connect with influential media outlets and journalists to place stories about company news and other initiatives. Assist with event planning, including working with vendors, event coordinators, and design teams for on-site collateral Utilize strong analytical ability to evaluate end-to-end customer experience across multiple channels and customer touch points Evaluate emerging technologies. Provide thought leadership and perspective for adoption where appropriate
Requirements
Bachelor’s degree of higher in Arts/Commerce/Science/Technology 2 to 3 years of experience in B2B Marketing Understanding of marketing methodologies and blogging software (WordPress) in order to generate traffic and understand converting visitors into qualified leads. Fair understanding of marketing automation for B2B segment, conversion analytics funnel and ABM campaigns Demonstrable experience in managing SEO/SEM, marketing database, email, social media and/or display advertising campaigns Demonstrable experience in marketing together with the potential and attitude required to learn Solid knowledge of website analytics tools (e.g., Google Analytics, NetInsight, Omniture, Web Trends) A sense of aesthetics and a love for great copy and witty communication Experience in public relations, corporate communications, content marketing, or event management will be an added advantage Able to work and thrive in a fast-paced, rapidly changing work environment
We are looking for a great JavaScript developer who is proficient with React.js. Your primary focus will be on developing user interface components and implementing them following well-known React.js workflows (such as Flux or Redux).
You will ensure that these components and the overall application are robust and easy to maintain. You will coordinate with the rest of the team working on different layers of the infrastructure. Therefore, a commitment to collaborative problem solving, sophisticated design, and quality product is important.
Responsibilities :
* Developing new user-facing features using React.js
* Building reusable components and front-end libraries for future use
* Translating designs and wireframes into high quality code
* Optimizing components for maximum performance across a vast array of web-capable devices and browsers
Skills :
* Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model
* Thorough understanding of React.js and its core principles with Type Script
* Experience with popular React.js workflows (such as Flux or Redux)
* Experience with data structure libraries (e.g., Immutable.js)
* Knowledge of isomorphic React is a plus
* Familiarity with RESTful APIs
* Knowledge of modern authorization mechanisms, such as JSON Web Token
* Familiarity with modern front-end build pipelines and tools
* Experience with common front-end development tools such as Babel, Webpack, NPM, etc.
* Ability to understand business requirements and translate them into technical requirements
* A knack for benchmarking and optimization.
Knowledge of PHP web frameworks including Laravel and CodeIgniter is must
· Knowledge on Doctrine ORM
· Knowledge of front-end technologies including Vue.js CSS3, JavaScript, and HTML5 is must
· Understanding of object-oriented PHP programming.
· Previous experience creating scalable applications.
· Proficient with code versioning tools including Git, Mercurial, CVS, and SVN.
· Familiarity with SQL/NoSQL databases.
· Ability to project manage.
· Good problem-solving skills.
- Create email marketing campaigns to promote products or services.
- To plan, execute, test, establish best & effective email marketing practices.
- Purge non-deliverable email addresses and opt-outs
- Create email marketing strategy for leads as well as existing clients
- Create and maintain email marketing reports to improve efficiency
- Maintain domain reputation and In-boxing rates for all our email campaigns
- Plan and maintain email calendar for all the brands
- Maintain lists and database for efficient execution
- Single handedly responsible for execution of all email marketing campaigns
keen to grow and foster a growing community, have been an influencer amongst your friends and community, team player
Lover interacting and helping people
You are a charismatic people person who can talk to anyone, you are flexible, fearless and excited to help build something awesome and share it with the world
You are motivated and understand the impact of highly satisfied, excited community.
Responsibilities
You will be powered with creating, fostering and supporting the community and inspire the growing community to share the BelonG Experience
Turn community members into passionate evangelists. Identify and engage community advocates
Monitor social media sites and actively participate in discussions across. Spread the BelonG love through creating exciting blogs and social content
Design, Develop programs that generate value for the community
Manage relationship with the community members, mentors, investors, and corporate partners











