Cutshort logo
India’s largest omnichannel platform and multi-platform logo
SDE2 / SDE 3 - Python
India’s largest omnichannel platform and multi-platform
Talent Stock solutions's logo

SDE2 / SDE 3 - Python

at India’s largest omnichannel platform and multi-platform

3 - 7 yrs
₹30L - ₹50L / yr
Mumbai, Noida, Bengaluru (Bangalore)
Skills
skill iconPython
skill iconDjango
PythonAnywhere
skill iconAmazon Web Services (AWS)
skill iconMongoDB
skill iconRedis
MySQL

What will you be doing

    • Build scalable and loosely coupled services to extend our platform
    • Build bulletproof API integrations with third-party APIs for various use cases
    • Evolve our Infrastructure and add a few more nines to our overall availability
    • Have full autonomy and own your code, and decide on the technologies and tools to deliver as well as operate large-scale applications on AWS
    • Give back to the open-source community through contributions to code and blog posts
    • This is a startup so everything can change as we experiment with more product improvements

About you

    • Relevant Experience: Minimum 6+ Years
    • You have prior experience developing and working on consumer-facing web/app products
    • Hands-on experience in Python. Exceptions can be made if you’re really good at any other language with experience in building web/app-based tech products
    • Experience in at least one of the following frameworks - Django, Flask, Falcon, web2py, Twisted, Tornado
    • Working knowledge of MySQL, MongoDB, Redis
    • Good understanding of Data Structures, Algorithms, and Operating Systems
    • You've worked with core AWS services in the past and have experience with EC2, ELB, AutoScaling, CloudFront, S3
    • You can dabble in Frontend codebases using HTML, CSS, and Javascript
    • You love doing things efficiently.The works you will have a disproportionate impact on the business. We believe in systems and processes that let us scale our impact to be larger than ourselves
    • You might not have experience with all the tools that we use but you can learn those given the guidance and resources
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

Similar jobs

ainxt technovations private limited
thane mumbai
3 - 5 yrs
₹2L - ₹8L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
AWS Lambda

We are looking for a talented Node.js + MySQL developer to join our dynamic team. As a Node.js + MySQL developer, you will be responsible for designing, implementing, and maintaining scalable and efficient serverless applications, primarily using Node.js and MySQL.

 

Responsibilities For Node Developer:

1. Develop server-side applications using Node.js, Express.js, DynamoDB ,SQL and MySQL.

2. Design and implement RESTful APIs for various client applications.

3. Optimize application performance by implementing efficient database queries and caching mechanisms.

4. Collaborate with front-end developers to integrate user-facing elements with server-side logic.

5. Implement security and data protection measures.

6. Conduct code reviews and ensure code quality and adherence to coding standards.

7. Troubleshoot and debug issues that arise during development, testing, and production.

8. Stay updated on emerging technologies and trends in server-side development.

9. Stay updated on serverless architecture.

10.  Should have experience on serverless architecture.

11. Should have experience on AWS – lambda, eventbridge, layers, sqs, sns, api gateway, amplifier, cloud formation, websocket etc.

 

Read more
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
provides mobile engagement solutions
provides mobile engagement solutions
Agency job
via Qrata by Blessy Fernandes
Ahmedabad
4 - 8 yrs
₹16L - ₹19L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
MySQL
skill iconAmazon Web Services (AWS)

Required Skills

  • 4-6 years of professional experience building server applications with Node.js and the Spring framework.
  • Experience working with the AWS Development stack, including: Lambda, API Gateway, DynamoDB, Cognito, Mobile Analytics, EC2 and RDS

Experience working with a handful of the following:

  • relational databases: MySQL, or PostgreSQL or Oracle
  • document-based data stores: MongoDB or CouchDB,
  • key-value stores: DynamoDB, Redis, Memcached
  • column-stores: Cassandra, Vertica
  • Ability to work with front-end web technologies, like: HTML5/CSS3/Angular/Bootstrap
  • Strong familiarity with *nix command line operations
Read more
Wissen Technology
at Wissen Technology
4 recruiters
Vijayalakshmi Selvaraj
Posted by Vijayalakshmi Selvaraj
Hyderabad
5 - 10 yrs
Best in industry
SQL
skill iconAmazon Web Services (AWS)
ETL
Windows Azure
Snow flake schema

Responsibilities include:  

  • Develop and maintain data validation logic in our proprietary Control Framework tool 
  • Actively participate in business requirement elaboration and functional design sessions to develop an understanding of our Operational teams’ analytical needs, key data flows and sources 
  • Assist Operational teams in the buildout of Checklists and event monitoring workflows within our Enterprise Control Framework platform 
  • Build effective working relationships with Operational users, Reporting and IT development teams and business partners across the organization 
  • Conduct interviews, generate user stories, develop scenarios and workflow analyses  
  • Contribute to the definition of reporting solutions that empower Operational teams to make immediate decisions as to the best course of action 
  • Perform some business user acceptance testing 
  • Provide production support and troubleshooting for existing operational dashboards  
  • Conduct regular demos and training of new features for the stakeholder community 



Qualifications  

  • Bachelor’s degree or equivalent in Business, Accounting, Finance, MIS, Information Technology or related field of study 
  • Minimum 5 years’ of SQL required 
  • Experience querying data on cloud platforms (AWS/ Azure/ Snowflake) required 
  • Exceptional problem solving and analytical skills, attention to detail and organization 
  • Able to independently troubleshoot and gather supporting evidence  
  • Prior experience developing within a BI reporting tool (e.g. Spotfire, Tableau, Looker, Information Builders) a plus  
  • Database Management and ETL development experience a plus 
  • Self-motivated, self-assured, and self-managed  
  • Able to multi-task to meet time-driven goals  
  • Asset management experience, including investment operation a plus 



Read more
Techforce Infotech Pvt Ltd
Ahmedabad
3 - 5 yrs
₹4L - ₹8L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
JSP
+9 more

 

Job description:

  • Develop, implement, and maintain Java application phases, code, and software
  • Work as part of a software development team
  • Contributing to all phases of the development lifecycle
  • Write well-designed, testable, efficient code per specifications and test to ensure designs are in compliance with the specifications
  • Analyze user requirements to determine how to translate into Java
  • Debug and resolve technical issues
  • Develop documentation to track

 

Technical Skill (Must have)

  • Java, JSP-Servlets, Spring MVC, Sprint REST, Spring Boot
  • Hibernate, Unit testing framework i.e., JUnit
  • SQL, Database i.e MySQL, Oracle
  • Cloud computing platform understanding i.e., AWS
  • Project Management tools like Jira, Mantis
  • Source-Code Control System (GIT, SVN)
  • Web services
  • Agile Methodology
  • Web/Application Servers i.e., Tomcat

Employee perks & benefits:

  • 5 days a week work culture 
  • Health insurance (for employees and family) 
  • Performance awards and rewards 
  • Flexible work hours
Read more
HelloAR
at HelloAR
1 recruiter
Jobs H
Posted by Jobs H
Bengaluru (Bangalore)
1 - 2 yrs
Best in industry
skill iconPython
skill iconAmazon Web Services (AWS)
RESTful APIs
skill iconFlask
skill iconMongoDB
+2 more

Role Responsibilities:

  • Development and Maintenance of REST APIs: Lead the creation and management of our RESTful APIs, ensuring top-notch performance and alignment with evolving requirements.
  • Proficiency in Coding: We're in search of expertise in Python or equivalent programming languages. Your coding skills will play a pivotal role in delivering high-quality (efficient, reusable, testable, and scalable) solutions.
  • Unit and Integration Testing: Apply your expertise to craft unit and integration tests, upholding code quality and reliability.
  • Version Control Systems: Proficiency in Distributed Version Control Systems is vital for seamless collaboration during development.
  • Elasticsearch Expertise: Having valuable experience with Elasticsearch is a plus, given its critical role in data retrieval and search functionalities.
  • NOSQL Database Familiarity: Knowledge of NOSQL databases like Cassandra and MongoDB will be advantageous.
  • Message Broker Knowledge: Understanding message brokers, especially RabbitMQ, is beneficial for effective communication within our systems.

Desired Qualifications:

  • Experience: 1-2 years of hands-on experience as a Python developer.
  • AWS: Proficiency in AWS cloud management and architecting enterprise data solutions.
  • Pragmatic Problem-Solving: Recognize when a solution should be streamlined and when creating the right abstraction will lead to long-term efficiency gains.
  • Passion for Quality: Demonstrate dedication to producing work of the highest quality and following best practices.
  • Agile/Lean Process: Familiarity with Agile/Lean methodologies is a plus, reflecting your adaptability and collaborative spirit.
  • Startup Mindset: Embrace the challenges and opportunities of a startup environment, contributing your skills and insights to our growth.
  • Debugging and Optimization: Showcase excellent debugging and optimization capabilities to enhance system performance.
  • Tech Awareness: Stay updated on emerging technologies and possess a solid understanding of the full product development life cycle.
  • UX and Information Architecture: Exhibit excellent knowledge of mobile user experience, information architecture, and industry trends.
Read more
EQS Group AG
at EQS Group AG
1 recruiter
Gopika PK
Posted by Gopika PK
Remote only
5 - 10 yrs
₹15L - ₹25L / yr
skill iconNodeJS (Node.js)
skill iconExpress
TypeScript
GraphQL
RESTful APIs
+4 more


Permanent employee, Full-time · Bangalore(Remote)
YOUR RESPONSIBILITIES

You will play a crucial role in reinforcing our Backend Team with knowledge and experience. You will work in Risk Manager team and develop from scratch a completely new application for our growing product, the Corporate Compliance Cockpit (CC Cockpit). The Risk Manager provides the ability to effectively manage risks in your organization to compliance managers and officers. It is embedded into the CC Cockpit - a full featured corporate compliance solution with several other applications and services composed together as micro frontends with Angular.

You will:

  • Work with a cross-functional team of engineers to architect, develop, deploy and operate services in a micro-services environment both in backend and front-end. You’ll own your team’s services end-to-end.
  • Build scalable and highly available services, always pushing to the next 9 in availability.
  • Ensure your service is well tested, architected, and meets your team's coding standards. You’ll drive observability topics such as logging, monitoring, and alerting.
  • Support the continual improvement of your more junior teammates via mentoring, pair programming, and code review.

WHAT YOU NEED TO SUCCEED

  • Extensive experience with NodeJS and TypeScript (Express is a plus).
  • You are comfortable with the ins and outs of NodeJS from libraries and debugging tools to asynchronous code execution, caching and performance tweaking
  • Experience in designing REST or GraphQL APIs
  • A passion for shipping. Bonus points for Trunk Based Development. CI/CD is your default. Putting code live every day is standard practice.
  • Architecture skills – Both code and infrastructure. SOLID and DDD are exciting to you.
  • Database performance and optimization skills, especially in MySQL. You can walk us through all the steps in a large query and tell us in which order they are executed and how to optimize the execution path. Explain is your friend.
  • Excellent communication skills (in English). You can naturally work with people from different backgrounds, both technical and non-technical. You are comfortable defending your ideas and challenging others. People enjoy working and debating with you.

What will help you start faster (nice to have):

  • Knowhow in frontend development (Angular would be a double plus)
  • CI/CD (Jenkins or Gitlab CI)
  • Practical experience in test-driven-development (e.g. using Mocha)

WHAT YOU CAN EXPECT FROM US

We are offering you the prospect of working for a young and dynamic company with an attractive and performance-related salary.
 With a high degree of independence and creativity within a stable group of companies, characterized by its German roots and steady, sustainable growth, an established player in the European Market, we stand for Corporate Transparency and we uphold transparency as one of our core values. We highly value our working culture, no matter where in the world our offices are.
 Excellent team spirit and the satisfaction of collectively earned success characterize our working climate.
 You will join our Risk Manager Team. Our IR (investor relations) and CC COCKPIT team is highly diverse, we are looking for someone who feels safe in dealing with a high level of autonomy, and a fast-paced working style, while still working for a global player, like EQS is.
 The usual perks apply:
 
  

  • Remote work
  • Flexible Working Time 
  • DevCamps
  • Hackathons
  • Company Event
  • Training & Development
 

ABOUT US

EQS Group is a leading international provider of regulatory technology (RegTech) in the fields of corporate compliance and investor relations. In working with EQS Group, thousands of companies worldwide inspire trust by fulfilling complex national and international disclosure obligations, minimizing risks and communicating transparently with stakeholders.

EQS Group’s products are pooled in the cloud-based software EQS COCKPIT. They ensure the professional control of compliance workflows in the fields of whistleblower protection and case management, policy management, insider list management and disclosure obligations. In addition, listed companies benefit from a global newswire, investor targeting and contact management, IR websites, digital reports and webcasts for efficient and secure investor communications.

EQS Group was founded in 2000 in Munich, Germany. Today the group employs more than ​550 professionals and has offices in the world’s key financial markets.
Read more
Flatworld Solutions
at Flatworld Solutions
1 video
5 recruiters
Ebin Chacko
Posted by Ebin Chacko
Bengaluru (Bangalore)
5 - 7 yrs
₹7L - ₹10L / yr
skill iconPHP
MySQL
MVC Framework
Content Management System (CMS)
skill iconHTML/CSS
+1 more
  • 5+ years PHP development experience required with PHP, MVC, CMS, HTML, CSS, AJAX, MySQL
  • Development
    • PHP, MVC Architecture
    • Hands-on experience in any of the php frameworks (Laravel / Cakephp / Yii / Codeignitor / Zend)
    • Hands-on experience in RESTful API design and development
    • HTML, CSS, JavaScript, Ajax, Jquery

 

  • Databases
    • Must be able to design and manage the database using MySQL
    • Strong knowledge on MySQL queries and optimization

 

  • Version Control System
    • Bitbucket or GitHub Source Control

 

  • Excellent written and verbal communication
  • Flexible, team player, “get-it-done” personality
  • Design, Develop, Implement, Test, Document and Maintain high quality Web Application Software
  • Ability to work in a rapidly changing environment
  • Ability to multi-task and context-switch effectively between different activities and teams
Read more
Upskillist
Bengaluru (Bangalore)
8 - 15 yrs
₹30L - ₹35L / yr
skill iconNodeJS (Node.js)
skill iconPython
skill iconGo Programming (Golang)
skill iconAmazon Web Services (AWS)
skill iconMongoDB
+1 more

Responsibilities:

  • Resolve complex technical issues and make design decisions to meet the critical requirements of scalable, highly available, multi-tenant enablement of services in the cloud.
  • Independently investigate, present options, review and implement completely new functionality OR re-architect an existing solution to meet growing needs
  • You will work closely with other development teams, product management, UX, and QA to define and implement a new product offering while ensuring continued functionality.
  • Work with various external (application) teams to integrate with the product and help guide the integration.
  • You will implement solutions that include database schema, business logic, and some presentation layer work.
  • You will use existing methods and best practices in the software industry to create features and platforms with the highest levels of security, reliability, efficiency, and scalability.
  • Experience mentoring senior developers.

 

Requirements:

  • 8+ years of experience in software development experience with a proven track record of making technical decisions
  • 8+ years of experience in coding in more than one programming language, e.g. Python, GoLang, node.js, etc
  • Intimate working understanding of modern web applications from the database to browser
  • Intimate understanding of MongoDB and extensive experience with database-driven applications
  • Great problem-solving skills and ability to abstract functional requirements
  • Excellent communicator in both technical and non-technical contexts
  • Experience designing and improving complex software applications
  • Experience coaching and mentoring developers at various levels of experience
  • You have a sound understanding of programming fundamentals & their application to highly scalable web-based systems.
  • You have successfully led a small agile team.
Read more
Pion Global Solutions LTD
Anudeep G
Posted by Anudeep G
Chennai
4 - 10 yrs
₹8L - ₹20L / yr
skill iconPython
skill iconDjango
skill iconJava
skill iconJavascript
Experience in developing commercial software using Python, Java script, or Java.  Working knowledge of object-oriented programming and/or functional programming paradigms.  Good understanding of Algorithms and Data Structures.  Should have valid US B1 Visa, and be willing to travel in a weeks’ time to US  Expected to be in US for a week for the training;  Experience: 4 – 8 years
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