
Job Title: Product Lead or Tech Lead (AI & Infrastructure)
Location- Delhi
Job type: Full time, On site
About Us: TIMBLE is leading Authentication Company, delivering cutting edge technology and alternate data analysis for Identity management, Onboarding & Verification and Business Intelligence. We provide solutions across three verticals
1. BFSI Solutions
2. KYC and background check Solutions
3. AI Solutions
Role Overview-You will be the architectural backbone of Timble’s AI engine. This role requires a strong backend & systems mindset with exposure to AI/ML systems—balancing the development of high-accuracy fraud detection models with the scalable infrastructure required to run them.
Key Responsibilities
· Engineering Leadership: Lead the development of our core AI products, including Bank Statement Analyzers, Face Match technology, and Electronic Residence Physical Verification (ERPV).
· AI/ML Architecture: Design and deploy AI/ML-driven systems for document intelligence, fraud detection, and automation to enhance real-time intelligence.
· Delivery Ownership: Take end-to-end ownership of features and ensure timely delivery in high-stakes production environments.
· System Design & Scalability: Design and optimize high-throughput, low-latency API systems capable of handling real-world production loads across our 30+ high-quality APIs.
· Hands-on Contribution: Remain hands-on with code when required, especially for critical modules, core architecture decisions, and troubleshooting.
· Practical AI Application: Work on integrating and scaling AI/ML components in production. You must have the ability to apply complex AI solutions to solve real-world business problems.
· Technical Strategy & InfoSec: Oversee Information Security protocols to protect proprietary financial data. Lead IP-related technical work, including patent-pending research for our authentication engines.
· Mentorship: Act as the technical North Star for SDE-1 and SDE-2 engineers, instilling a culture of clean code, scalability, and cloud economics.
What We’re Looking For
· Technical Expertise: Strong backend engineering expertise (Python or similar), with experience in building and maintaining scalable systems. Exposure to ML frameworks (TensorFlow/PyTorch) is a plus.
· Domain Knowledge: Previous experience in Fintech, Cybersecurity, or BFSI tech stacks is highly preferred.
· Infrastructure Skills: Solid experience with cloud infrastructure (AWS/GCP/Azure) and maintaining high availability.
· Vision: The ability to translate complex fraud patterns into automated, executable code and a passion for "efficiency by design."
Learn more about us at: https://timbleglance.com

About Timble Technologies
About
Timble technology is the fastest growing IT company dealing in Artificial Intelligence, Speech Recognition, Facial Recognition, Cyber Security, Bespoke Solutions in Delhi. Timble technology is achieving success and getting more and more reputation in the field of IT
Connect with the team
Similar jobs
About the Role
We are looking for a passionate AI/ML Software Engineer to join our product team and help build intelligent, scalable, and production-ready machine learning solutions. You will work closely with product managers, designers, and backend engineers to integrate AI capabilities into core product features and drive data-driven innovation.
Key Responsibilities
- Design, develop, and deploy machine learning models into production environments
- Build and maintain scalable ML pipelines for data processing, training, and inference
- Collaborate with cross-functional teams to identify AI-driven product opportunities
- Translate business requirements into ML solutions and technical implementations
- Optimize model performance, accuracy, and latency for real-time applications
- Integrate AI/ML models with APIs and backend systems
- Monitor model performance and implement continuous improvement strategies
- Ensure best practices in data handling, model versioning, and reproducibility
- Stay updated with the latest advancements in AI/ML and apply them to product innovation
Required Skills & Qualifications
- Bachelor’s engineering degree in Computer Science, AI, Data Science, or related field
- Strong programming skills in Python (experience with Java/Go is a plus)
- Hands-on experience with ML frameworks such as TensorFlow, PyTorch, or Scikit-learn
- Solid understanding of machine learning algorithms and statistical concepts
- Experience in building and deploying ML models in production
- Familiarity with REST APIs, microservices architecture, and cloud platforms (AWS/GCP/Azure)
- Experience with data processing tools (Pandas, NumPy, Spark, etc.)
- Knowledge of version control systems like Git
Role overview:
We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.
Key responsibilities
- Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
- Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
- Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
- Safeguard tenant isolation and security across a per-company Cognito authentication model.
- Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
- Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
- Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
- Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
- Document decisions and designs and collaborate with the frontend (Angular) and product teams.
Challenges you'll solve.
We prefer to be candid — these are the problems that make this role genuinely interesting:
Latency under a hard ceiling
API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.
Least-privilege, per-request security
A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.
Graph-shaped data, relational store
The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.
Watertight multi-tenancy
One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.
VPC-bound serverless
Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.
Resilient external integrations
Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.
Compute-heavy workloads
Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.
The stack.
Runtime — Node.js, Python, AWS Lambda
AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2
Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL
Qualifications.
- 5+ years building and operating production backend systems.
- Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
- Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
- Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
- Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
- Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.
Interview Process:
Introductory call-Mutual fit and role overview.
Technical deep-dive- A walkthrough of a challenging production problem you have owned.
Practical exercise -A realistic backend task, or a walkthrough of your own representative code.
System design- Collaborative design on a real scenario.
Final conversation- Values, ownership, compensation, and offer.
The role involves managing end-to-end air contracting, pricing, and operational execution for MICE (Meetings, Incentives, Conferences, and Exhibitions) travel. The candidate will be responsible for airline negotiations, group fare management, and seamless delivery of group travel requirements.
Preferred Qualifications:
Graduate/Postgraduate in Travel, Tourism, or Business Management
5–10 years of experience in MICE / Group Air Operations
Experience in OTA, TMC, or airline contracting roles
Key Responsibilities:
1. Air Contracting & Negotiation
Develop and maintain strong relationships with airlines for MICE/group travel.
Negotiate competitive group fares, series fares, and ad-hoc deals.
Secure allotments, blocked space, and special discounts for large groups.
Manage seasonal contracts and promotional tie-ups with airlines.
2. Pricing & Revenue Optimization:
Design competitive pricing strategies for MICE groups.
Coordinate with internal sales teams to provide best-in-market quotations.
Analyze market trends, competitor pricing, and demand patterns.
Maximize margins while ensuring conversion of group queries.
3. Operations & Execution:
Handle end-to-end MICE air operations (booking to departure).
Coordinate group PNR creation, ticketing, name updates, and schedule changes.
Ensure timely issuance of tickets and compliance with airline deadlines.
Manage last-minute changes, cancellations, and disruptions.
4. Stakeholder Coordination:
Work closely with Sales, Product, Finance, and Tech teams.
Liaise with airline account managers and GDS/API partners.
Coordinate with corporate clients and event planners.
5. Process & System Management:
Ensure proper use of GDS systems (Amadeus/Galileo/Sabre).
Work on API integrations for airline group bookings (if applicable).
Maintain accurate MIS reports, booking trackers, and reconciliation.
6. Customer Experience :
Ensure smooth travel experience for large groups.
Provide proactive communication on schedule changes or disruptions.
Handle escalations efficiently with quick resolution.
Key Skills & Competencies:
Strong airline contracting and negotiation skills
In-depth knowledge of MICE travel operations
Expertise in GDS systems (Amadeus, Galileo, Sabre)
Excellent coordination and stakeholder management
Analytical mindset for pricing and revenue optimization
Ability to handle high-pressure, time-sensitive operations
Additional Advantage:
Existing airline relationships
Experience in international group movement and exposure to API-based airline integrations.
About Company
Our client works in the area of skilling and livelihoods for underserved youth. This is a pioneering program with a strong PPP model, an agency-led approach to livelihoods and a vision of socio-economic transformation. They are run through a public-private partnership that empowers the Government, Corporates, NGOs and Citizens to work together towards changing lives. The provision of location and capital expenditure for the centres is taken care of by the Government. Corporates contribute through CSR funds to provide operational expenses. NGOs come on board to provide various skilling courses to the youth. With penetration in more than 400 of the 500 odd slum communities of Pune, the program has now expanded to other cities viz. PCMC, Dombivali, Aurangabad and also States viz. Delhi, Odisha and in Hyderabad.
Core Values that drive us: Empathy | Inclusion | Integrity | Courage
Roles & responsibilities
• Taking care on onboarding, induction & orientation
• Employee Engagement
• HR strategies and policies
• Organizational design
• Develops programs to build human capital and a strong employee development culture.
• Training & Development
• Analysis and Change Management
• Facilitates the development and implementation of employee performance measurements to gauge the success of programs and identify areas for improvement.
• Talent Assessment
• Leadership Development - Assesses leadership development, team development, and organizational communication programs and practices.
• Succession Planning
• Counselling and Guidance
• Grievance handling
• Building a positive and result-oriented working environment
• Creating an environment of accountability where success is measured
Requirements
• Should be Masters in HR
• Must have at least 10+ years of experience in the field of Organization Development
• Experience working with a NGO will be an added advantage
• Passionate about planning, developing, administering, and implementing innovative programs.
• Experience in the management of large- and small-scale change initiatives
• Demonstrated ability to drive change and influence the adoption of new ideas
• Learning Agility
• Strong written, verbal communication, interpersonal skills and excellent facilitation/presentation skills
• Able to communicate and collaborate effectively at all levels of the business
• Must be able to use a computer with a high degree of proficiency (Word, Excel, PowerPoint)
Aditya Birla Money Ltd, part of the Aditya Birla Group, is a prominent financial services company in India offering a wide range of services including equity and commodity broking, portfolio management, wealth management, and insurance broking. Established with a commitment to delivering excellence in financial solutions, Aditya Birla Money leverages its extensive network and robust technological infrastructure to cater to the diverse needs of retail and institutional clients across the country. With a focus on innovation and customer-centricity, the company has established itself as a trusted partner in the financial services sector, providing personalized investment advice and efficient execution to help clients achieve their financial goals.
Equity Advisor/Equity Dealer
Job Purpose : These are individuals who are experienced in the stock markets and have requisite skills for acquiring big ticket clients and advise them on their decisions on the stock market & execute client trade on the terminal (Acquisition & Dealing).
Role description –
- Reactivation of clients & acquisition of new clients – open market acquisition, cold calling, through referrals
- Trade on behalf of clients
- Develop and maintain a long-term relationship with customers
- Responsible for reactivation of dormant clients. Ensure growth in clientele by converting leads
- Acquisition of De-mat / Trading account from open market and leads (Offline & Online)
- Conduct lead generation activities for sales penetration
- Meeting & pitching customers
- Generate Equity Business and maintain strong client relationships.
- To ensure adherence to surveillance, risk & deal desk processes
Expectations from Dealers/Trade advisors –
- Experienced professionals in acquiring and trading for HNIs' (High Net worth Individuals 25 lakhs and above & UHNI's (Deals in Crores)
- Capable of acquiring big ticket margin (min. 1 lac margin)
- Capable of servicing & leveraging relationship with HNI clients
- In-depth Knowledge about trading in Derivatives
- Have a strong & disciplined approach to Sales
- To work in a compliant and diligent manner
- Mandatory to have NISM Series 8 certification – Equity Derivatives Certificate Examination.
Selection Criteria’s:
- Minimum 2 Years’ experience is Mandatory
- Dealing experience is must - achieving min 4X of revenue targets in the existing Organization.
- Currently managing or interested in Client Acquisition (sales)
- Should have completed 10+2+3 years of education (Mandate)
- Below 30 age for Dealers
- CTC range – 3 Lakhs to 6 Lakhs (Depends on Experience and Potential of the candidate) -Dealer Role
- NISM 8 certification – Equity Derivatives mandatory
- Advising clients with regards to their Investment in Equity & Derivative Market, Place orders on their behalf.
- Building relationships with the client & educating them about Investments.
- Responsible for achieving brokerage.
- New Client Acquisition
- Executing Trades Order
As a Tech Lead at RaptorX.ai you will lead our development team through the planning, execution, and successful delivery of cutting-edge, scalable, and high-performance web applications. With your extensive experience in both front-end and back-end technologies, you will drive the architectural decisions, mentor junior developers, and ensure the technical excellence of our projects. Your role will be pivotal in fostering innovation, implementing best practices, and contributing to the strategic direction of our technology stack.
Key Responsibilities:
- Technical Leadership:
- Architect, design, and develop complex full-stack applications, ensuring robustness, scalability, and performance.
- Lead the technical planning and architecture discussions, making strategic decisions on technology stack, frameworks, and tools.
- Conduct code reviews, ensuring adherence to coding standards and best practices.
- Stay abreast of emerging technologies and trends, integrating them into projects to enhance innovation and efficiency.
- Project Management:
- Collaborate with project managers, business analysts, and stakeholders to define project scopes, goals, and deliverables.
- Create detailed project plans, timelines, and roadmaps, ensuring timely delivery and alignment with business objectives.
- Manage risk assessment and mitigation strategies throughout the project lifecycle.
- Team Leadership and Development:
- Mentor and coach developers, fostering a culture of continuous learning and improvement.
- Lead by example, promoting a collaborative team environment that encourages open communication and innovation.
- Facilitate knowledge sharing sessions and technical workshops to enhance team skills and expertise.
- Quality Assurance:
- Implement and oversee rigorous testing frameworks and methodologies to ensure the delivery of high-quality solutions.
- Collaborate with the QA team to define test strategies, review test plans, and ensure that applications meet functional and non-functional requirements.
- Stakeholder Engagement:
- Communicate effectively with stakeholders, translating technical concepts into business language and vice versa.
- Gather and analyze feedback from end-users and stakeholders to inform continuous improvement of applications.
- Participate in client meetings, presentations, and proposal development.
- Operational Excellence:
- Ensure the reliability, security, and maintainability of applications.
- Oversee the deployment and operation of applications, including performance monitoring and optimization.
- Implement best practices for source control, continuous integration, and continuous deployment.
Prior Experience and Skills Required:
- Minimum 10 years of experience in full-stack web development.
- Proven track record of leading development teams in delivering complex web applications.
- Expertise in front-end technologies (e.g., JavaScript, React.js, HTML5, CSS3) and back-end technologies (e.g., Node.js, Python, Java).
- Strong experience with database design and management (SQL and NoSQL).
- Proficiency in cloud technologies and services (AWS, Azure, GCP).
- Experience with containerization and orchestration technologies (Docker, Kubernetes).
- Familiarity with Agile methodologies and ability to adapt to changing priorities and deadlines.
- Excellent problem-solving, analytical, and technical troubleshooting skills.
Education:
- Bachelor’s or Master’s degree in Computer Science, Information Technology, or a related field.
Language Skills:
- Strong command of Business English, both verbal and written.
Other Skills:
- Strong leadership and team management skills.
- Excellent communication and interpersonal skills.
- High level of personal accountability and responsibility.
- Ability to think strategically and execute tactically.
Salary:
- Competitive, based on experience and market standards.
We are actively seeking a passionate Developer to lead the design, development, and implementation of cutting-edge software solutions. The ideal candidate will excel in crafting high-quality, innovative, and fully functional software while adhering to coding standards and technical design principles. As a Developer, you will be a key player in our development team, actively contributing to the creation of clean and efficient code.
Job Requirements:
- Proficiency in HTML/CSS, Javascript, Tailwind/ANTD
- Solid experience with Next.js
- Solid Knowledge of redux/redux form/saga
- Additional experience with React Native/JS is a significant plus
- PHP is must
Additional Skills (a plus):
- Docker, Kubernetes (KS8)
- AWS knowledge
Database & Caching:
- Strong understanding of MySQL, including SQL queries and eager loading
Version Control & Project Management:
- Proficiency in Bitbucket
- Familiarity with Jira
Responsibilities:As a Developer, you will be responsible for the following:
- Strict adherence to and suggestions for coding standards
- Staying updated on the latest industry trends, tools, and technological advancements
- Active participation in all phases of the development lifecycle
- Conceptualizing, developing, testing, and deploying software applications and features
- Crafting clean, concise, and efficient code
- Managing code documentation and version control
- Operating in an agile environment, consistently delivering software on a predefined schedule
- Efficiently troubleshooting and debugging software
- Participating in an on-call rotation to promptly address production issues
Job Description
Work location: Electronic City Ph-1, Bengaluru, Karnataka.
Shift timings: Rotational
Total experience required: 2- 6 yrs
SAP Concur L2 Technical Support:
- Responsible for the configuration of parameters and settings within SAP Concur’s Travel, Expense, and Invoice modules according to the overall design defined by the Functional Consultant.
- Manage third-party and Concur integrations (e.g., credit cards, direct reimbursement to employees, direct payments to vendors)
- Conduct initial testing of the product configurations.
- Employees of this position are assigned to project teams within an assigned customer and utilize a variety of various platforms.
- Incumbents collaborate with the Functional Consultants to ensure that the final system is according to business requirements.
- Individuals in this job position are competent to perform work at the highest technical level within one or more functional areas.
- They ensure that application functions are customized to meet business needs/processes and apply a broad knowledge of various technical skills to fulfill the same.
Skills
SAP CONCUR
Able to create test strategies, scenarios, test scripts, and reports for multiple projects of various sizes.
Able to test several pieces of software.
Knowledge of Automation tools, matrices
Validate that user expectations are achieved during the testing process.
Review user requirements documents to ensure that requirements are testable.
Create unit tests and validation procedures to assure quality
Detect identification and resolution and document technical specifications
Maintain code, fix bugs, and iron out occurring problems
Troubleshoot testing failures
Conduct regular software audits
Maintain working knowledge of quality standards
Create, review, and refine user experience documents
Document testing protocols
Assure accuracy of programs and software.
Have an interest in working in the gaming field
- Directly impact revenue generation
- Advise patients about the service through structured way.
- Understand patients profile & problems to explain the benefits
- Hand holding the patients throughout their journey










