Cutshort logo
Product development and Banking domain based out in Bangalor logo
Mainframe operator, "mainframe Operations Expert"
Product development and Banking domain based out in Bangalor
Mainframe operator, "mainframe Operations Expert"
Product development and Banking domain based out in Bangalor's logo

Mainframe operator, "mainframe Operations Expert"

at Product development and Banking domain based out in Bangalor

Agency job
2 - 8 yrs
₹5L - ₹11L / yr
Remote, Bengaluru (Bangalore)
Skills
Mainframe
Operations
Batch processing
OPC
mainfram operations
Batch opeartions
console monitoring
Hi Everyone,

Urgently looking for "Mainframe Operaters with OPC exp.
for a "Product based company" for "Bangalore" Location.
Exp required-2-7 Years
Skills required: Console Monitoring + batch operations + opc +mainframe

https://www.linkedin.com/feed/hashtag/?keywords=jobopening&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#jobopening
https://www.linkedin.com/feed/hashtag/?keywords=bangalore&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#bangalore
https://www.linkedin.com/feed/hashtag/?keywords=mainframe&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#mainframe https://www.linkedin.com/feed/hashtag/?keywords=opc&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#opc
https://www.linkedin.com/feed/hashtag/?keywords=batch&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#batch https://www.linkedin.com/feed/hashtag/?keywords=immediatejoiner&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#immediatejoiner
https://www.linkedin.com/feed/hashtag/?keywords=consoleoperation&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#consoleoperation
https://www.linkedin.com/feed/hashtag/?keywords=jobalerts&;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6677141797371805696">#jobalerts
If interested DM/Like /can share your updated resume 
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

Codnatives
Agency job
via VY SYSTEMS PRIVATE LIMITED by Ajeethkumar s
Bengaluru (Bangalore)
8 - 11 yrs
₹5L - ₹16L / yr
DevOps
Terraform
cicd
skill iconKubernetes

∙Need 8+ years of experience in Devops CICD 

∙Managing large-scale AWS deployments using Infrastructure as Code (IaC) and k8s developer tools 

∙Managing build/test/deployment of very large-scale systems, bridging between developers and live stacks 

∙Actively troubleshoot issues that arise during development and production 

∙Owning, learning, and deploying SW in support of customer-facing applications 

∙Help establish DevOps best practices 

∙Actively work to reduce system costs 

∙Work with open-source technologies, helping to ensure robustness and secureness of said technologies 

∙Actively work with CI/CD, GIT and other component parts of the build and deployment system 

∙Leading skills with AWS cloud stack 

∙Proven implementation experience with Infrastructure as Code (Terraform, Terragrunt, Flux, Helm charts) 

at scale 

∙Proven experience with Kubernetes at scale 

∙Proven experience with cloud management tools beyond AWS console (k9s, lens) 

∙Strong communicator who people want to work with – must be thought of as the ultimate collaborator 

∙Solid team player 

∙Strong experience with Linux-based infrastructures and AWS 

∙Strong experience with databases such as MySQL, Redshift, Elasticsearch, Mongo, and others 

∙Strong knowledge of JavaScript, GIT 

∙Agile practitioner 

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
Ecommerce Platform
Ecommerce Platform
Agency job
via Qrata by Rayal Rajan
Gurugram
3 - 6 yrs
₹6L - ₹12L / yr
skill iconDocker
skill iconKubernetes
DevOps
skill iconAmazon Web Services (AWS)
Windows Azure
+1 more

We are an on-demand E-commerce technology and Services Company and a tech-enabled 3PL (third party logistics). We unlocks ecommerce for companies by managing the entire operations lifecycle:

Sell, Fulfil & Reconcile.


Using us, companies can: -

• Store their inventory in our fulfilment centers (FCs)

• Sell their products on multiple sales channels (online marketplaces like Amazon, Flipkart, and their own website)

• Get their orders processed within a defined SLA

• Reconcile payments against the sales company combines infrastructure and dedicated experts to give brands: accountability, peace of mind, and control over the ecommerce journey.


The company is working on a remarkable concept for running an E-commerce business- starting from establishing an online presence for many enterprises. It offers a combination of products and services to create a comprehensive platform and manage all aspects of running a brand online, including the development of an exclusive web store, handling logistics, integrating all marketplaces and so on.


Who are we looking for?


We are looking for a skilled and passionate DevOps Engineer to join our Centre of Excellence to build and scale effective software solutions for our Ecommerce Domain.


Wondering what your Responsibilities would be?


• Building and setting up new development tools and infrastructure

• Provide full support to the software development teams to deploy, run and roll out new services and new capabilities in Cloud infrastructure

• Implement CI/CD and DevOps best practices for software application teams and assist in executing the integration and operation processes

• Build proactive monitoring and alerting infrastructure services to support operations and system health

• Be hands-on in developing prototypes and conducting Proof of Concepts

• Work in an agile, collaborative environment, partnering with other engineers to bring new solutions to the table

• Join the DevOps Chapter where you’ll have the opportunity to investigate and share information about technologies within the DevOps Engineering Community


What Makes you Eligible?


• Bachelor’s Degree or higher in Computer Science or Software Engineering with appropriate experience

• Minimum of 1 year of proven experience as DevOps Engineer

• Experience in working with a DevOps culture, following Agile Software Development methodologies of Scrum

• Proven experience in source code management tools like Bitbucket and Git

• Solid experience in CI/CD pipelines like Jenkins

• Shown ability with configuration management tools (e.g., Terraform, Ansible, Docker and Kubernetes) and repository tools like Artifactory

• Experience in Cloud architecture & provisioning

• Knowledge in Programming / Querying NoSQL databases

• Teamwork skills with a problem-solving attitude

Read more
NCR (Delhi | Gurgaon | Noida)
7 - 10 yrs
₹10L - ₹12L / yr
Infrastructure
WDM
TCP/IP
Metro Ethernet
Data transmission
+1 more
Exclusively for candidates who is on a career break of 2 years 

· 7-15 years’ experience in a telco Service provider environment, planning/configuring/documenting network assets and inventory.
· Demonstrate good technical expertise to vendor equipment : WDM (Ciena / Infinera /Adva), Ethernet, IP (Cisco/Ciena/Nokia/Juniper), Voice (DMS, EWSD)
· Good understanding of WDM and Ethernet technologies.
· Experience of Infrastructure planning and network rollout
· Exposure to Infrastructure element planning / implementation e.g. Copper, Fibre , Racks, Telecom Nodes , Power plants , Transmission Towers etc.
· Proficient in MS-Excel and Visio
· Experience in planning and implementation of large scale network transformation programme
Read more
Great Place to work Certified
Great Place to work Certified
Agency job
via Purple Hirez by Aditya K
Hyderabad
8 - 12 yrs
₹10L - ₹34L / yr
Ansible
DevOps
skill iconJenkins
skill iconDocker
skill iconKubernetes
+6 more
  • Collaborate with Dev, QA and Data Science teams on environment maintenance, monitoring (ELK, Prometheus or equivalent), deployments and diagnostics
  • Administer a hybrid datacenter, including AWS and EC2 cloud assets
  • Administer, automate and troubleshoot container based solutions deployed on AWS ECS
  • Be able to troubleshoot problems and provide feedback to engineering on issues
  • Automate deployment (Ansible, Python), build (Git, Maven. Make, or equivalent) and integration (Jenkins, Nexus) processes
  • Learn and administer technologies such as ELK, Hadoop etc.
  • A self-starter and enthusiasm to learn and pick up new technologies in a fast-paced environment.

Need to have

  • Hands-on Experience in Cloud based DevOps
  • Experience working in AWS (EC2, S3, CloudFront, ECR, ECS etc)
  • Experience with any programming language.
  • Experience using Ansible, Docker, Jenkins, Kubernetes
  • Experience in Python.
  • Should be very comfortable working in Linux/Unix environment.
  • Exposure to Shell Scripting.
  • Solid troubleshooting skills
Read more
Intellve Solutions Ltd
at Intellve Solutions Ltd
1 video
1 recruiter
Shruti Sandip
Posted by Shruti Sandip
Remote only
3 - 5 yrs
₹8L - ₹15L / yr
DevOps
skill iconDocker
skill iconKubernetes
Amazon VPC
Amazon EC2
+4 more
Key Responsibilities:

• Drive the architectural design, solution planning and feasibility study on Cloud Computing Infrastructure.
• Deliver new IT services and exploit current infrastructure technologies.
• Drive the infrastructure roadmaps and planning in adopting the cloud infrastructure in a long run.
• Conduct research and make recommendations on suitable cloud platforms & services.
• Advise on and implement cloud best practices.

Job Requirements:

Desired understanding of the following - VPC, EC2, S3, IAM, Route 53, Lambda, Billing, AWS MYSQL, Kinesis, API
Gateway, Cloud Watch, EBS, AMI, RDS, Dynamo DB, ELB, Light sail, Kubernetes, Docker, NAT Gateway

Education & Experience:

• 3 to 5 years related work experience
• Bachelor’s degree in Computer Science, Information Technology or related field
• Solid experience in infrastructure architecture solutions design
• Solid knowledge in AWS/Google Cloud
• Experience in managing implementations on public clouds (AWS/Google Cloud)
• Excellent analytical and problem-solving skills
• Good command in written and spoken English.
• Certification for AWS/Google Cloud Architect – Associate level
Read more
Global internet of things connected solutions provider(H1)
Global internet of things connected solutions provider(H1)
Agency job
via Multi Recruit by Santhosh Kumar KR
Bengaluru (Bangalore)
5 - 8 yrs
₹12L - ₹15L / yr
DevOps
skill iconJenkins
Ansible
skill iconDocker
skill iconAmazon Web Services (AWS)
+1 more
  • Work with developers to build out CI/CD pipelines, enable self-service build tools and reusable deployment jobs. Find, explore, and advocate for new technologies for enterprise use.
  • Automate the provisioning of environments
  • Promote new DevOps tools to simplify the build process and entire Continuous Delivery.
  • Manage a Continuous Integration and Deployment environment.
  • Coordinate and scale the evolving build and cloud deployment systems across all product development teams.
  • Work independently, with, and across teams. Establishing smooth running. environments are paramount to your success, and happiness
  • Encourage innovation, implementation of cutting-edge technologies, inclusion, outside-of-the[1]box thinking, teamwork, self-organization, and diversity.

Technical Skills

  • Experience with AWS multi-region/multi-AZ deployed systems, auto-scaling of EC2 instances, CloudFormation, ELBs, VPCs, CloudWatch, SNS, SQS, S3, Route53, RDS, IAM roles, security groups, cloud watch
  • Experience in Data Visualization and Monitoring tools such as Grafana and Kibana
  • Experienced in Build and CI/CD/CT technologies like GitHub, Chef, Artifactory, Hudson/Jenkins
  • Experience with log collection, filter creation, and analysis, builds, and performance monitoring/tuning of infrastructure.
  • Automate the provisioning of environments pulling strings with Puppet, cooking up some recipes with Chef, or through Ansible, and the deployment of those environments using containers, like Docker or Rocket: (have at least some configuration management tool through some version control).

Qualifications:

  • B.E/ B.Tech/ M.C.A in Computer Science, Electronics and Communication Engineering, Electronics and Electrical Engineering.
  • Minimum 60% in Graduation and Post-Graduation.
  • Good verbal and written communication skills

 

Read more
The Dynamic brand is passionate about games. (G1)
The Dynamic brand is passionate about games. (G1)
Agency job
via Multi Recruit by Ayub Pasha
Noida, NCR (Delhi | Gurgaon | Noida)
3 - 5 yrs
₹15L - ₹18L / yr
DevOps
skill iconKubernetes
skill iconDocker
skill iconNodeJS (Node.js)
skill iconPython
+7 more
  • Define and document best practices and strategies regarding application deployment and infrastructure maintenance.
  • Ensure limited system failure and increase up-time and availability of the various company apps.
  • Understand the current application infrastructure and strive for making it better.
  • Automate infrastructure and develop tools and processes to improve the customer experience and reduce support time.
  • Work closely with a team of developers and solution strategists to develop, deploy and troubleshoot the deployment and infrastructure issues.
  • Manage full application stacks from the OS through custom applications using Amazon cloud-based computing environments.
  • Set up a monitoring stack.
  • Implement the application’s CI/CD pipeline using the AWS stack. Increasingly automate and improve the testing plans and development workflows and tools.
  • Work closely with the engineers to design networks, systems, and storage environments that effectively reflect business needs, security requirements, and service level requirements.
  • Manage a continuous integration/continuous deployment methodology for the server-based technologies.
  • Proficient in leveraging CI and CD tools to automate testing and deployment. Experience working in an Agile, fast-paced, DevOps environment.
  • Support internal and external customers on multiple platforms.
  • First point of contact for handling customer issues, providing guidance and recommendations to increase efficiency and reduce customer incidents.
  • Learn on the job and explore new technologies with little supervision.
  • In addition to providing customer support, will be responsible for helping build tools and processes necessary for excellent customer outcomes.

Skills:

  • Experience with the core AWS services, plus the specifics mentioned in this job description.
  • Experience working with at least one of the following languages: Node.js, Python, PHP, Ruby, Kotlin or Java.
  • Proficient with Git and Git workflows and hosted enterprise Git solutions like GitHub.
  • Ability to troubleshoot distributed systems.
  • Experience with. AWS EKS Kubernetes infrastructure setup.
  • Experience creating Cloud Formation Template to create Auto Scaling Groups, Route 53, DNS, back-end database, Elastic load balancer, VPCs, Subnets, Security Groups, Cloud Watch, S3, IAM roles, RDS DB instances, and to provide those instances and configure those resources to work together reducing the manual effort.
  • Experience in deploying and monitoring microservices on Kubernetes, AWS ECS, and AWS EKS
  • Security aware and ensures that all systems are security standards-compliant.
  • Good background in Linux/Unix administration.
  • Experience with building or maintaining cloud-native applications.
  • Minimum 3-5 years of cloud development experience, preferably AWS
  • Experience with CI/CD tools like Jenkins preferred.
  • Good analytical and communication skills
  • Bachelor’s Degree in Computer Science, Engineering or a related technical discipline
Read more
Vernacular.ai
at Vernacular.ai
3 recruiters
Bablu Kumar
Posted by Bablu Kumar
Bengaluru (Bangalore)
2 - 5 yrs
₹8L - ₹12L / yr
DevOps
skill iconDocker
skill iconKubernetes
skill iconAmazon Web Services (AWS)
Bash
+3 more
  • 2+ years of demonstrable experience leading site reliability and performance in large-scale, high-traffic environments
  • 2+ years of hands-on experience as a DevOps engineer
  • Strong leadership, communication and interpersonal skills geared to getting things done
  • Developing themselves and the talent within their charge – fostering and creating opportunity for the team
  • Strong understanding of SRE concepts and the DevOps culture. Set the direction and strategy for your team, and help shape the overall SRE program for the company
  • Be able to lead complicated technical issues and communicating status updates/RCA with management and customers.
  • Own site stability, performance, capacity planning, DevOps recruitment.
Read more
Directi
at Directi
13 recruiters
Shilpa L
Posted by Shilpa L
Bengaluru (Bangalore), Mumbai
3 - 10 yrs
₹15L - ₹35L / yr
DevOps
skill iconAmazon Web Services (AWS)
automation tools
Enterprise solutions team is responsible for end to end developments, enhancements, customization and integrations of Zeta products and solutions based on business requirements. What is the Job like? * Architecting solutions and drive the technical aspects for the projects * Breaking down complex requirements into simpler stories * Working with various stakeholders and helping convert requirements into code * Managing, mentoring and reviewing engineers for their technical contribution * Participating actively in hiring and nurturing of talent Who should apply? Bachelor’s/Master’s degree in engineering (computer science, information systems) 10+ years of experience building enterprise systems including at least 2 years of direct people management experience Worked on large scale java / JSP applications with good understanding of web stack Good understanding of nuances of distributed systems Good understanding of relational databases (preferred - MySQL / PostgreSQL) Good understanding of reporting/BI systems (preferred - Crystal, Jasper) Worked with IaaS like AWS / GCP / Azure etc.. Worked with Message Brokers and Application Containers analyse, design and architect, develop and maintain software solutions across multiple projects direct and provide ongoing leadership for a team of individual contributors, set objectives, review performances, define growth plan and nurture. drive best practices, and is a pro with agile methodologies / practices - SCRUM, Test Driven Development (TDD) manage headcount, deliverables, schedules across ongoing projects, ensure that resources are appropriately allocated and timelines are met in accordance with the project roadmaps. Zeta is a revolutionary fintech start up making strides in the world of employee benefits & rewards, cafeteria management and digital payments. Zeta (bootstrapped fin-tech startup) is part of the Directi group, a prestigious tech conglomerate with a 17-year-long history and 25 software products in the market. The group has churned out successful mass market businesses like Media.net, Flock, Ringo, Radix, Skenzo and Codechef, without any external funding. Here’s what we’ve built so far: 1. Zeta Optima: Fully-digitized employee tax-benefits programme that helps employees save over 80K in taxes and helps organizations save up 90% of their time and resources 2. Zeta Express: A corporate cafeteria solution that makes cafeterias automated and completely cashless 3. Zeta Super Card: An advanced card-based payment solution that is 10x more secure than bank-issued cards 4. Zeta Spotlight: A digitized rewards, recognition and gifting solution that is easy to distribute and easy to spend
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