Premium Employer

i

This company page is being actively managed by Hexaware Technologies Team. If you also belong to the team, you can get access from here

Hexaware Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies AWS Devops Engineer Interview Questions, Process, and Tips

Updated 25 May 2024

Hexaware Technologies AWS Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Share Your experience on Creating AWS resources. GUI or using IAC tool?
  • Ans. 

    I primarily use IAC tools like Terraform to create AWS resources for consistency, version control, and automation.

    • I prefer using IAC tools like Terraform for creating AWS resources as it allows for infrastructure as code, version control, and automation.

    • Using IAC tools ensures consistency in resource creation across environments.

    • GUI can be useful for quick prototyping or exploring AWS services, but IAC is more efficien...

  • Answered by AI
  • Q2. Have you got any issues in pod, while creating or monitoring pods in the kubernetes cluster?
  • Ans. 

    Yes, I have faced issues while creating or monitoring pods in a Kubernetes cluster.

    • One common issue is pods getting stuck in a pending state due to resource constraints or scheduling issues.

    • Another issue is pods crashing frequently due to misconfigured settings or incompatible container images.

    • Monitoring pods can be challenging, especially when dealing with a large number of pods and trying to track their health and pe...

  • Answered by AI
  • Q3. What are use of Versioning in S3? Have you got any issues in working using S3?
  • Ans. 

    Versioning in S3 allows for preserving, retrieving, and restoring every version of an object stored in a bucket.

    • Enables recovery from unintended user actions or application failures

    • Helps in maintaining different versions of objects for audit or compliance purposes

    • Prevents accidental deletion or overwriting of objects

    • Useful for tracking changes and rolling back to previous versions if needed

  • Answered by AI
  • Q4. What are the Devops tools, you have experience on?
  • Ans. 

    I have experience with various DevOps tools including Jenkins, Docker, Ansible, and Terraform.

    • Jenkins

    • Docker

    • Ansible

    • Terraform

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview team. Perfect questions for Round 1.

Skills evaluated in this interview

What people are saying about Hexaware Technologies

View All
lustrousradish
Verified Icon
1w
works at
Hexaware Technologies
Java or python
I am Devops engineer I want to learn a programming language so which should I choose Java or python Which one have better market value
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions about aws cloud and tools
Round 3 - HR 

(1 Question)

  • Q1. Self introduction and discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - Aws Devops is best for future
Internship is the best for freshers, because We can understand Full fill knowledge about companies
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic pipeline,python,some simple coding
  • Q2. More on resume and based on ur answers
  • Q3. Docker multistage
Round 2 - Technical 

(2 Questions)

  • Q1. Write the k8s deployment ymal with rolling update for given docker image
  • Ans. 

    Create a k8s deployment ymal with rolling update for a given docker image

    • Define a Deployment object in the YAML file

    • Specify the container image in the spec section

    • Set the update strategy to RollingUpdate

    • Define the number of replicas for the deployment

  • Answered by AI
  • Q2. Read json file and recursive way of geting value based on key

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you use docker and kubernetes in your project
  • Ans. 

    I use Docker for containerization and Kubernetes for orchestration in my project.

    • I use Docker to create lightweight, portable containers for my applications.

    • I use Kubernetes to automate deployment, scaling, and management of these containers.

    • I define my application's infrastructure and dependencies in Dockerfiles and Kubernetes manifests.

    • I use Kubernetes features like pods, services, and deployments to ensure high avai

  • Answered by AI
  • Q2. Did you created the kubernetes cluster yourself
  • Ans. 

    Yes, I have experience creating and managing Kubernetes clusters.

    • Yes, I have created Kubernetes clusters from scratch

    • I have experience configuring and managing nodes in the cluster

    • I have deployed applications and services on the Kubernetes cluster

    • I have set up monitoring and scaling mechanisms for the cluster

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - leanr the basic perfrctly

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain CI/CD pipeline .
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

    • CI/CD pipelines typicall...

  • Answered by AI
  • Q2. Explain daemonset in kubernetes.
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in the cluster

    • It is useful for running a single instance of a Pod on every node, such as log collection or monitoring agents

    • DaemonSet automatically adds or removes Pods as nodes are added or removed from the cluster

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the networking services in AWS.
  • Ans. 

    AWS provides a variety of networking services to help users manage their network infrastructure.

    • Virtual Private Cloud (VPC) allows users to create isolated networks within the AWS cloud

    • Elastic Load Balancing distributes incoming traffic across multiple instances to ensure high availability

    • Route 53 is a scalable domain name system (DNS) web service

    • Direct Connect allows users to establish a dedicated network connection b...

  • Answered by AI
  • Q2. What is terraform module?
  • Ans. 

    Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

    • Terraform modules help organize and reuse code for infrastructure components

    • Modules can be shared and reused across different projects

    • Modules can have input variables to customize their behavior

    • Modules can output values that can be used by other parts of the infrastructure code

  • Answered by AI
Round 3 - Client Interview 

(2 Questions)

  • Q1. Why GitOps tool ?
  • Ans. 

    GitOps tools help automate infrastructure management, version control, and deployment processes.

    • Enables infrastructure as code practices

    • Facilitates version control for infrastructure configurations

    • Automates deployment processes

    • Promotes collaboration and visibility among team members

    • Examples: Argo CD, Flux, Jenkins X

  • Answered by AI
  • Q2. What is AWS secret manager?
  • Ans. 

    AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

    • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

    • You can rotate, manage, and retrieve secrets throughout their lifecycle.

    • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

    • Helps you meet security and compliance requirement...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How you do troubleshoot, explain you any experience
  • Q2. Explain procedure of application deployment on Windows server.
  • Ans. 

    Application deployment on Windows server involves packaging the application, configuring the server, and deploying the application using tools like IIS or PowerShell.

    • Package the application into a deployable format such as a zip file or MSI installer

    • Configure the Windows server with necessary dependencies and settings for the application to run

    • Deploy the application using tools like Internet Information Services (IIS) ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. S3 storage class
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is node affinity?
  • Ans. 

    Node affinity is a feature in Kubernetes that allows pods to be scheduled onto nodes based on labels assigned to nodes.

    • Node affinity is used to ensure that pods are scheduled onto nodes that meet certain criteria specified in the pod's affinity rules.

    • There are two types of node affinity: requiredDuringSchedulingIgnoredDuringExecution and preferredDuringSchedulingIgnoredDuringExecution.

    • Node affinity rules can be based o...

  • Answered by AI
  • Q2. What is security groups?
  • Ans. 

    Security groups are virtual firewalls that control inbound and outbound traffic for instances in a cloud network.

    • Security groups are used to control traffic at the instance level.

    • They act as virtual firewalls for instances in a cloud network.

    • They allow you to specify which traffic is allowed to reach your instances.

    • You can define rules for inbound and outbound traffic based on protocols, ports, and IP addresses.

    • Securit...

  • Answered by AI

Skills evaluated in this interview

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies AWS Devops Engineer interview?
Hexaware Technologies interview process usually has 1 rounds. The most common rounds in the Hexaware Technologies interview process are One-on-one Round.
How to prepare for Hexaware Technologies AWS Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Hexaware Technologies. The most common topics and skills that interviewers at Hexaware Technologies expect are Devops, Jenkins, AWS, Ansible and Docker.
What are the top questions asked in Hexaware Technologies AWS Devops Engineer interview?

Some of the top questions asked at the Hexaware Technologies AWS Devops Engineer interview -

  1. Have you got any issues in pod, while creating or monitoring pods in the kubern...read more
  2. what are use of Versioning in S3? Have you got any issues in working using ...read more
  3. Share Your experience on Creating AWS resources. GUI or using IAC to...read more

Tell us how to improve this page.

Hexaware Technologies AWS Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies AWS Devops Engineer Salary
based on 50 salaries
₹3.5 L/yr - ₹10 L/yr
14% less than the average AWS Devops Engineer Salary in India
View more details

Hexaware Technologies AWS Devops Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
3.8k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹7 L/yr - ₹29.5 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0.8 L/yr - ₹6 L/yr

Technical Architect
1.9k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview