Cutshort logo
J&F cover picture
Founded :
2024
Type :
Services
Size :
0-20
Stage :
Bootstrapped

About

At J&F, we are a globally established engineering consultancy with over 500 engineers and detailers across five countries, delivering high-quality engineering solutions for buildings and infrastructure projects. We specialize in BIM-enabled Structural and MEP engineering, combining deep technical expertise with digital innovation to help clients execute complex projects efficiently, accurately, and at scale.

Through our two core business lines—Virtual Technical Office and End-to-End Engineering Solutions—we provide tailored engineering support as well as fully integrated project planning and supervision. By partnering closely with our clients, we deliver sustainable, cost-effective, and technology-driven solutions across a wide range of sectors, ensuring engineering excellence throughout every stage of the project lifecycle.

Read more

Company social profiles

bloglinkedin

Jobs at J&F

J&F
at J&F
Hema V
Posted by Hema V
Remote, Bengaluru (Bangalore), Noida, Chennai
3 - 10 yrs
Best in industry
Generative AI
LangGraph
ETL
databricks
Retrieval Augmented Generation (RAG)
+1 more

Role Summary

We are hiring a Data Engineer / ML Data Pipeline Engineer to build and operate the data backbone of the Enterprise AI platform:

 

What You'll Own

  • Ingestion & ETL/ELT pipelines for heterogeneous project folders (PDF drawings, SVG files, IFC models, BBS.json bar-bending-schedule data, Excel exports, and AI agent output JSON).
  • AWS-based data architecture: S3 raw/staging/curated/outputs structuring, partitioning, versioning, and lifecycle management; querying via Athena/Glue and warehousing via Redshift or Snowflake as needed.
  • Data validation frameworks: GUID cross-referencing between SVG and BBS data, schema enforcement, duplicate/orphan detection, reference integrity checks, and structured validation reporting.
  • Agent run logging & observability: designing the database schema and pipelines that track every AI agent run (inputs, outputs, status, errors, cost, retries, reviewer feedback).
  • AI Factory monitoring dashboards: operational dashboards (failure rates, retries, latency, data quality) and business dashboards (throughput, cost per run, rework rate) for Power BI/QuickSight or equivalent.
  • ML data pipeline support: dataset preparation, labeling/annotation workflows, human-in-the-loop review tooling, and dataset versioning for models that classify or QC drawing issues.
  • APIs: designing and building FastAPI/Flask endpoints to trigger validation runs and expose agent processing status to internal tools.
  • Data quality & testing discipline: idempotent pipelines, quarantine/reject handling, regression and reconciliation testing, and root-cause debugging when pipelines or query performance degrade in production.

Key Skills — Non-Negotiable (Must-Have, Strong Level)

  • Python — production-grade scripting: file/folder handling, JSON/schema processing, clean error handling, not just notebook-level scripting.
  • SQL — strong hands-on ability, including GROUP BY/HAVING for duplicate detection, window functions, and daily aggregate/rate calculations (e.g., success-rate queries).
  • AWS S3 data handling — practical experience structuring buckets for raw/staging/curated data, versioning, and avoiding overwrite issues at scale.
  • Data validation — demonstrable experience building validation logic (set comparisons, duplicate/missing detection, structured pass/fail reporting), not just "I write assertions."
  • ETL/ELT pipeline design — end-to-end ownership of at least one pipeline: source → transform → storage → validation → monitoring → business outcome, with clear articulation of what they personally built.
  • Query/warehouse engine judgment — working knowledge of when to use Athena vs. Redshift vs. Snowflake (or equivalent), partitioning, clustering, sort/distribution keys, and storage format trade-offs (Parquet vs. JSON vs. CSV).

Key Skills — Good to Have

  • Dashboarding — Power BI / QuickSight (or equivalent) fact/dimension table design, KPI cards, drill-downs; medium-to-strong level is a plus but trainable.
  • FastAPI / Flask — building real endpoints with request/response schemas and basic error handling; especially valuable for validation-trigger and agent-status APIs.
  • ML data pipeline experience — dataset labeling, annotation platform design, train/test/validation splitting, dataset versioning; strong on the pipeline/data side rather than model training itself.
  • Human-in-the-loop / review tooling — experience building or contributing to browser-based labeling/review platforms (session persistence, label schema, export formats).
  • Large-scale metadata querying — experience making file discovery fast across large volumes (1,000+ projects, thousands of files each) via metadata index tables, event-based ingestion, or catalog tools like AWS Glue.
Read more
J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

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.


Read more
J&F
at J&F
Hema V
Posted by Hema V
Remote, Gurugram, Noida, Bengaluru (Bangalore), Chennai
3 - 8 yrs
₹20L - ₹50L / yr
Multi-agent Systems
CrewAI
LangChain
Retrieval Augmented Generation (RAG)
LoRA / QLoRA
+2 more

KEY RESPONSIBILITIES:

•Build agents with persistent context & memory

•Design self-learning feedback loops

•Implement RAG pipelines for domain knowledge

•Manage conversation state & orchestration

•Integrate with LLM APIs (OpenAI, Claude, open-source)

Iterate fast — ship daily, measure weekly


MUST-HAVE SKILLS

•Python / TypeScript proficiency

•LangChain, CrewAI, AutoGen or custom frameworks

•Experience with vector DBs (Pinecone, Weaviate, Qdrant)

•Prompt engineering & evaluation pipelines

•Understanding of agent architectures (ReAct, tool-use)

Git, CI/CD, containerization basics

Read more
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo

Similar companies

IT Path Solutions cover picture
IT Path Solutions's logo

IT Path Solutions

https://itpathsolutions.com
Founded
2012
Type
Services
Size
100-1000
Stage
Profitable

