Cutshort logo
Big Rattle Technologies
Big Rattle Technologies cover picture
Big Rattle Technologies logo

Big Rattle Technologies

https://bigrattle.com
Founded :
2012
Type :
Services
Size :
20-100
Stage :
Profitable

About

Big Rattle Technologies Mobile App Development (iOS, Android, Windows Mobile) Company in India. We also offer Web Development, Social Media (SMO) services & Internet Marketing (SEO) services.
Read more

Connect with the team

Profile picture
Rucha Kamat

Company social profiles

blog

Jobs at Big Rattle Technologies

Big Rattle Technologies
at Big Rattle Technologies
1 recruiter
Sreelakshmi Nair (Big Rattle Technologies)
Posted by Sreelakshmi Nair (Big Rattle Technologies)
Mumbai
1 - 4 yrs
₹3L - ₹8L / yr
skill iconAndroid Development
skill iconKotlin
SDK
Object Oriented Programming (OOPs)
Model-View-View-Model (MVVM)
+5 more

Position: Android Developer (1- 4 years)

Location: Marol, Andheri East, Mumbai

Company: Big Rattle Technologies Private Limited


Immediate Joiners only.


Summary

We are seeking an experienced and dedicated Android Developer to join our mobile team. You will be responsible for designing, developing, and maintaining high-performance, user-centric Android applications. You will be instrumental in driving the technical implementation of our mobile strategy, ensuring high code quality, and leveraging the latest Android development best practices. You must have delivered at least 3-4 projects.

Required Skills (more the better):

  • Kotlin Mastery: Strong proficiency in the Kotlin programming language, including experience with functional programming concepts, null safety, and extension functions.
  • Android SDK & IDE: Deep expertise with the Android SDK and Android Studio.
  • Architecture Components: Proven experience with key Android Jetpack libraries: Lifecycle, ViewModel, LiveData/StateFlow, Navigation, and Room persistence library.
  • Asynchronous Programming: Extensive practical experience with Kotlin Coroutines for efficient background processing.
  • Version Control: Expert knowledge of Git for source control management.
  • Testing: Experience with automated testing methodologies, including unit testing and UI testing.
  • Experience on Android Architecture Components – MVVM Architecture
  • Experience with integratingRESTful API
  • Strong understanding of object-oriented programming
  • Knowledge of Push Notifications & cloud-based messaging
  • Understanding of security principles including secrets, encryption, etc
  • Bonus Skills (Preferred): Experience with Jetpack Compose, Dependency Injection frameworks (e.g., Hilt/Dagger), and cloud service integration (e.g., Firebase), Local DB e.g., Room, Realm, etc


Responsibilities will include:

  • Design & Development: Lead the design and development of advanced, feature-rich applications
  • Quality & Performance: Write robust, well-tested code, conduct rigorous unit and integration testing (using JUnit and Espresso/Compose Testing), and continuously optimize app performance, stability, and responsiveness.
  • Collaboration: Participate actively in code reviews, technical design discussions, and work closely with Product Managers, UX/UI Designers, and QA teams in an Agile environment.
  • Ensure the application is secure and free of vulnerabilities
  • Evaluate third party IDEs and tools to build relevant applications.
  • Conduct code reviews & peer reviews.
  • Establish coding standards.
  • Integrate user interface with code.
  • Prepare necessary documentation.
  • Review updates/patches and make necessary code updates.
  • Develop apps for different versions of Android and ensure compatibility with different screen sizes
  • Maintenance & Deployment: Manage application releases, debugging, and deployment to the Google Play Store, and maintain the build system using Gradle.


Required Qualifications:

  • Bachelor’s or Master’s degree in Computer Science, Information Technology, or related field.


Why should you join Big Rattle? 

Big Rattle Technologies specializes in AI/ ML Products and Solutions as well as Mobile and Web Application Development. Our clients include Fortune 500 companies. Over the past 13 years, we have delivered multiple projects for international and Indian clients from various industries like FMCG, Banking and Finance, Automobiles, Ecommerce, etc. We also specialise in Product Development for our clients.

Big Rattle Technologies Private Limited is ISO 27001:2022 certified and CyberGRX certified.

What We Offer:

  • Opportunity to work on diverse projects for Fortune 500 clients.
  • Competitive salary and performance-based growth.
  • Dynamic, collaborative, and growth-oriented work environment.
  • Direct impact on product quality and client satisfaction.
  • 5-day hybrid work week.
  • Certification reimbursement.
  • Healthcare coverage.

How to Apply:

Interested candidates are invited to submit their resume detailing their experience. Please detail out your work experience and the kind of projects you have worked on. Ensure you highlight your contributions and accomplishments to the projects.


Read more
Big Rattle Technologies
at Big Rattle Technologies
1 recruiter
Sreelakshmi Nair (Big Rattle Technologies)
Posted by Sreelakshmi Nair (Big Rattle Technologies)
Remote, Mumbai
5 - 7 yrs
₹8L - ₹12L / yr
skill iconPython
SQL
skill iconMachine Learning (ML)
Data profiling
E2E
+8 more

Position: QA Engineer – Machine Learning Systems (5 - 7 years)

Location: Remote (Company in Mumbai)

Company: Big Rattle Technologies Private Limited


Immediate Joiners only.


Summary:

The QA Engineer will own quality assurance across the ML lifecycle—from raw data validation through feature engineering checks, model training/evaluation verification, batch prediction/optimization validation, and end-to-end (E2E) workflow testing. The role is hands-on with Python automation, data profiling, and pipeline test harnesses in Azure ML and Azure DevOps. Success means probably correct data, models, and outputs at production scale and cadence.


Key Responsibilities:

Test Strategy & Governance

  • ○ Define an ML-specific Test Strategy covering data quality KPIs, feature consistency
  • checks, model acceptance gates (metrics + guardrails), and E2E run acceptance
  • (timeliness, completeness, integrity).
  • ○ Establish versioned test datasets & golden baselines for repeatable regression of
  • features, models, and optimizers.


Data Quality & Transformation

  • Validate raw data extracts and landed data lake data: schema/contract checks, null/outlier thresholds, time-window completeness, duplicate detection, site/material coverage.
  • Validate transformed/feature datasets: deterministic feature generation, leakage detection, drift vs. historical distributions, feature parity across runs (hash or statistical similarity tests).
  • Implement automated data quality checks (e.g., Great Expectations/pytest + Pandas/SQL) executed in CI and AML pipelines.

Model Training & Evaluation

  • Verify training inputs (splits, windowing, target leakage prevention) and hyperparameter configs per site/cluster.
  • Automate metric verification (e.g., MAPE/MAE/RMSE, uplift vs. last model, stability tests) with acceptance thresholds and champion/challenger logic.
  • Validate feature importance stability and sensitivity/elasticity sanity checks (price/volume monotonicity where applicable).
  • Gate model registration/promotion in AML based on signed test artifacts and reproducible metrics.


Predictions, Optimization & Guardrails

  • Validate batch predictions: result shapes, coverage, latency, and failure handling.
  • Test model optimization outputs and enforced guardrails: detect violations and prove idempotent writes to DB.
  • Verify API push to third party system (idempotency keys, retry/backoff, delivery receipts).


Pipelines & E2E

  • Build pipeline test harnesses for AML pipelines (data-gen nightly, training weekly,
  • prediction/optimization) including orchestrated synthetic runs and fault injection
  • (missing slice, late competitor data, SB backlog).
  • Run E2E tests from raw data store -> ADLS -> AML -> RDBMS -> APIM/Frontend, assert
  • freshness SLOs and audit event completeness (Event Hubs -> ADLS immutable).


Automation & Tooling

  • Develop Python-based automated tests (pytest) for data checks, model metrics, and API contracts; integrate with Azure DevOps (pipelines, badges, gates).
  • Implement data-driven test runners (parameterized by site/material/model-version) and store signed test artifacts alongside models in AML Registry.
  • Create synthetic test data generators and golden fixtures to cover edge cases (price gaps, competitor shocks, cold starts).


Reporting & Quality Ops

  • Publish weekly test reports and go/no-go recommendations for promotions; maintain a defect taxonomy (data vs. model vs. serving vs. optimization).
  • Contribute to SLI/SLO dashboards (prediction timeliness, queue/DLQ, push success, data drift) used for release gates.


Required Skills (hands-on experience in the following):

  • Python automation (pytest, pandas, NumPy), SQL (PostgreSQL/Snowflake), and CI/CD (Azure
  • DevOps) for fully automated ML QA.
  • Strong grasp of ML validation: leakage checks, proper splits, metric selection
  • (MAE/MAPE/RMSE), drift detection, sensitivity/elasticity sanity checks.
  • Experience testing AML pipelines (pipelines/jobs/components), and message-driven integrations
  • (Service Bus/Event Hubs).
  • API test skills (FastAPI/OpenAPI, contract tests, Postman/pytest-httpx) + idempotency and retry
  • patterns.
  • Familiar with feature stores/feature engineering concepts and reproducibility.
  • Solid understanding of observability (App Insights/Log Analytics) and auditability requirements.


Required Qualifications:

  • Bachelor’s or Master’s degree in Computer Science, Information Technology, or related field.
  • 5–7+ years in QA with 3+ years focused on ML/Data systems (data pipelines + model validation).
  • Certification in Azure Data or ML Engineer Associate is a plus.



Why should you join Big Rattle?

Big Rattle Technologies specializes in AI/ ML Products and Solutions as well as Mobile and Web Application Development. Our clients include Fortune 500 companies. Over the past 13 years, we have delivered multiple projects for international and Indian clients from various industries like FMCG, Banking and Finance, Automobiles, Ecommerce, etc. We also specialise in Product Development for our clients.

Big Rattle Technologies Private Limited is ISO 27001:2022 certified and CyberGRX certified.

What We Offer:

  • Opportunity to work on diverse projects for Fortune 500 clients.
  • Competitive salary and performance-based growth.
  • Dynamic, collaborative, and growth-oriented work environment.
  • Direct impact on product quality and client satisfaction.
  • 5-day hybrid work week.
  • Certification reimbursement.
  • Healthcare coverage.

How to Apply:

Interested candidates are invited to submit their resume detailing their experience. Please detail out your work experience and the kind of projects you have worked on. Ensure you highlight your contributions and accomplishments to the projects.


Read more
Big Rattle Technologies
at Big Rattle Technologies
1 recruiter
Kashish Shaikh
Posted by Kashish Shaikh
icon

The recruiter has not been active on this job recently. You may apply but please expect a delayed response.

Mumbai
1 - 2 yrs
₹3L - ₹4L / yr
skill iconSwift
skill iconObjective C
skill iconiOS App Development
Xcode
Model-View-View-Model (MVVM)
+2 more

We are looking for an entry level developer to join our team. You must have delivered at least 2 projects either as a part of self training, internships or industry experience.

 

Required Skills (more the better):

  • Native iOS Application Development with Swift, understanding of Objective C, iOS SDK, Xcode, Cocoa Layer, Media Layer, Core Service Layer, Core OS Layer, iOS Frameworks, iOS Developer Tools, iOS programming, iOS Human Interface
  • Hybrid mobile application development using Flutter will be an added advantage
  • Deployment/ publish in Apple App Store
  • Understanding of design patterns like MVC

 

Additional Skills:

  • Versioning tools such as Git, Bit Bucket, and concepts like branching
  • DevOps: Knowledge of operating systems, hosting and deployment on cloud platforms like Amazon Web Services, Google Cloud, Azure etc will be added advantage

 

Responsibilities will include:

  • Developing applications for iPhone and iPad
  • Reviewing new releases, SDKs, updates in the mobile space
  • Writing clean, well-designed code
  • Debugging code and fixing bugs
  • Ensuring code quality and security by following industry standards
  • Managing code repositories and deploying builds
  • Contributing to all phases of the development lifecycle
  • Participating in team meetings and client meetings/ calls
  • Learning new technologies

 

Why should I join Big Rattle?

Big Rattle Technologies specializes into development of Mobile and Web applications. Our clients include Fortune 5000 companies. Over the past 9 years, we have delivered multiple projects for clients from various industries like FMCG, Restaurants, Banking and Finance, Automobiles, Ecommerce, Television and Broadcast Agencies.

 

You will have an opportunity to get end-to-end exposure in software design and development of products, web applications and mobile applications. You will also have opportunities to participate in the decision-making process and take leadership roles as you grow in the organisation.

 

The company offers benefits like

  • Healthcare coverage (including Covid-19 vaccination reimbursement)
  • Technical certification fee reimbursements
  • Technical training fee reimbursements
  • 5-day work week
  • Flexible working hours
  • Hybrid working
Read more
Big Rattle Technologies
at Big Rattle Technologies
1 recruiter
Kashish Shaikh
Posted by Kashish Shaikh
icon

The recruiter has not been active on this job recently. You may apply but please expect a delayed response.

Mumbai
2 - 4 yrs
₹4L - ₹6.5L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+6 more

We are looking for an experienced developer to join our team. You must have 2 to 4 years of work experience in PHP and should have delivered at least 4 projects.

 

Required Skills (more the better):

  • PHP, Laravel, MySQL/ MariaDB, HTML5, CSS3, JavaScript, AJAX/ Fetch, jQuery, Web services and APIs
  • MVC framework, Design Patterns, Authentication, Eloquent, Providers, Middleware, Supervisor, Cron Jobs, Postman etc.
  • Experience of entire software development lifecycle
  • Project delivery experience and has handled clients directly
  • Managed a team of at least 4 developers
  • Client Interaction and requirements management

 

Additional Skills:

  • Versioning tools such as Git, Bit Bucket, and concepts like branching
  • DevOps: Knowledge of operating systems, hosting and deployment on cloud platforms like Amazon Web Services, Google Cloud, Azure etc will be added advantage

 

Responsibilities will include:

  • Writing clean, well-designed code
  • Debugging code and fixing bugs
  • Ensuring code quality and security by following industry standards
  • Managing code repositories and deploying builds
  • Contributing to all phases of the development lifecycle
  • Participating in team meetings and client meetings/ calls
  • Learning new technologies

 

Why should I join Big Rattle?

Big Rattle Technologies specializes into development of Mobile and Web applications. Our clients include Fortune 5000 companies. Over the past 9 years, we have delivered multiple projects for clients from various industries like FMCG, Restaurants, Banking and Finance, Automobiles, Ecommerce, Television and Broadcast Agencies.

 

You will have an opportunity to get end-to-end exposure in software design and development of products, web applications and mobile applications. You will also have opportunities to participate in the decision-making process and take leadership roles as you grow in the organisation.

 

The company offers benefits like

  • Healthcare coverage (including Covid-19 vaccination reimbursement)
  • Technical certification fee reimbursements
  • Technical training fee reimbursements
  • 5-day work week
  • Flexible working hours
  • Hybrid working
Read more
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

Similar companies

Srijan Technologies cover picture
Srijan Technologies's logo

Srijan Technologies

https://srijan.net
Founded
2002
Type
Services
Size
100-1000
Stage
Profitable

About the company

Empowering enterprises in modernizing their digital systems Srijan has been leading the change for the last 15+ years. A global leader in open-source technologies, our industry forte but not limited to, is media, travel, healthcare, telecom, retail, pharmaceutical, eCommerce and financial sector. Staffed by a team of over 300+ engineers, our teams are based out of India, USA, Japan, Philippines, United Kingdom, Australia, and Germany. With 75+ Acquia Certified Drupal enginers, we are among the top 3 certified companies globally in Drupal community. Our diverse clientele includes Estee Lauder, FlightCentre, Hindawi, Vodafone, Crain, Diversey, PTT Global, and names in Fortune 500. We are an Advanced AWS consulting partner, Acquia preferred partner, and Apigee consulting partner.

Jobs

1

HealthAsyst cover picture
HealthAsyst's logo

HealthAsyst

https://healthasyst.com
Founded
1999
Type
Services
Size
100-1000
Stage
Profitable

About the company

Among the multitude of healthcare IT companies, HealthAsyst has the required expertise in the US healthcare domain helping us offer world class healthcare IT services & solutions with improvement in productivity and efficiency.


HealthAsyst® is currently a leading provider of IT services to some of the largest healthcare IT vendors in the United States.


We bring the value of cutting-edge technology through our deep expertise in product engineering, custom software development, testing, large-scale healthcare IT implementation and integrations, on-going maintenance and support, BI & Analytics, and remote monitoring platforms.


As a true partner, we help our customers navigate a complex regulatory landscape, deal with cost pressures, and offer high-quality services. As a healthcare transformation agent, we enable innovation in technology and accelerate problem-solving while delivering unmatched cost benefits to healthcare technology companies.


Since 1999, HealthAsyst IT Services has been delivering technology solutions through a systematic, consultative approach to prestigious healthcare tech companies.

Jobs

3

Proximity Works cover picture
Proximity Works's logo

Proximity Works

https://proximity.tech
Founded
2019
Type
Products & Services
Size
20-100
Stage
Bootstrapped

About the company

We are Proximity - a global team of coders, designers, product managers, geeks and experts. We solve hard, long-term engineering problems and build cutting edge tech products.


About us

Born in 2019, Proximity Works is a global, fully distributed tech firm headquartered in San Francisco - with hubs across Mumbai, Dubai, Toronto, Stockholm, and Bengaluru. We’re in the business of solving high-stakes engineering challenges with AI-powered solutions tailored for industries like sports, media & entertainment, fintech, and enterprise platforms. From real-time game analytics and ticketing workflows to creative content generation, we help build software that serves millions every day.


About the Founders

At the helm is Hardik Jagda, CEO - a technologist with a startup DNA who brings clarity to complexity and a passion for building delightful experiences.


Milestones & Impact

  • Trusted by some of the world’s biggest players - from major media & entertainment giants to one of the world’s largest cricket websites and the second-largest stock exchange in the world.
  • Delivered game-changing tech: slashing content creation by 90%, doubling performance metrics for NASDAQ clients, and accelerating speed/performance wins for platforms like Dream11.


Culture & Why It Matters

  • Fully distributed and flexible: work 100% remotely, design your own schedule, build habits that work for you and not the other way around.
  • People-first culture: Community events, “Proxonaut battles,” monthly off-sites, and a liberal referral policy keep us connected even when we’re apart.
  • High-trust environment: autonomy is encouraged. You’re empowered to act, learn fast, and iterate boldly. We know great work comes when talented people have space to think and create.

Jobs

4

Wissen Technology cover picture
Wissen Technology's logo

Wissen Technology

https://wissen.com
Founded
2000
Type
Products & Services
Size
1000-5000
Stage
Profitable

About the company

The Wissen Group was founded in the year 2000. Wissen Technology, a part of Wissen Group, was established in the year 2015. Wissen Technology is a specialized technology company that delivers high-end consulting for organizations in the Banking & Finance, Telecom, and Healthcare domains.

With offices in US, India, UK, Australia, Mexico, and Canada, we offer an array of services including Application Development, Artificial Intelligence & Machine Learning, Big Data & Analytics, Visualization & Business Intelligence, Robotic Process Automation, Cloud, Mobility, Agile & DevOps, Quality Assurance & Test Automation.


Leveraging our multi-site operations in the USA and India and availability of world-class infrastructure, we offer a combination of on-site, off-site and offshore service models. Our technical competencies, proactive management approach, proven methodologies, committed support and the ability to quickly react to urgent needs make us a valued partner for any kind of Digital Enablement Services, Managed Services, or Business Services.


We believe that the technology and thought leadership that we command in the industry is the direct result of the kind of people we have been able to attract, to form this organization (you are one of them!).


Our workforce consists of 1000+ highly skilled professionals, with leadership and senior management executives who have graduated from Ivy League Universities like MIT, Wharton, IITs, IIMs, and BITS and with rich work experience in some of the biggest companies in the world.


Wissen Technology has been certified as a Great Place to Work®. The technology and thought leadership that the company commands in the industry is the direct result of the kind of people Wissen has been able to attract. Wissen is committed to providing them the best possible opportunities and careers, which extends to providing the best possible experience and value to our clients.

Jobs

424

Torero Softwares Limited cover picture
Torero Softwares Limited's logo

Torero Softwares Limited

https://torero.in
Founded
1999
Type
Products & Services
Size
20-100
Stage
Profitable

About the company

At Torero Softwares Ltd, we build next-gen ERP solutions that power businesses in healthcare, pharma, FMCG, distribution, and retail. With 25+ years of expertise and a 3,500+ client base, our flagship product, Medica Ultimate™, helps companies streamline operations, boost efficiency, and stay compliant.

Why Join Us?

🚀 Fast-Growing Tech Company – Work on industry-leading SaaS & ERP solutions

💡 Innovation-Driven – Be part of a team solving real-world business challenges

📈 Career Acceleration – Hands-on learning, mentorship & growth opportunities

📚 Collaborative Culture – Work alongside tech experts in a dynamic environment

Whether in sales, implementation, or customer success, you'll help transform businesses with technology.

📍 Location: Lower Parel, Mumbai

📩 Contact: Simran Jain | ✉ [email protected] | 📞 9702074236 (Call/WhatsApp)

Jobs

2

Nudge cover picture
Nudge's logo

Nudge

https://nudgenow.com
Founded
2023
Type
Product
Size
0-20
Stage
Raised funding

About the company

Nudge is a user experience platform for consumer companies to help them activate, retain, and understand users.


We’re backed by Antler, and marquee angels including Kunal Shah (Cred), Dhruv Bahl (BharatPe), Bharati Balakrishnan(Shopify), Prashant Pitti (Easemytrip), Pallav Nadhani (FusionCharts), and Ajinkya Kulkarni (WintWealth).


Who We Are

We're on a mission to revolutionize how companies deliver personalized experiences to their users. At Nudge, we've built a powerful SaaS platform that enables consumer companies to run rapid product experiments and deliver truly personalized user experiences. What makes us special? We help product and growth teams build native UX components without needing any development effort – yes, you heard that right!


Our Secret Sauce

We're proud of our comprehensive suite of tools that work together seamlessly:

  • Want to create meaningful interactions? Our dynamic UX library has got you covered
  • Need to experiment with UI in real-time? Jump into our visual builder
  • Looking to create personalized customer journeys? Our user flows are here to help
  • Want to incentivize actions? Our reward engine makes it simple
  • Plus, we've got powerful experimentation capabilities and analytics tools to track it all


The best part? We integrate with over 25 popular tools like Mixpanel, Amplitude, Segment, and Braze. We believe in making your existing tech stack work better, not replacing it!


Our Team

We're led by our passionate co-founders, Kanishka Thakur (CEO) and Gaurav Rawat. Under Kanishka's leadership, we're pushing the boundaries of what's possible in personalization and experimentation.


Our Growth Story

We're backed by some amazing investors who believe in our vision. Our journey started with initial backing from GradCapital, and we've since received support from Antler. We're excited to share that we recently closed our Pre-Seed round in 2024, which is helping us accelerate our mission even faster!


What Makes Us Different:

We understand that every user is unique, and their experience should be too. That's why we've built our platform to personalize across multiple dimensions - content, timing, incentives, and UI. Whether you're running A/B tests, creating personalized journeys, or analyzing user behavior, we make it simple and effective.


Want to see how we can transform your user experiences? We'd love to show you around our platform - check out our website or the demo below!

Jobs

1

VRT Management Group cover picture
VRT Management Group's logo

VRT Management Group

https://vrtmanagementgroup.com
Founded
2008
Type
Products & Services
Size
0-20
Stage
Bootstrapped

About the company

Jobs

3

GuppShupp cover picture
GuppShupp's logo

GuppShupp

https://guppshupp.com
Founded
2025
Type
Product
Size
0-20
Stage
Raised funding

About the company

Meet GuppShupp - Bharat’s first AI Friend that truly understands you.

No bias. No judgment. No fear. Just real conversations, anytime you need them.


Whether you’re feeling stressed, lonely, or just want to talk — GuppShupp listens, responds naturally, and is always there for you.


It’s more than an app — it’s a companion built for the way you think, feel, and speak.


✨ What makes GuppShupp special:


🗣 Chat in your language — English, Hindi, and more coming soon.

⏰ Always available — talk anytime, day or night.

💬 Real, human-like conversations — feel heard and understood.

🔒 Private & judgment-free — your space, your thoughts, your friend.

🪙 Coming soon: voice chats, calls, and fun challenges with your AI Friend!


GuppShupp is built for Bharat — for the millions who just want someone to talk to, safely and freely.


Download now and start your first gupp-shupp today 💬

Jobs

1

CodeDecoders cover picture
CodeDecoders's logo

CodeDecoders

https://codedecoders.io
Founded
2023
Type
Products & Services
Size
0-20
Stage
Profitable

About the company

Jobs

1

HSV Digital cover picture
HSV Digital's logo

HSV Digital

https://hsv.digital
Founded
2017
Type
Products & Services
Size
20-100
Stage
Bootstrapped

About the company

We are a B2B Technology Marketing Agency, helping our clients communicate more effectively, drive demand, and optimize their customer journey. Our team of tech-passionate experts lead with business objectives, speak the tech and channel language, and then put their creativity, tools, and technical skills to use to help brands achieve their goals. Some key clients we have worked with: are Microsoft, IBM, Alibaba Cloud, Eka Software, Cigniti Technologies, Redington, and Polestar Solutions.


There is no other industry that changes at the speed at which technology does. Innovations keep on coming up, competition keeps on increasing, and GTM models keep on evolving. Marketers are pulled in a million directions. They must deliver on that plus they have to stay abreast of the latest happenings. That's where we come in - to supplement the team and support top priorities, so clients achieve high-quality results, fast. We operate as an extension, caring just as much about success, challenges, and growth opportunities, as rolling up our sleeves time and again to help figure it out.

Jobs

5

Want to work at Big Rattle Technologies?
Big Rattle Technologies's logo
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs