
C++ Developer
at Company is a US Product Based Fortune 300 MNC that ranks in
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)

Similar jobs
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.
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.”
- 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.
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
- 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








