
- Strong Lead / Manager - Product Design (UI/UX) Profile
- Mandatory (Experience 1): Must have 5+ years of experience in UI/UX design
- Mandatory (Experience 2): Must have hands-on experience across the full product design lifecycle — from rapid prototyping through final hand-off — for both web and mobile applications
- Mandatory (Experience 3): Must have 1+ year of experience in team leading with managing and overseeing design for high-impact consumer products
- Mandatory (Skill 1): Must have exceptional UI skills combined with deep mastery of UX, with demonstrated ability to deliver world-class visual and interaction design across web and mobile platforms
- Mandatory (Skill 2): Must have proven expertise in building and evolving scalable design systems and UI patterns that ensure brand parity and consistency across platforms
- Mandatory (Skill 3): Must have proficiency in industry-standard tools — Figma, Principle, and Adobe Suite
- Mandatory (Stakeholder Management): Must be comfortable partnering directly with C-suite / executive leadership, Product, and Engineering leaders — with the ability to clearly articulate complex design challenges to non-design stakeholders and influence product direction through user-centric logic and data-driven insights
- Mandatory (Portfolio): Must have a comprehensive portfolio showcasing elite visual design, design system work, and evidence of leading teams and solving large-scale product problems for consumer products
- Mandatory (Education): Must hold a formal degree in Design (HCI, Interaction Design, Visual Communication, or equivalent) from a premier global institution / Tier-1 design college
- Mandatory (Company) - B2C product companies

Similar jobs
A Network Engineer is responsible for designing, implementing, and maintaining an organization’s computer networks to ensure reliable connectivity, security, and performance. The role involves configuring routers, switches, firewalls, and other networking equipment, as well as monitoring network activity to prevent downtime and optimize efficiency.
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
Sound technical exposure in React, Node, API, Java, JPA, Hibernate, Kafka, REST API,
Postgre DB.
• Strong experience in systems design principles.
• Must have strong exposure in PSQL queries and stored procedures.
• Experience in Lending/Fintech domains will be preferable.
• Design, implement and maintain Java-based applications that can be high-volume and
low-latency.
• Familiarity with browser testing and debugging.
• Analyze user requirements to define business objectives.
• Identify and resolve any technical issues arising.
• Develop technical designs for application development.
• Conducting software analysis, programming, testing, and debugging.
• Manage Java and Java EE application development.
• Understanding of strategic handling of technical projects. i.e. adhering to stakeholder
expectations and processes.
About the company
KPMG International Limited, commonly known as KPMG, is one of the largest professional services networks in the world, recognized as one of the "Big Four" accounting firms alongside Deloitte, PricewaterhouseCoopers (PwC), and Ernst & Young (EY). KPMG provides a comprehensive range of professional services primarily focused on three core areas: Audit and Assurance, Tax Services, and Advisory Services. Their Audit and Assurance services include financial statement audits, regulatory audits, and other assurance services. The Tax Services cover various aspects such as corporate tax, indirect tax, international tax, and transfer pricing. Meanwhile, their Advisory Services encompass management consulting, risk consulting, deal advisory, and other related services.
Form Link for quicker response-https://forms.gle/vEYAFUaj8Fgs3sLy6
Job Description
Education Qualification: CA, CFA
Position: Senior & Junior position
Experience: Senior (6-8 years) & Junior (2-4 years)
Location: Pan India with potential requirement to travel to the middle east
Employment Type: contract for 6-12 months (Hybrid)
Responsibilities:
- Record Keeping: Maintain accurate and up-to-date financial records, including transactions, accounts payable/receivable, and payroll.
- Budget Monitoring: Track spending against the approved budget and flag discrepancies.
- Reporting Support: Assist the CFO in preparing financial reports and forecasts.
- Invoice Management: Process payments and manage vendor relations.
- Data Entry: Ensure timely and accurate entry of financial data into accounting systems.
- Tax Compliance: Ensure compliance with local and international tax regulations, including filing returns and payments.
- Tax Planning: Develop tax-efficient strategies to optimize the firm’s financial performance.
- Reporting: Prepare tax reports and liaise with external auditors and tax authorities.
- Regulatory Updates: Stay updated on changes in tax laws and assess their impact on the firm’s operations.
- Risk Mitigation: Identify and mitigate potential tax risks to avoid penalties or disputes with authorities.
We are looking for a skilled React / Javascript developer to join our front-end development team. In this role, you will be responsible for developing and implementing user interface components using React.js concepts and workflows such as Redux, Flux, and Webpack.
**Who are we and what do we do:**
Holofy is at its core a technology that specializes in digitizing the real world so it can be transacted at the speed of light. In order to achieve that, we've built an entire sales engagement platform on top of video, as we believe it's the most powerful tool to story-tell beating any other medium ( such as 3D ) hands over fists. Whilst this is the most visible and simplest to understand value proposition, our moat comes from the complex set of algorithms, data structures and workflow tools that make our entire experience work at scale.
We operate as a SAAS, but our services can be described as B-to-B-to-C covering the entire spectrum of a user's conversion journey. We offer our product to Real-Estate businesses, as they have yet to unlock the fundamental power of software and user experience working together in unison.
Being part of Holofy means pushing yourself to do the best work in your life. Our existence and success as a startup literally depend on excellence as the only competitive advantage against competitors that are bigger than us, richer than us, and more visible than us. It's a scary and exhilarating place to be in. If that sounds like you, here are the details
**What you will do:**
* Create extremely well-crafted front-end web applications using React.js (with Hooks), Redux
* Build reusable cross-platform components and front-end libraries for future use
* Write resilient code that will be continuously tested, deployed, and performed at scale
* Be part of a self-organizing and cross-functional Agile team
* Support in leading within the team, actively improving overall software quality whilst also helping fellow team members
* Contribute to the team's technical direction and the improvement of its tools and processes as well as technical interviews
**What You Have**
* At least 2 years experience working with React.js
* Good understanding of Browser Rendering Behavior
* Advanced Level of JavaScript (ES6+)
* Experience with any state management approach
* Unit, Integration, e2e tests
* REST API experience
* CSS Framework experience
* Styling experience (Styled Components, JSS, CSS Modules, etc. )
* Experience and understanding of Agile software development principles
**Nice to have**
* Experience with Hooks
* Experience with HLS or other streaming technologies
* TypeScript
* Performance optimization
* GraphQL
* Some experience with build tools and task runners
* React Native
* Experience with cloud (AWS)
* Experience with building in Web widgets or Extensions
* Familiar with react-spring or any animation libraries
**The perks:**
* Fully flexible, work-from-anywhere policy. Forever. With reasonably flexible hours included. As long as you are reachable you can literally be on a beach or in the mountains for all we care.
* Solid equipment budget ( Macbook's + full work-from-home setup ), that most probably will stay with you when you move on.
* Medical Insurance. One that is not just for show, it actually keeps you and your family safe.
* 30-day paid holiday
* Educational Stipend
* EPAM Employee Stock Purchase Plan (ESPP) (subject to certain eligibility requirements)
This new age venture is set to bring about a pain free and healthy future for young and old alike.
As a Corporate / Enterprise Sales Manager, you will be responsible for building the enterprise sales & associations. You will be partnering closely with the Marketing Team to align on integrated campaigns, strategic business initiatives, improve processes, and ultimately generate qualified meetings and pipeline for the organization.
- Researching, identifying, sourcing, generating and nurturing new sales opportunities, target identification & classification.
- Engaging with potential clients and nurturing them to a qualified opportunity.
- Remaining abreast to latest trends in the HR & workplace landscape to generate meaningful conversations and sales opportunities in the target market.
- Understanding customer needs and requirements and bring them into a sales cycle through a solutions based approach.
- Concluding the sale transaction.
- Tracking after sales performance and customer satisfaction.
- Creating references and building upon them.
- Providing effective & actionable feedback to the marketing team.
Desired Candidate Profile
What you need to have:-
2-4 years experience in B2B enterprise sales or Selling enterprise tech products in Finance or HR domain with corporates.
- Well versed with the ways of working of large companies and decision making process.
- Excellent communication skills and has to have good understanding of HR & health & wellness trends along with the buzz on social media.
- Fair understanding of sales performance metrics.
- Excellent negotiation, communication, time management and organizational skills.
- Proven ability to understand client pain points and proposing solutions.
- Proven ability to work and effectively communicate with C-level executives and line of business representatives.
Do Your Thng
https://doyourthng.com/" target="_blank">https://doyourthng.com/
About us:
DYT - Do Your Thng, is an app, where all social media users can share brands they love with their followers and earn money while doing so! We believe everyone is an influencer. DYT - Do Your Thng (DYT) is a creator community platform with an overarching vision to democratise influence and build a thriving creator community. We offer two solutions- an app for creators that helps them make a living out of content creation, and a self-serve web desk module for marketers to execute influencer campaigns in a quick, frictionless, targeted, and economically attractive manner.
Role : Android Developer
RESPONSIBILITIES
- Design components by translating product requirements, break down projects into tasks, and provide accurate estimates. Build scalable and reliable technology solutions at a rapid pace
- Work on native Android as well as Angular tech stack while keeping performance goals in mind
- Independently come up with different solutions, extensible Low-level design. Write modular, extensible, readable, and performant code
- Strong unit test and debugging skills
- Proficient understanding of code versioning tools (git)
- Excellent interpersonal, leadership, influence, and communication skills
- Build, develop, mentor, and coach junior team members
QUALIFICATIONS :
- At least one product build and publish
- Work well under pressure and meet deadlines without sacrificing quality
- Work with distributed development teams
- Ability to resolve problems with support and must understand the mobile ecosystem and its limitations.
- Understand Android Architecture components, strong fundamentals in Android technologies, and aware of new Android changes
SKILLS REQUIRED
- Experience with kotlin is a must
- Knowledge of mvvm architecture/ android architecture components
- Knowledge of Rxjava and coroutines for multithreading
- Knowledge of retrofit/okhttp for making HTTP calls
- Knowledge of dependency injection using dagger2
- Knowledge of android framework components like services, fragments, intent services
- Knowledge of sql required
- Experience in offline data management
- Write well designed, testable, efficient code
Node JS Developer
Job Description:
-
Node JS Developer
Job Description:
- 1 year development experience in NodeJs(v4 and above)
- Knowledge in Unit testing frameworks like Mocha
- Experience in working with any NodeJs web framework(Express or Hapi)
- Development experience using any persistent store (NoSql or Relational)
- Formal Deliverables
- Design and development of new and enhance existing applications using Node.JS
- Collaborate with internal and external team members to ensure projects get delivered as planned
- Develop Backend services using HapiJs
- Develop background workers based on cron or rabbitmq messages
- Support existing and new features via bug fixes, prod support or monitoring scripts
- Knowledge in Unit testing frameworks like Mocha
- Experience in working with any NodeJs web framework(Express or Hapi)
- Development experience using any persistent store (NoSql or Relational)
- Formal Deliverables
- Design and development of new and enhance existing applications using Node.JS
- Collaborate with internal and external team members to ensure projects get delivered as planned
- Develop Backend services using HapiJs
- Develop background workers based on cron or rabbitmq messages
- Support existing and new features via bug fixes, prod support or monitoring scripts
- Knowledge of ad operations including trafficking, troubleshooting, campaign optimizations, and reporting
- Effectively communicate status of campaigns, technical issues, launch delays, delivery issues, etc. to client contacts
- Perform quality assurance checks and debug issues with campaigns to ensure that line items and creative have been set up correctly and are delivering across all platforms and devices
- Monitor and analyze campaign performance
- Assist with documenting, updating and maintaining trafficking and work-flow procedures for client accounts
- Identify workflow inefficiencies and address ideas to improve the ad ops process
- Knowledge of Social Media Marketing, SEO and Content Marketing
Qualifications
Bachelor's degree in Marketing or related field
Excellent understanding of digital marketing concepts
Strong creative and analytical skills
Note : On Site Job (No Remote or Work from Home)
Job Location : Ulsoor, Bangalore
Web Developer Angular, Dot Net Core, MVC 4.0
- Do you love working on web technologies such as Angular, Dot Net Core, MVC 4.0
- Are you passionate about developing best in class software solutions?
Come Join US!
We at Force Intellect are committed to helping SMEs grow. We have designed & developed Spectrum ERP and eProcurement Solution to make SMEs efficient, agile. We are dedicated to continuous improvement in our product and provide rich features and functionalities.
As a Web Developer, you should have a minimum of 2-3 years of experience in full life cycle software development.
You will be primarily responsible for:
- Providing innovative and cutting edge technical solutions to solve business problems
- Developing New Features & Functionality of Spectrum ERP & eProcurement Software
You should have strong technical knowledge of:
- Angular 5 & higher
- Dot Net Core, MVC 4.0
- HTML, CSS, Javascript
- Object-Oriented Principles
- SQL Server - Database Development, Stored Procedures, Functions, Queries
- Debugging skills on Developer Tools
What you will achieve during this assignment
- Work on emerging & cutting edge technologies
- Provide technical solutions to solve complex business problems
- Develop highly Robust, Scalable, Enterprise Applications
Work from Home Option is available
Company Profile
Force Intellect has designed & developed Spectrum ERP and eProcurement Solutions, especially to overcome challenges faced by the manufacturing industry.
Visit https://www.forceintellect.com/">https://www.forceintellect.com/for more details.










