Cutshort logo
Data masking jobs

11+ Data masking Jobs in India

Apply to 11+ Data masking Jobs on CutShort.io. Find your next job, effortlessly. Browse Data masking Jobs and apply today!

icon
AI-First Company

AI-First Company

Agency job
via Peak Hire Solutions by Dhara Thakkar
Bengaluru (Bangalore), Mumbai, Hyderabad, Gurugram
5 - 17 yrs
₹30L - ₹45L / yr
Data engineering
Data architecture
SQL
Data modeling
GCS
+47 more

ROLES AND RESPONSIBILITIES:

You will be responsible for architecting, implementing, and optimizing Dremio-based data Lakehouse environments integrated with cloud storage, BI, and data engineering ecosystems. The role requires a strong balance of architecture design, data modeling, query optimization, and governance enablement in large-scale analytical environments.


  • Design and implement Dremio lakehouse architecture on cloud (AWS/Azure/Snowflake/Databricks ecosystem).
  • Define data ingestion, curation, and semantic modeling strategies to support analytics and AI workloads.
  • Optimize Dremio reflections, caching, and query performance for diverse data consumption patterns.
  • Collaborate with data engineering teams to integrate data sources via APIs, JDBC, Delta/Parquet, and object storage layers (S3/ADLS).
  • Establish best practices for data security, lineage, and access control aligned with enterprise governance policies.
  • Support self-service analytics by enabling governed data products and semantic layers.
  • Develop reusable design patterns, documentation, and standards for Dremio deployment, monitoring, and scaling.
  • Work closely with BI and data science teams to ensure fast, reliable, and well-modeled access to enterprise data.


IDEAL CANDIDATE:

  • Bachelor’s or Master’s in Computer Science, Information Systems, or related field.
  • 5+ years in data architecture and engineering, with 3+ years in Dremio or modern lakehouse platforms.
  • Strong expertise in SQL optimization, data modeling, and performance tuning within Dremio or similar query engines (Presto, Trino, Athena).
  • Hands-on experience with cloud storage (S3, ADLS, GCS), Parquet/Delta/Iceberg formats, and distributed query planning.
  • Knowledge of data integration tools and pipelines (Airflow, DBT, Kafka, Spark, etc.).
  • Familiarity with enterprise data governance, metadata management, and role-based access control (RBAC).
  • Excellent problem-solving, documentation, and stakeholder communication skills.


PREFERRED:

  • Experience integrating Dremio with BI tools (Tableau, Power BI, Looker) and data catalogs (Collibra, Alation, Purview).
  • Exposure to Snowflake, Databricks, or BigQuery environments.
  • Experience in high-tech, manufacturing, or enterprise data modernization programs.
Read more
Talent Pro
Mayank choudhary
Posted by Mayank choudhary
Remote only
8 - 13 yrs
₹80L - ₹100L / yr
Data engineering
skill iconJava
Mandatory (Experience 4) - Must have strong experience in large...
Mandatory (Experience 5) - Strong expertise in HLD and LLD,...

Ideal Candidate

10+ years of experience in software/data engineering, with at least 3+ years in a leadership role.

Expertise in backend development with programming languages such as Java, PHP, Python, Node.JS, GoLang, JavaScript, HTML, and CSS.

Proficiency in SQL, Python, and Scala for data processing and analytics.

Strong understanding of cloud platforms (AWS, GCP, or Azure) and their data services.

Strong foundation and expertise in HLD and LLD, as well as design patterns, preferably using Spring Boot or Google Guice

Experience in big data technologies such as Spark, Hadoop, Kafka, and distributed computing frameworks.

Hands-on experience with data warehousing solutions such as Snowflake, Redshift, or BigQuery

Deep knowledge of data governance, security, and compliance (GDPR, SOC2, etc.).

Experience in NoSQL databases like Redis, Cassandra, MongoDB, and TiDB.

Familiarity with automation and DevOps tools like Jenkins, Ansible, Docker, Kubernetes, Chef, Grafana, and ELK.

Proven ability to drive technical strategy and align it with business objectives.

Strong leadership, communication, and stakeholder management skills.

Read more
Octobotics Tech

at Octobotics Tech

2 recruiters
Ishan Bhatnagar
Posted by Ishan Bhatnagar
Noida
3 - 6 yrs
₹12L - ₹24L / yr
skill iconC++
Data Structures
Design patterns
Multithreading
Qt
+7 more

The One-Line Mission

You are the Chief Architect of the Robot’s Brain. You are not just writing a module; you are engineering the Complete Production Application that runs on the robot. You define how the system boots, how it manages state, and how it integrates the Robotics Team's ROS-based logic into your high-performance C++ Core without sacrificing speed or safety.

What You Will Engineer (The Complete System)

1. The "Drishti-OS" Application Framework (Core Architecture)

  • The Challenge: This is a mission-critical, real-time application running in an explosive zone.
  • Your Job: You design the Main Application Lifecycle.
  • State Machine: You define the strict logic for the robot's states (e.g., Booting $\rightarrow$ Self-Check $\rightarrow$ Ready $\rightarrow$ Scanning $\rightarrow$ Emergency Stop).
  • The ROS Bridge: The Robotics Team uses ROS Middleware for navigation. You architect the efficient Inter-Process Communication (IPC) bridge that allows their ROS nodes to talk to your Real-Time C++ Core without introducing latency into the critical data path.
  • Resource Management: You ensure the CPU/RAM are allocated efficiently so the "Data Pump" never starves, even while ROS is calculating trajectory.

2. The "Data Engine" (Ingestion, Sync & Calculation)

  • The Challenge: High-velocity data (730 mm/s) meets precise location tracking.
  • Your Job: You build the central engine that:
  • Ingests: 128 channels of Ultrasonic data via the AFM API.
  • Syncs: Merges this data instantly with the ROS-published coordinates (X, Y, Theta) from the Robotics Team.
  • Processes: Runs the C++ "Stitching Algorithm" to map raw signals into a coherent buffer for the UI.

3. Production-Grade Safety & Watchdogs (The "Safety Net")

  • The Challenge: We operate in explosive refineries (Zone 1).
  • Your Job: You implement the Software Safety Watchdogs required for ATEX certification.
  • System Health: Your code monitors the heartbeat of the ROS nodes. If the Robotics logic freezes, your architecture must trigger a safe emergency stop immediately.
  • Hardware Safety: You monitor internal pressure and motor temperatures, overriding control loops if physical limits are breached.

4. Data Persistence (The Digital Twin Source)

  • Your Job: You own the .DRISHTI binary file format. You ensure that what we write to the disk is a corrupt-free, memory-mapped exact replica of the inspection, ready for the Full Stack Team to ingest.

5. The "Immortal" Deployment Architecture

  • Your Job: You define how the code gets to the robot. You architect the OTA (Over-The-Air) System with Atomic Rollbacks. If a new update fails to boot, your architecture ensures the robot automatically reverts to the previous working version.

Who You Will Interact With

You sit at the center of the engineering circle:

  1. Robotics Engineers (ROS Team):
  • They do: They use ROS (Robot Operating System) middleware to build the robot's kinematics, navigation, and control logic.
  • You do: You provide the architectural framework they plug into. You ensure their ROS messages (Pose/Odom) are consumed efficiently by your Core System.
  1. UI/UX Developer (Qt/QML):
  • They do: They build the visual dashboard.
  • You do: You provide the Backend API and Signals to drive their interface.
  1. Full Stack Developers (Cloud):
  • They do: They build the customer-facing Reporting Platform.
  • You do: You define the .DRISHTI File Contract so they can perfectly parse the data you save.

The Tech Stack You Architect

  • Core: Modern C++ (17/20) (Smart Pointers, Move Semantics).
  • Integration: ROS / ROS2 (Subscribers, Publishers, Custom Messages).
  • Framework: Qt 6 Core (Event Loop, State Machine Framework).
  • OS Level: Linux System Programming (Systemd, Kernel Tuning, Watchdogs).
  • Architecture: Multi-threaded Producer-Consumer, Lock-Free Buffers, Shared Memory.


Read more
whitetableai
Tushar Dhakad
Posted by Tushar Dhakad
Bengaluru (Bangalore)
2 - 6 yrs
₹10L - ₹30L / yr
skill iconPython
skill iconGit
skill iconDjango
skill iconFlask
CI/CD

Backend Developer


About the Role:

We’re looking for a skilled Backend Developer (2–6 years of experience) who can design and build scalable backend systems, ensure high-performance APIs, and contribute to the technology powering a fast-growing jewelry platform. You’ll work closely with product and frontend teams to deliver robust, scalable, and reliable solutions.

Key Responsibilities:

  • Design, build, and maintain scalable backend services and APIs.
  • Write clean, secure, and well-documented backend code.
  • Work with relational databases, ensuring optimized queries and data integrity.
  • Collaborate with frontend engineers and product managers to deliver end-to-end features.
  • Debug, troubleshoot, and optimize backend systems for performance and reliability.
  • Contribute to architectural discussions and technology choices as the platform scales.

Requirements:

  • 3–5 years of professional experience as a Backend Developer.
  • Strong proficiency in Python with frameworks like Django, FastAPI, or Flask.
  • Solid understanding of relational databases, schema design, and query optimization.
  • Experience building and consuming REST or GraphQL APIs.
  • Knowledge of version control (Git).
  • Familiarity with Docker.
  • Understanding of microservices architecture (good to have).
  • Knowledge of CI/CD pipelines (good to have).
  • Strong problem-solving, debugging, and optimization skills.
  • Experience working in e-commerce or marketplace environments.

What’s in It for You:

  • High ownership role in a fast-paced environment.
  • Opportunity to work closely with the founding team and passionate professionals.
  • Competitive salary with fast career growth and appraisals.
  • Dynamic, collaborative, and politics-free work culture.
  • Health insurance coverage.

Additional Details:

  • Early-stage startup environment where meaningful achievements require dedication and passion.
  • 6-day work week.
  • Location: HSR Layout, Bangalore.


Read more
Dangi Digital Media LLP
jaibir dangi
Posted by jaibir dangi
Mumbai
4 - 8 yrs
₹7L - ₹13L / yr
JSP
Oracle NoSQL Database
skill iconJava
J2EE
skill iconSpring Boot
+4 more

Person should have strong knowledge in -

1. Core Java,

2. JSP

3. Spring Framework,

4. Spring Boot,

5. SOAP and REST Webservices

6. Application Security.

Person should have 4 to 6 Years of work experience in Java and above-mentioned related technology.

Person should have good Oracle Database knowledge and have good communication skills.

Having work experience in BFSI domain will added advantage

Person needs to work from Mumbai location and also available to join the office

Read more
Lansum Properties
Dasari SarveswaraRao
Posted by Dasari SarveswaraRao
Hyderabad
4 - 6 yrs
₹2L - ₹9L / yr
Architecture
3D modeling
AutoCAD
Autodesk Revit

1. Excellent design coordination with Project Architects, Structural, MEP, Landscape, Environmental, Façade, etc. for planning and designing of high-rise residential, commercial, hospitality & Institutional projects.

2. Coordinating with legal, liaisoning, marketing, and sales departments to provide all necessary information like legal plans, sales plans, allotments, area statements, etc.

3. Coordinate with various agencies to get NOCs for sanctioning work.

4. Producing detailed drawings for the Execution team on time, monitoring & coordinate with the project team for smooth execution of work. Site checking & site coordination for projects.

5. Documentation, Fair Knowledge of NBC, Local Government Body Building rules, Fire Norms, Environment Norms, Rera and its documentation, Master plans, Land use & zoning.

6. Review construction documents to foresee prospective site issues and resolve them on the drawing board with all the consultants involved.

7. Coordination with the site team, vendors/contractors, and all stakeholders involved in the delivery of projects.

8. Managing and maintaining drawing deliverable records, and Safeguarding the project drawings & documents.

9. Produce detailed blueprints and make any necessary corrections & compile project specifications and Keep within budgets and timelines.

10. Following the latest materials, architectural trends, and advancements, an understanding of all aspects of the design.

Read more
Financial / Accounts module development

Financial / Accounts module development

Agency job
via Talentspro by Punithalayal A
Hyderabad
2 - 5 yrs
₹4L - ₹10L / yr
ASP.NET MVC
skill icon.NET
ASP.NET
skill iconC#
MySQL
+5 more

We are looking for an ASP.NET MVC developer that will be able to develop new applications and must have experience in financial / Account project development. The main scope of work will include everything from back-end to client-side code, using optimal and efficient technologies, frameworks, and patterns. Your primary responsibilities will be to design and develop these applications. Therefore, it's essential that you are skilled at problem solving, solution design, and high-quality coding

Position: 01

Experience: Developer 2 – 5 Years

Proficiency in C#, Experience in using .NET

1-2 Yrs. Experience in Financial / Account application development is must.

Experience in developing ( ASP.NET MVC | ASP.NET Core MVC ) applications

Experience of HTML, JS, jQuery and CSS

Senior knowledge of ( Entity Framework 6.* ADO.NET )

Proficient knowledge in (MSSQL)

Database design including indexes and data integrity (if RDBMS is required)

Eligibility Criteria:

Min 1-2 years of relevant experience in Financial / Accounts module development is must.

Excellent English communication skills

Ability to work independently and multi-task effectively

Ability to understand the Client's requirement and need to attend the demo's.

Experience in creating project/task related documents

Candidate willing to join immediately or less then 15 Days' notice period and willing to sign an agreement for a minimum 24 Months period from date of joining .

CTC will be based on the Technical knowledge and experiences.
Read more
Yellow Metal

at Yellow Metal

1 recruiter
Rahul Boggaram
Posted by Rahul Boggaram
Remote only
3 - 8 yrs
₹12L - ₹20L / yr
Finance
Accounting
Financial reporting
Management Information System (MIS)
Profitability analysis
Monthly Accounting, MIS, Financial Reporting.

- Minimum of 3 years experience working with a startup or financial institution.
- Should build a process from scratch
- hire a team when required
Read more
Leverage Edu
Delhi
2 - 10 yrs
₹12L - ₹20L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
MERN Stack
skill iconMongoDB
RESTful APIs
+2 more

We are seeking a person to join our tech team, with proficiency in programming languages likeJavaScript, decent understanding of NodeJS and React.js and an abiity to understand business requirements and to translate it into technical requirements.You’ll work closely with top school graduates, ex-McKinsey,BCG, Deloitte, EY, Byju’s, Paytm employees to establish, nurture, and grow business across categories & territories. This is an amazing opportunity to learn from an extraordinary team, grow massively and to help students around the globe build an awesome career for themselves.

What you will do:

  • Developing new user-facing features using ReactJS as frontend and NodeJS as backend
  • Building reusable components and front-end libraries for future use
  • Translating designs and wireframes into high quality code
  • Optimizing components for maximum performance acrossa vast array of web-capable devices and browsers
  • Writing test cases for automated testing
  • Deployment of micro services to AWS
  • Defining and Architecting a proper structure to any new micro services being added
  • Managing and updating already build micro services

What you will need:

  • Strong proficiency in JavaScript, including DOM manipulationand the JavaScript object model
  • Thorough understanding of React.js and its core principles
  • Thorough understanding of NodeJS, Express and itscore principles
  • Experience with popular React.js workflows Redux,Saga, Axios
  • Experience with popular NodeJS packages like Knex
  • Knowledge of isomorphic React is a plus
  • Familiarity with RESTful APIs
  • Experience with building optimised SQL queries and stored procedures
  • Knowledge of modern authorization mechanisms, such as JSON Web Token
  • Familiarity with modern front-end build pipelinesand tools
  • Experience with common front-end development tools such as Babel, Webpack,NPM, etc.
  • Ability to understand business requirements and translate them into technical requirements
  • A knack for benchmarking and optimization
  • Familiarity with code versioning tools such as GIT

What you will get:

  • Industry-best perks
  • A phenomenal work environment, with massive ownershipand growth opportunities
  • A bunch of super young & enthusiastic colleagues in Tech/Marketing/PR/Editorial/SocialMedia & Events!
  • Quick iterations and deployments – fail-fast attitude
  • Opportunity to work on cutting edge technologies, and lead teams in the future
  • Access to a world-class mentorship network
  • Create a massive, and direct impact of the work you do in the lives of people across the globe

About the Company: At Leverage Edu, we are democratizing access to global opportunities for students everywhere. By helping students make the right career choices withthe aid of information and pathways that they can trust, we are opening doors to opportunities they could not access without the right guidance and support. Making sense of the complex web of courses,colleges, careers, and geographies is a tough task – by leveraging technology but connecting with students at a personal level we help them maximize their potential. To build towards this goal we are looking for people with the ambition and hustle to make the world a smaller place and get people closer to their dream opportunities. We are building at a break-neck speed in one of the fastest-growing industries inthe world and the opportunities for growth are limitless.

Read more
Srijan Technologies

at Srijan Technologies

6 recruiters
Devendra Singh
Posted by Devendra Singh
Remote only
2.4 - 4 yrs
₹6L - ₹9L / yr
Test Automation (QA)
Selenium
Protractor
API testing
Selenium Web driver
+3 more
Greetings for the day!!!!!
 
About Company:-
 
Srijan Technologies is a 17-year-old technology services firm.
 
Srijan has specialized in building content management systems with expertise in PHP-based open-source CMS, specifically Drupal for a large part of its life. In recent years Srijan has diversified into
i) Data Engineering using NodeJS and Python,
ii) Data Science -- Analytics and Machine Learning and
iii) API Management using APIGEE.
 
Srijan is approx 400 people strong (including some Senior Consultants) Srijans development offices in India are located in New Delhi, Gurugram, Goa, Bangalore and Mumbai, Delhi, Gurgaon and Goa are the largest offices. In addition, a few developers & delivery leads are located in several countries globally -- USA (New York, Charlotte), Singapore, Philippines (Manila), Australia (Sydney, Brisbane, Melbourne), Germany (Berlin), Japan (Tokyo). In each of these countries, Srijan has a functional legal subsidiary.
 
Srijan works largely with enterprises or mid-large sized global firms and focuses on recurring business from these accounts, thereby bringing much-needed predictability of revenue for high-growth companies. It works with several top brands at the moment.
 
The firm is beginning to invest in startups and in joint research projects with top institutes. For instance, it recently partnered with IIT-Delhi to invest in an 18-month project for building a solution for Honey traceability using Blockchain.
 
The leadership team at Srijan has set itself an audacious goal of reaching $25 million in revenue (while maintaining healthy EBIDTA margins) in FY 2020 -- doubling our revenues. This requires significant technology and delivery leadership bandwidth to be created in the firm to ensure our high-quality standards are not compromised.
 
Each year Srijan donates 7% of its profits to Srijan Foundation Trust a registered non-profit which runs several projects including non-formal schools (directly or via partner organizations) and Indic civilizational projects such as #SrijanTalks.
 
Please visit company website for more information http://www.srijan.net/" target="_blank">www.srijan.net
 
 
Job Description:
 
Must have:-
  • Web Automation experience (Can be either of Java + Selenium or JS + Protractor or JS + Cypress)
  • API testing and automation experience (Any Java or JS framework is good)
  • Must have done hands on automation during the last one year
  • Experience in performing Functional, System testing, Integration testing and regression testing during the various phases of the project lifecycle
  • Team player with the ability to work in a fast paced environment with minimum supervision
  • Experience in Agile Methodology
 
Good to have:-
  • Linux knowledge will be a plus
  • Mobile test automation
  • Performance testing experience
  • Experience with CI/CD tools
 
Role and Responsibilities:-
  • Understanding the feature to test
  • Writing/Updating test cases
  • Design, develop and execute automation scripts
  • Knowledge of software QA methodologies
  • Perform thorough regression testing when bugs are resolved
 
Qualification:- Must be a B.Tech/B.E/M.Tech/M.E/MCA/M.Sc Tech
Location:- Remote/Work From Home
Read more
Full Throttle Labs

at Full Throttle Labs

4 recruiters
Lavita Mascarenhas
Posted by Lavita Mascarenhas
Bengaluru (Bangalore)
1 - 4 yrs
₹5L - ₹10L / yr
skill iconPython
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconHTML/CSS
skill iconJavascript
+3 more
About the Role: FullThrottle Labs is looking for a Full Stack Engineer who is passionate about Python & React and building high quality products. We believe in ownership and are looking for people driven to continuously ship new, impactful features and capabilities for our users. You'll be responsible for: - Architecting and building software across the entire stack, from web development to cloud-based data processing. - Working with product and design to creatively solve complex problems - Provide input and strategy for software architecture, testing, and deployment. - Owning pushing the team towards the best working practices in the Python and JS community - Participate in design and coding reviews during development, managing high standards of quality - Help us develop a positive and exciting engineering culture - Contributing to the growth of other members of the team Required skills: - Python - React/Redux - HTML5/CSS3/JS - Building and deploying APIs - Software Architecture - Unit testing - Excellent written and verbal communication. Bonus optional skills: -- You’re familiar with React Native. -- You’re familiar with Sketch. -- You’re familiar with Angular.js or Vue.js -- Experience with continuous deployment Benefits: FullThrottle Labs offers an array of benefits including competitive salaries, equity options, free food and beverages and weekly team outings!
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort