Cutshort logo
Insane Marketers logo
Direct Response Copywriter
Direct Response Copywriter
Insane Marketers's logo

Direct Response Copywriter

Sakshi Sethia's profile picture
Posted by Sakshi Sethia
1 - 3 yrs
₹4L - ₹7L / yr
Bengaluru (Bangalore)
Skills
Copy Writing
Script Writing
sales pages
conversion copywriter
video ads scripts

About Insane


Charlie Chaplin, Steve Jobs, Oprah, Pythagoras, Nikola Tesla, and Einstein were crazy enough to believe that life is bigger. They believed that we are here to make a difference. To make the world a better place.


And we are Insane enough to believe that. We are here to take humanity forward. We believe in change. We believe that would need to be better every day. 


We are changing this world 1 step at a time.

Starting with the fundamentals of growth - Knowledge. We became carriers of change in the education industry. We are on a mission ‘to accelerate the impact of coaches in the world’. 


About the role


We are looking to hire a dedicated Direct Response Copywriter Writer to create strong communication for all the stages of the Customer Journey. The copywriter will be expected to create stories that resonate with the audience and move them to action. The copywriter will be responsible for producing video scripts, Landing pages, Facebook & Google ads, Emails, and much more.


The copywriter will be expected to be data-driven. They will be expected to analyze data to see what is working and what’s not. This individual will be responsible for conducting audience research to understand the target market and then create communication strategies that resonate. 

Content for video scripts, landing pages, Facebook and Google ads, and emails. Responsibilities include evaluating analytics to adjust content as needed.


Your day-to-day:


  • In-depth audience research to understand the audience on industry-related topics in order to develop original content
  • Writing copy for all the stages of the customer journey
  • Measuring the impact of the copy through data and improving on a consistent basis
  • All completed layouts and artwork must be thoroughly checked to ensure there are no mistakes
  • Collaborate with internal partners to interpret project briefs and develop relevant concepts into content


Requirements


  • Top-class English communication skills
  • Ability to understand the audience to find out what motivates them.
  • Ability to think conceptually
  • An understanding of user experience
  • Proven experience as a copywriter or related role
  • Knowledge of online content strategy and creation


About you


  • You’re numbers-driven.
  • You love data.
  • You're passionate and driven.
  • You have a sharp eye for detail.
  • You're proactive and reactive.
  • You have 2+ years in Direct Response Copywriting


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 Insane Marketers

Founded :
2016
Type :
Services
Size :
20-100
Stage :
Bootstrapped

About

At Insane, we keep sanity in the back seat. Being Insane prevents normal behaviour, which is why the folks who work here have been putting in the endless hours for the past three years to help us grow at a lightning speed! The freedom to work from our fully stacked office or while travelling anywhere in the world, and yet deliver exceptional results for the clients is the kick they get used to here. Being Insane prevents normal perception which already clutters the market space. Creating out of the box campaigns, coming up with exceptional concepts is what gives us all that rush we need to remain insane. Being Insane helps prevent normal social interaction, and drives us to come up with off beat strategies. Everyone here has their own niche, be it in paid ads, conversion rate or customer value optimization, our workspace are full of meditative faces, deep involved conquering hurdles making our clients richer. This freedom to make decisions, this freedom to play is what helps Insane grow. Insane results for our past clients, has helped us handpick clients that are as insane as us, who can keep up and stay sane when we propel them with 10x growth. This is the insanity they start to crave and thus stick with us for a long term, which is why most of our revenue is from recurring client who have been with us for all this while. We call ourselves insane and everyone here becomes a part of this whole that wants to remain Insane!
Read more

Connect with the team

Profile picture
Aman Singh
Profile picture
Srikavi S
Profile picture
Shalini Chaudhary
Profile picture
May Pierce
Profile picture
Sachet Koul

Company social profiles

linkedin

Similar jobs

Remote only
5 - 10 yrs
₹25L - ₹55L / yr
Data engineering
Databases
skill iconPython
SQL
skill iconPostgreSQL
+4 more

Role: Full-Time, Long-Term Required: Python, SQL Preferred: Experience with financial or crypto data


OVERVIEW

We are seeking a data engineer to join as a core member of our technical team. This is a long-term position for someone who wants to build robust, production-grade data infrastructure and grow with a small, focused team. You will own the data layer that feeds our machine learning pipeline—from ingestion and validation through transformation, storage, and delivery.


The ideal candidate is meticulous about data quality, thinks deeply about failure modes, and builds systems that run reliably without constant attention. You understand that downstream ML models are only as good as the data they consume.


CORE TECHNICAL REQUIREMENTS

Python (Required): Professional-level proficiency. You write clean, maintainable code for data pipelines—not throwaway scripts. Comfortable with Pandas, NumPy, and their performance characteristics. You know when to use Python versus push computation to the database.


SQL (Required): Advanced SQL skills. Complex queries, query optimization, schema design, execution plans. PostgreSQL experience strongly preferred. You think about indexing, partitioning, and query performance as second nature.


Data Pipeline Design (Required): You build pipelines that handle real-world messiness gracefully. You understand idempotency, exactly-once semantics, backfill strategies, and incremental versus full recomputation tradeoffs. You design for failure—what happens when an upstream source is late, returns malformed data, or goes down entirely. Experience with workflow orchestration required: Airflow, Prefect, Dagster, or similar.


Data Quality (Required): You treat data quality as a first-class concern. You implement validation checks, anomaly detection, and monitoring. You know the difference between data that is missing versus data that should not exist. You build systems that catch problems before they propagate downstream.


WHAT YOU WILL BUILD

Data Ingestion: Pipelines pulling from diverse sources—crypto exchanges, traditional market feeds, on-chain data, alternative data. Handling rate limits, API quirks, authentication, and source-specific idiosyncrasies.


Data Validation: Checks ensuring completeness, consistency, and correctness. Schema validation, range checks, freshness monitoring, cross-source reconciliation.


Transformation Layer: Converting raw data into clean, analysis-ready formats. Time series alignment, handling different frequencies and timezones, managing gaps.


Storage and Access: Schema design optimized for both write patterns (ingestion) and read patterns (ML training, feature computation). Data lifecycle and retention management.

Monitoring and Alerting: Observability into pipeline health. Knowing when something breaks before it affects downstream systems.


DOMAIN EXPERIENCE

Preference for candidates with experience in financial or crypto data—understanding market data conventions, exchange-specific quirks, and point-in-time correctness. You know why look-ahead bias is dangerous and how to prevent it.


Time series data at scale—hundreds of symbols with years of history, multiple frequencies, derived features. You understand temporal joins, windowed computations, and time-aligned data challenges.


High-dimensional feature stores—we work with hundreds of thousands of derived features. Experience managing, versioning, and serving large feature sets is valuable.


ENGINEERING STANDARDS

Reliability: Pipelines run unattended. Failures are graceful with clear errors, not silent corruption. Recovery is straightforward.


Reproducibility: Same inputs and code version produce identical outputs. You version schemas, track lineage, and can reconstruct historical states.


Documentation: Schemas, data dictionaries, pipeline dependencies, operational runbooks. Others can understand and maintain your systems.


Testing: You write tests for pipelines—validation logic, transformation correctness, edge cases. Untested pipelines are broken pipelines waiting to happen.


TECHNICAL ENVIRONMENT

PostgreSQL, Python, workflow orchestration (flexible on tool), cloud infrastructure (GCP preferred but flexible), Git.


WHAT WE ARE LOOKING FOR

Attention to Detail: You notice when something is slightly off and investigate rather than ignore.


Defensive Thinking: You assume sources will send bad data, APIs will fail, schemas will change. You build accordingly.


Self-Direction: You identify problems, propose solutions, and execute without waiting to be told.


Long-Term Orientation: You build systems you will maintain for years.


Communication: You document clearly, explain data issues to non-engineers, and surface problems early.


EDUCATION

University degree in a quantitative/technical field preferred: Computer Science, Mathematics, Statistics, Engineering. Equivalent demonstrated expertise also considered.


TO APPLY

Include: (1) CV/resume, (2) Brief description of a data pipeline you built and maintained, (3) Links to relevant work if available, (4) Availability and timezone.

Read more
Robylon AI
at Robylon AI
2 candid answers
Listings Robylon
Posted by Listings Robylon
Bengaluru (Bangalore)
0 - 2 yrs
₹5L - ₹6L / yr
skill iconPython
Generative AI
Prompt engineering

Role Overview

This is a 20% technical, 80% non-technical role designed for individuals who can blend technical know-how with strong operational and communication skills. You’ll be the bridge between our product and the client’s operations team.


Key Responsibilities


  • Collaborate with clients to co-design SOPs for resolving support queries across channels (chat, ticket, voice)
  • Scope and plan each integration: gather technical and operational requirements and convert them into an executable timeline with measurable success metrics (e.g., coverage %, accuracy, CSAT)
  • Lead integration rollouts and post-launch success loops: monitor performance, debug issues, fine-tune prompts and workflows
  • Conduct quarterly “AI health-checks” and continuously improve system effectiveness
  • Troubleshoot production issues, replicate bugs, ship patches, and write clear root-cause analyses (RCAs)
  • Act as the customer’s voice internally, channel key insights to product and engineering teams


Must-Have Qualifications


  • Engineering degree is a must; Computer Science preferred
  • Past experience in coding and a sound understanding of APIs is preferred
  • Ability to communicate clearly with both technical and non-technical stakeholders
  • Experience working in SaaS, customer success, implementation, or operations roles
  • Analytical mindset with the ability to make data-driven decisions



Read more
Dhruv Compusoft Consultancy
sanjay CK
Posted by sanjay CK
Bengaluru (Bangalore)
5 - 7 yrs
₹15L - ₹30L / yr
skill iconAmazon Web Services (AWS)
skill iconKubernetes
devsecops

Hi,


We are looking for candidate with experience in DevSecOps.

Please find below JD for your reference.


Responsibilities:


Execute shell scripts for seamless automation and system management.

Implement infrastructure as code using Terraform for AWS, Kubernetes, Helm, kustomize, and kubectl.

Oversee AWS security groups, VPC configurations, and utilize Aviatrix for efficient network orchestration.

Contribute to Opentelemetry Collector for enhanced observability.

Implement microsegmentation using AWS native resources and Aviatrix for commercial routes.

Enforce policies through Open Policy Agent (OPA) integration.

Develop and maintain comprehensive runbooks for standard operating procedures.

Utilize packet tracing for network analysis and security optimization.

Apply OWASP tools and practices for robust web application security.

Integrate container vulnerability scanning tools seamlessly within CI/CD pipelines.

Define security requirements for source code repositories, binary repositories, and secrets managers in CI/CD pipelines.

Collaborate with software and platform engineers to infuse security principles into DevOps teams.

Regularly monitor and report project status to the management team.


Qualifications:


Proficient in shell scripting and automation.

Strong command of Terraform, AWS, Kubernetes, Helm, kustomize, and kubectl.

Deep understanding of AWS security practices, VPC configurations, and Aviatrix.

Familiarity with Opentelemetry for observability and OPA for policy enforcement.

Experience in packet tracing for network analysis.

Practical application of OWASP tools and web application security.

Integration of container vulnerability scanning tools within CI/CD pipelines.

Proven ability to define security requirements for source code repositories, binary repositories, and secrets managers in CI/CD pipelines.

Collaboration expertise with DevOps teams for security integration.

Regular monitoring and reporting capabilities.

Site Reliability Engineering experience.

Hands-on proficiency with source code management tools, especially Git.

Cloud platform expertise (AWS, Azure, or GCP) with hands-on experience in deploying and managing applications.


Please send across your updated profile.

Read more
A Logistics and Supply Chain company
A Logistics and Supply Chain company
Agency job
via Qrata by Prajakta Kulkarni
Delhi, Gurugram, Noida, Ghaziabad, Faridabad
4 - 8 yrs
₹4L - ₹8L / yr
Sales
Field Sales
  • Responsible for overall AOP target achievement.
  • Responsible for leading a team involved in direct Fixed Battery\2W sales.
  • Driving BTL and local sales activities through team.
  • Travelling across locations to focus on opportunities for Sales and Growth.
  • Hiring, Leading, Managing and motivating Sales team to drive growth numbers.
Read more
A analytics consulting start-up
A analytics consulting start-up
Agency job
via InvokHR by Shweta Gupta
Remote only
7 - 12 yrs
₹10L - ₹15L / yr
skill iconMachine Learning (ML)
skill iconData Science
MS-Office
Artificial Intelligence (AI)
skill iconPython
+2 more

 

  • A Data and MLOps Engineering lead that has a good understanding of modern Data engineering frameworks with a focus on Microsoft Azure and Azure Machine Learning and its development lifecycle and DevOps.
  • Aims to solve the problems encountered when turning Data into meaningful solutions using transformations and data science code into production Machine Learning systems. Some of these challenges include:
    • ML orchestration - how can I automate my ML workflows across multiple environments
    • Scalability - how can I take advantage of the huge computational power available in the cloud?
    • Serving - how can I make my ML models available to make predictions reliably when needed?
    • Monitoring - how can I effectively monitor my ML system in production to ensure reliability? Not just system metrics, but also get insight into how my models are performing over time
    • Reuse – how can I profess reuse of artefacts built and establish templates and patterns?


The MLOps team works closely with ML Engineering and DevOps teams. Rather than focus just on individual use cases, the focus would be to specialise in building the platforms and tools that can help adoption of MLOps across the organisation and develop best practices and ways of working to develop a state of the art MLOps capability.

A good understanding of AI/Machine Learning and software engineering best practices such as Cloud Engineering, Infrastructure-as-Code, and CI/CD.

Have excellent communication and consulting skills, while delivering innovative AI solutions on Azure.

Responsibilities will include:

  • Building state-of-the-art MLOps platforms and tooling to help adoption of MLOps across organization
  • Designing cloud ML architectures and provide a roadmap for flexible patterns
  • Optimizing solutions for performance and scalability
  • Leading and driving the evolving best practices for MLOps
  • Helping to showcase expertise and leadership in this field

 

Tech stack

These are some of the tools and technologies that we use day to day. Key to success will be attitude and aptitude with a vision to build the next big thing in AI/ML field.

  • Python - including poetry for dependency management, pytest for automated testing and fastapi for building APIs
  • Microsoft Azure Platform - primarily focused on Databricks, Azure ML
  • Containers
  • CI/CD – Azure DevOps
  • Strong programming skills in Python
  • Solid understanding of cloud concepts
  • Demonstrable interest in Machine Learning
  • Understanding of IaC and CI/CD concepts
  • Strong communication and presentation skills.


Remuneration: Best in the industry


Connect: https://www.linkedin.com/in/shweta-gupta-a361511

Read more
Cravingcode Technologies Pvt Ltd
Mamta Thakur
Posted by Mamta Thakur
Navi Mumbai
1 - 5 yrs
₹1L - ₹5L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
  • Minimum 2years working experience in Application development using Angular 5/6.
  • Strong proficiency in JavaScript and the JavaScript object model, JS MVC frameworks, redux such as Angular5/6, State Management With NgRx(Required).
  • RestAPI Integration via Http,
  • ThirdParty Integrations (Angular Material or PrimeNG),
  • Lazyloading ( custom preloading Strategy ),
  • Validation,
  • Reactive Architecture ( RxJs Observables & Operators )
  • Unit Testing (*not mandatory but would be a plus),

Responsibilities and Duties

  • Be part of a full team delivering a complete front-end application
  • Ensuring high performance on mobile and desktop
  • Cooperating with the back-end developer in the process of building the RESTful API
  • Develop/Design, implement, and test high-quality web applications in a cloud-based environment.
  • Help brainstorm and plan new applications and web services.
  • You will take ownership of technical problems and their resolution, including proactively
  • Communicating with product managers, developers, architects, and the operations team.
  • Provide accurate effort-estimates for deliverables.
  • Be committed to the deadlines.
Read more
Simplilearn Solutions
at Simplilearn Solutions
1 video
36 recruiters
Aniket Manhar Nanjee
Posted by Aniket Manhar Nanjee
Bengaluru (Bangalore)
2 - 5 yrs
₹6L - ₹10L / yr
skill iconData Science
skill iconR Programming
skill iconPython
skill iconScala
Tableau
+1 more
Simplilearn.com is the world’s largest professional certifications company and an Onalytica Top 20 influential brand. With a library of 400+ courses, we've helped 500,000+ professionals advance their careers, delivering $5 billion in pay raises. Simplilearn has over 6500 employees worldwide and our customers include Fortune 1000 companies, top universities, leading agencies and hundreds of thousands of working professionals. We are growing over 200% year on year and having fun doing it. Description We are looking for candidates with strong technical skills and proven track record in building predictive solutions for enterprises. This is a very challenging role and provides an opportunity to work on developing insights based Ed-Tech software products used by large set of customers across globe. It provides an exciting opportunity to work across various advanced analytics & data science problem statement using cutting-edge modern technologies collaborating with product, marketing & sales teams. Responsibilities • Work on enterprise level advanced reporting requirements & data analysis. • Solve various data science problems customer engagement, dynamic pricing, lead scoring, NPS improvement, optimization, chatbots etc. • Work on data engineering problems utilizing our tech stack - S3 Datalake, Spark, Redshift, Presto, Druid, Airflow etc. • Collect relevant data from source systems/Use crawling and parsing infrastructure to put together data sets. • Craft, conduct and analyse A/B experiments to evaluate machine learning models/algorithms. • Communicate findings and take algorithms/models to production with ownership. Desired Skills • BE/BTech/MSc/MS in Computer Science or related technical field. • 2-5 years of experience in advanced analytics discipline with solid data engineering & visualization skills. • Strong SQL skills and BI skills using Tableau & ability to perform various complex analytics in data. • Ability to propose hypothesis and design experiments in the context of specific problems using statistics & ML algorithms. • Good overlap with Modern Data processing framework such as AWS-lambda, Spark using Scala or Python. • Dedication and diligence in understanding the application domain, collecting/cleaning data and conducting various A/B experiments. • Bachelor Degree in Statistics or, prior experience with Ed-Tech is a plus
Read more
Black Turtle Diginovation Pvt Ltd
Anusha Dabade
Posted by Anusha Dabade
Bengaluru (Bangalore)
2 - 4 yrs
₹7L - ₹8L / yr
skill iconReact Native
skill iconAngularJS (1.x)
skill iconHTML/CSS
Job Description
 
We are looking for a React Native developer interested in building performant mobile apps on both the iOS and Android platforms. 
You will be responsible for architecting and building these applications, as well as coordinating with the teams responsible for other layers of the product infrastructure. 
Building a product is a highly collaborative effort, and as such, a strong team player with a commitment to perfection is required.
 
Key Skills
 
Familiarity of working with TDD/BDD in JS.
Excellent knowledge of HTML5, CSS3, JavaScript.
Excellent knowledge on android and ios UI design principles, patterns and best practices.
Familiarity with native build tools, like XCode, Gradle (Android Studio, IntelliJ)
Excellent knowledge on background services.
Experience with offline storage, threading and performance tuning.
Experience in working with remote data via REST and JSON.
Familiarity with cloud message API and push notifications.
 
 
Job Responsibilities
 
Design, build, test and maintain scalable and stable off the shelf application or custom-built technology solutions to meet business needs
Write testable code that enables extremely high levels of code coverage
Excellent knowledge on mobile app development cycle, design principles.
Must have the understanding and working knowledge of handle different screen sizes.
Must have worked on deploying app for different platforms(ios and android).
Good knowledge on working with third-party dependencies and debugging dependency conflicts.
Read more
Vaira Digital School
Vaira Digital School
Posted by Vaira Digital School
Pune
0 - 1 yrs
₹0L - ₹1L / yr
Search Engine Optimization (SEO)
Social Media Optimization (SMO)
Social Media Marketing (SMM)
Google Adwords
skill iconGoogle Analytics
#Education - Any (Fresher) Graduates/ Post Graduates. #Skills Required - Good Communication skill in English, Hindi All Digital Marketing Modules. Interested candidates can send their resume on Responsibilities and Duties Continually work on the Digital marketing tools of the websites Write and optimise content for the website and social networking accounts Track and analyse website traffic flow and provide internal reports Fix errors or bugs in online content Create online banner adverts and oversee pay per click(PPC) and management Edit and post videos, podcasts and audio content to online sites Copy for email marketing campaigns Ready to attend clients or visit at client place.
Read more
Spire technologies
at Spire technologies
1 video
5 recruiters
Regina Mary
Posted by Regina Mary
Bengaluru (Bangalore)
5 - 8 yrs
₹12L - ₹30L / yr
Design Pattern
skill iconJava
Algorithms
Data Structures
About Spire Technologies Spire is a contextual search and intelligence company, founded in 2006. Spire is unleashing a wave of business transformation world over with its contextual technology. We are looking for intelligent, energetic and motivated professionals who could make a difference, and become part of our journey towards setting next-generation landmarks. Spire enables businesses take bigger leaps in decision making from Big Data analytics by charting the unexplored territories. Towards this, Spire’s platform contributes exponentially. We build highly scalable, multi-tenant, distributed, service-oriented, cloud-hosted SaaS and PaaS products. Spire uses latest open-source technologies including those related to Big Data which are industry standard and widely adopted. At Spire, we are passionate about developing positively disruptive technologies that have proven to be transformational for business outcomes. Job Description: We are looking for talented Tech Lead capable of developing diverse systems. As a member of Spire Technologies product team you will have the opportunity to work with highly motivated and talented team members to develop cutting edge solutions. If you'd like to be part of a fast growing and highly innovative company, apply today! Skills Required: 1. Strong background in Java/J2EE, Data Structures, Algorithms, Design Patterns and Web services like REST. 2. HTML Scripting: Angular JS OR JQuery OR Knockout or Node.js or Meteor JS 3. SOA based Software development background 4. Experience in writing unit test cases using JUnit, TestNG etc. 5. Knowledge on Open Source tools used in development process (like Git) 6. Experience with relational databases (MySQL is a plus). 7. Experience in webservers like Tomcat. 8. Ability to do software development following Agile methodology Responsibilities: 1. Develop, test, implement and maintain product development. 2. Write well designed, testable, efficient code. 3. Develop technical designs for application development. 4. Do code reviews w.r.t functionality, performance and standards. 5. Develop and execute unit test plans. 6. Support formal testing and resolve test defects. 7. Establish, refine and integrate development and test environment tools and software as needed. 8. Prepare and produce releases of software components. 9. Drive best practice, quality and consistency within design and development phases. 10. Lead a small team of developers and guide them in technical activities. Education Qualification- BE/B.Tech or ME/M.Tech, MCA from Premier Institute
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