Cutshort logo
Prescribe logo
Backend Engineer
Backend Engineer
Prescribe's logo

Backend Engineer

Amit Kumar's profile picture
Posted by Amit Kumar
2 - 5 yrs
₹12L - ₹15L / yr
Remote only
Skills
skill iconAmazon Web Services (AWS)
AWS CloudFormation
skill iconJavascript
ES6+
GraphQL
skill iconElastic Search

We are looking for a Backend Engineer at Prescribe You will be responsible for architecting and developing backend for the features being added in the mobile app. You will be joining a talented, collaborative team that is very passionate about solving this massive problem.

Location:

Work from Home

About Prescribe:

Prescribe (YC W21) is one of India's fastest-growing startups in the Healthcare sector, founded by IIT Madras alumni. We are building a D2C brand GetYara in the natural healthcare space.

Requirements and Responsibilities:

Below is a list of several skills required to deliver on responsibilities for this role:

  • Comfortable with AWS infrastructure.
  • Sound knowledge in JS ES6.
  • Great at problem-solving
  • Experience with Amplify and Cloud formation is a plus.
  • Bonus: Graphql, Elastic Search, SQL

Benefits

  • Work flexibility
  • Medical insurance
  • Work from Home
  • Stock Options based on performance

If you always thought of yourself as entrepreneurial, customer-obsessed, results-oriented, strategic yet execution-focused, hungry and passionate about technology, we have a dream opportunity to back yourself up.

Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About Prescribe

Founded :
2019
Type :
Products & Services
Size :
0-20
Stage :
Raised funding

About

👩🏻‍⚕️ We Provide Patient Friendly Digital Healthcare Solutions for Hospitals and Clinics in India-Affordable & Easy to setup | Start your telemedicine practice - Sign up now
Read more

Connect with the team

Profile picture
Amit Kumar
Profile picture
Basil Varghese

Company social profiles

angelbloginstagramlinkedinfacebook

Similar jobs

Unico Connect Private Limited
Mumbai
5 - 8 yrs
Best in industry
skill iconPython
Large Language Models (LLM)
Artificial Intelligence (AI)
Prompt engineering
LangGraph
+6 more

Senior AI Engineer

Code Generation, Agent Architecture & LLM Systems

📍 Mumbai (On-site) | Full-time | 5+ years


About the Role:

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Senior AI Engineer for a dedicated client engagement focused on building an AI-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code.

The mandatory requirement for this role is hands-on production experience shipping LLM-powered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage.


The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy.

You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.


Responsibilities:


Agent Architecture

Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions.

Make and revisit architectural decisions on single-agent vs. multi-agent designs, including planner/executor splits and dedicated build-repair sub-agents.


Code Generation Pipeline

Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit.

Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies.

Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.


Self-Repair Loop

Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation.

This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.


Context Management

Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval.

Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes.

Own token budgeting and prompt caching strategy.


Prompt Engineering as a Discipline

Own the system prompt and per-task prompt variants (new feature, bug fix, styling change).

Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites.

Version prompts like code with changelogs and rollback capability.


Evaluation and Quality Measurement

Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant.

Define regression gates that block quality-degrading changes from shipping.

Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time.

This responsibility is non-negotiable at this level.


Model Strategy and Cost

Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation.

Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection.

Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.


Safety and Reliability of Agent Behaviour

Defend against prompt injection from user content and fetched web content.

Ensure secrets never appear in generated client code.

Define what the agent's tools may and may not do in collaboration with the platform team.

Contribute to output moderation and abuse-pattern awareness.


Mentorship and Engineering Standards

Run code reviews, define engineering conventions for AI work, and raise the engineering bar across the AI team.

Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.


Requirements:


Hands-on Production Ownership of LLM-Powered Systems with Agent Architectures (Mandatory)

Must have personally shipped and operated at least one complex production AI system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost.

POCs, internal demos, and tutorial-grade work do not qualify.


5+ Years of Professional Software or AI Engineering Experience

With at least 3 years focused on LLM applications, AI engineering, or production AI systems.

Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.


Strong Python Proficiency and Service Development

Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging.

Not notebook-only.


Depth Across LLM APIs and Agent Systems

Production experience with at least two of OpenAI, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together).

Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, LlamaIndex Agents) or hand-rolled equivalent.

Hands-on with tool calling, structured outputs, and multi-step reasoning.


Demonstrated, Systematic Evaluation Practice - Non-Negotiable

Must have built evaluation harnesses that gate production releases, not ad-hoc testing.

Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval.

Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.


Cost Discipline for Production AI

Track record of measurable cost optimisation on production AI features.

Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.


AWS Working Knowledge

Hands-on with EC2, S3, IAM, and Docker.

Comfort with CI/CD workflows and deploying AI services.


Awareness of LLM Security Failure Modes

Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.


Nice to Have

  • Experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work
  • MCP server authoring
  • Open-source AI contributions
  • Published technical writing on LLM systems
  • Multi-modal model experience
  • Fine-tuning exposure (LoRA, QLoRA, PEFT)
Read more
Talent Pro
Mayank choudhary
Posted by Mayank choudhary
Bengaluru (Bangalore)
5 - 8 yrs
₹30L - ₹45L / yr
skill iconSpring Boot
Spring
Microservices
skill iconJava
skill iconAmazon Web Services (AWS)
+7 more

What we Require


We are recruiting technical experts with the following core skills and hands-on experience on


Mandatory skills : Core java, Microservices, AWS/Azure/GCP, Spring, Spring Boot

Hands on experience on : Kafka , Redis ,SQL, Docker, Kubernetes

Expert proficiency in designing both producer and consumer types of Rest services.

Expert proficiency in Unit testing and Code Quality tools.

Expert proficiency in ensuring code coverage.

Expert proficiency in understanding High-Level Design and translating that to Low-Level design

Hands-on experience working with no-SQL databases.

Experience working in an Agile development process - Scrum.

Experience working closely with engineers and software cultures.

Ability to think at a high level about product strategy and customer journeys.

Ability to produce low level design considering the paradigm that journeys will be extensible in the future and translate that into components that can be easily extended and reused.

Excellent communication skills to clearly articulate design decisions.

Read more
Gyaan AI Private Limited
at Gyaan AI Private Limited
2 candid answers
Arwa Virpurwala
Posted by Arwa Virpurwala
Pune
2 - 8 yrs
₹10L - ₹25L / yr
skill iconPython
Databases
skill iconDjango
Relational Database (RDBMS)
skill iconRedis
+1 more

About Gyaan:

Gyaan empowers Go-To-Market teams to ascend to new heights in their sales performance, unlocking boundless opportunities for growth. We're passionate about helping sales teams excel beyond expectations. Our pride lies in assembling an unparalleled team and crafting a crucial solution that becomes an indispensable tool for our users. With Gyaan, sales excellence becomes an attainable reality.


About the Job:

Gyaan is seeking an experienced backend developer with expertise in Python, Django, AWS, and Redis to join our dynamic team! As a backend developer, you will be responsible for building responsive and scalable applications using Python, Django, and associated technologies.


Required Qualifications:

  • 2+ years of hands-on experience programming in Python, Django
  • Good understanding of CI/CD tools (Github Action, Gitlab CI) in a SaaS environment.
  • Experience in building and running modern full-stack cloud applications using public cloud technologies such as AWS/
  • Proficiency with at least one relational database system like MySQL, Oracle, or PostgreSQL.
  • Experience with unit and integration testing.
  • Effective communication skills, both written and verbal, to convey complex problems across different levels of the organization and to customers.
  • Familiarity with Agile methodologies, software design lifecycle, and design patterns.
  • Detail-oriented mindset to identify and rectify errors in code or product development workflow.
  • Willingness to learn new technologies and concepts quickly, as the "cloud-native" field evolves rapidly.


Must Have Skills:

  • Python
  • Django Framework
  • AWS
  • Redis
  • Database Management


Qualifications:

  • Bachelor’s degree in Computer Science or equivalent experience.


If you are passionate about solving problems and have the required qualifications, we want to hear from you! You must be an excellent verbal and written communicator, enjoy collaborating with others, and welcome discussing a plan upfront. We offer a competitive salary, flexible work hours, and a dynamic work environment.


Read more
company logo
Agency job
via Recro by Sreha Prasad
Remote only
3 - 8 yrs
Best in industry
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
skill iconAmazon Web Services (AWS)
+3 more
  • 2.5+ year of experience in Development in JAVA technology.
  • Strong Java Basics
  • SpringBoot or Spring MVC
  • Experience in AWS.
  • Hands on experience on Relationl Databases (SQL query or Hibernate) + Mongo (JSON parsing)
  • Proficient in REST API development
  • Messaging Queue (RabitMQ or Kafka)
  • Microservices
  • Any Caching Mechanism
  • Good at problem solving


Good to Have Skills:


  • 2+ years of experience in using Java/J2EE tech stacks
  • Good understanding of data structures and algorithms.
  • Excellent analytical and problem solving skills.
  • Ability to work in a fast paced internet start-up environment.
  • Experience in technical mentorship/coaching is highly desirable.
  • Understanding of AI/ML algorithms is a plus.


Read more
Nagarro Software
at Nagarro Software
1 video
12 recruiters
Prabhu Singh
Posted by Prabhu Singh
Remote, Gurugram
4.5 - 10 yrs
Best in industry
skill iconNodeJS (Node.js)
skill iconExpress
skill iconDocker
skill iconJavascript
skill iconAmazon Web Services (AWS)

👋🏼We're Nagarro.

We are a Digital Product Engineering company that is scaling in a big way! We build products, services, and experiences that inspire, excite, and delight. We work at scale across all devices and digital mediums, and our people exist everywhere in the world (18000+ experts across 33 countries, to be exact). Our work culture is dynamic and non-hierarchical. We are looking for great new colleagues. That is where you come in!

 

Please find the job details below

Experience: 7.5-10 years

Must Have: Microservices architecture (MSA)- General Experience

 

 REQUIREMENTS:

 

  • Strong technical background with node.js, event loop understanding, unit testing, developing web application & APIs, event & stream, call-back & closures, promise, async/await, accessing file system, Optimization techniques
  • understanding of different components such as web server, storages, integrations
  • should have worked on designing and building server-side solutions (in any technology), build process of node.js, CI/CD process of node.js, multi-tasking (working on multiple things at same time)
  • Good knowledge of functional and Object-Oriented Programming
  • Implementing effective security protocols, data protection measures, and storage solutions.
  • Running diagnostic tests, repairing defects, and providing technical support.
  • Recommending and implementing improvements to processes and technologies.
  • Keeping informed of advancements in the field of Node.js development.
  • Familiarity with Azure pipeline
  • Should have experience in Identifying software application weaknesses and target areas and sketching out ideas for automated software test procedures. Reviewing software bug reports and highlighting problem areas.
  • Knowledge of high-quality professional software engineering practices for agile software development cycle, including coding standards, code reviews, source control management, build processes, testing, and deployment.
  • Fundamental knowledge of design patterns
  • Experience in communicating effectively with users, other technical teams, and management to collect requirements, describe software product features, and technical designs.
  • Mentoring the team members to meet the client's needs and holding them accountable for high standards of delivery.
  • Being able to understand and relate technology integration scenarios and be able to apply these learnings in complex troubleshooting scenarios.

  RESPONSIBILITIES:

  • Writing and reviewing great quality code
  • Understanding functional requirements thoroughly and analysing the client’s needs in the context of the project
  • Envisioning the overall solution for defined functional and non-functional requirements, and being able to define technologies, patterns, and frameworks to realize it.
  • Determining and implementing design methodologies and tool sets
  • Enabling application development by coordinating requirements, schedules, and activities.
  • Being able to lead/support UAT and production roll outs.
  • Creating, understanding, and validating WBS and estimated effort for given module/task, and being able to justify it.
  • Addressing issues promptly, responding positively to setbacks and challenges with a mindset of continuous improvement
  • Giving constructive feedback to the team members and setting clear expectations.
  • Helping the team in troubleshooting and resolving of complex bugs
  • Coming up with solutions to any issue that is raised during code/design review and being able to justify the decision taken.
  • Carrying out POCs to make sure that suggested design/technologies meet the requirements.
Read more
Intelligent Cloud Machine Platform
Intelligent Cloud Machine Platform
Agency job
via Unnati by Veena Salian
Bengaluru (Bangalore)
4 - 7 yrs
₹18L - ₹20L / yr
skill iconRuby
skill iconRuby on Rails (ROR)
skill iconPython
skill iconAngularJS (1.x)
Cucumber
+4 more
Work with a Globally recognised and preferred IT services company. Read on for more details.
 
Our client is a startup based out of Singapore, Australia and India. It develops highly efficient and scalable Ecommerce apps and websites for their clients. Their venture also provides 3D printing on demand, for their clients who want customised sheet manufacturing through cloud-based solutions. They have their office in Dehradun and plan to expand soon.
 
They aim to make the 3D printing available to manufacturing companies of tools, medical equipment, laser printing etc apart from diverse domains like NGOs, digital enterprises and platforms. The founder is a PhD from Pune Univ. specialising in Startup models and Manufacturing platforms, studied business from Swinburne Univ. and has handled multiple projects in manufacturing, technology and laser machines.
 
As a Senior Software Developer, you will develop web application using Ruby Rails and AngularJS and manage the Servers and Databases
 
What you will do:
  • Building scalable and large scale web applications, and creating flexible solutions and integrations with other applications
  • Independently drawing up milestones and ensuring completion as per the timelines
  • Solving complex technical problems
  • Researching, Learning and Implementing new functionalities and modules in other technologies (C++, Python, Javascript) and integrating them into the product in very quick cycles.
  • Keeping abreast of new developments in the technology as well as understanding the feature differences.
  • Comfortable working in an intensive start-up culture with tight delivery cycles

 

Desired Candidate Profile

What you need to have:
  • At least 1+ year experience in working with Ruby on Rails and minimum 4 years of experience with software development (Backend + Frontend)
  • Extensive knowledge in testing frameworks like Rspec/ Cucumber/ Capybara
  • Exposure to AngularJS a plus
  • Worked with Frontend HTML5/ CSS development and integrating with mySQL/ PostGres Database
  • Must have experience in creating flexible solutions and integrations with other applications
  • A strong knowledge of web coding standards, licensing and best practices
  • Must have experience in building scalable and large scale web applications
  • Ability to manage the Servers and Databases
Read more
NA
NA
Agency job
via Talent folks by Rijooshri Saikia
Bengaluru (Bangalore)
2 - 4 yrs
₹15L - ₹20L / yr
skill iconJava
JVM
skill iconPostgreSQL
Google Cloud Platform (GCP)
skill iconAmazon Web Services (AWS)
+8 more

Java Backend Engineer - Fintech Rocketship Pilot

 

Distributed systems, scalability, reliability, robustness, security, quality, building responsive real time systems - do these terms get your adrenaline high? Come be a part of a high growth, fast paced engineering team building for India’s new generation.


We have an open culture, you take responsibility and ownership of what you do. No bureaucracy. No bullsh*t.

If you are up for big engineering challenges, personal and professional growth, then let’s join forces!


You’ll fit right in if you have - 2-3 years of experience building, running and maintaining production services Strong with Java and JVM based services along with PostgreSQL Comfortable working with multiple cloud providers: mainly GCP and AWS Comfortable with CI and CD tools and best practices Done TDD and values TDD


Good to have –


Have written and maintained idiomatic code in Go or Rust Understand security aspects of building software and software systems
Engineering aptitude - Owns small features, starting from technical design through completion. Appreciates and participates in technical discussions, and values guidance and feedback. Does not need mentoring on a daily basis; makes steady progress by themselves, and knows when to ask for help to get unblocked. Comfortable with referencing technical specifications, API references, source code, and man pages to understand concepts or solve issues.
Design process - Understands the role and importance of design, can write good backend specifications Can communicate API specifications and design goals to the end consumers API
Code reviews - Understands the value of peer-reviewed code; learns how to be unbiased and provide effective feedback. Asks senior engineers for help when needed (e.g.: architecture decisions, refactoring)
Read more
LACH Tech Innovation
at LACH Tech Innovation
1 recruiter
LACH Tech Innovation
Posted by LACH Tech Innovation
Coimbatore
1 - 2 yrs
₹1.2L - ₹1.5L / yr
skill icon.NET
dotNet
phpMyAdmin
skill iconPHP
MySQL DBA
+4 more
  • Criteria : BCA / BSc/BE / BTech passouts
  • Experience Required : 1 to 2 Years (Freshers Do Not Apply)
  • Candidates should be ready to learn (Low-Code .NET based platform)
  • Looking for immediate joiners only
Read more
HappLabs Software LLP
at HappLabs Software LLP
6 recruiters
Shruti Kulkarni
Posted by Shruti Kulkarni
Bengaluru (Bangalore)
2 - 3 yrs
₹4L - ₹5L / yr
MySQL
MVC Framework
skill iconJavascript
skill iconPHP
skill iconPython
+3 more
Job brief: We are looking for a experienced Full Stack Developer who possesses a passion for pushing Web technologies to the limits. This developer will work with our team of talented engineers to design and build the next generation of Web applications. Works closely with other app development and technical teams. Tech Stack : PHP, HTML, CSS, JAVASCRIPT, AJAX, REST API, JQUERY, POSTGRESQL, MYSQL, MVC FRAMEWORK. Responsibilities: ● Design and build advanced applications ● Work with outside data sources and APIs ● Unit-test code for robustness, including edge cases, usability, and general reliability ● Work on bug fixing and improving application performance ● Continuously discover, evaluate, and implement new technologies to maximize development efficiency ● Building reusable code and libraries for future use ● Optimization of the application for maximum speed and scalability ● Implementation of security and data protection ● Able to understand and create Documentation according to Client requirement. Requirements: ● Ability to write clean, commented and maintainable code. ● Proven track record in designing, architecting, developing enterprise class products and solutions. ● Good understanding of MVC frameworks. ● Good understanding of front-end technologies and platforms, such as JavaScript, HTML5, and CSS3. ● Desired experience in PHP. ● Understanding accessibility and security compliance. ● User authentication and authorization between multiple systems, servers, and environments. ● Integration of multiple data sources and databases into one system. ● Management of hosting environment, including database administration and scaling an application to support load changes. ● Data migration, transformation, and scripting. ● Understanding differences between multiple delivery platforms such as mobile vs desktop, and optimizing output to match the specific platform. ● Implementing automated testing platforms and unit tests. ● Proficient knowledge of a back-end programming language. ● Proficient understanding of code versioning tools, such as Git. ● Proficient understanding of OWASP security principles. ● Proper understanding of OOPS concepts. ● Creating database schemas that represent and support business processes. ● Understanding of startup culture. ● Good team player, Quick learner.
Read more
Artificial Learning Systems
at Artificial Learning Systems
1 video
3 recruiters
Bindu Varma
Posted by Bindu Varma
Bengaluru (Bangalore)
5 - 8 yrs
₹5L - ₹24L / yr
skill iconPython
skill iconJavascript
skill iconHTML/CSS
skill iconjQuery
RESTful APIs
+3 more
Artificial Learning Systems India Pvt. Ltd. is looking for an exceptional Technical Lead who will work with the engineering team and will have a good background in, and understanding of, software systems, and one who has the ability to work closely with the rest of the Engineering team from the early stages of design all the way through identifying and resolving production issues. Candidate Profile: The ideal candidate will be passionate about this role which involves deep knowledge of both the application and the product, and he/she will also believe that automation is key to operating large-scale systems. She/he should have created and led an application development from scratch. Should have good scaling experience of DB. Education: BE/B.Tech. from reputed College Technical skills required: • 5+ years’ experience as a backend web developer in Python • Software design skills in product development • Strong understanding of the 3 key areas of web application architecture server backend, frontend presentation (HTML, CSS) and interactive web (JavaScript and jQuery) • Proficiency in a modern open-source NoSQL database, preferably Cassandra • Proficient in HTTP protocol, REST APIs, JSON • Ability to do database design and modeling • Experience with Flask (Must have) Django (Good to have) • Experience with Gunicorn, Celery, RabbitMQ • Experience in AWS
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
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
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos