Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 2.4k Reviews

Filter interviews by

Zensar Technologies AWS Devops Engineer Interview Questions and Answers

Updated 27 Sep 2024

Zensar Technologies AWS Devops Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is terraform?
  • Ans. 

    Terraform is an open-source infrastructure as code software tool created by HashiCorp.

    • Terraform allows users to define and provision infrastructure using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

    • Infrastructure is defined in Terraform configuration files, which describe the desired state of the infrastructure.

    • Terraform then creates an executi...

  • Answered by AI
  • Q2. How to launch VPC
  • Ans. 

    To launch a VPC, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use AWS Management Console to navigate to VPC dashboard and click on 'Create VPC'

    • Specify the VPC details like CIDR block, tenancy, and enable DNS hostnames

    • Add subnets, route tables, internet gateways, and security groups as needed

    • Use AWS CLI command 'create-vpc' to launch VPC programmatically

    • Use AWS SDKs like Boto3 for Python to automate VPC

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

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 

(3 Questions)

  • Q1. Jenkins devops tools sonar nexus
  • Q2. Aws cli questions python questions
  • Q3. Kubernetes pod creation teplicatset events in kubernetes ingress controller
  • Ans. 

    Kubernetes pod creation and replicaset events in Kubernetes Ingress controller.

    • Pod creation involves defining a pod specification in a YAML file and using 'kubectl create' command to create the pod.

    • Replicaset events can be monitored using 'kubectl describe replicaset' command to check for events related to the replicaset.

    • Ingress controller manages external access to services in a Kubernetes cluster by routing traffic b...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Jenkins job creation image in docker
  • Ans. 

    Creating a Jenkins job using an image in Docker

    • Create a Dockerfile with necessary configurations for Jenkins job

    • Build a Docker image using the Dockerfile

    • Run a Jenkins container using the Docker image

    • Configure Jenkins job to use the Docker image as the build environment

  • Answered by AI
  • Q2. Pod creation servers creation docker login
  • Q3. Hakkakbankaklananbakakanannala

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is components of vpc
  • Ans. 

    Components of VPC include subnets, route tables, internet gateways, security groups, network access control lists, and VPN connections.

    • Subnets

    • Route tables

    • Internet gateways

    • Security groups

    • Network access control lists

    • VPN connections

  • Answered by AI
  • Q2. Explain Jenkins pipeline
  • Ans. 

    Jenkins pipeline is a set of automated steps to build, test, and deploy code.

    • Jenkins pipeline is defined using a Jenkinsfile, which can be written in either Declarative or Scripted syntax.

    • It allows for defining multiple stages, each containing one or more steps to be executed sequentially.

    • Pipeline can be triggered manually or automatically based on events like code commits or scheduled builds.

    • Pipeline can integrate wit...

  • Answered by AI
  • Q3. Kubernetes architecture
  • Q4. Terraform code for ec2 and vpc
  • Ans. 

    Terraform code for creating EC2 instance and VPC

    • Use Terraform resources 'aws_instance' for EC2 and 'aws_vpc' for VPC

    • Specify necessary parameters like instance type, AMI, subnet ID, security group ID, etc.

    • Use Terraform modules for better organization and reusability

    • Leverage Terraform state file to track infrastructure changes

  • Answered by AI
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
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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cicd pipeline and describe cicd in detail.
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

    • CI/CD stands for Continuous Integration/Continuous Delivery.

    • CI involves automatically building and testing code changes frequently to catch errors early.

    • CD involves automatically deploying code changes to production after passing tests.

    • CI/CD pipelines typically include stages like build, test, deplo...

  • Answered by AI
  • Q2. What is dif bet cmd and entry point
  • Ans. 

    CMD is used to provide default arguments for an executing container, while ENTRYPOINT is used to specify the command that will run when the container starts.

    • CMD is optional and can be overridden during container runtime

    • ENTRYPOINT is required and cannot be overridden during container runtime

    • CMD can be used to provide default arguments to the ENTRYPOINT command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asking questions from Google.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Case Study 

Good exposure to face

Round 2 - Aptitude Test 

Good exposure to face

Round 3 - One-on-one 

(2 Questions)

  • Q1. Good exposure to face
  • Q2. Good exposure to face and was quite competitive
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What technologies you know
  • Ans. 

    I am familiar with a variety of technologies commonly used in DevOps, including Docker, Kubernetes, Jenkins, Ansible, and Git.

    • Docker

    • Kubernetes

    • Jenkins

    • Ansible

    • Git

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to express your self and try to give accurate answers

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies AWS Devops Engineer interview?
Zensar Technologies interview process usually has 1 rounds. The most common rounds in the Zensar Technologies interview process are Technical.
How to prepare for Zensar 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 Zensar Technologies. The most common topics and skills that interviewers at Zensar Technologies expect are Devops, Kubernetes, Python, Shell Scripting and Terraform.
What are the top questions asked in Zensar Technologies AWS Devops Engineer interview?

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

  1. What is terrafo...read more
  2. How to launch ...read more

Tell us how to improve this page.

Zensar Technologies AWS Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Zensar Technologies AWS Devops Engineer Salary
based on 51 salaries
₹4 L/yr - ₹11.3 L/yr
10% less than the average AWS Devops Engineer Salary in India
View more details

Zensar Technologies AWS Devops Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
3.9k salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Softwaretest Engineer
829 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Technical Specialist
713 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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