Cutshort logo
https://www.pay1.in/ logo
Strategic Alliances
https://www.pay1.in/'s logo

Strategic Alliances

Aishwarya Patil's profile picture
Posted by Aishwarya Patil
0 - 3 yrs
₹2L - ₹3L / yr
Mumbai
Skills
Strategic alliance
Business Development
Partnership and Alliances
Alliance management
Business partnership
Corporate Communications

Company Profile:  

 

"Founded in 2012, Pay1 empowers neighbourhood retail businesses & micro-entrepreneurs by adding revenues streams and providing them access to new products, credit and technology. With a network of 300k+ merchants spread across 350+ cities in India, Pay1 is at the forefront of combining retail, finance, travel and consumer technology to create an integrated business ecosystem unique to the Indian markets. 

 

The platform has a wide array of distinguished services such as Digital Payments, Banking Services, Travel Booking Services, Financial services (MFs. Insurance, loans, gold investments), Remittances, Recharges, Bill Payments, B2B commerce and many more. The diverse selections of services provide our merchant network with immense growth opportunities that have been previously unexplored in the Indian retail scenario."

 

Job Description:

 

  • Establish strategic tie ups with the large & medium size merchant aggregators for the enablement of Digital Lending services offered.
  • Create value proposition, pitch presentation and designing SLA for business partnerships
  • On boarding new partners and be an interface between internal teams and partner for system and process support
  • Commercial and Contract Negotiations with prospective business partners and structuring financial proposals with best-value proposition
  • Key Account Management with Merchant Aggregators for New Business Opportunities / Enhancements
  • Suggest measures / solutions for tapping opportunities like product customization/ innovation.
  • Keep abreast of the Digital Lending landscape, competitors and business needs.
  • Issue resolution in relation to Digital Lending product related issues with Partners    
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 https://www.pay1.in/

Founded :
2012
Type :
Products & Services
Size :
100-1000
Stage :
Profitable

About

One shop multiple services. Download Pay1 app and provide services such as recharges, bill payments, money transfer, insurance, aadhar payments and many more. Download Pay1 Merchant & Pay1 Digi Apps Now.
Read more

Connect with the team

Profile picture
Aishwarya Patil

Company social profiles

bloglinkedintwitterfacebook

Similar jobs

Unico Connect Private Limited
Mumbai
4 - 8 yrs
Best in industry
MLOps
LangGraph
Open Telemetry
LLMOps
skill iconAmazon Web Services (AWS)
+5 more

Senior MLOps Engineer

LLM Operations, Observability & Eval Infrastructure

📍 Mumbai (On-site) | Full-time | 5-7 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 MLOps Engineer for a dedicated client engagement focused on building an AI-powered application builder platform. The platform consumes LLMs at scale through provider APIs.

This role owns the operational discipline around production LLM consumption - increasingly called LLMOps - covering observability, evaluation infrastructure, model lifecycle, cost operations, prompt deployment, and agent run reliability.


The mandatory requirement is hands-on production experience operating LLM-backed systems, with a strong DevOps or SRE foundation. This is not a model training or ML science role.

The work is making the system around the AI engineer's designs observable, controlled, reliable, and economically accountable. You will pair daily with the Senior AI Engineer, who designs prompts, evals, and agent behaviour - you operationalise those systems for production.

A typical week includes a tracing audit on a degraded agent run, an eval pipeline build for a new model release, a cost attribution review, and a staged prompt rollout.


Responsibilities:


Observability and Tracing

Build and own end-to-end tracing for agent runs: every prompt, response, tool call, token count, latency, and cost, linked to user session and project.

Stand up and operate LLM observability tooling (Langfuse, LangSmith, Braintrust, or Arize Phoenix).

Make debugging a single bad agent run among thousands a routine workflow through searchable traces, failure taxonomies, and dashboards segmented by task type.


Evaluation Infrastructure as a Production System

Operationalise the eval suite designed by the Senior AI Engineer: automated execution in CI on every prompt or model change, with results stored and trended over time.

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

Build production sampling to continuously score a sample of real agent runs and catch quality drift that offline evals miss.


Model Lifecycle Management

Pin model versions, never "latest".

Own the upgrade process: run the eval suite against new model releases and manage eval-gated migrations.

Maintain fallback chains across providers for graceful degradation or queueing during outages.

Track provider deprecation schedules and plan migrations ahead of forced cutoffs.


Cost Operations

Implement per-user and per-task cost attribution - token spend is the platform's largest variable cost and requires the same rigour as cloud cost management.

Set up budget alerts and anomaly detection so a single user or bug cannot burn significant spend overnight.

Monitor prompt cache hit rates and quantify savings.

Manage capacity planning around provider rate limits, including quota negotiation and throughput tiering.


Prompt and Configuration Deployment

Treat prompts as production artifacts: version control for prompts and agent configurations, staged rollout infrastructure (deploy a prompt change to a percentage of traffic before full rollout), A/B testing infrastructure, instant rollback, and audit history covering which prompt version served which user and when.


Reliability Engineering for Agent Runs

Agent runs are long, stateful, and failure-prone.

Own retry and resume semantics so a run that fails mid-way does not restart from scratch.

Implement timeouts and circuit breakers on provider calls, dead-letter handling for failed runs, and queue and concurrency management for agent workloads.


SLO Ownership and Incident Response

Define and track SLOs for agent run latency and completion rates.

Lead incident response when SLOs are breached.

Write postmortems.

Surface reliability risks proactively before they reach users.


Safety and Compliance Operations

Run the moderation pipeline (prompt and output classification) in production.

Monitor for abuse patterns and own incident response when the agent misbehaves at scale.

Maintain audit logs and implement data retention and residency policies for prompts and generated code as enterprise requirements emerge.


AI-Assisted Engineering Discipline

Use Claude, Cursor, and similar tools day to day for infrastructure code, scripts, and pipelines.

Set the team standard for safe use, review, and validation of AI-generated infrastructure before it ships.


Requirements:


Hands-on production ownership of LLM-backed systems in operation (mandatory).

Must have personally shipped and operated at least one LLM-powered system in production, with operational responsibility including oncall, incident response, and reliability ownership.

Alternatively: strong DevOps or SRE background with demonstrated hands-on familiarity with LLMOps tooling (Langfuse, LangSmith, Braintrust, Arize, or equivalent).

POCs and lab work do not qualify.


5+ years of overall engineering experience

With at least 2 years in DevOps, SRE, platform engineering, or LLM operations roles.

This is not an ML science role.

A DevOps or SRE background with a substantive pivot into LLMOps is a strong qualification.


Observability and Tracing Depth

Production experience with LLM observability tooling - Langfuse, LangSmith, Braintrust, or Arize Phoenix.

Comfortable instrumenting with OpenTelemetry, Prometheus, and Grafana.

Able to build and search trace pipelines, define failure taxonomies, and surface quality signals from production traffic.


CI/CD and Quality Gate Experience

Strong with GitHub Actions or GitLab CI.

Experience building automated quality gates: eval-gated pipelines, regression enforcement, or coverage gates that block degrading changes from shipping.


Cost Management and Attribution for Usage-Based Services

Experience owning cost attribution for cloud API spend or equivalent.

Comfortable with budget alerts, anomaly detection, and per-user or per-task cost breakdowns.


Reliability Engineering for Long-Running, Stateful Workloads

Experience with queues, retry patterns, idempotency, and failure recovery on asynchronous or multi-step workloads.

Comfortable defining SLOs and being accountable for them on production systems.


Multi-Provider API Management

Familiarity with LLM provider rate limits, version pinning, fallback chains, and quota management across OpenAI, Anthropic, Google, or equivalent.


Infrastructure as Code and Deployment Automation

Hands-on with Terraform or Pulumi and Docker.

AWS working knowledge (EC2, S3, IAM, EKS or ECS).

Strong with CI/CD for deploying services and configuration changes safely.


Nice to Have

  • Experience with prompt A/B testing or staged rollout infrastructure
  • Workflow orchestration (BullMQ, Temporal, Celery)
  • Content moderation pipeline experience
  • Data residency and compliance requirements for AI systems
  • Kubernetes (EKS) in production
  • AWS certifications
