
Location: Kaikondrahalli, Sarjapur Road Bangalore
Position Type : Fulltime
Qualification: Any Graduate (UG) Or Post Graduate (PG)
Role and Responsibility - Inside Sales Executive
- Able to identify prospects
- Able to pitch products and services
- Driven by targets and motivated to do sales
- Outbound calling on data collected through lead generation activities / secondary data sources
- Daily follow-ups on older leads and work on new leads
- Good networking skills
- Able to make 120-150 calls a day
Language preference: English and Hindi
- Or English + 2 regional language

About NoBroker
About
NoBroker is a new and disruptive force in the Real Estate Industry. We’re a site that’s built to let you buy, sell, rent, find a PG or a flatmate WITHOUT paying any brokerage.
Our mission is to lead India’s real estate industry, towards an era of doing real estate transactions in a convenient and brokerage-free manner. We currently save our customers over 250 crores per year in brokerage. NoBroker was founded by alumni from IIT Bombay, IIT Kanpur & IIM Ahmedabad in March 2014 and have since served over 35 lakh customers. As a VC funded company, we’ve raised over 20M+ in a couple of rounds of funding. We’re a team of 350 people driven by passion, the passion to help you fulfil your housing requirement, without paying a hefty brokerage.
NoBroker has worked tirelessly to remove all information asymmetry caused by brokers. We also enable owners and tenants to interact with each other directly by using our technologically advanced platform. Our world-class services include-
1-Verified brokerage-free properties for buyers and tenants
2- Quick brokerage-free tenants & buyers for property owners
3-Benefit rich services including online rental agreement and dedicated relationship managers
Our app (70 lakhs+ downloads) and our website serve 4 cities at present – Bangalore, Mumbai, Pune and Chennai. Our rapid growth means that we will keep on expanding to more cities shortly.
Are you looking for huge work- independence, passionate peers, steep learning curve, meritocratic work culture, massive growth environment with loads of fun, best-in-class salary and ESOPs? Just apply to our jobs below :-)
Company video


Photos
Connect with the team
Similar jobs
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
• Strong hands-on experience with .NET Core based Web API, C#, LINQ, Entity framework.
• Strong hands-on experience on writing complex stored procedures, functions, creating views and writing complex database queries with database being SQL Server
• Nice to have: Working experience on Azure components such as Azure functions, App Services, Azure Storage such as blobs/Queues/Table storage etc., Azure DevOps, CI/CD pipelines
• Strong understanding of object-oriented programming
• Familiar with various design and architectural patterns
• Proficient understanding of code versioning tools like GIT
Experience: 3-4 years of experience in ReactJS, JS, TypeScript, NextJS frontend technologies.
About: Fletch is a U.S. based technology firm building an open insurance ecosystem
connecting consumer apps to insurance providers. The team has previously built global
payment infrastructure at scale (processing $billions in transactions) and founded enterprise
technology companies with solutions in commercial use by over 100 corporates.
Fletch has seen rapid traction (existing partnerships with leading U.S. insurance providers)
and is backed by top global fintech VCs and angels. The team is now looking to scale
further hiring & expansion.
Location: Remote
Responsibilities:
-Developing new user-facing features using ReactJS, JS, TypeScript, NextJS, HTML5, CSS.
-Building reusable components and front-end libraries for future use
-Translating designs and wireframes into high quality code
-Product enhancements in existing Insurance and Financial Services products
-Optimising components for maximum performance across a vast array of web-capable devices and browsers.
Skills:
-Strong expertise in JavaScript, including DOM manipulation and the JavaScript object model
-Strong experience of ReactJS and its core principles like states, hooks, HoC etc
-Experience with popular ReactJS workflows (such as Redux or Flux)
-Strong expertise in NextJS and performance tuning
-Good 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 Webpack, NPM, etc.
-Familiarity with code versioning tools such as Git
Innominds is likely looking to fill a Node.js Lead position based in Hyderabad, India. Here's a breakdown of the key details:
Job Title: Node.js Lead (Hyderabad)
Skills Required:
- Expertise in Node.js development
- Experience with Docker and Kubernetes
- Solid understanding of DevOps practices
- Experience with CI/CD pipelines
- Familiarity with Infrastructure as Code (IaC)
- Experience with NoSQL databases (MongoDB, Cassandra)
- Database optimization techniques
Implementing various development, testing, automation tools, and IT infrastructure
Selecting and deploying appropriate CI/CD tools
Required Candidate profile
LinuxWorking knowledge of any webserver eg- NGINX or Apache
Come and join the market leader of distributed solar and energy solutions company and help to build the software products that will change the energy industry!!
Our client has one of the largest portfolios of distributed generation assets in India serving a diverse set of industrial and commercial customers. They offer end to end customized solar solutions including designing, procurement, engineering, permitting, project management and monitoring. Founded in 2013, the company is run by veterans of the power industry with experience in companies such as AES, NTPC, Mirant and SBI Capital Markets.
The company has received an equity investment of $150 million from I Squared Capital, a $3 billion infrastructure private equity fund focused on developing long-term sustainable infrastructure assets globally. The company' s business proposition is solar power with zero capital, no maintenance hassles and guaranteed savings for the customer from Day 1.
The company has partnered with leading Indian and multi-national companies like Dominos, Hilton Hotels, Fortis Hospitals, and others to meet their sustainability and carbon-reduction objectives. In Jan 2018, Yes Bank has signed a solar energy co-financing letter of Intent(LoI) with the company, for the solar projects which are slated to be completed by 2023.
As a EV Technical Expert / Product Manager, you will be responsible for understanding of electrification trends, markets, competition and developing the right technical requirements for the products needed in the EV portfolio.
- Working with Suppliers (vehicles, telematics, IT and others) to ensure right product is procured within cost targets and seamlessly integrated into the portfolio.
- Understanding and facilitating the readiness of the infrastructure with charging at company or client vehicle hubs.
- Understanding vehicle homologation regulations and processes.
- Responsible for IoT and CAN Communication System in the Electric Vehicle.
- Testing and Evaluation of Controllers, GPS Systems, Batteries and Chargers.
- EV Simulation Expertise: Efficiency, Range & Vehicle Performance - For 4W, 3W & 2W.
What you need to have:
- MUST be a Full-Time Graduate Engineer (Electronics / Mechanical / Automobile) from a Reputed / Premiere College.
- Minimally 7+ Years of experience in the Automotive Industry with OEMs & comes with exposure towards setting up entire ecosystem for Electric Vehicle Project is must for this role.
- Program Management Skills.
- Thorough understanding of Electric Motors & Generators, Vehicle Controls, Motor Controls, Special EV Transmissions, Telematics, IoT and BMS.
- Good understanding of overall product attributes and financials.
- Exposure to EVs and the ecosystem - Charging Infrastructure, Business model, Financial Products.
- Analytical mindset and good problem-solving skills.
- Good team player with strong interpersonal skills & leadership Skills.
- Strong verbal and written communication skills.
Our client is a 5 year old online gaming company with market leading games in three segments - Poker, Rummy and Cricket. Their online games are ensured to be safe, trusted and secure for their customers. They have a registered base of over a million users and are working towards the growth of online gaming in the country.
- Being a part of the Acquisition team & working on building new strategies to maximize the output from Influencers.
- Reaching out to new influencers & leading the entire activity with the objective of maximum SOV.
- Reviewing & managing of existing influencers that are already on board.
- Raising the creative & content requirements internally.
- Making daily, weekly & monthly performance reports.
- The individual needs to be a good negotiator & well-versed with the social media influencer space.
- Being a cricket follower will be a good plus.
- Min 1 year+ working experience in marketing (influencer)
- Thorough knowledge of key performance measurement metrics.
- Extraordinary communication/ negotiation skills.
- A keen eye to design & communications.
- Above-average writing skills
We are seeking a Finance Manager to work with the finance team and work on end-to-end financial management including Budgeting, AOP development, MIS preparation & review, variance analysis, financial modeling, cost-benefit analysis, pricing & regular compliance.
The position will appeal to an individual with strong business acumen & the capability to align business goals to financial goals. The successful individual will have a business, accounting, finance background and is a qualified CA/ MBA (finance)/ CFA.
The role will involve being immersed in multiple projects and working closely with stakeholders to ensure financial implications are fully understood as part of the company’s project screening, approval, and performance monitoring process.
Job Duties
- Build short-term & long-term plans (financials models) in line with the strategic objectives of the organization.
- Drive preparation of MIS, variance analysis & providing insights to leadership.
- Leading the preparation of annual operating plans, long-range quarterly forecasts in coordination with operations and business teams.
- Ownership of the P&L and driving of cost optimization/ profitability improvement activities with various stakeholders.
- Partnering with business teams, controllership function & anchoring monthly leadership reviews.
- Develop ad-hoc business analysis & present recommendations to senior management on strategic decisions & planned future initiatives.
- Establish & maintain operating business metrics, defining of KPI & measurement of actual performance against the same.
- Review of financial data & preparation of monthly, quarterly, and annual financial statements and reports.
- Work with accounting & compliance teams to drive monthly, quarterly, annual closing processes.
- Reconciliation of revenue & sales tax data from various sources and identifying the reasons for difference & correction of the same.
Requirements
- Qualified CA / MBA (finance from Tier I/ Tier II institutes) – CFA is an added advantage.
- Strong understanding of the financial statements, accounting principles, and concepts.
- Strong analytical capabilities, financial modeling understanding, attention to detail, adherence to timelines.
- Basic understanding of business valuation concepts.
- Relationship management & team player, ability to take new challenges.
- Three years related experience preferably in MIS/financial reporting/ financial research domains.
- Strong proficiency in Excel; Comfort in making presentations to senior management.
- Good & Effective communication & time management skills
- Education - BS or BA. English, Computer Science or Engineering
- Experience - 8+ years of experience in Technical Writing; developing software and hardware documentation for global customers.
- Tools
- Authoring/Editing/Publishing - MadCap Flare/MadCap Central (preferred) or experience in any one of the topic-based/DITA-based authoring tools such as Oxygen XML, XMetal, Framemaker (structured).
- Source/version control - Git/Gerrit, GitHub, or Bitbucket.
- Feature/Defect Management - Jira, Rally, or any industry-standard, agile project/defect management software.
- Collaboration and Process Management - Confluence, Wiki
- Domain - Familiarity with compute, cloud, storage, network, security, or virtualization technologies.
- Communication and writing - Excellent written and verbal communication skills in English.
















