Cutshort logo
Moshi Moshi logo
Social Media Account Manager
Social Media Account Manager
Moshi Moshi's logo

Social Media Account Manager

Human Resource's profile picture
Posted by Human Resource
2 - 2.5 yrs
₹5.5L - ₹6L / yr
Bengaluru (Bangalore)
Skills
Client Servicing
Social Media Marketing (SMM)
Social media management

About Us:

We are not just an AD agency or a creative agency, we are a Communication Company. Founded in

2014, Moshi Moshi is a young, creative, gutsy, and committed communication company that wants its

clients to always Expect the EXTRA from it. Our primary clientele consists of Startups and corporations like Ola, Zoomcar, Mercedes Benz, ITC, Aditya Birla Group, TATA Group, MTV, IHCL,

Jaquar, Sobha, Simple Energy, and Godrej amongst others. We have a huge team of creative folks, marketers, learners, developers, and coders who believe Moshi Moshi is an experience rather than a company.


Job Role: Social Media Account Manager

Experience Level: 2+ years in Agency set-up

Location: Bangalore, On-site


Job Overview:

We are seeking an experienced and strategic-minded Social Media Account Manager for our client-based social media team. This role requires a dynamic individual who can execute effective social media campaigns giving great results that meet with client’s objectives, foster a cohesive team environment, and cultivate strong client relationships. The ideal candidate should possess a deep understanding of social media dynamics, a proven track record in team leadership, and exceptional communication skills.


Job Description:

● Create campaign strategies and monitor the execution to achieve the brand objectives.

● Manage social handles of the brand, like Instagram, Facebook, LinkedIn, X etc.

● Develop, implement and manage a brand's social media strategy on a monthly basis.

● In-depth knowledge of social media marketing, market trends, integration of online with

offline marketing and reporting.

● Measure the success of every social media campaign, as per required metrics.

● Work with copywriters and designers to ensure content is well-suited and appealing to the

defined target group for respective brands.

● Communicate with industry professionals and 3rd party vendors if and when required.

● Provide constructive feedback to the team(copy & design) to achieve desired results.


Requirements:

● Bachelor's degree in Marketing, Communications, or a related field (Master's degree preferred).

● 2+ years of proven experience in social media management within a client-based agency or related environment.

● Demonstrated success in devising and executing impactful social media strategies for a variety of clients.

● Excellent written and verbal communication skills, capable of conveying ideas clearly to both internal teams and clients.

● Profound understanding of social media platforms, algorithms, content formats, and best practices.

● Proven track record of generating exceptional results via integrated marketing strategies (online + offline).

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 Moshi Moshi

Founded :
2014
Type :
Services
Size :
100-1000
Stage :
Profitable

About

Founded in 2014 by two passionate individuals during their second year at Christ College, Bangalore, Moshi Moshi is a young, creative, and committed communication company that encourages clients to always "Expect the EXTRA." 


Our diverse team of over 160+ people includes Art directors, Cinematographers, Content and copy writers, marketers, developers, coders, and our beloved puppy, Momo. We offer a wide range of services, including strategy, brand design, communications, packaging, film and TVCs, PR, and more. At Moshi Moshi, we believe in creating experiences rather than just running a company.​


We are amongst the fastest growing agencies in the country with a very strong value system.

Below are the five of the nine principles we believe in strongly.

  1. Communicate Clearly.: Prioritize clear and open dialogue.
  2. Doing things morally right.: Uphold integrity in all endeavors.
  3. Dream it, do it.: Always Embrace optimism and a can-do attitude.
  4. Add logic to your life.: Ensure that rationality guides our actions.
  5. Be that fool.: Fearlessly challenge the impossible.


Come find yourself at Moshi Moshi.

Read more

Tech stack

MERN Stack
skill iconReact.js
skill iconReact Native
skill iconNodeJS (Node.js)
skill iconMongoDB
Wordpress
Shopify

Candid answers by the company

What does the company do?
What is the location preference of jobs?
What are the services we offer overall?

Moshi Moshi is a full-service creative agency that blends strategy with innovation to craft powerful brand experiences. From branding, digital marketing, and web development to video production and PR, we help businesses create impactful stories that stand out. With a bold, quirky, and result-driven approach, we turn ideas into unforgettable brand moments. 🚀

Company social profiles

bloginstagramlinkedinfacebook

Similar jobs

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
Wissen Technology
at Wissen Technology
4 recruiters
Sruthi NageshKumar
Posted by Sruthi NageshKumar
Bengaluru (Bangalore)
5 - 8 yrs
₹20L - ₹28L / yr
skill iconJava
skill iconSpring Boot
Microservices
Hibernate (Java)

We are looking for a Java Backend Developer to join our team. You will be responsible for developing and maintaining the server-side logic and databases of our applications, ensuring they run smoothly and efficiently.

Responsibilities:

  • Write and maintain server-side code using Java.
  • Develop and integrate APIs to support frontend functionality.
  • Work with databases to store, retrieve, and manipulate data.
  • Troubleshoot, debug, and optimize backend performance.
  • Collaborate with frontend developers to integrate backend and frontend systems.
  • Write unit tests to ensure code quality.

Required Skills:

  • Strong experience with Java.
  • Familiarity with Spring Boot or other Java frameworks.
  • Knowledge of relational databases (e.g., MySQL, PostgreSQL).
  • Understanding of REST APIs.
  • Experience with version control systems (e.g., Git).
  • Basic knowledge of unit testing (e.g., JUnit).

Preferred Skills:

  • Familiarity with Microservices and cloud platforms.
  • Experience with Docker and containerization.



Read more
Bengaluru (Bangalore)
1 - 4 yrs
₹9L - ₹15L / yr
SaaS

Strong Junior BDR / SDR profiles.

Mandatory (Experience 1): Must have 1+ years of experience as a BDR / SDR in a B2B SaaS company, with exposure to outbound sales processes

Mandatory (Experience 2): Must have hands-on cold calling experience targeting North American (US/Canada) markets, including lead qualification and discovery conversations

Mandatory (Experience 3): Must have prior experience working in small or lean teams (1–10 members), with high ownership and minimal hand-holding

Mandatory (Experience 4): Overall experience should not exceed 4–5 years; role is open only for junior profiles with strong execution capability

Mandatory (Experience 5): Must demonstrate career or education spikes, such as fast promotions, leadership initiatives, consistent performance, or standout achievements

Mandatory (Skills): Must possess strong verbal communication skills, confidence on calls, objection handling ability, and a structured approach to outbound sales

Mandatory (Company): Experience only from B2B SaaS companies

Read more
 Indian retail sweet and snacks brand
Indian retail sweet and snacks brand
Agency job
via PinnacleU HR by Arpita Singh
Delhi, Gurugram, Noida, Ghaziabad, Faridabad
3 - 9 yrs
₹8L - ₹15L / yr
Marketplace Management
Electronic commerce
Performance analysis
Performance management
Revenue growth
+5 more

Job description:

Job Description – Manager / Senior Manager – Marketplaces

Company: Indian retail sweet and snacks brand

Location: Lawrence Road Industrial Area, Delhi

Work Mode: Hybrid

Experience: 5+ years

Relevant Experience: Minimum 4+ years managing marketplaces such as Amazon, Flipkart, Quick Commerce platforms, etc.

Work Schedule: 5 Days WFO

About the Company

It is a fast-growing Indian retail sweet and snacks brand focused on nostalgic, homemade-style products with a strong emphasis on clean labelling, healthier alternatives, and authentic storytelling.

Our long-term vision is ambitious, to build a brand that achieves what traditional legacy brands accomplished over decades, but at a much faster pace.

Role Overview

  • The Manager / Senior Manager – Marketplaces will be responsible for owning and scaling the brand’s presence across online marketplaces.
  • This role will lead revenue growth, visibility, and profitability across platforms such as Amazon, Flipkart, and quick commerce channels.
  • The role requires strong hands-on expertise in marketplace operations, performance marketing, promotions, and category growth.
  • The individual will work closely with founders, supply chain, marketing, finance, and operations teams to drive sustainable marketplace performance.

Key Responsibilities

  • Own end-to-end marketplace performance including product listings, revenue, margins, and growth targets.
  • Manage day-to-day operations across Amazon, Flipkart, and quick commerce platforms.
  • Drive visibility through search optimization, catalog management, and platform-led growth levers.
  • Plan and execute promotions, deals, and seasonal campaigns in coordination with platform teams.
  • Manage marketplace advertising, budgeting, and ROI optimization.
  • Track sales performance, pricing, inventory health, and demand forecasting.
  • Coordinate with supply chain and operations teams to ensure smooth fulfilment and inventory availability.
  • Analyze marketplace data and consumer insights to improve conversion, ratings, and repeat purchases.
  • Build and maintain strong relationships with marketplace account managers and platform stakeholders.

Desired Skills & Qualifications

  • Minimum 5+ years of overall experience in e-commerce or digital sales.
  • At least 4+ years of hands-on experience managing marketplaces such as Amazon, Flipkart, and quick commerce platforms.
  • Strong understanding of marketplace algorithms, ads, promotions, and category management.
  • Experience scaling brands on marketplaces in FMCG, D2C, or consumer goods categories preferred.
  • Strong analytical skills with the ability to interpret performance data and drive actionable insights.
  • Ability to work in fast-paced, high-growth environments with high ownership.
  • Strong stakeholder management and communication skills.

Why Join Us

  • Be part of building a ₹1000 Cr consumer brand from the ground up
  • Opportunity to work closely with founders and leadership
  • Long-term wealth creation through ESOP participation
  • High ownership, high impact role in a fast-scaling organization
Read more
Ekloud INC
Kratika Agarwal
Posted by Kratika Agarwal
Remote only
8 - 12 yrs
₹10L - ₹18L / yr
TestNG
MuleSoft
API
skill iconJenkins
skill iconGitHub
+3 more

 Automation & MuleSoft experience is a must

 Automation Tools -> Test NG + Rest Assured

 Testing scope -> Integration & API Automation testing (EAPI/PAPI/SAPI), Salesforce integration experience is required

 Mulesoft experience -> Knowledge of API-led architecture, API specification knowledge, Anypoint platform experience - Runtime Manager/Exchange/API Manager/Anypoint Monitoring/Visualizer & Experience with Anypoint Studio is required for the QA Lead

 DevOps automation -> Integrating automated test to DevOps pipelines (Jenkinds/GitHub Actions). GitHub actions experience is a plus.

Programming Languages: Strong proficiency in Java, Python, JavaScript, or C# for writing automation scripts.

 API Testing Tools: Expertise in Postman, REST Assured, Karate, and similar tools for REST API validation and automation.

 Automation Frameworks: Hands-on experience with Selenium, Cypress, Playwright, TestNG, JUnit, and BDD frameworks like Cucumber or SpecFlow.

 CI/CD Integration: Ability to integrate automated tests into pipelines using Jenkins, GitHub Actions, or Azure DevOps.

 Version Control: Familiarity with Git, Bitbucket, and branching strategies for collaborative development.

 Database Knowledge: SQL for data validation and backend testing.


Testing Expertise

 API Automation: Design and execute automated API tests, validate endpoints, and ensure reliability across environments.

 Functional & Regression Testing: Strong understanding of test types including smoke, sanity, and integration testing.

 Defect Management: Experience with tools like Jira and TestRail for tracking and reporting

Read more
KGISL MICROCOLLEGE
Coimbatore
4 - 6 yrs
₹4L - ₹8L / yr
B2B Marketing

Job Description:

We are looking for a proactive Business Development Executive with experience in B2B sales to drive growth in our e-commerce operations. The ideal candidate will focus on acquiring new business clients, managing vendor relationships, and supporting sales through digital marketing initiatives.

Key Responsibilities:

  • Generate and convert B2B leads for e-commerce partnerships
  • Onboard and manage vendors/suppliers on the platform
  • Build and maintain strong client relationships
  • Support digital marketing campaigns to boost product visibility and sales
  • Monitor market trends and competitor activities
  • Achieve monthly sales and business targets

Key Skills:

  • B2B sales and client acquisition
  • Knowledge of e-commerce operations
  • Understanding of digital marketing (SEO, SEM, social media)
  • Strong communication and negotiation skills
  • CRM and lead management tools proficiency
  • Self-motivated and target-driven


Read more
Remote only
2 - 5 yrs
₹5L - ₹13L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
TypeScript
skill iconJavascript
AWS Lambda

SleekSky is a fast-growing engineering studio that partners with venture-backed product teams to ship modern, cloud-native software. We’re hiring a Software Engineer to join one of our health-tech clients and help build a scalable, user-centric platform that’s making a real-world impact—without revealing any confidential project details.


What you’ll do

  • Build and ship production-ready React features that feel fast, accessible and polished.
  • Design and maintain Node.js / Express APIs that are clean, secure and well-documented.
  • Leverage AWS services (EC2, Lambda, Elastic Cache / Redis, load balancers, etc.) to deliver reliable, high-performance solutions.
  • Automate CI/CD pipelines with GitHub Actions and uphold strong Git workflows.
  • Collaborate in an agile, fully remote team that values code reviews, knowledge-sharing and continuous improvement.
  • Champion engineering best practices—testing, monitoring, and infrastructure-as-code—while keeping an eye on new tech that can raise the bar.


What you’ll bring

  • 2+ years of hands-on experience in full-stack development.
  • Proven expertise with React (hooks, component architecture, state management) and modern JavaScript/TypeScript.
  • Solid experience building RESTful services in Node.js with Express (or similar).
  • Familiarity with AWS fundamentals (EC2, Lambda, load balancing, caching layers).
  • Comfortable with Git, GitHub and automated CI/CD pipelines (e.g., GitHub Actions).
  • Self-motivated, proactive and enthusiastic about learning new technologies and sharing knowledge with the team.
  • Clear, concise communication skills—vital for an all-remote environment.


Nice-to-haves

  • Experience with infrastructure-as-code (Terraform, CloudFormation, CDK).
  • Exposure to containerisation (Docker, ECS, EKS) or serverless architecture patterns.
  • Prior work in health-tech or other regulated domains.


Why SleekSky?

At SleekSky, you’ll join a culture that puts people first—pair programming, regular knowledge-sharing sessions and a genuine passion for building things the right way. Expect autonomy, trust and a runway to grow your craft alongside enthusiastic peers.

Ready to level up with SleekSky? Submit your résumé on your preferred hiring portal and we’ll be in touch right away.

Read more
Disruptive Digital Healthcare Platform
Disruptive Digital Healthcare Platform
Agency job
via Unnati by Veena Salian
Bengaluru (Bangalore)
3 - 6 yrs
₹12L - ₹15L / yr
skill iconiOS App Development
skill iconObjective C
Test cases
Architecture
skill iconSwift
Are you a high-performing, collaborative, results oriented and technologically savvy person who is keen on sales in the digital industry? Then this highly visible role is for you!

Our client is the Health-tech initiative of India's largest business house. Started in 2015, it empowers healthcare providers and consumers in India. All healthcare monitoring services are made available through an app that will help connect doctors, hospitals, pharmacies, laboratories and consumers, enabling preventive and predictive healthcare. It helps the care-givers to track the entire patient journey from the initial appointment and maintaining their records, generating lab test reports to providing virtual consultation and home-care solutions. It is expected that this futuristic guide will strengthen doctor-patient relationship and enhance the in-clinic experience.

As the iOS Developer, you will be required to create our mobile product (app) on iOS Platform.
 
What you will do:
  • Architecting, designing, implementing, and maintaining native mobile applications used to interact with external hardware
  • Writing clean, understandable, robust, and sustainable code for mobile platforms
  • Negotiating, specifying, and documenting architecture, tools, libraries, and feature requirements with the software team
  • Creating and writing test cases to exercise and validate mobile applications

 

Desired Candidate Profile

What you need to have:
  • Should have 5+ years of professional work experience designing outstanding Mobile App on iOS Platform
  • Have worked on an outstanding iOS App before
  • Proficient understanding of iOS Concepts
  • Proficiency in Objective-C and/or Swift
  • Excellent problem-solving skills
  • Excellent interpersonal skills and the ability to build good working relationships.
  • Must be self-motivated to prioritize and manage workload and meet critical project milestones and deadlines.
  • Able to effectively collaborate with a team as well as take initiative and work independently to solve problems
  • Should have min 65% in B.E./ B.Tech/ M.Tech
Read more
Splash Learn
at Splash Learn
4 recruiters
Mudita Kak
Posted by Mudita Kak
NCR (Delhi | Gurgaon | Noida)
7 - 11 yrs
₹10L - ₹14L / yr
Game Testing (QA)
Manual testing
Test Planning
Software Testing (QA)
Mobile App Testing (QA)
+3 more
What we are looking for :
If you're a passionate problem solver who gets a kick out of creating rewarding learning experiences for an audience as diverse as ours (read kids - can't read, can't click on a small button and won't sit straight during a user testing session and their ever possessive parents and ambitious teachers!), we might just have a career- changing opportunity waiting for you.

What you'll do : Core Responsibilities
-Collaborate with Product Owners, Application and Engineering teams and others on assigned modules
-Take ownership of task assigned from sprint till production rollout/deployment ready state
-Ensure that entrance and exit criteria are met and follows established testing standards, processes, and procedures
-Analysis and estimation of tasks assigned with minimum deviation- Building, leading and mentoring teams
-Ability to contribute towards career development plans of the team
-Help define, improve and implement QA best practices
-Identify and recommend opportunities to enhance productivity, effectiveness and operational efficiency of the team.
-Design, develop, maintain and execute functional, regression, integration and end- to end tests
-Learn and understand applications and use case/testing flows
-Provide detailed bug analysis and assistance to developers for debugging

Qualifications and Skills :
-7+ years of experience in manual testing, preferably game testing across the platforms (Web/iOS/Android) with a minimum of 2 years experience as a lead.
-Strong planning skills along with project management experience
-Experience driving quality through process, instrumentation, requirements and testing
-Experience developing test strategies, test plans, and test cases
-Should be able to do an impact analysis based on the code modifications
-Possess excellent communication, presentation, and interpersonal skills
-Efficient in effort estimation, planning, prioritization and time management
-A fast learner with good problem solving and analytical skills
-Flexible with a positive - do what needs to be done- attitude
-Be able to thrive in a fast- paced and dynamic environment with minimal support and quick learning
-B.Tech/BE in Computer Science or related discipline (or equivalent experience)

Good to have :
-Experience on Automation testing tools like selenium, is a big plus
Read more
Transneuron Technologies Pvt Ltd
Manashi M
Posted by Manashi M
Bengaluru (Bangalore)
3 - 7 yrs
₹6L - ₹14L / yr
skill iconAngular (2+)
skill iconNodeJS (Node.js)
skill iconJavascript
skill iconPHP
skill iconPython
+3 more
MEAN Stack: 1-3 years Requirements *Exceptional coding skills in JavaScript (both frontend and backend) *Advanced proficiency in MEAN Stack (NodeJS, MongoDB, Express, AngularJS) *Proficiency with Data visualization and charting tools/frameworks *Thorough knowledge of software development best practices, including coding standards, code reviews, source control management, build process, continuous integration and continuous delivery. *Exceptional verbal, written and listening skills. Angular:1-3 year Looking for Angular 2 /Angular 4 experience Proficiency with JavaScript/ Type script and HTML5/Bootstrap, CSS3. Delivering a complete front end application Ensuring high performance on mobile and desktop Writing tested, idiomatic, and documented JavaScript, HTML and CSS Coordinating the workflow between the graphic designer, the HTML coder, and yourself Cooperating with the back-end developer in the process of building the RESTful API Golang: 1-3 years 2+ years of experience Proficiency in Go and JavaScript . TDD (Test driven development) as a must. Node JS: 1-3 years  Must exhibit sound understanding of all underlying areas in MEAN: - The Node/Express Ecosystem - Exposure to ES6
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