Read more
Global Digital Transformation Solutions Provider
Global Digital Transformation Solutions Provider
Agency job
via Peak Hire Solutions by Dharati Thakkar
Pune, Trivandrum , Thiruvananthapuram
8 - 10 yrs
₹20L - ₹24L / yr
skill iconJava
skill iconPython
API
Google Cloud Platform (GCP)
skill iconAmazon Web Services (AWS)
+13 more

Job Details

Job Title: Lead Software Engineer - Java, Python, API Development

Industry: Global digital transformation solutions provider

Domain - Information technology (IT)

Experience Required: 8-10 years

Employment Type: Full Time

Job Location: Pune & Trivandrum/ Thiruvananthapuram

CTC Range: Best in Industry

 

Job Description

Job Summary

We are seeking a Lead Software Engineer with strong hands-on expertise in Java and Python to design, build, and optimize scalable backend applications and APIs. The ideal candidate will bring deep experience in cloud technologies, large-scale data processing, and leading the design of high-performance, reliable backend systems.

 

Key Responsibilities

  • Design, develop, and maintain backend services and APIs using Java and Python
  • Build and optimize Java-based APIs for large-scale data processing
  • Ensure high performance, scalability, and reliability of backend systems
  • Architect and manage backend services on cloud platforms (AWS, GCP, or Azure)
  • Collaborate with cross-functional teams to deliver production-ready solutions
  • Lead technical design discussions and guide best practices

 

Requirements

  • 8+ years of experience in backend software development
  • Strong proficiency in Java and Python
  • Proven experience building scalable APIs and data-driven applications
  • Hands-on experience with cloud services and distributed systems
  • Solid understanding of databases, microservices, and API performance optimization

 

Nice to Have

  • Experience with Spring Boot, Flask, or FastAPI
  • Familiarity with Docker, Kubernetes, and CI/CD pipelines
  • Exposure to Kafka, Spark, or other big data tools

 

Skills

Java, Python, API Development, Data Processing, AWS Backend

 

Skills: Java, API development, Data Processing, AWS backend, Python,

 

Must-Haves

Java (8+ years), Python (8+ years), API Development (8+ years), Cloud Services (AWS/GCP/Azure), Database & Microservices

8+ years of experience in backend software development

Strong proficiency in Java and Python

Proven experience building scalable APIs and data-driven applications

Hands-on experience with cloud services and distributed systems

Solid understanding of databases, microservices, and API performance optimization

Mandatory Skills: Java API AND AWS

 

******

Notice period - 0 to 15 days only

Job stability is mandatory

Location: Pune, Trivandrum

Read more
Vikgol
Madhuri D R
Posted by Madhuri D R
Remote only
3 - 5 yrs
₹7L - ₹12L / yr
skill iconJava
skill iconAndroid Development
skill iconKotlin
Model-View-View-Model (MVVM)
skill iconGit
+2 more

Job Title: Android Developer

Experience: 3–5 Years

Location: Bangalore, India


Job Overview:

We are looking for a skilled Android Developer with 3–5 years of experience to join our team in Bangalore. The ideal candidate will be responsible for developing, enhancing, and maintaining high-quality Android applications, ensuring performance, quality, and responsiveness.


Key Responsibilities:

  • Design and build advanced applications for the Android platform
  • Collaborate with cross-functional teams to define, design, and ship new features
  • Write clean, maintainable, and efficient code
  • Identify and fix bugs, improve application performance
  • Ensure the best possible performance, quality, and responsiveness of applications
  • Continuously discover, evaluate, and implement new technologies


Required Skills:

  • Strong experience in Java and/or Kotlin
  • Experience with Android SDK, Android Studio
  • Knowledge of MVVM / MVP architecture patterns
  • Experience with RESTful APIs and third-party integrations
  • Familiarity with Git or other version control tools
  • Experience with SQLite / Room Database
  • Understanding of UI/UX principles and Material Design guidelines


Preferred Qualifications:

  • Experience with Jetpack components (LiveData, ViewModel, Navigation)
  • Knowledge of Dependency Injection (Dagger/Hilt)
  • Experience with Firebase services
  • Familiarity with Agile/Scrum methodologies