About the company

IT Path Solutions is the best in providing top software development, web & mobile app development company in USA, UK, Australia and india. We help to improve your profitability and reduce cost of operation.

Jobs

1

Oracle cloud cover picture
Oracle cloud's logo

Oracle cloud

https://oracle.com
Founded
1977
Type
Product
Size
Stage
Profitable

About the company

Oracle Cloud is a cloud computing service offered by Oracle Corporation providing servers, storage, network, applications and services through a global network of Oracle Corporation managed data centers. The company allows these services to be provisioned on demand over the Internet.

Jobs

5

HyrHub cover picture
HyrHub's logo

HyrHub

https://mastcareers.com
Founded
2015
Type
Services
Size
0-10
Stage
Bootstrapped

About the company

Hyrhub was founded in 2014, who after creating success stories in various startups, realised that hiring niche talent is still a problem faced by many companies. Despite witnessing transformation in the HR space over the past few years,  noticed that firms, especially startups spend a large portion of their time and capital in searching for the right talent as it’s a critical component of its success and often neglected, in the midst of all the innovation.Hyrhub started out as an exclusive search tool to hire tech talent, and later progressed to other domains. Our core belief is that no company should be devoid of people who are passionate, innovative and focussed on both creation and delivery.

Jobs

22

TVL MEDIA cover picture
TVL MEDIA's logo

TVL MEDIA

https://tvlmedia.in
Founded
2020
Type
Services
Size
Stage
Bootstrapped

About the company

TVL Media stands as a testament to the power of vision, innovation, and hard work. Our story is one of transformation and growth, fueled by a passion for helping businesses succeed in an ever-evolving digital world. As we look to the future, we remain committed to pushing the boundaries of what’s possible and empowering our clients to achieve their fullest potential.

Jobs

13

Pendo cover picture
Pendo's logo

Pendo

https://chisellabs.com
Founded
2013
Type
Product
Size
1000-5000
Stage
Profitable

About the company

About Pendo

Pendo is a leading product experience and software analytics platform that helps companies understand how users interact with their software and improve those experiences. It operates in the product analytics and digital adoption space, enabling organizations to combine analytics, in-app guidance, and user feedback in one unified platform.


Pendo – Key Highlights

  • Founded in 2013, headquartered in Raleigh, North Carolina
  • Serves 14,000+ companies globally
  • Processes 20B+ daily events and supports 1B+ users
  • 850+ employees across global offices
  • Raised $350M+ total funding from investors like General Atlantic, Tiger Global, and Sapphire Ventures


Chisel was acquired by Pendo in 2026, marking a key milestone in its journey. The acquisition strengthens Pendo’s push into AI-driven product experience, with Chisel’s agentic capabilities becoming a core part of Pendo’s broader platform vision.


Chisel Labs is an AI-powered product management platform built to help product teams move faster and make better decisions. It operates in the product management and AI SaaS space, bringing feedback, roadmapping, and documentation into a unified system of record.


At its core, Chisel functions as an AI PM Agent, automating workflows like PRDs, research, and feedback analysis - allowing teams to focus on strategy, prioritization, and product outcomes.


About Chisel

Chisel is a lean, globally distributed team with presence across the US and India. The team operates at the intersection of AI, product management, and enterprise SaaS, with a strong emphasis on ownership, speed, and building for real-world product teams at scale. Post-acquisition, the team is now part of Pendo’s broader organization.


🏆 Milestones

  • Founded in the early 2020s as a next-gen product management platform
  • Built one of the early AI-native PM agents for automating product workflows
  • Grew adoption across global teams with integrations like Jira, Salesforce, and Zendesk
  • Achieved strong product recognition across PM tooling ecosystems
  • Acquired by Pendo (2026) to accelerate AI innovation in product experience

Jobs

7

Cutshort Lightning cover picture
Cutshort Lightning's logo

Cutshort Lightning

https://cutshort.io
Founded
2023
Type
Services
Size
10-50
Stage
Bootstrapped

About the company

Jobs

10

Enan Tech Private Limited cover picture
Enan Tech Private Limited's logo

Enan Tech Private Limited

https://wowpe.in/homepage
Founded
2023
Type
Product
Size
20-100
Stage
Bootstrapped

About the company

Jobs

3

Cere Labs  cover picture
Cere Labs 's logo

Cere Labs

https://cerelabs.com
Founded
2015
Type
Products & Services
Size
0-20
Stage
Raised funding

About the company

Jobs

1

Vahan.ai cover picture
Vahan.ai's logo

Vahan.ai

https://vahan.co
Founded
2016
Type
Product
Size
100-500
Stage
Raised funding

About the company

Vahan is a pioneering AI-powered recruitment platform founded in 2016, dedicated to transforming how businesses hire blue and grey-collar workers in India. Based in Bengaluru, the company has developed an innovative AI chatbot technology that efficiently connects job seekers with leading employers like Zomato, Swiggy, Flipkart, and Uber.


What sets Vahan apart is its impressive reach across 480+ cities in India and its ability to tap into a massive workforce of 300M+ blue-collar workers. Backed by prestigious investors including Y Combinator, Khosla Ventures, and Airtel, the company has raised significant funding, including a recent $10M Series B round in 2024. Vahan's technology-driven approach has revolutionized traditional hiring processes, making it faster and more efficient for businesses to scale their workforce while simultaneously creating better employment opportunities for India's massive blue-collar workforce.

Jobs

0

Founded
2020
Type
Products & Services
Size
0-20
Stage
Bootstrapped

About the company

PaySpin routes payments across multiple gateways and banks for higher success rates, instant payouts, UPI collections, and unified reconciliation.

Jobs

1

Want to work at J&F?
J&F's logo
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs