Cutshort logo
Altiris deployment solution jobs

11+ Altiris Deployment Solution Jobs in India

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

icon
Semi-Conductor Industry

Semi-Conductor Industry

Agency job
via Peak Hire Solutions by Dhara Thakkar
Hyderabad
10 - 12 yrs
₹30L - ₹35L / yr
Signal integrity
Systems analysis and design
Schematic
skill iconPython
Perl
+113 more

MANDATORY CRITERIA:

  • Education: B.Tech / M.Tech in ECE / CSE / IT
  • Experience: 10–12 years in hardware board design, system hardware engineering, and full product deployment cycles
  • Proven expertise in digital, analog, and power electronic circuit analysis & design
  • Strong hands-on experience designing boards with SoCs, FPGAs, CPLDs, and MPSoC architectures
  • Deep understanding of signal integrity, EMI/EMC, and high-speed design considerations
  • Must have successfully completed at least two hardware product development cycles from high-level design to final deployment
  • Ability to independently handle schematic design, design analysis (DC drop, SI), and cross-team design reviews
  • Experience in sourcing & procurement of electronic components, PCBs, and mechanical parts for embedded/IoT/industrial hardware
  • Strong experience in board bring-up, debugging, issue investigation, and cross-functional triage with firmware/software teams
  • Expertise in hardware validation, test planning, test execution, equipment selection, debugging, and report preparation
  • Proficiency in Cadence Allegro or Altium EDA tools (mandatory)
  • Experience coordinating with layout, mechanical, SI, EMC, manufacturing, and supply chain teams
  • Strong understanding of manufacturing services, production pricing models, supply chain, and logistics for electronics/electromechanical components


DESCRIPTION:

COMPANY OVERVIEW:

The company is a semiconductor and embedded system design company with a focus on Embedded, Turnkey ASICs, Mixed Signal IP, Semiconductor & Product Engineering and IoT solutions catering to Aerospace & Defence, Consumer Electronics, Automotive, Medical and Networking & Telecommunications.


REQUIRED SKILLS:

  • Extensive experience in hardware board designs and towards multiple product field deployment cycles.
  • Strong foundation and expertise in analyzing digital, Analog and power electronic circuits.
  • Proficient with SoC, FPGAs, CPLD and MPSOC architecture-based board designs.
  • Knowledgeable in signal integrity, EMI/EMC concepts for digital and power electronics.
  • Completed at least two project from high-level design to final product level deployment.
  • Capable of independently managing product’s schematic, design analysis DC Drop, Signal Integrity, and coordinating reviews with peer of layout, mechanical, SI, and EMC teams.
  • Sourcing and procurement of electronic components, PCBs, and mechanical parts for cutting-edge IoT, embedded, and industrial product development.
  • Experienced in board bring-up, issue investigation, and triage in collaboration with firmware and software teams.
  • Skilled in preparing hardware design documentation, validation test planning, identifying necessary test equipment, test development, execution, debugging, and report preparation.
  • Effective communication and interpersonal skills for collaborative work with cross-functional teams, including post-silicon bench validation, BIOS, and driver development/QA.
  • Hands-on experience with Cadence Allegro/Altium EDA tools is essential.
  • Familiarity with programming and scripting languages like Python and Perl, and experience in test automation is advantageous.
  • Should have excellent exposure with coordination of Manufacturing Services, pricing model for production value supply chain & Logistics in electronics and electromechanical components domain.
Read more
Octobotics Tech

at Octobotics Tech

2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
3yrs+
Best in industry
ROS
Internationalization and localization
Navigation
Nav2
SLAM
+2 more

Senior Robotics Engineer (ROS 2 Migration & Systems) - WorkFlow

Department: R&D Engineering

Location: Octobotics HQ (Noida/On-Site)


The Mission

To successfully migrate our legacy ROS 1 architecture to a high-performance ROS 2 Native ecosystem, architecting a navigation stack that survives the "unheard-of" edge cases of the real world.


1. The Context: The Great Migration

Octobotics is at a pivot point. Our legacy stack was built on ROS 1 (Noetic). It got us to MVP.

But to scale, we are tearing it down and rebuilding in ROS 2 (Humble/Iron).

We are not looking for someone to maintain old code. We are looking for an Architect to lead this migration. You will deal with the pain of bridging ros1_bridge, porting custom messages, and rewriting node lifecycles from scratch.

If you are afraid of breaking changes and complex dependency hell, stop reading now.


2. The "Scorecard" (Outcomes)

  • The Migration: Port our core navigation and control logic from ROS 1 to ROS 2. This involves rewriting nodes to utilize Lifecycle Management and Node Composition for zero-copy transfer.
  • Nav2 Architecture: We don't just "install" Nav2. You will write custom Behavior Tree plugins and Costmap layers to handle dynamic obstacles in unstructured environments.
  • Middleware Optimization: You will own the DDS layer (FastDDS/CycloneDDS). You must tune QoS profiles for lossy WiFi environments and debug discovery traffic issues that traditional network engineers don't understand.
  • Sensor Fusion & State Estimation: Implement and tune EKF/UKF pipelines (robot_localization) to fuse IMU, Wheel Odometry, and LiDAR. You must understand Covariance Matrices—if your covariance grows unbounded, you have failed.
  • Serialization Strategy: Implement Protocol Buffers (Protobuf) for high-efficiency, non-ROS internal data logging and inter-process communication where overhead must be zero.

3. Technical Requirements (The Hard Skills)

The Stack (ROS 1 & ROS 2):

  • Deep ROS 2 Mastery: You know the difference between spin(), spin_some(), and Multi-Threaded Executors. You understand why we are moving to ROS 2 (Real-time constraints, DDS security, QoS).
  • Navigation Stack: In-depth knowledge of Nav2 (Planners, Controllers, Recoveries). You understand Global vs. Local planners (A*, DWB, TEB).
  • SLAM & Localization: Experience with Graph-based SLAM (Cartographer, SLAM Toolbox). You know how to close loops and optimize pose graphs.

The Math (The "Weeder"):

  • Linear Algebra & Geometry: Rigid body transformations are your second language. You understand Quaternions, homogeneous transformation matrices ($T \in SE(3)$), and how to avoid Gimbal Lock.
  • Kinematics: You can derive Forward and Inverse Kinematics for Differential Drive and Ackermann steering chassis.
  • Probabilistic Robotics: Understanding of Bayesian estimation. You know that sensors are noisy and that "Ground Truth" is a myth.

The Code:

  • C++ (14/17): Real-time safe coding standards. RAII, Smart Pointers, and template metaprogramming.
  • Python: For prototyping and complex orchestration.

4. The "Topgrading" Filter (Do NOT apply if...)

  • You think roslaunch is the same as ros2 launch.
  • You have never defined a custom .msg or .srv file.
  • You struggle to visualize a TF tree in your head (map -> odom -> base_link).
  • You think latency "doesn't matter" in a control loop.

5. The Challenge: Surfing the Tsunami

Let’s be honest: AMR (Autonomous Mobile Robots) is hard.

We are solving problems that are unheard of in the standard "warehouse" world. We deal with dynamic crowds, changing lighting, and network black holes.

There will be days when the Sensor Fusion drifts for no reason. There will be days when the DDS discovery fails because of a multicast storm. There will be architectural "Tsunamis" that threaten to wipe out our sprint.


We are looking for the engineer who doesn't run for higher ground, but grabs a board and says, "I’m ready to surf."

Read more
NUTRITAP TECHNOLOGIES PRIVATE LIMITED
Gurugram
5 - 10 yrs
₹7L - ₹12L / yr
Microprocessor
RTOS
OSI
TCP/IP
Internet of Things (IOT)
+5 more

Candidate should have 6-9 years of experience in IoT embedded systems. He/ She should be

passionate, tech savvy, academically sound, have interest in embedded devices and

technologies.


Experience:


• Exposure to Microcontroller/Microprocessor Architecture /Family e.g. ARM Cortex,

Microchip, Xtensa ESP32, TI CC32XX, STM32


• Knowledge of Bare metal and any RTOS (Free RTOS, uC OS, EmbOSs, VxWorks, QNX)


• Knowledge of Microcontroller peripherals and low level drivers e.g. ADC, DAC, I2C, SPI,

UART, CAN, RS485, DMA, Ethernet, Display


• Knowledge of networking concepts like OSI layers, embedded TCP/IP stacks and common

IP protocols


• Knowledge of RF protocols WIFI, Bluetooth/BLE, IoT Cellular


• Knowledge of IoT communication protocols MQTT, COAP, AMQP


• Knowledge of Build toolchains and framework such as IAR, GCC, Keil, Mplab


• DFMA and DFMEA, Design release process


• Coding standards, guidelines and compliance tools


• Version control and repositories using git tools


• Software quality assurance and automated testing tools Experience / Skills Embedded software design cycle


• Documenting Software Design (flow charts, state diagram, logic design, analysis, implementation, debugging and testing etc)


• Good hands-on programming in Embedded C, C++.


• Programming in scripting languages such as batch, shell, python is a plus.


• Experience with AWS/Google cloud for device connectivity. Exposure to IoT cloud services. e.g. AWS IoT


• Software and Hardware integration testing and troubleshooting


• Protocol debugging using protocol analyzer.


• Understanding of Schematic/ Hardware design around microcontrollers like ST, TI, Atmel, Microchip, ARM core

Read more
Espressif Systems India Pvt Ltd
Anuja Pawar
Posted by Anuja Pawar
Pune
4 - 10 yrs
₹15L - ₹30L / yr
BLE
Bluetooth
skill iconC
skill iconPython
Bluettoth low energy
+2 more

Senior BLE Firmware Software Engineer

 

About Company

 

https://espressif.com/">Espressif Systems (688018) is a public multinational, fabless semiconductor company established in 2008, with headquarters in Shanghai and offices in Greater China, India and Europe. We have a passionate team of engineers and scientists from all over the world, focused on developing cutting-edge WiFi-and-Bluetooth, low-power IoT solutions. We have created the popular ESP8266 and ESP32 series of chips, modules and development boards. By leveraging wireless computing, we provide green, versatile and cost-effective chipsets. We have always been committed to offering IoT solutions that are secure, robust and power-efficient. By open-sourcing our technology, we aim to enable developers to use Espressif’s technology globally and build smart connected devices. In July 2019, Espressif made its Initial Public Offering on the Sci-Tech Innovation Board (STAR) of the Shanghai Stock Exchange (SSE).

 

Espressif has opened a Technology Center in Pune (Baner), India, which will focus on embedded software engineering and IoT solutions development for our growing customers.

 

About the Role

 

Espressif is looking for Embedded Software Engineers to join the software department located in India. You will work in a diverse team where your colleagues are from Czech, Russia, India, Australia and so forth. Here, you get a chance to be a member of the core team in Espressif and work with talented engineers from all over the world.

 

The BLE Firmware Development Team is now focused on the development of the Bluetooth 5.x standard and BLE Mesh standard.

 

BLE FW Team is looking for a self-starting, high-technical, energetic individual with keen attention to details. The Candidate will be actively involved in:

 

  1. Development of Bluetooth Low Energy (BLE) Firmware for Espressif Bluetooth chips.
  2. Development of new firmware for BLE latest specification (BLE 5.x, BLE Mesh, etc).
  3. Development of BLE chip validation and Bluetooth Qualification.
  4. Research of cutting-edge and challenging Bluetooth technologies (BLE Audio, BLE Direction Finding, Next-Generation BLE Chip, etc).
  5. Supporting the existing firmware through feature additions, enhancements and maintenance.
  6. Working with systems team and cross-functional teams to deliver quality software following well-established software development processes.
  7. Resolving issues as reported by internal test teams as well as customers.

 

Requirements

 

Required skills

  1. Bachlor's degree or above in Electronic Engineering, Communications Engineering, Automation or other related majors
  2. Familiarity with Bluetooth Low Energy (BLE) protocol or BLE Mesh protocol
  3. Proven experience in developing BLE stack / firmware (2+ years, both BLE host and controller) or BLE Mesh stack (2+ years)
  4. Experience with software engineering processes and the full software development lifecycle including requirements, design, implementation, testing, and documenting in Continuous Integration environment
  5. Strong experience and proficiency in C programming (3+ years) for embedded platforms required
  6. Excellent problem solving and debugging skills

 

Bonus point

  1. Experience in developing BLE profiles and BLE applications (e.g. HID, ANCS, Homekit, etc)
  2. Good understanding of other networking protocol stacks is highly desired (e.g. Zigbee, IEEE 802.11, UWB, Lora, NB-IoT, etc)
  3. Strong Real-time systems and software engineering skills required (e.g. FreeRTOS, etc)
  4. One or more scripting languages (e.g. Python, etc)
  5. Experience with variety of software productivity tools (e.g. Git, Jira, etc)

 

What to expect from our interview process

 

  • The first step is to email your resume or apply to the relevant open position, along with a sample of something you have worked on such as a public GitHub repo or side project etc.
  • Next, post shortlisting your profile recruiter will get in touch with you via a mechanism that works for you e.g. via email, phone. This will be a short chat to learn more about your background and interests, to share more about the job and Espressif, and to answer any initial questions you have.
  • Successful candidates will then be invited for 2 to 3 rounds of technical interview as per previous round feedback.
  • Finally, Successful candidates will have interview with HR.

 

What you offer us

 

  • Ability to provide technical solutions, support that fosters collaboration and innovation.
  • Ability to balance a variety of technical needs and priorities according to Espressif’s growing needs.

 

What we offer

 

  • An open minded, collaboration culture of enthusiastic technologist.
  • Competitive salary
  • 100% company paid medical/dental/vision/life coverage
  • Frequent trainings by experienced colleagues and chances to take international trips, attend exhibitions, technical meetups and seminars.

 

Read more
Netwalk
Varsha KS
Posted by Varsha KS
Bengaluru (Bangalore)
4 - 15 yrs
₹15L - ₹28L / yr
AUTOSAR
Embedded software

Duties:

• Embedded Software Development in C

•Design and development of software based on Autosar architecture

• Integration & verification of the developed SW components

•Debugging and error analysis

•Create design documents

•Participate in Design & Code reviews


Qualifications:

•University degree in electrical/electronics engineering, computer science or similar

•Minimum 5 years of experience in embedded software development

• Solid C programming skills

• Ideally with Autosar experience

•Knowledge on Functional Safety (ISO 26262)

• Familiar with Vector tools like DaVinci Configurator, Geny, CANoe, etc..

•Knowledge of scripting tools like Python, CAPL, etc.

Read more
Exotel

at Exotel

6 recruiters
Roohani Madan
Posted by Roohani Madan
Bengaluru (Bangalore)
0 - 2 yrs
Best in industry
Red Hat Linux
MySQL
Shell Scripting
skill iconPython
skill iconAmazon Web Services (AWS)
+2 more

What will you do?

  • Oversees testing, deployment & maintenance of the Voice infrastructure.
  • Performing a variety of tasks associated with user provisioning and call routing within the assigned platform 
  • Build loaders for internal systems ensuring tasks are completed accurately and in a timely manner
  • Participate in meetings with clients and internal departments to understand the requirements of call routing
  • Document and design call flow diagrams to ensure that all call variables have been accounted for in preparing a routing plan
  • Support the clients solution by correcting any issues with call routing or provisioning during the initial implementation phase, constantly communicating status of any issues with client
  • Complete testing to ensure that call flow is operating properly
  • Monitors and ensures compliance to standards, policies, and procedures


What are we looking for?

  • 0.6~2 year’s implementation experience in Asterisk PBX, IP Telephony, SIP.
  • Able to thrive in a demanding and team-oriented environment
  • Basic and strong knowledge of the Linux operating system.
  • Knowledge of bash and perl shell scripting is an added advantage.
  • RHCE Certification is an added advantage.


Read more
Lifespark Technologies

at Lifespark Technologies

6 candid answers
1 video
Amey Desai
Posted by Amey Desai
Mumbai
0 - 4 yrs
₹4L - ₹12L / yr
RTOS
skill iconC
skill iconC++
Embedded Systems
Embedded C
+5 more

Lifespark Technologies is looking for individuals with a passion for impacting real lives through technology. Lifespark is one of the most promising startups in the Assistive Tech space in India, and has been honoured with several National and International awards. Our mission is to create seamless, persistent and affordable healthcare solutions. If you are someone who is driven to make a real impact in this world, we are your people.

 

Lifespark is currently building solutions for Parkinson’s Disease, and we are looking for an embedded software lead to join our growing team. You will be working directly with the founders on high impact problems in the Neurological Healthcare domain. You will be solving some of the most fundamental and exciting challenges in the industry and will have the ability to see your insights turned into real products every day

 

Responsibilities :

1. RTOS based multithreaded software development

2. Building future ready, scalable software architectures

3. Liasing with hardware team to decide project requirements

4. Realtime IoT functionality development on ESP32 platform

5. Integration of third party services for cloud based communications and computation

6. Maintaining and documenting software via git (GitLab)

7. Coordinating releases, setup and maintenance of CI/CD pipelines

8. Managing AWS based backend services, integration with AWS services such as S3,

Sagemaker

9. Firmware security, Flash encryption, Bootloader encryption, secure communications

10. Deep integration with hardware team - stress testing hardware

11. Development of device drivers

12. Software testing and maintenance

 

Recommended experience :

1. Good command over Linux

2. Familiarity with real time tasks and timing sensitive system design

3. Familiarity with BLE/Wifi/etc IoT communication protocols

4. Familiarity with major third party platforms for cloud and ML/AI integration

5. Testing actual physical outcomes of programmed solutions

6. Deep familiarity with ESP-IDF

 

Location : IIT Bombay, Mumbai

Working mechanism : In-person

Compensation range : 4-12 lpa + ESOPs

Read more
vithamas technologies

at vithamas technologies

2 candid answers
4 products
Soniya Jennifer
Posted by Soniya Jennifer
Bengaluru (Bangalore)
3 - 5 yrs
₹10L - ₹12L / yr
Internet of Things (IOT)
skill iconReact.js
Embedded C
Embedded Systems
• 3-5 years industry experience in embedded systems, IoT, and connected product efforts
• Experience in system design and building IoT systems in resource and power constrained environments
• Proficient in C language on embedded platforms and familiarity with hardware design of embedded system is a plus
• Development on Linux Platform/RTOS with an emphasis on embedded device driver development, multi-threading, and firmware debugging
• Experience with mesh network or sensor network and communication
• Good understanding of multiple IoT platform components is essential
• Solid working knowledge using IoT hardware platforms, communication boards, and gateways
• Hands-on in internet protocols and software development using protocols including LoRA, Wi-Fi, BLE, ZigBee, NB-IoT, M2M,6LoWPAN, Ethernet etc.
• Expert hands-on proficiency in developing applications using one or more technology stacks
• Strong hands-on understanding of scalability, security, high availability, and operational requirements
• Sound and proven decision-making skills to influence the technology choice and implementation methodologies
• Hands-on in object-oriented programming principles, design patterns, and software architecture
• Good with rapid problem solving, a strong technical background, and passion for continuous improvement
• Must have had hands on experience with Connected smart products having Product and Application software, data and Cloud
• Must have intimate knowledge of tools and processes used for Product(firmware) and/or Application software and/or Device hardware and/or Cloud
• Must be intimately familiar with Agile and Scrum, in the creation of dashboards for Sprints. An expectation would be to implement Scrum within the organization
• Must have strong familiarity with SMAC(social media, mobile, analytics and cloud) trends and application to saleable product categories
• Must have worked closely with Mechanical/Electrical/Electronics engineering teams in the development of smart/connected products.
Read more
ZF india
Bhagavan Sunkavalli
Posted by Bhagavan Sunkavalli
Hyderabad
3 - 8 yrs
₹5L - ₹22L / yr
Embedded C
ADAS
AD
skill iconProgramming
Automotive

Role: Functions Developer (Embedded c - Algorithm / Driving Functions Development)

Location: Hyderabad

Duration:Fulltime
Job Description:

  • Design and development of automotive feature/function software/components (ACC, AEB, TSR, LKA etc.) for ADAS/AD systems
  • Coordination and regular interaction with different stakeholders and teams like testing, requirements, leads etc.
  • Participate in SW requirement generation, SW architecture, detailed design etc.

 

Requirement:

  • 3-7 years of experience in development of Algorithm & Functions for advance driver assist systems (ADAS), Autonomous driving (AD)
  • Development experience with safety critical systems
  • Experienced in development using MATLAB Simulink, TargetLink, Stateflow
  • Experience in modelling and validation of control systems
  • Knowledge of SIL, Performance Test, Functional testing
  • Embedded software development using C, C++
  • Issue management and version control
  • Knowledge of ASPICE processes, Static analysis, MISRA checks etc.
  • Strong written and verbal communication skills
  • Proactive approach for problem solving

 

Good to have:

  • Knowledge of ADAS/AD functions (ACC, TSR, AEB, LCA etc), Data Analysis
  • Experienced in managing and authoring of function specification requirements
  • Familiarity with AUTOSAR RTE

 

Nice to have:

  • AUTOSAR, Functional Safety (ISO26262) exposure
  • Scripting Knowledge - Python, MATLAB
  • Working knowledge of automotive protocols like CAN, Ethernet etc.

 

 

 

 

   
 
 

 

 

 

 

Read more
US Based comany,develops electronic autonomous tractors.

US Based comany,develops electronic autonomous tractors.

Agency job
Remote only
3 - 10 yrs
₹10L - ₹15L / yr
skill iconPython
Linux/Unix
ROS
Red Hat Linux
skill iconGitHub
+2 more

Software Developer (B.Tech, Linux+CPP+ROS)

Job Description:

  1. Design, implement and deliver custom solutions using the current robotics framework.
  2. Bug fixing and improving of current application framework.
  3. Design and implement tools to facilitate application development and testing.
  4. Work with team members in deployment and field testing.

Requirements:

  1. Bachelor Degree / Masters in Engineering (ECE and CSE preferred)
  2. Work experience of 3 to 10 years in software programming.
  3. Full understanding of software engineering.
  4. Proficiency in C/C++ and Python programming for Linux based systems.
  5. Basic Knowledge of Robot Operating System(ROS) is mandatory.
  6. Good understanding of the algorithms and control loops.
  7. Able to use tools to manage source code, preferably Git / GitHub.
  8. Knowledge of video streaming from edge devices is a plus.


Perks and Benefits for the employees

  • Paid Leaves  (12CL+12SL+12 public holidays )
  • career development
  • Health insurance
  • Work life balance
  • Employee recognition and reward programs
  • Flexible work hours
  • Five working days.
  • Remote job for now
Read more
Xfinito biodesigns

at Xfinito biodesigns

1 video
1 recruiter
Mirunaulini Pathmanaban
Posted by Mirunaulini Pathmanaban
Bengaluru (Bangalore)
0 - 4 yrs
₹3L - ₹8L / yr
Embedded Systems
Embedded C
Embedded software
Embedded Linux
Embedded C++
+4 more

Xfinito is building a portfolio in new product innovation, product contribution and infrastructure goals while providing individuals and teams the freedom to emphasize specific types of work.

Our work focuses on real –world problems that span the breadth of biomedical engineering, embedded systems, computer science, such as machine and deep learning, data mining, natural language processing, hardware and software performance analysis and much more.

JOB ROLE: EMBEDDED SOFTWARE ENGINEER

ROLES AND RESPONSIBILITIES:

  • Work with Hardware, Systems and other multi-functional teams and deliver high quality software at fundamental layer of operating system including frameworks, daemons, drivers.
  • You need to keep security and performance in mind, enable key features to improve privacy and prevent fraudulence
  • The position requires high level thinking to design code solutions along with low level programming and excellent communications and leadership skills, with the ability to work in a fast paced environment.

 

 

 

 

 

RESPONSIBILITIES:

  • Rich experience of programming on cryptography
  • Profound understanding on Operating System concept
  • Highly self-motivated and capable of work and finish tasks alone
  • Comfortable and adaptable in a fast-paced environment
  • Fluent in both oral and written English
  • Strong communication and interpersonal skills; excellent judgment

 

EXPERIENCE:

  • We as a team are looking for freshers or young professionals with 0-4 years of experience having a a self-directed, proactive approach to tackling problems and working through impediment and an ability to generate trust and build alliances with co-workers.
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