Soft Skills:

  • Strong problem-solving skills
  • Good communication and teamwork abilities
  • Ability to work independently and meet deadlines


Education:

  • Bachelor’s degree in Computer Science, Engineering, or related field 


Read more
Product based company
Product based company
Chennai
3 - 7 yrs
₹15L - ₹30L / yr
skill iconJava
skill iconGo Programming (Golang)
Microservices
Distributed Systems
skill iconDocker
+3 more

Responsibilities:

Lead the design and development of sophisticated, high availability, and secured

server-side applications with a primary focus on Golang.

● Collaborate with cross-functional teams to understand requirements, architect

solutions, and deliver high-quality software products.

● Mentor and guide junior engineers, sharing your engineering expertise and best

practices to foster skill development within the team.

● Analyze and optimize performance, scalability, and reliability of existing Golang

applications, making strategic improvements where necessary.

● Design and implement automated unit and integration tests to ensure code quality,

maintainability, and stability.

● Stay up-to-date with the latest advancements in software technologies,

recommending their adoption when appropriate.

● Champion code reviews, architectural discussions, and technical documentation to

maintain high development standards.

● Troubleshoot and resolve complex issues, providing innovative solutions to overcome

challenges.

● Contribute to the recruitment and hiring process by participating in interviews,

evaluating candidates, and providing input on hiring decisions.

Requirements

Bachelor's or Master's degree in Computer Science, or a related field.

● 3+ years of experience in software development, with substantial experience in

Golang and cloud infrastructure.

● Expert-level proficiency in designing and developing high-performance, concurrent

applications with Golang.

● Experience with distributed systems, microservices architecture, and containerization

(e.g., Docker, Kubernetes).

● Solid knowledge of software testing methodologies and tools, including unit testing

and integration testing for Golang applications.

● Demonstrated ability to lead projects, collaborate effectively with teams, and mentor

junior engineers.

● Excellent problem-solving and analytical skills, with the ability to tackle complex

technical challenges.

● Having prior experience in the FinTech domain would be an added advantage.


Read more
Company automate the API workflow for developers.
Company automate the API workflow for developers.
Agency job
via Qrata by Rayal Rajan
Bengaluru (Bangalore)
0 - 2 yrs
₹6L - ₹8L / yr
skill iconJava
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
+7 more

As a Junior Full Stack Developer, you will have the opportunity to work with a dynamic team and contribute to the development of our cutting-edge products. This is an excellent opportunity for motivated individual to enhance their skills and gain valuable experience in Java and React.js development.


Responsibilities:


1. Full Stack Development: Collaborate with senior developers and project teams to design, develop, and maintain web applications using Java and React.js.

2. Front-End Development: Implement user interfaces and create interactive web pages using HTML, CSS, and JavaScript frameworks like React.js.

3. Back-End Development: Design and develop server-side logic using Java, including building RESTful APIs, integrating with databases, and implementing business logic.

4. Database Management: Work with databases (e.g., MySQL, PostgreSQL) to design schemas, write queries, and optimize database performance.

5. Bug Fixing and Troubleshooting: Identify and resolve technical issues and bugs, ensuring the stability and functionality of the web applications.

6. Code Reviews: Participate in code reviews to maintain code quality, identify potential improvements, and ensure adherence to best practices and coding standards.

7. Learning and Growth: Stay updated with the latest industry trends, tools, and technologies, and continuously enhance your skills as a Full Stack Developer.


Qualifications:

1. Education: Bachelor's degree in Computer Science, Software Engineering, or a related field. Relevant work experience and projects will be considered.

2. Programming Skills:

● Strong knowledge of Java programming language and its core concepts.

● Familiarity with front-end development using React.js or similar JavaScript frameworks.

● Experience with HTML, CSS, and JavaScript.

3. Database Knowledge: Understanding of database concepts and experience working with SQL databases.

4. Web Technologies: Understanding of web development principles, RESTful APIs, and HTTP protocols.

5. Problem-Solving: Strong problem-solving skills and the ability to analyze and debug issues effectively.

6. Team Player: Demonstrated ability to work collaboratively in a team environment, share ideas, and contribute to the overall success of the project.

7. Self-Motivated: Proactive and eager to learn new technologies and tools independently.

8. Communication: Effective verbal and written communication skills to collaborate with team members and stakeholders.

9. Attention to Detail: Meticulous attention to detail and the ability to write clean, efficient, and maintainable code.

10. Enthusiasm: Passion for software development and a drive to build high-quality applications.

Read more
E commerce & Retail
E commerce & Retail
Agency job
via Myna Solutions by Venkat B
Chennai
5 - 10 yrs
₹8L - ₹18L / yr
skill iconMachine Learning (ML)
skill iconData Science
skill iconPython
Tableau
SQL
+3 more
Job Title : DataScience Engineer
Work Location : Chennai
Experience Level : 5+yrs
Package : Upto 18 LPA
Notice Period : Immediate Joiners
It's a full-time opportunity with our client.

Mandatory Skills:Machine Learning,Python,Tableau & SQL

Job Requirements:

--2+ years of industry experience in predictive modeling, data science, and Analysis.

--Experience with ML models including but not limited to Regression, Random Forests, XGBoost.

--Experience in an ML engineer or data scientist role building and deploying ML models or hands on experience developing deep learning models.

--Experience writing code in Python and SQL with documentation for reproducibility.

--Strong Proficiency in Tableau.

--Experience handling big datasets, diving into data to discover hidden patterns, using data visualization tools, writing SQL.

--Experience writing and speaking about technical concepts to business, technical, and lay audiences and giving data-driven presentations.

--AWS Sagemaker experience is a plus not required.
Read more
BluetickVR
at BluetickVR
4 recruiters
Udai Khanna
Posted by Udai Khanna
Remote only
1 - 2 yrs
₹8L - ₹10L / yr
skill iconReact.js
skill iconJavascript
skill iconRedux/Flux
Developing new user-facing features using React.js. Building reusable components and front-end libraries for future use. Translating designs and wireframes into high quality code. Optimizing components for maximum performance across a vast array of web-capable devices and browsers.
Read more
IT solutions specialized in Apps Lifecycle management. (MG1)
IT solutions specialized in Apps Lifecycle management. (MG1)
Agency job
via Multi Recruit by Ayub Pasha
Germany, Hannover, Germany, Augsburg, Germany
8 - 10 yrs
₹25L - ₹30L / yr
Apache Camel
skill iconHTML/CSS
JEE
Spring Boot
Spring MVC
+6 more
  • Responsible for the successful technical delivery of code and design documents
  • Responsible to evaluate and review design frameworks and methodologies.
  • Responsible for organizing, documenting, and review work items scope from a technical point of view.
  • Responsible for scoping, designing, development, reviews, and complete delivery from the technical end.
  • Review and validate estimates for complex projects to ensure correct sizing of work.
  • Participates in POCs, validates the complex technical solution, performs estimates and collateral consolidation.
  • Lead and coach a team of junior developers

Requirement

  • Strong experience in the development of microservices-based applications using JEE technologies Spring Boot, and Spring MVC, JPA, and Hibernate.
  • Experience in handling integration with multiple legacy systems by creating/consuming services in SOAP/REST/MQ, Apache Camel integration framework.
  • Strong experience in developing web applications using single-page architecture and a responsive design using Angular, Bootstrap, and building hybrid mobile applications
  • Understanding of front-end technologies, such as HTML5, and CSS3
  • Containerizing applications using Docker/Kubernetes
  • Setting up CI/CD pipelines using GIT, Jenkins, SonarQube is a plus
  • Setting up applications for log monitoring using ELK stack and performance monitoring using Prometheus and Grafana is a plus
  • Ensure quality and timeliness of implementation of activities related to design, build and implementation of work product; participate in activities related to requirements elicitation, validation of architecture, creation, and review of design; provide pseudo code to the team; assign and review tasks for work product implementation with the objective of ensuring the highest levels of service offerings in own technology domain
  • Performs high and low-level design provides pseudo-codes, implements the prototype, and does design reviews in order to deliver design documents as per customer requirements
  • Provides inputs for an overall implementation plan, lead deployment of applications, infrastructure, and post-production support activities
  • Interface with customer for issue resolution, provide status updates, Build customer confidence in team`s ability to deliver in order to support high customer satisfaction
  • Understand client-side business requirements and provide value-led solutions. Should have strong and clear verbal and written communication skills including addressing escalations, presenting status in management meetings. Excellent client interfacing skills, mentoring skills
  • Experienced in developing microservices/APIs using REST principles
  • Experienced in JEE technologies, Spring Boot, Spring MVC, Hibernate, Swagger
  • Experienced in using Queues (ActiveMQ/RabbitMQ, Kafka) and integration frameworks like Apache Camel
  • Experienced in Front End skills include Angular, CSS, SAAS, Node, NPM, Bootstrap
  • Experience with one of the application servers like Tomcat, JBoss EAP, IBM WebSphere
  • Experience with relational databases like Postgres, Oracle DB2, and NoSQL databases like Elastic Search, MongoDB, Neo4J
  • Experience in containerizing applications using Docker/Kubernetes
  • Experience in setting up CI/CD pipelines using GIT, Jenkins, SonarQube is a plus
  • Experience in setting up applications for log monitoring using ELK stack and performance monitoring using Prometheus and Grafana is a plus

 

 

 

Read more
Onestore India
at Onestore India
1 recruiter
Oshin Kakkar
Posted by Oshin Kakkar
NCR (Delhi | Gurgaon | Noida)
0 - 3 yrs
₹1L - ₹3L / yr
Communication Skills
Customer Success
Customer Relationship Management (CRM)
Client Servicing
Dear Candidate, Greetings from Onestore India!!!!! We have an urgent requirement with our company for the profile of Customer Support Executive. Location: Jangpura Extn., New Delhi Experience: 0-2 years of experience Timings: 8 pm to 8 am Company Profile: We offer surveillance software and related services. We have been providing government agencies and corporates over the globe with our proven expertise & technical skills. We have partnered with leading IT solutions providers including IBM® and Oracle® enabling us to provide first-class investigation infrastructure for our clients. In years, we have developed a broad array of digital forensic services & turnkey solutions which assures effective and simplified fulfilment of investigation needs of our clients. You may read more about our company profile on our corporate and product websites i.e; https://onespy.com Responsibilities: • Resolve product or service problems by clarifying the customer's complaint; determining the cause of the problem; selecting and explaining the best solution to solve the problem; expediting correction or adjustment; following up to ensure resolution. • Build sustainable relationships and trust with customer accounts through open and interactive communication. • Provide accurate, valid and complete information by using the right methods/tools. • Efficient dealing of complaints to completion and enabling satisfaction of customer. • Keep records of customer interactions, process customer accounts and file documents. • Attempt to persuade customer to reconsider cancellation. • Work with customer service manager to ensure proper customer service is being delivered. • Requirements: • Proven customer support experience or experience as a client service representative. • Strong phone contact handling skills and active listening. • Familiarity with CRM systems and practices. • Customer orientation and ability to adapt/respond to different types of characters. • Excellent communication and presentation skills. • Ability to multi-task, prioritize, and manage time effectively. • Should be flexible with Shifts.
Read more
Website Development and designing  including Mobile app
Website Development and designing including Mobile app
Agency job
via Star Hunters by Nisha Saini
Mohali
1 - 3 yrs
₹2L - ₹4L / yr
Android SDK
skill iconAndroid Development
skill iconJava
RESTful APIs
JSON
+2 more
Job brief Profile: Android developer Experience: minimum 6 months to 2 years We are looking for an Android Developer who possesses a passion for pushing mobile technologies to the limits. This Android app developer will work with our team of talented engineers to design and build the next generation of our mobile applications. Android programming works closely with other app development and technical teams. Responsibilities Design and build advanced applications for the Android platform Collaborate with cross-functional teams to define, design, and ship new features 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 Requirements BS/MS degree in Computer Science, Engineering or a related subject Proven software development experience and Android skills development Proven working experience in Android app development and Have published at least one original Android app Experience with Android SDK Experience working with remote data via REST and JSON Experience with third-party libraries and APIs Working knowledge of the general mobile landscape, architectures, trends, and emerging technologies Solid understanding of the full mobile development life cycle.
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