Home
Jobs

2941 Cloud Jobs - Page 21

Filter Interviews
Min: 0 years
Max: 25 years
Min: ₹0
Max: ₹10000000
Setup a job Alert
Filter
JobPe aggregates results for easy application access, but you actually apply on the job portal directly.

4.0 - 7.0 years

13 - 17 Lacs

Bengaluru

Work from Office

Naukri logo

Total Number of Openings 2 About the position: Chevron ENGINE is looking for high-performing Seismic Imaging and Processing Geophysicist candidates to join our Earth Science team. The role provides a wide variety of technical products to support as well as asset teams and research and development activities across the enterprise with a focus on basins with complex seismic imaging problems. Key Responsibilities: Delivers key technical geophysical analysis products and interpretation such as: Support and help engineer Chevron's cutting-edge cloud-based FWI seismic imaging technology and workflows Work with assets on seismic imaging problems in complex sub-salt imaging exploration and production assists Tasks will also include performance of routine compliance tasks, automated and manual software compatibility testing for periodic system and software upgrades, and close coordination with Subsurface Platform Systems Engineers Required Qualifications: Minimum of MSc degree in STEM field from a deemed/recognized (AICTE) university or equivalent At least 5 years industry related experience Experience with Petrel and seismic software development is a requirement. ML/AI coding skills. C# programing skills or Ocean SDK experience. Familiarity with modern software environments [Microsoft ADO and/or GitHub]. Familiarity with industry seismic processing software packages [e.g. SeisSpace, Reveal, DELFI, Hampson-Russell] Good communication skills and work effectively in a team environment Preferred Qualifications: Experience with modern HPC and cloud environments Experience in Julia, Python, C++, Java preferred Experience executing processing and imaging workflows is a differentiator Fundamental knowledge of geophysical workflows applied to subsurface Understanding of physical processes associated with earth science, reservoir modeling and subsurface Chevron ENGINE supports global operations, supporting business requirements across the world. Accordingly, the work hours for employees will be aligned to support business requirements. The standard work week will be Monday to Friday. Working hours are 8:00am to 5:00pm or 1.30pm to 10.30pm. Chevron participates in E-Verify in certain locations as required by law.

Posted 6 days ago

Apply

5.0 - 10.0 years

25 - 35 Lacs

Hyderabad

Work from Office

Naukri logo

TriNet is a leading provider of comprehensive human resources solutions for small to midsize businesses (SMBs). We enhance business productivity by enabling our clients to outsource their HR function to one strategic partner and allowing them to focus on operating and growing their core businesses. Our full-service HR solutions include features such as payroll processing, human capital consulting, employment law compliance and employee benefits, including health insurance, retirement plans and workers compensation insurance. TriNet has a nationwide presence and an experienced executive team. Our stock is publicly traded on the NYSE under the ticker symbol TNET. If youre passionate about innovation and making an impact on the large SMB market, come join us as we power our clients business success with extraordinary HR. Don't meet every single requirement? Studies have shown that many potential applicants discourage themselves from applying to jobs unless they meet every single requirement. TriNet always strives to hire the most qualified candidate for a particular role, ensuring we deliver outstanding results for our small and medium-size customers. So if you're excited about this role but your past experience doesn't align perfectly with every single qualification in the job description, nobodys perfect and we encourage you to apply. You may just be the right candidate for this or other roles. JOB SUMMARY The SRE will work with engineering developments, Analytics Organization, Architects, IT organizations to implement best practices for reliability and performance with the applications and services they support. Our ideal candidate is well-versed in modern cloud-based and on prem architecture and experienced in designing systems for reliability as well as implementing monitoring, alerting, and ops automation to reliably operate and maintain the services they build. Essential Duties/Responsibilities Collaborate with Engineering teams to support services before they go live through activities such as system design consulting, developing secure, reliable and highly available software platforms and frameworks, monitoring/alerting, capacity planning, production readiness and reliability reviews. Guides reliability practices through activities including architecture reviews, code reviews, capacity/scaling planning, security vulnerability remediations. Conducts, coordinates, and oversees post-incident Root Cause Analysis / Reviews and drive product improvements. Participate with other SRE leaders in setting the enterprise strategy for designing and developing resiliency in the application code. Participates in on-call rotation for the services owned by the SRE team, effectively triaging, and resolving production and development issues. Should be able to perform code level debugging on issues escalated to the team. Mentor Junior engineers and developers to help them grow and refine their SRE skills. Performs other duties as assigned Complies with all policies and standards QUALIFICATIONS Education Bachelor's Degree computer science, Engineering, or related field preferred Work Experience Typically 8+ years experience in Site Reliability Engineering, infrastructure management, or a related field- required Typically 5+ years experience in public cloud (AWS, Azure etc), and container technologies- preferred Licenses and Certifications Cloud Architect Certifications (AWS preferred) Kubernetes Certifications (preferred) Knowledge, Skills and Abilities Demonstrate strong experience with programing languages like Java, Python. Strong experience on High availability planning, Capacity planning, and Disaster Recovery is required. Technical proficiency: Strong hands-on experience with Ansible or Terraform and building services in AWS, and strong understanding of in-memory data stores such as Redis, Memcached. Deep understanding of REST APIs: Fundamental understanding of REST APIs. Hands on experience with container technologies such as Docker, Kubernetes. Knowledge of various network protocols like IPv4/6 TCP/IP, FTP, SMTP, UDP, SSL and HTTP/HTTPS. Practical understanding of messaging technologies such as ActiveMQ, RabbitMQ etc. Ability to leverage monitoring / logging analytics tools such as Prometheus, Grafana, Splunk and AppDynamics. Ability to architect applications & solutions that are highly available, scalable and highly fault tolerant. A problem solver mindset. Work Environment: Work in a clean, pleasant, and comfortable office work setting. The work environment characteristics described here are representative of those an employee encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable persons with disabilities to perform the essential functions. This position is 100% in office. Prescreening Questions: Q: What strategies would you use to scale a web application handling millions of requests per second? A: Global CDN , Caching , DB Query Optimization / Indexing , Autoscaling Q: Difference between TCP & UDP A: TCP for HTTP/HTTP(S) applications. Reliable and Secure. Use cases: web, emails, file transfers UDP for is connectionless. Less / No reliability . Used for video streaming , gaming Q: What strategies do you use to improve Mean Time to Detect (MTTD) and Mean Time to Resolve (MTTR)? A: Enhance Monitoring & Observability Automate Alerts & Incident Detection (Use AI to integrate with monitoring tools to quickly diagnose the problem) Improve Runbooks & Incident Response (Clear and extensive runbooks for anyone on the team to be able to resolve issues quickly) Q: How would you handle DDoS attacks on a critical service? A: Not a short answer, can be very broad. Scale infrastructure temporarily to handle the surge. Identify attack vectors using monitoring tools and logs Enable DDoS protection services like AWS Shield , Azure DDoS Protection, or Google Cloud Armor. Rate limiting: Apply request throttling (AWS WAF, Cloudflare Rate Limiting). Implement CDN to absorb traffic surges Use geo-blocking temporarily to deny requests Q: What is the difference Authentication and Authorization ? A: Authn confirms who you are Authz determines what you can access once authenticated Q: Which k8s object is used to expose a pod or deployment to external traffic? A: Ingress or Kubernetes Ingress Q: Which k8s component is responsible for maintaining the desired state of the cluster? A: kube-controller-manager Q: What is the primary purpose of AWS KMS (Key Management Service)? A: AWS KMS is used to manage encryption keys for AWS services and applications . ensuring secured data encryption and decryption Q: What are Terraform state files, and why are they important? A: Q: How do you manage Terraform state in a team environment? A: 1) Instead of storing the terraform.tfstate file locally, use a remote state backend to allow multiple team members to access and update the state safely. Common backends include: Amazon S3 (with DynamoDB for state locking) , Azure Storage , Google Cloud Storage etc 2) Enable state locking 3) Avoid manual state edits / modifications Other questions ============= Can you walk me through a recent project where you used tools like Terraform or Ansible? What was your role in that project? Look for hands-on involvement, not just team exposure. Have you worked with AWS in your previous roles? Which services did you use most often and why? Listen for services like EC2, S3, IAM, VPC, etc. How do you typically manage application deployments in your current or past roles? Look for mentions of Kubernetes, Docker, Helm, or CI/CD pipelines. Can you describe a situation where you had to respond to a production issue or outage? What steps did you take? This reveals their calmness under pressure and troubleshooting mindset. What tools have you used for monitoring and logging system performance? Expect names like Prometheus, Grafana, Splunk, AppDynamics. Have you worked with any caching or in-memory data stores like Redis or Memcached? What were they used for? Look for use cases like session storage, caching, or pub/sub. Have you ever worked with secure login systems or APIs? What technologies or protocols were involved? Listen for OAuth, OpenID Connect (OIDC), or SAML. Can you give an example of how youve helped make a system more reliable or scalable? Look for strategies like load balancing, redundancy, or failover. Have you used any messaging systems like RabbitMQ or ActiveMQ? What were they used for in your project? Expect use in asynchronous processing or service communication. How do you stay calm and focused when something goes wrong in production? This helps assess their mindset and soft skills under pressure. Behavioral Can you tell me about a time when you had to work closely with a team to solve a problem?" Look for: Collaboration, communication, shared responsibility, and how they describe others. "How do you handle disagreements or conflicts with teammates?" Look for: Constructive resolution, empathy, and willingness to compromise. "Have you ever had to support a teammate who was struggling? What did you do?" Look for: Initiative, empathy, and team-first mindset. "How do you ensure smooth communication when working with cross-functional teams (e.g., developers, QA, product)?" Look for: Proactive communication, adaptability, and clarity.

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Guwahati

Work from Office

Naukri logo

Engineering at Jaz : At Jaz, our engineering team is the driving force behind our company, transforming innovative ideas into real-world products that positively impact our customers' lives. As a rapidly growing tech company, we foster a collaborative and dynamic work environment with a flat structure, ensuring every team member's voice is heard and valued. We have a high-intensity, high-performance, pixel-perfect culture shaped by a founding team from investment banking, venture capital, and hypergrowth unicorn in the region. Up for a Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework Benefits : - Join our team of - Generous perks, awesome open office (or remote) culture, fair compensation to help you work better, and equity for long-term financial gains

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Thiruvananthapuram

Work from Office

Naukri logo

Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Kolkata

Work from Office

Naukri logo

Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Raipur

Work from Office

Naukri logo

Engineering at Jaz : At Jaz, our engineering team is the driving force behind our company, transforming innovative ideas into real-world products that positively impact our customers' lives. As a rapidly growing tech company, we foster a collaborative and dynamic work environment with a flat structure, ensuring every team member's voice is heard and valued. We have a high-intensity, high-performance, pixel-perfect culture shaped by a founding team from investment banking, venture capital, and hypergrowth unicorn in the region. Up for a > Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework Benefits : - Join our team of - Generous perks, awesome open office (or remote) culture, fair compensation to help you work better, and equity for long-term financial gains

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Rajkot

Work from Office

Naukri logo

Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework Benefits : - Join our team of - Generous perks, awesome open office (or remote) culture, fair compensation to help you work better, and equity for long-term financial gains

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Surat

Work from Office

Naukri logo

Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Hyderabad

Work from Office

Naukri logo

Engineering at Jaz : At Jaz, our engineering team is the driving force behind our company, transforming innovative ideas into real-world products that positively impact our customers' lives. As a rapidly growing tech company, we foster a collaborative and dynamic work environment with a flat structure, ensuring every team member's voice is heard and valued. We have a high-intensity, high-performance, pixel-perfect culture shaped by a founding team from investment banking, venture capital, and hypergrowth unicorn in the region. Up for a > Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework Benefits : - Join our team of > - Generous perks, awesome open office (or remote) culture, fair compensation to help you work better, and equity for long-term financial gains

Posted 6 days ago

Apply

2.0 - 6.0 years

8 - 14 Lacs

Nashik

Work from Office

Naukri logo

Engineering at Jaz : At Jaz, our engineering team is the driving force behind our company, transforming innovative ideas into real-world products that positively impact our customers' lives. As a rapidly growing tech company, we foster a collaborative and dynamic work environment with a flat structure, ensuring every team member's voice is heard and valued. We have a high-intensity, high-performance, pixel-perfect culture shaped by a founding team from investment banking, venture capital, and hypergrowth unicorn in the region. Up for a > Responsibilities : - Hands-on development in Golang to deliver trustworthy and smooth functionalities to our users - Monitor, debug, and fix issues in production at high velocity based on user impact - Maintain good code coverage for all new development, with well-written and testable code - Write and maintain clean documentation for software services - Integrate software components into a fully functional software system - Comply with project plans with a sharp focus on delivery timelines Requirement : - Bachelor's degree in computer science, information technology, or a similar field - Must have 3+ years of experience in developing highly scalable, performant web applications - Strong problem-solving skills and experience in application debugging - Hands-on experience of Restful services development using Golang - Hands-on working experience with database; SQL (PostgreSQL / MySQL) | NoSQL (Redis/ MongoDB/Cassandra) - Working experience of message streaming/queuing systems like Apache Kafka, RabbitMQ, SQS, IBM MQ - Cloud experience with Amazon Web Services (AWS) and Google Cloud Computing (GCP) - Experience with Serverless Architectures (AWS/GCP) would be a plus - Hands-on experience with API / Echo framework Benefits : - Join our team of > - Generous perks, awesome open office (or remote) culture, fair compensation to help you work better, and equity for long-term financial gains

Posted 6 days ago

Apply

5.0 - 8.0 years

8 - 14 Lacs

Hyderabad

Work from Office

Naukri logo

Job Summary : We are seeking a skilled and experienced Magento / Adobe Commerce Cloud Developer with 5+ years of hands-on experience in building and managing robust eCommerce solutions using Magento 2+. The ideal candidate will be adept at creating custom modules, integrating third-party services, and optimizing site performance while following best practices and scalable architecture. Key Responsibilities : - Design, develop, and maintain Magento 2-based eCommerce applications and custom modules. - Build reusable, modular components and solutions from scratch. - Integrate RESTful APIs, GraphQL endpoints, and third-party services (e.g., ERP, CRM, Constructor.io). - Extend GraphQL schemas for custom Magento modules. - Manage Magento indexing, caching, and back-end sync processes, including cron jobs. - Handle multi-site, multi-store, multi-currency, and multi-language configurations. - Collaborate with UI/UX designers, QA, and Product teams in Agile/Scrum environments. - Optimize performance, scalability, and maintainability of the Magento codebase. - Perform peer code reviews and enforce coding standards and best practices. - Work with headless commerce or PWA Studio architecture (preferred). - Implement CI/CD pipelines using tools like Azure DevOps, Git, and Infrastructure as Code (IaC). Required Skills : - Magento 2+ expertise, including architecture and development best practices. - Custom module development and Magento backend customization. - Strong skills in PHP and MySQL. - RESTful APIs & GraphQL; ability to extend schemas and build scalable endpoints. - Magento indexing, caching (Varnish/Redis), and cron job management. - Experience in third-party integrations (e.g., ERP, CRM, Constructor.io). - Exposure to multi-site/store-view setups with language & currency support. - Proficient with CI/CD tools like Azure DevOps, Git, and experience with automated testing (JUnit, Mockito, RestAssured, etc. - Familiarity with Agile methodologies and tools like Jira. Preferred Qualifications : - Adobe Commerce Certification (Professional / Expert). - Experience with headless architecture or Magento PWA Studio. - Familiarity with Docker, Kubernetes, and cloud deployment practices. - Understanding of performance tuning, load testing, and security best practices.

Posted 6 days ago

Apply

8.0 - 10.0 years

11 - 18 Lacs

Mumbai

Work from Office

Naukri logo

Role : MCPTX Deployment and Integration Engg. Education Qualification : Bachelor/Master in Computer Science or Electronics & Communication Experience : 8~10 Years in IMS operation and deployment in telecommunication Min. 5 years in IMS Deployment and integration role Notice Period : 15 days - Immedidate Role : Full Time Key Skills : - Deep knowledge of IMS network and functionality of product as PCRF,SBC, CSCF,TAS. - Familiar with IMS, Volte call flows, LTE network and interfaces. - IP network knowledge. - Good troubleshooting skills . - Should be familiar with all troubleshooting tools. - Experiences with IMS testing. - Excellent hands-on experiences on Linux Container based architecture on various commercial platforms such as Redhat Openshift or Openstack or Vmware desired, any experience with public cloud platforms like AWS/Azure is an added plus. - Provide follow-up & ensure good co-ordination with Technical support teams. - Good Communication skills willingness to travel and experience about customer network. Responsibilities : - Oversee Operations & Deployment of IMS application in cloud platform environments - including public cloud - Regular health check-up and maintenance of IMS application and its server. - Backup and Restore activities of IMS Application. - Escalation of issue to Vendor/Customer for which resolution or workaround isn't available and provide the issue description, logs, findings and troubleshooting steps carried out. - Responsible for managed the Mission Critical network elements - Should be flexible to working in shifts and Customer time zones. - New Feature Implementation, System Software & Application Patch upgrade as per plan. - Level-2 Troubleshooting of issues observed/escalated. - MOP Creation - Excellent written and verbal communication skills with ability to interact effectively at various organizational levels.

Posted 6 days ago

Apply

5.0 - 8.0 years

8 - 14 Lacs

Kanpur

Work from Office

Naukri logo

Job Summary : We are seeking a skilled and experienced Magento / Adobe Commerce Cloud Developer with 5+ years of hands-on experience in building and managing robust eCommerce solutions using Magento 2+. The ideal candidate will be adept at creating custom modules, integrating third-party services, and optimizing site performance while following best practices and scalable architecture. Key Responsibilities : - Design, develop, and maintain Magento 2-based eCommerce applications and custom modules. - Build reusable, modular components and solutions from scratch. - Integrate RESTful APIs, GraphQL endpoints, and third-party services (e.g., ERP, CRM, Constructor.io). - Extend GraphQL schemas for custom Magento modules. - Manage Magento indexing, caching, and back-end sync processes, including cron jobs. - Handle multi-site, multi-store, multi-currency, and multi-language configurations. - Collaborate with UI/UX designers, QA, and Product teams in Agile/Scrum environments. - Optimize performance, scalability, and maintainability of the Magento codebase. - Perform peer code reviews and enforce coding standards and best practices. - Work with headless commerce or PWA Studio architecture (preferred). - Implement CI/CD pipelines using tools like Azure DevOps, Git, and Infrastructure as Code (IaC). Required Skills : - Magento 2+ expertise, including architecture and development best practices. - Custom module development and Magento backend customization. - Strong skills in PHP and MySQL. - RESTful APIs & GraphQL; ability to extend schemas and build scalable endpoints. - Magento indexing, caching (Varnish/Redis), and cron job management. - Experience in third-party integrations (e.g., ERP, CRM, Constructor.io). - Exposure to multi-site/store-view setups with language & currency support. - Proficient with CI/CD tools like Azure DevOps, Git, and experience with automated testing (JUnit, Mockito, RestAssured, etc. - Familiarity with Agile methodologies and tools like Jira. Preferred Qualifications : - Adobe Commerce Certification (Professional / Expert). - Experience with headless architecture or Magento PWA Studio. - Familiarity with Docker, Kubernetes, and cloud deployment practices. - Understanding of performance tuning, load testing, and security best practices.

Posted 6 days ago

Apply

10.0 - 15.0 years

12 - 17 Lacs

Mumbai, Gurugram, Bengaluru

Hybrid

Naukri logo

Must have skills: Loyalty, Traveler Experience & Journey Development, Digital Marketing, Creative Strategy, Campaign Management, Mar-Tech Strategy Good to have skills:Marketing Job Summary : The Travel Industry Marketing Senior Manager position is within the Marketing Transformation vertical of Accenture GN Song. The individual would work at the heart of the top global Travel Industry Client (Hospitality, Airlines, Airports and Travel Services) and would collaborate on innovative projects while bringing in deep industry knowledge and Marketing skills Roles & Responsibilities: Lead Traveler experience assessment and journey design, marketing and advertising process and technology assessment, KPI and definition, solution and vendor assessment for different marketing technologies including Adobe, Salesforce and others Develop Travel loyalty strategy: Development of loyalty economics models to drive loyalty investments and designing loyalty program construct (earn-burn strategies, benefits, experiences, Partnerships, co-branded Card programs) Develop metrics / scorecard to gauge efficacy of loyalty / membership programs: Conceptualizing and implementing revenue generation programs specifically for loyalty members (cross sell / up sell / tier movement) Develop digital marketing strategy/ campaigns: Study economic indicators, tracking changes in supply and demand, identifying Travelers and their current and future needs, and monitoring the competition. Plan, design, and execute all web, SEO/SEM, database marketing material: Lead and guide the project teams on emails, social media, consumer marketing, BTL and display advertising campaigns. MarTech Consulting Projects: Lead projects focusing on optimizing the MarTech/ AdTech stack and develop use cases to improve utilization of existing MarTech/ AdTech stack. Research, evaluate and recommend new martech /adtech systems and suppliers. Keep a holistic understanding of existing and upcoming martech/adtech platforms and how they connect into the broader marketing technology landscape. Lead the team on Design & Execution of campaign strategies: Strategizing marketing plans across all channels and devices including business case for use cases driving acquisition and engagement. Designing new campaign strategies and marketing plans across all channels and devices Lead Marketing Programs: Supporting full spectrum of Marketing program execution from strategy definition to technical delivery. Content Marketing Projects: Support on development of content marketing, social media, and web engagement programs for the client, ensuring that they are aligned with the overall content strategy. Strong project management skills to be able to motivate a team and make them in line with the strategic goals of a project Leading a team of seasoned professionals & using relevant tools to develop business cases, strategic assessments, published written materials Deploying strong analytical skills and drive result-oriented decisions with a Data-driven mindset Professional & Technical Skills: Proven working experience (10+ years) in digital marketing/Advertising platforms and in delivering marketing solutions, particularly within the Travel Industry In-depth knowledge of Loyalty, Traveler Experience, Branding, creative development and execution, digital marketing, and campaign deployment and optimization Experience in working with middle to senior management levels within existing organization / client organizations Experience in implementation of MarTech platforms and experience of AdTech platforms, Data visualization platforms, CDPs and Cloud Platforms Strong understanding of marketing, advertising technologies (with hands on) and ability to apply technology know-how to better how our clients reach out to their customers Hands on experience on Mar-tech tools such as Adobe campaign, Marketo, Adobe, Cloud, Google Marketing platform, Google Ads, Pega decisioning, SFMC etc. Hands-on experience and understanding of Loyalty tools / platforms Has worked in the Marketing Team for leading Travel companies Additional Information: An opportunity to work on with key G2000 clients Potential to with leaders in strategy, industry experts, enterprise function practitioners and, business intelligence professionals to shape and recommend innovative solutions that leverage emerging technologies. Ability to embed into everythingfrom how you service your clients to how you operate as a responsible professional. Personalized training modules to develop your to grow your skills, industry knowledge and capabilities Opportunity to thrive in a that is committed to accelerate equality for all. Engage in boundaryless collaboration across the entire organization. Qualification Experience:Overall experience of 10+ years of experience in digital marketing/Advertising platforms and in delivering marketing solutions, particularly within the Travel Industry Educational Qualification:Post-Graduation (Preferably MBA)

Posted 6 days ago

Apply

2.0 - 5.0 years

7 - 8 Lacs

Pune

Work from Office

Naukri logo

Education Experience BE / BTech (Instrumentation / Electrical / Electronics) Minimum 3 years of experience working on DCS projects Knowledge and Skills Required Technical Skills Must have DCS Projects Domain Experience - at least 3 years Hands on experience with MS Office (Word, Excel, PowerPoint) Knowledge of DeltaV Software Technical Skills Good to have Knowledge of Agile Project Execution methodology Knowledge of various automation tools such as Office365, PowerBI, MS flow Experience of projects with Global Emerson offices, EPCs, other engineering offices Experience on Leading DCS projects Soft Skills Must have Excellent Problems Solving Manage Ambiguity / Decision Making Excellent verbal and written Communications Skills Action Oriented Approach Collaborative Approach Having good analytical skills to understand the user requirement Soft Skills good to have Creative Thinking Passion for evaluating and using productivity improvement tools relevant for the job Willingness/Attitude to learn/improve Ability to analyse topics with broad perspective Able to deliver presentations to larger forums What s in it for you Be a part of the digitization movement Work with cross-functional teams to enrich your experience working on latest cloud, AI/ML technologies Work on strategic projects and make impact by contributing to various PMO initiatives Collaborate with global project teams broadening your perspective Develop and use soft skills to present in large forums using creative tools Be part of a passionate multi-functional team to keep learning and growing

Posted 6 days ago

Apply

4.0 - 10.0 years

18 - 20 Lacs

Pune

Work from Office

Naukri logo

Title Senior Software Engineer Job Brief The ideal candidate will have a strong technical background, excellent problem-solving skills, and the ability to work collaboratively. This role involves designing, developing, and maintaining cloud-based applications, cloud management tools like self-service and cost management tools , ensuring they are secure, scalable, and efficient. Key Responsibilities This list may not include all the duties that may be assigned. Design, develop, and maintain a self-service cloud cost optimization portal. Provide technical support and guidance to self-service users, resolving any issues related to data quality, system access, and report generation. Develop and maintain documentation for system configurations, processes, and standard operating procedures. Implement and manage CI/CD pipelines. Ensure the security and compliance of cloud-based applications. Collaborate with IT and development teams to identify and implement optimal cloud solutions. Monitor and optimize the performance of cloud applications. Troubleshoot and resolve issues related to cloud infrastructure. Apply FinOps principles to manage and optimize cloud costs. Stay updated with the latest cloud technologies and best practices. Requirements Five or more years of Experience as Software Engineer or similar role. Experience with containerization technologies like Docker and Kubernetes. Proficiency in full stack web development. (Backend- Python and Front-end React. js / Angular) Familiarity with infrastructure such as code tools such as Terraform or CloudFormation. Proficiency in data transformation, preparation, modelling, and visualization practices. Excellent problem-solving and analytical skills. Strong communication and collaboration skills. Bachelor s degree in computer science, Engineering, or a related field. Preferred Qualifications Relevant certifications (e. g. , DevOps Engineer/ Architect, PCEP, Full Stack Development Certifications, Cloud Architect / Engineer/ Administrator). Proficiency with cloud platforms such as AWS, Azure, or Google Cloud. Experience with DevOps practices and tools. Experience with Business Intelligence Tools like Power BI. Knowledge of FinOps principles and practices. Experience in developing cost optimization strategies for cloud environments. Knowledge of networking, security, and database management.

Posted 6 days ago

Apply

5.0 - 10.0 years

7 - 11 Lacs

Pune

Work from Office

Naukri logo

Client-facing position; strong communication skills are essential Hands-on project experience in cloud : 6 months to 1. 5 years. Technical Skills: Flask (Python) framework Experience with implementing maps and chat visualizations using JavaScript Proficiency in: Azure API Management (APIM) Azure Serverless Functions Azure Maps JavaScript API for real-time geospatial visualization Job Location:

Posted 6 days ago

Apply

5.0 - 14.0 years

22 - 30 Lacs

Hyderabad

Work from Office

Naukri logo

Career Category Engineering Job Description ABOUT AMGEN Amgen harnesses the best of biology and technology to fight the world s toughest diseases, and make people s lives easier, fuller and longer. We discover, develop, manufacture and deliver innovative medicines to help millions of patients. Amgen helped establish the biotechnology industry more than 40 years ago and remains on the cutting-edge of innovation, using technology and human genetic data to push beyond what s known today. ABOUT THE ROLE Role Description: We are seeking a seasoned and passionate Principal Architect (Enterprise Architect - Data Platform Engineering ) in our Data Architecture Engineer ing group to drive the architecture, development and implementation of our strategy spanning across Data Fabric, Data Management, and Data Analytics Platform stack . The ideal candidate possesses a deep technical expertise and understanding of data and analytics landscape, current tools and technology trends, and data engineering principles, coupled with strong leadership and data-driven problem-solving skills . As a Principal Architect , you will play a crucial role in building the strategy and driving the implementation of best practices across data and analytics platforms . Roles Responsibilities: Must be passionate about Data, Content and AI technologies - with ability to evaluate and assess new technology and trends in the market quickly - with enterprise architecture in mind Drive the strategy and implementation of enterprise data platform and technical roadmaps that align with the Amgen Data strategy Maintain the pulse of current market trends in data AI space and be able to quickly perform hands-on experimentation and evaluations Provide expert guidance and influence the management and peers from functional groups with Enterprise mindset and goals R esponsible for design, develop , optimize , delivery and support of Enterprise Data platform on AWS and Databricks architecture Leverage cloud platforms (AWS preferred) to build scalable and efficient data solutions. Advice and support Application teams (product managers, architects, business analysts, and developers) on tools, technology, and methodology related to the design and development of applications that have large data volume and variety of data types Collaborate and align with EARB, Cloud Infrastructure , Security and other technology leaders on Enterprise Data Architecture changes Ensure scalability, reliability, and performance of data platforms by implementing best practices for architecture, cloud resource optimization, and system tuning. Collaboration with RunOps engineers to continuously increase our ability to push changes into production with as little manual overhead and as much speed as possible. Basic Qualifications and Experience: Master s degree with 8 - 10 years of experience in Computer Science, IT or related field OR Bachelor s degree with 10 - 14 years of experience in Computer Science, IT or related field Functional Skills: Must-Have Skills: 8 + years of experience in data architecture and engineering or related roles with hands-on experience building enterprise data platforms in a cloud environment (AWS, Azure, GCP). 5+ years of experience in leading enterprise scale data platforms and solutions Expert-level proficiency with Databricks and experience in optimizing data pipelines and workflows in Databricks environments. Deep understanding of distributed computing, data architecture, and performance optimization in cloud-based environments. Experience with Enterprise mindset / certifications like TOGAF etc. are a plus. Highly preferred to have Big Tech or Big Consulting experience. Solid knowledge of data security, governance, and compliance practices in cloud environments. Must have exceptional communication to engage and influence architects and leaders in the organization Good-to-Have Skills: Experience with Gen AI tools in databricks Experience with unstructured data architecture and pip elines Experience working with agile development methodologies such as Scaled Agile. Professional Certifications AWS Certified Data Engineer preferred Databricks Certifi cate preferred Soft Skills: Excellent analytical and troubleshooting skills. Strong verbal and written communication skills Ability to work effectively with global, virtual teams High degree of initiative and self-motivation. Ability to manage multiple priorities successfully. Team-oriented, with a focus on achieving team goals Strong presentation and public speaking skills. EQUAL OPPORTUNITY STATEMENT Amgen is an Equal Opportunity employer and will consider you without regard to your race, color, religion, sex, sexual orientation, gender identity, national origin, protected veteran status, or disability status. We will ensure that individuals with disabilities are provided with reasonable accommodation to participate in the job application or interview process, to perform essential job functions, and to receive other benefits and privileges of employment. Please contact us to request an accommodation . .

Posted 6 days ago

Apply

14.0 - 20.0 years

50 - 90 Lacs

Bengaluru

Work from Office

Naukri logo

When you mentor and advise multiple technical teams and move financial technologies forward, it s a big challenge with big impact. You were made for this. As a Senior Manager of Software Engineering at JPMorgan Chase within the Consumer and community banking- Data technology, you serve in a leadership role by providing technical coaching and advisory for multiple technical teams, as well as anticipate the needs and potential dependencies of other functions within the firm. As an expert in your field, your insights influence budget and technical considerations to advance operational efficiencies and functionalities. Job responsibilities Provide overall direction, oversight, and coaching for a team of entry-level to mid-level software engineers that work on basic to moderately complex tasks Be accountable for decisions that influence teams resources, budget, tactical operations, and the execution and implementation of processes and procedures Ensures successful collaboration across teams and stakeholders Identifies and mitigates issues to execute a book of work while escalating issues as necessary Provides input to leadership regarding budget, approach, and technical considerations to improve operational efficiencies and functionality for the team Creates a culture of diversity, equity, inclusion, and respect for team members and prioritizes diverse representation Required qualifications, capabilities, and skills Formal training or certification on software engineering concepts and 5+ years applied experience. In addition, 2+ years of experience leading technologists to manage and solve complex technical items within your domain of expertise. Experience leading teams of technologists Ability to guide and coach teams on approach to achieve goals aligned against a set of strategic initiatives Experience with hiring, developing, and recognizing talent In-depth knowledge of the services industry and their IT systems Practical cloud native experience Experience in Computer Science, Engineering, Mathematics, or a related field and expertise in technology disciplines Preferred qualifications, capabilities, and skills Experience working at code level

Posted 6 days ago

Apply

1.0 - 8.0 years

12 - 17 Lacs

Bengaluru

Work from Office

Naukri logo

Be an integral part of an agile team thats constantly pushing the envelope to enhance, build, and deliver top-notch technology products. As a Senior Lead Software Engineer at JPMorgan Chase within the Consumer and community banking - Data technology, you are an integral part of an agile team that works to enhance, build, and deliver trusted market-leading technology products in a secure, stable, and scalable way. Drive significant business impact through your capabilities and contributions, and apply deep technical expertise and problem-solving methodologies to tackle a diverse array of challenges that span multiple technologies and applications. Job responsibilities Provide overall direction, oversight, and coaching for a team of entry-level to mid-level software engineers that work on basic to moderately complex tasks Be accountable for decisions that influence teams resources, budget, tactical operations, and the execution and implementation of processes and procedures Ensures successful collaboration across teams and stakeholders Identifies and mitigates issues to execute a book of work while escalating issues as necessary Provides input to leadership regarding budget, approach, and technical considerations to improve operational efficiencies and functionality for the team Creates a culture of diversity, equity, inclusion, and respect for team members and prioritizes diverse representation Required qualifications, capabilities, and skills Formal training or certification on software engineering concepts and 5+ years applied experience. Experience leading teams of technologists Ability to guide and coach teams on approach to achieve goals aligned against a set of strategic initiatives Experience with hiring, developing, and recognizing talent In-depth knowledge of the services industry and their IT systems Practical cloud native experience Experience in Computer Science, Engineering, Mathematics, or a related field and expertise in technology disciplines Preferred qualifications, capabilities, and skills Experience working at code level

Posted 6 days ago

Apply

13.0 - 19.0 years

50 - 65 Lacs

Pune

Work from Office

Naukri logo

As a Manager of Software Engineering - Cloud at JPMorgan Chase, you will lead a team of cloud engineers to develop and implement scalable, reliable, and secure cloud-based solutions. You will play a pivotal role in shaping the cloud strategy and architecture, ensuring alignment with business goals and technical requirements. Your leadership will drive innovation and operational excellence in cloud technologies, fostering a collaborative environment to achieve project objectives. Job Responsibilities Lead and mentor a team of cloud engineers, fostering a culture of innovation and continuous improvement. Collaborate with technical teams and business stakeholders to propose and implement cloud solutions that meet current and future needs. Define and drive the technical target state of cloud products, ensuring alignment with strategic goals. Participate in architecture governance bodies to ensure compliance with best practices and standards. Evaluate and provide feedback on new cloud technologies, recommending solutions for future state architecture. Oversee the design, development, and deployment of cloud-based solutions on AWS, utilizing services such as EC2, S3, Lambda, and RDS. Integrate DevOps practices, including Infrastructure as Code (IaC) using tools like Terraform and AWS CloudFormation, and Configuration Management with Ansible or Chef. Establish and maintain Continuous Integration/Continuous Deployment (CI/CD) pipelines using Jenkins, GitLab CI, or AWS CodePipeline. Identify opportunities to automate remediation of recurring issues to improve operational stability of cloud applications and systems. Lead evaluation sessions with external vendors, startups, and internal teams to assess architectural designs and technical credentials. Required Qualifications, Capabilities, and Skills Formal training or certification in cloud engineering concepts with 5+ years of applied experience. Proven experience in leading cloud engineering teams and delivering cloud solutions. Advanced proficiency in one or more programming languages. Expertise in automation and continuous delivery methods. Proficient in all aspects of the Software Development Life Cycle, with a focus on cloud technologies. Advanced understanding of agile methodologies such as CI/CD, Application Resiliency, and Security. Demonstrated proficiency in cloud applications and technical processes within a technical discipline (e. g. , cloud, artificial intelligence, machine learning, mobile, etc. ). Practical cloud-native experience, particularly with AWS services and architecture, including VPC, IAM, and CloudWatch. Preferred Qualifications, Capabilities, and Skills In-depth knowledge of the financial services industry and their IT systems. Advanced knowledge of cloud software, applications, and architecture disciplines. Ability to evaluate current and emerging cloud technologies to recommend the best solutions for the future state architecture.

Posted 6 days ago

Apply

8.0 - 12.0 years

0 - 0 Lacs

Pune

Hybrid

Naukri logo

So, what’s the role all about? We are seeking a highly motivated and skilled DevOps Engineer to join our growing team with experience on cloud. You will play a vital role in bridging the gap between development and operations, ensuring seamless deployments and efficient infrastructure management for our cloud-based applications. You will possess expertise in DevOps methodologies, cloud platforms, and automation tools to enable rapid and reliable software delivery. How will you make an impact? Infrastructure Management: Provision and manage cloud infrastructure resources (e.g., VMs, containers, Kubernetes clusters) on platforms like AWS, Azure, or GCP. Implement IaC practices using tools like Terraform or Ansible to automate infrastructure provisioning and configuration. Monitor and troubleshoot infrastructure performance, ensuring scalability and high availability. CI/CD Pipelines: Design and implement CI/CD pipelines using tools like Jenkins, GitLab CI, or Azure DevOps. Integrate automated testing and code deployment into the pipeline for continuous delivery. Optimize pipelines for efficiency and reliability. Version Control and Collaboration: Utilize Git for version control, collaborating effectively with developers on code changes and deployments. Ensure proper code review and approval processes are followed. Security and Compliance: Implement security best practices for cloud infrastructure and applications. Maintain compliance with relevant security standards and regulations. Automation: Develop and implement automation scripts for repetitive tasks using tools like Bash, Python, or PowerShell. Continuously improve automation processes for greater efficiency and productivity. Work and collaborate in multi-disciplinary Agile teams, adopting Agile spirit, methodology and tools Interface with various R&D groups and with support tiers Have you got what it takes? Degree in Computer Science, Industrial/Electronic Engineering 8-12 years of experience of leading DevOps toolset adoption and environment provisioning – On premises and on cloud (AWS – Exp 4-5 yr) Should define and implement DevOps Strategy and Plan. Should have hands on experience in configuring and troubleshooting DevOps toolsets (including equivalent) – GitHub, Jenkins, Ansible, Jfrog, Maven, Ant, msbuild, Code security – dynamic and static scans, etc. Experience working with public cloud infrastructure and technologies such as Amazon Web Services (AWS), Google Cloud Engine, or Azure Experience working in and driving Continuous Integration and Delivery practices using industry standard tools such as Jenkins, Terraform, Docker, Kubernetes and Artifactory Exposure to set up DevOps on Cloud. Self-motivated and fast learner with a strong sense of ownership and drive Good interpersonal and communication skills; friendly disposition; work effectively as a team player Ability to work independently and collaboratively What’s in it for you? Join an ever-growing, market disrupting, global company where the teams – comprised of the best of the best – work in a fast-paced, collaborative, and creative environment! As the market leader, every day at NiCE is a chance to learn and grow, and there are endless internal career opportunities across multiple roles, disciplines, domains, and locations. If you are passionate, innovative, and excited to constantly raise the bar, you may just be our next NiCEr! Enjoy NiCE-FLEX! At NiCE, we work according to the NiCE-FLEX hybrid model, which enables maximum flexibility: 2 days working from the office and 3 days of remote work, each week. Naturally, office days focus on face-to-face meetings, where teamwork and collaborative thinking generate innovation, new ideas, and a vibrant, interactive atmosphere. Requisition ID: 7190 Reporting into: Tech Manager Role Type: Individual Contributor

Posted 6 days ago

Apply

4.0 - 7.0 years

11 - 16 Lacs

Pune

Hybrid

Naukri logo

So, what’s the role all about? As a Sr. Cloud Services Automation Engineer, you will be responsible for designing, developing, and maintaining robust end-to-end automation solutions that support our customer onboarding processes from an on-prem software solution to Azure SAAS platform and streamline cloud operations. You will work closely with Professional Services, Cloud Operations, and Engineering teams to implement tools and frameworks that ensure seamless deployment, monitoring, and self-healing of applications running in Azure. How will you make an impact? Design and develop automated workflows that orchestrate complex processes across multiple systems, databases, endpoints, and storage solutions in on-prem and public cloud. Design, develop, and maintain internal tools/utilities using C#, PowerShell, Python, Bash to automate and optimize cloud onboarding workflows. Create integrations with REST APIs and other services to ingest and process external/internal data. Query and analyze data from various sources such as, SQL databases, Elastic Search indices and Log files (structured and unstructured) Develop utilities to visualize, summarize, or otherwise make data actionable for Professional Services and QA engineers. Work closely with test, ingestion, and configuration teams to understand bottlenecks and build self-healing mechanisms for high availability and performance. Build automated data pipelines with data consistency and reconciliation checks using tools like PowerBI/Grafana for collecting metrics from multiple endpoints and generating centralized and actionable dashboards. Automate resource provisioning across Azure services including AKS, Web Apps, and storage solutions Experience in building Infrastructure-as-code (IaC) solutions using tools like Terraform, Bicep, or ARM templates Develop end-to-end workflow automation in customer onboarding journey that spans from Day 1 to Day 2 with minimal manual intervention Have you got what it takes? Bachelor’s degree in computer science, Engineering, or related field (or equivalent experience). Proficiency in scripting and programming languages (e.g., C#, .NET, PowerShell, Python, Bash). Experience working with and integrating REST APIs Experience with IaC and configuration management tools (e.g., Terraform, Ansible) Familiarity with monitoring and logging solutions (e.g., Azure Monitor, Log Analytics, Prometheus, Grafana). Familiarity with modern version control systems (e.g., GitHub). Excellent problem-solving skills and attention to detail. Ability to work with development and operations teams, to achieve desired results, on common projects Strategic thinker and capable of learning new technologies quickly Good communication with peers, subordinates and managers You will have an advantage if you also have: Experience with AKS infrastructure administration. Experience orchestrating automation with Azure Automation tools like Logic Apps. Experience working in a secure, compliance driven environment (e.g. CJIS/PCI/SOX/ISO) Certifications in vendor or industry specific technologies. What’s in it for you? Join an ever-growing, market disrupting, global company where the teams – comprised of the best of the best – work in a fast-paced, collaborative, and creative environment! As the market leader, every day at NiCE is a chance to learn and grow, and there are endless internal career opportunities across multiple roles, disciplines, domains, and locations. If you are passionate, innovative, and excited to constantly raise the bar, you may just be our next NiCEr! Enjoy NiCE-FLEX! At NiCE, we work according to the NiCE-FLEX hybrid model, which enables maximum flexibility: 2 days working from the office and 3 days of remote work, each week. Naturally, office days focus on face-to-face meetings, where teamwork and collaborative thinking generate innovation, new ideas, and a vibrant, interactive atmosphere. Requisition ID: 7454 Reporting into: Director Role Type: Individual Contributor

Posted 6 days ago

Apply

2.0 - 5.0 years

5 - 10 Lacs

Hyderabad

Remote

Naukri logo

At Mitratech, we are a team of technocrats focused on building world-class products that simplify operations in the Legal, Risk, Compliance, and HR functions of Fortune 100 companies. We are a close-knit, globally dispersed team that thrives in an ecosystem that supports individual excellence and takes pride in its diverse and inclusive work culture centered around great people practices, learning opportunities, and having fun! Our culture is the ideal blend of entrepreneurial spirit and enterprise investment, enabling the chance to move at a rapid pace with some of the most complex, leading-edge technologies available. Given our continued growth, we always have room for more intellect, energy, and enthusiasm - join our global team and see why it's so special to be a part of Mitratech! Overview We are searching for experienced .NET Developers to join our rapidly growing Hyderabad Center of Excellence. In this role, you will be responsible for coding, testing and implementing products. Additional responsibilities include reviewing functional and technical requirements, performing research, designing solutions, and developing code primarily in C# for web-based and desktop enterprise applications. Essential Duties & Responsibilities: You can expect to write code for the browser, the database and everywhere in-between that best suits your individual talents and aspirations You will be writing code targeting the latest versions of our technology stack and encouraged to think creatively in order to fully utilize these tools. You will participate in regular design sessions, code reviews and agile ceremonies. You will work closely with the Product Owner and scrum team to help deliver high quality features inside of agreed timescales Requirements & Skills: 2+ years of development experience Solid experience with C# and the .NET Framework Modern .NET web/front-end frameworks (ASP.NET Web Forms, ASP.NET MVC) JavaScript, jQuery, HTML, CSS, LESS, Bootstrap, Web API, WCF, Web Services, Rest API OO concepts and design patterns SQL Server and relational database concepts Modern source control systems (like Git, Bitbucket , TFS, Perforce etc.) Good to have: Agile, Scrum, TDD UI Graphical Reporting Tools, Izenda, Sisense Exposure of Continuous Integration / Continuous Deployment practices (Jenkins, Octopus Deploy) Experience with unit testing and mocking frameworks (NUnit / Moq/ N Substitute) SonarQube Azure DevOps Experience with risk, compliance and document control business technology We are an equal opportunity employer that values diversity at all levels. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, national origin, age, sexual orientation, gender identity, disability or veteran status.

Posted 6 days ago

Apply

4.0 - 7.0 years

11 - 16 Lacs

Pune

Hybrid

Naukri logo

So, what’s the role all about? In this position we are looking for a strong DevOps Engineer to work with Professional Services teams, Solution Architects, and Engineering teams. Managing an On-prem to Azure Cloud onboarding, Cloud Infra & DevOps solutions.The Engineer will work with US and Pune Cloud Services and Operations Team as well as other support teams across the Globe. We are seeking a talented DevOps Engineer with strong PowerShell scripting skills to join our team. As a DevOps Engineer, you will be responsible for developing and implementing cloud automation workflows and enhancing our cloud monitoring and self-healing capabilities as well as managing our infrastructure and ensuring its reliability, scalability, and security. We encourageInnovative ideas,Flexible work methods,Knowledge collaboration,good vibes! How will you make an impact? Define, build and manage the automated cloud workflows enhancing overall customer experience in Azure SAAS environment saving time, cost and resources. Automate Pre-Post Host/Tenant Upgrade checklists and processes with automation in Azure SAAS environment. Implement, and manage the continuous integration and delivery pipeline to automate software delivery processes. Collaborate with software developers to ensure that new features and applications are deployed in a reliable and scalable manner. Automation of DevOps pipeline and provisioning of environments. Manage and maintain our cloud infrastructure, including provisioning, configuration, and monitoring of servers and services. Provide technical guidance and support to other members of the team. Manage Docker containers and Kubernetes clusters to support our microservices architecture and containerized applications. Implement and manage networking, storage, security, and monitoring solutions for Docker and Kubernetes environments. Experience with integration of service management, monitoring, logging and reporting tools like ServiceNow, Grafana, Splunk, Power BI etc. Have you got what it takes? 4-7 years of experience as a DevOps engineer with Azure preferably. Strong understanding of Kubernetes & Docker, Ansible, Terraform, Azure SAAS Infrastructure. Strong understanding of DevOps tools such as AKS, Azure DevOps, GitHub, GitHub Actions, and logging mechanisms. Working knowledge of all Azure Services and compliances like CJIS/PCI/SOC etc. Exposure to enterprise software architectures, infrastructures, and integration with Azure (or any other cloud solution) Experience with Application Monitoring Metrics Hands on experience with PowerShell, Bash & Python etc. Should have good knowledge on Linux and windows servers. Comprehensive knowledge of design metrics, analytics tools, benchmarking activities, and related reporting to identify best practices. Consistently demonstrates clear and concise written and verbal communication. Passionately enthusiastic about DevOps & cloud technologies. Ability to work independently, multi-task, and take ownership of various parts of a project or initiative. Azure Certifications in DevOps and Architecture is good to have. What’s in it for you? Join an ever-growing, market disrupting, global company where the teams – comprised of the best of the best – work in a fast-paced, collaborative, and creative environment! As the market leader, every day at NiCE is a chance to learn and grow, and there are endless internal career opportunities across multiple roles, disciplines, domains, and locations. If you are passionate, innovative, and excited to constantly raise the bar, you may just be our next NiCEr! Enjoy NiCE-FLEX! At NiCE, we work according to the NiCE-FLEX hybrid model, which enables maximum flexibility: 2 days working from the office and 3 days of remote work, each week. Naturally, office days focus on face-to-face meetings, where teamwork and collaborative thinking generate innovation, new ideas, and a vibrant, interactive atmosphere. Requisition ID: 7452 Reporting into: Director Role Type: Individual Contributor

Posted 6 days ago

Apply

Exploring Cloud Jobs in India

The cloud job market in India is booming with numerous opportunities for skilled professionals. Companies across various industries are increasingly adopting cloud technologies, leading to a high demand for cloud experts. If you are considering a career in cloud computing, India is a great place to start.

Top Hiring Locations in India

  1. Bangalore
  2. Pune
  3. Hyderabad
  4. Mumbai
  5. Delhi

These cities are known for their thriving tech industries and have a high concentration of companies looking for cloud professionals.

Average Salary Range

The salary range for cloud professionals in India varies based on experience and expertise. Entry-level positions can expect to earn between INR 4-6 lakhs per annum, while experienced professionals can earn anywhere from INR 10-20 lakhs per annum.

Career Path

In the field of cloud computing, a typical career path may start as a Junior Cloud Engineer, progressing to roles such as Cloud Developer, Cloud Architect, and eventually a Cloud Solutions Architect or Cloud Consultant.

Related Skills

In addition to cloud expertise, other skills that are often expected or helpful alongside cloud include: - Knowledge of programming languages like Python, Java, or C++ - Understanding of networking concepts - Security certifications such as CISSP or CISM - Experience with DevOps tools like Docker or Kubernetes

Interview Questions

  • What is the difference between SaaS, PaaS, and IaaS? (basic)
  • Explain the term 'Elasticity' in cloud computing. (basic)
  • How does data encryption work in the cloud? (medium)
  • Describe the difference between horizontal and vertical scaling. (medium)
  • What are the key components of AWS? (medium)
  • Explain the concept of VPC in cloud computing. (medium)
  • What is serverless computing, and how does it work? (medium)
  • How does cloud storage differ from traditional storage methods? (medium)
  • What are the key benefits of using cloud computing? (basic)
  • Explain the term 'multi-tenancy' in cloud computing. (basic)
  • What are the main security concerns in cloud computing? (medium)
  • How do you handle data migration to the cloud? (advanced)
  • Describe the process of disaster recovery in cloud computing. (advanced)
  • What is the role of a load balancer in a cloud environment? (medium)
  • How do you ensure data privacy in the cloud? (medium)
  • Explain the concept of 'auto-scaling' in cloud computing. (medium)
  • What are the best practices for cost optimization in the cloud? (medium)
  • How do you monitor performance in a cloud environment? (medium)
  • What is the role of a CDN in cloud computing? (basic)
  • Describe the difference between cloud-native and traditional applications. (medium)
  • How do you ensure data integrity in the cloud? (medium)
  • What is the significance of IAM in cloud security? (medium)
  • Explain the term 'serverless architecture.' (medium)
  • How do you handle compliance requirements in the cloud? (advanced)
  • What are the key considerations for cloud vendor selection? (medium)

Closing Remark

As you explore cloud jobs in India, remember to continuously upskill yourself and stay updated with the latest trends in cloud computing. Prepare thoroughly for interviews, showcase your expertise, and apply confidently. The cloud job market in India is full of opportunities for those with the right skills and determination. Good luck!

cta

Start Your Job Search Today

Browse through a variety of job opportunities tailored to your skills and preferences. Filter by location, experience, salary, and more to find your perfect fit.

Job Application AI Bot

Job Application AI Bot

Apply to 20+ Portals in one click

Download Now

Download the Mobile App

Instantly access job listings, apply easily, and track applications.

Featured Companies