Cutshort logo
Company is a US Product Based Fortune 300 MNC that ranks in  logo
C++ Developer
Company is a US Product Based Fortune 300 MNC that ranks in
Company is a US Product Based Fortune 300 MNC that ranks in 's logo

C++ Developer

at Company is a US Product Based Fortune 300 MNC that ranks in

Agency job
7 - 12 yrs
₹20L - ₹25L / yr
Gurugram
Skills
QT Creator
QML
Embedded Systems

Role – Staff Engineer, Software Engineering

Experience – 7-10 Years

Location – Gurugram

Notice - Max up to 30 days

 

JOB DESCRIPTION:


Technical Responsibilities:

• Conduct or design prototyping and bench testing

• Conduct problem solving, identify potential solutions, and evaluate them against component and sub-system requirements

• Conduct research and studies to support product design

• Translate design inputs to engineering specifications and produce component and sub-system level designs

• Code development time/resource estimation to support projects

• Design new components applying various design concepts

• Generate and review the necessary documents with project teams (requirements, design, architecture, bugs, test)

Business Responsibilities:

• Demonstrate advanced understanding of customer needs and design inputs

• Demonstrate proficiency with product’s intended use and clinical procedures

• Learn how the financial models are constructed

Med Device Compliance:

• Follow fundamental industry standards, design requirements and test strategies which apply to regulatory requirements

• Independently create or refine engineering documentation, such as the Design History file

• Follow R&D procedure like design controls and risk management, per the Quality Management System

Minimum Qualifications (Required):

• Bachelor's degree in Software Engineering/ Computer Science or related discipline & 7+ years of work experience

Mandatory Skills:

Technical Skills:

  • Highly skilled in C++, OOP, Object-Oriented Design and Analysis, Multithreading (POSIX), and TCP/IP communication.
  • Knowledge of application programming with embedded systems, including communication over SPI, I2C, CAN, and FPGA (highly desirable).
  • Expert-level knowledge of algorithms and data structures.
  • Exposure to Qt Creator IDE is desirable.
  • Proficient in programming and designing new components using various design concepts and patterns.


Design and Development Skills:

• Experience with integrated development environments (IDE) for projects

• Experience with software tools for static/dynamic analysis, memory management, code coverage and techniques for analyzing software

• Integration and deployment processes experience

Software Process Skills:

• Experience in creating estimates for code implementation time/resource for assigned tasks

• Experience in Software Development Life Cycle processes, Agile mode of implementation.

. Experience with CI/CD and DevOps systems using tools like gitla

• Experience using Application Lifecycle Management /Traceability tools

• Experience with regulatory and compliance standards applied to the SDLC (Software Development Life Cycle)

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

Similar jobs

AI Powered Logistics Company
AI Powered Logistics Company
Agency job
via Recruiting Bond by Pavan Kumar
Bengaluru (Bangalore)
5 - 8 yrs
₹25L - ₹32L / yr
skill iconNodeJS (Node.js)
NOSQL Databases
SQL
skill iconMongoDB
RabbitMQ
+19 more

Job Title: Backend Engineer - NodeJS, NestJS, and Python

Location: Hybrid weekly ⅔ days WFO (Bengaluru- India)


About the role:

We are looking for a skilled and passionate Senior Backend Developer to join our dynamic team. The ideal candidate should have strong experience in Node.js and NestJS, along with a solid understanding of database management, query optimization, and microservices architecture. As a backend developer, you will be responsible for developing and maintaining scalable backend systems, building robust APIs, integrating databases, and working closely with frontend and DevOps teams to deliver high-quality software solutions.


What You'll Do 🛠️ 

  • Design, develop, and maintain server-side logic using Node.js, NestJS, and Python.
  • Develop and integrate RESTful APIs and microservices to support scalable systems.
  • Work with NoSQL and SQL databases (e.g., MongoDB, PostgreSQL, MySQL) to create and manage schemas, write complex queries, and optimize performance.
  • Collaborate with cross-functional teams including frontend, DevOps, and QA.
  • Ensure code quality, maintainability, and scalability through code reviews, testing, and documentation.
  • Monitor and troubleshoot production systems, ensuring high availability and performance.
  • Implement security and data protection best practices.


What You'll Bring 💼 

  • 4 to 6 years of professional experience as a backend developer.
  • Strong proficiency in Node.js and NestJS framework.
  • Good hands-on experience with Python (Django/Flask experience is a plus).
  • Solid understanding of relational and non-relational databases.
  • Proficient in writing complex NoSQL queries and SQL queries
  • Experience with microservices architecture and distributed systems.
  • Familiarity with version control systems like Git.
  • Basic understanding of containerization (e.g., Docker) and cloud services is a plus.
  • Excellent problem-solving skills and a collaborative mindset.

 

Bonus Points ➕ 

  • Experience with CI/CD pipelines.
  • Exposure to cloud platforms like AWS, GCP or Azure.
  • Familiarity with event-driven architecture or message brokers (MQTT, Kafka, RabbitMQ)


Why this role matters

You will help build the company from the ground up—shaping our culture and having an impact from Day 1 as part of the foundational team.

Read more
Octobotics Tech
at Octobotics Tech
2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
4yrs+
Upto ₹24L / yr (Varies
)
skill iconC++
QT
Design patterns
QML
Multithreading
+2 more

Senior C++/Qt Backend Engineer

(High-Performance Systems)

Location: Noida (On-site)


Introduction: Who We Are

We are a lean, product-based startup building the next generation of industrial robotics. Our products are deployed in critical, high-stakes environments, including Railways, Oil & Gas, Chemicals & Fertilizers, and Offshore operations.


We are not just writing code; we are building rugged, intelligent machines that operate in the real world.


1. The Mission (Pure Backend Focus)

You will architect the high-performance C++ Backend of our robotics software.

  • No UI Work: You will NOT be designing UI pixels or writing QML front-end code.
  • The Engine: Your mission is to build the “invisible engine” that processes 50 Mbps of raw scientific data and feeds it efficiently to the UI layer.
  • Ownership: You own the threads, the data structures, and the logic.

2. Critical Outcomes (The First 4 Months)

  • Architect the Data Ingestion Layer:
  • Design a C++ backend capable of ingesting 50 Mbps of live sensor data (from embedded hardware) without dropping packets or consuming excessive CPU.
  • Decouple Backend from UI:
  • Implement Ring Buffers and Lock-Free Queues to separate high-speed data acquisition threads from the main Qt Event Loop, ensuring the backend never freezes the UI.
  • Crash-Proof Concurrency:
  • Refactor the threading model to eliminate Race Conditions and Deadlocks using proper synchronization (Mutexes/Semaphores) or lock-free designs.
  • Efficient IPC Implementation:
  • Establish robust Inter-Process Communication (Shared Memory / Sockets) to allow the C++ backend to exchange data with other Linux processes instantly.

3. Strategic Outcomes (Months 5 Onward)

As the product matures, your focus will shift from “Building the Engine” to “Hardening and Scaling the Ecosystem.”

  • Robust OTA & Redundancy:
  • Implement Linux A/B Partitioning strategies. You will design the fallback mechanism where the system uses atomic updates to revert to the last known good configuration in case of an update failure, ensuring high availability in remote offshore locations.
  • Containerized Deployment:
  • Move from manual builds to automated deployment. You will containerize the application (Docker / Podman) and integrate it with Jenkins / GitLab CI to enable seamless remote deployment to the robot fleet.
  • Remote Diagnostics Engine:
  • Build the internal logic to capture, compress, and transmit critical system logs and core dumps securely to the cloud without saturating the robot’s bandwidth.
  • Fleet Monitoring Infrastructure:
  • Distinct from simple logging, you will architect the heartbeat and telemetry protocols that allow our central command to monitor the health of robots deployed in railways and chemical plants in real time.

4. Competencies (Must-Haves)

  • Qt Core (Backend Only):
  • Expert in QObject, QThread, QEventLoop, and Signal/Slot mechanisms. You understand how to push data to QML, but you don’t style it.
  • High-Performance C++:
  • You handle data at the byte level, preferring Circular Buffers (Ring Buffers) over standard vectors for streams.
  • Concurrency Mastery:
  • You know when to use Lock-Free programming to avoid thread contention and can manage interactions between Data Acquisition and Processing threads without bottlenecks.
  • Design Patterns:
  • Competence in Producer-Consumer (for streams), Singleton (hardware managers), and Factory patterns.
  • Linux System Programming:
  • Comfortable with IPC (Shared Memory, Unix Domain Sockets) and optimizing process priorities.

5. The “Squad” (Your Team)

  • Embedded Engineers:
  • They push the raw 50 Mbps stream to the OS; you write the drivers to catch it.
  • UI / Frontend Developers:
  • They handle QML / UX; you provide the data APIs they need.
  • Robotics (ROS) Engineers:
  • You ensure their heavy algorithms don’t starve your data acquisition threads.
  • Testers:
  • You ensure your code stands up to their stress testing.

6. Why This Role Defines Your Career

  • Deep Backend Engineering:
  • Escape the “button styling” trap. This is 100% logic, memory management, and architecture.
  • Real Engineering Problems:
  • Solve race conditions, memory leaks, and high-velocity data streams.
  • Architectural Autonomy:
  • You decide how the data moves and choose the patterns. You own the “Engine Room.”
Read more
Emproto Technologies Private Limited
at Emproto Technologies Private Limited
1 video
5 recruiters
Ravindra Manvi
Posted by Ravindra Manvi
Bengaluru (Bangalore)
8 - 12 yrs
₹15L - ₹25L / yr
Embedded Systems
skill iconC
skill iconC++
Agile/Scrum
Linux/Unix
+1 more
  • Proven record of designing and delivering complex networking products from inception to production delivery. 
  • Previous experience developing quality software for commercial products.
  • Experience with communication systems involving wireless, radio, security and mesh networking technologies is a plus.
  • Ability to work in a small team on fast paced projects that have tight deadlines
  • Experience using Agile/Scrum methodologies.
  • Seeking 10+ years software development experience
  • Experience with Embedded real-time systems
  • Must be an excellent SW developer. We expect experience developing software C/C++ in Linux. Python and other scripting languages is a plus.
  • Target hardware includes Embedded CPU, DSP, and ARM environments
  • Experience with Linux development infrastructure, tool chain and build environment.
  • Experience developing both Linux device drivers and application software; installing Linux software and configuring embedded Linux systems
  • Experience with OSI networking protocols and applications
  • Experience and knowledge of Board Support package (BSP) development including board bring up, tool chain creation, and firmware/diagnostics support
  • Experience with system development tools, including Source-Level Debuggers, Logic Analyzers, Oscilloscopes, Code Analysis tools, etc.
Read more
VCTI, Bangalore
VCTI, Bangalore
Agency job
via Bohiyaanam Talent Solutions by Sakshi kulkarni
Bengaluru (Bangalore)
3 - 6 yrs
₹10L - ₹16L / yr
skill iconGo Programming (Golang)
Embedded Systems
Linux/Unix
skill iconDocker
skill iconKubernetes
+4 more
                    Velankani Communications Technology India

                            JOB Description- Golang Developer

  • Strong knowledge of the Go programming language
  • Knowledge of common Go-routine and channel patterns
  • Router packages, such as Gorilla Mux
  • Development experience in embedded systems and Linux OS environments.
  • Have expertise in implementing micro-services (using tools and technologies for messaging, RPC, containerization, etc.), Docker, container, Docker-swarm, Kubernetes, and Helm.
  • Cloud-native architecture, Virtualization, Orchestration, VNFM, MANO, VIM (Virtualization Infrastructure Management).
  • LCM (Life Cycle Management of microservices and VMs) - Monitoring, Resiliency, High Availability (HA) & Scalability
  • Primary Skills: Golang
  • Secondary Skill: Microservices



Talent Acquisition
Sakshi Kulkarni
Website: velankanigroup.com

43, Hosur Rd, Electronics City Phase 1,

Electronic City, Bengaluru, Karnataka 560100

Read more
Paycraft Solutions Pvt Ltd
Lakshmy Krishna
Posted by Lakshmy Krishna
Bengaluru (Bangalore)
3 - 7 yrs
₹5L - ₹8L / yr
skill iconC++
skill iconC
Embedded Systems
Device Driver Development
  • Very Strong knowledge and programming skills on C,C++
  • Should have knowledge and experience of developing ANSI C based applications
  • Capability to implement core technical functionality as per functional requirements of the solution
  • Strong knowledge of data structures, concurrency control, objected oriented design and development (OOA& OOD)
  • Working experience with Linux
  • Adherence to source control and versioning – SVN is a plus

 

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