Upload Button Icon Add office photos

Filter interviews by

Saaspect AWS Devops Engineer Interview Questions, Process, and Tips

Updated 19 Jan 2022

Saaspect AWS Devops Engineer Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. What is bash?
  • Ans. 

    Bash is a command language interpreter for Unix-like operating systems.

    • Bash stands for Bourne Again SHell.

    • It is the default shell for most Unix-like systems.

    • Bash allows users to execute commands, write scripts, and automate tasks.

    • It supports features like command substitution, variables, loops, conditionals, and functions.

    • Bash scripts have a .sh file extension.

  • Answered by AI
  • Q2. How to run the script in bash?
  • Ans. 

    To run a script in bash, use the command 'bash scriptname.sh' or './scriptname.sh' if the script is executable.

    • Open the terminal or command prompt

    • Navigate to the directory where the script is located

    • Use the 'bash' command followed by the script name with the '.sh' extension

    • Alternatively, if the script is executable, use './scriptname.sh'

    • Ensure the script has the necessary permissions to be executed

  • Answered by AI
  • Q3. In how many ways we can create a role in aws?
  • Ans. 

    There are multiple ways to create a role in AWS.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Identity and Access Management (IAM) APIs

  • Answered by AI
  • Q4. What is ci/cd tool in aws?
  • Ans. 

    AWS CodePipeline is the CI/CD tool in AWS.

    • AWS CodePipeline is a fully managed continuous delivery service

    • It automates the build, test, and deploy phases of your release process

    • It integrates with other AWS services like CodeCommit, CodeBuild, and CodeDeploy

    • It supports various third-party tools like Jenkins, GitHub, and Bitbucket

  • Answered by AI
  • Q5. CodePipeline service

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic knowledge about Linux and AWS.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps

I appeared for an interview in Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. 1. Network Architecture
  • Q2. Private Cloud, Autoscaling, AwsCodeDeploy
  • Q3. CI/CD pipeline
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What are the real-life examples that illustrate the concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Real-life examples of OOP concepts include cars, animals, and banking systems.

    • Cars can be represented as objects with properties like make, model, and color, and methods like drive and honk.

    • Animals can be modeled as objects with attributes such as species, age, and weight, and behaviors like eat and sleep.

    • Banking systems can utilize OOP principles with classes for accounts, customers, and transactions, each with their

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you envision yourself in five years?
  • Ans. 

    In five years, I envision myself as a senior AWS DevOps Engineer leading a team of skilled professionals and implementing cutting-edge technologies.

    • Leading a team of DevOps engineers

    • Implementing advanced AWS technologies

    • Continuously learning and growing in the field

    • Contributing to the success and growth of the organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 interview rounds.

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 

(6 Questions)

  • Q1. Tell me about your project
  • Q2. What issues did you face while deploying the application
  • Ans. 

    I faced issues with network connectivity, configuration errors, and dependency mismatches while deploying the application.

    • Network connectivity issues causing deployment failures

    • Configuration errors leading to incorrect application setup

    • Dependency mismatches causing compatibility issues

    • Resource constraints impacting deployment performance

  • Answered by AI
  • Q3. What are S3 life cycle rules
  • Ans. 

    S3 life cycle rules automate the management of objects in S3 buckets based on predefined criteria.

    • Automate the transition of objects to different storage classes based on age or other criteria

    • Automatically delete objects after a certain period of time

    • Reduce storage costs by moving less frequently accessed data to cheaper storage options

  • Answered by AI
  • Q4. What have you used to check the quality of the code written to deploy
  • Ans. 

    I have used code reviews, automated testing, static code analysis tools, and continuous integration to check the quality of code.

    • Code reviews by peers to catch bugs and ensure best practices

    • Automated testing using tools like Selenium for functional testing and JUnit for unit testing

    • Static code analysis tools like SonarQube to identify code smells and potential bugs

    • Continuous integration with tools like Jenkins to autom

  • Answered by AI
  • Q5. What is Codepipeline used for
  • Ans. 

    CodePipeline is a continuous integration and continuous delivery service for fast and reliable application and infrastructure updates.

    • Automates the build, test, and deploy phases of your release process

    • Supports integration with various AWS services like CodeBuild, CodeDeploy, and Lambda

    • Allows for custom actions and third-party integrations

    • Provides visualization of the entire release process with customizable dashboards

  • Answered by AI
  • Q6. How do you use blue green deployment and what it is
  • Ans. 

    Blue green deployment is a deployment strategy where two identical production environments are used to minimize downtime and risk.

    • Blue green deployment involves running two identical production environments, one 'blue' and one 'green'.

    • Traffic is routed to the 'blue' environment while the 'green' environment is updated and tested.

    • Once the 'green' environment is deemed stable, traffic is switched to it and the 'blue' env...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your Salary expectations

Interview Preparation Tips

Topics to prepare for TCS AWS Devops Engineer interview:
  • AWS
  • Python
  • Devops

Skills evaluated in this interview

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

(1 Question)

  • Q1. Question based on AWS services, GitHub, teraform
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

How aws vs verulation.

Round 2 - Technical 

(2 Questions)

  • Q1. Nacl vs security group?
  • Ans. 

    Nacl is a stateless firewall while security group is a stateful firewall in AWS.

    • NACL operates at the subnet level, while security groups operate at the instance level.

    • NACL rules are evaluated in order, while security group rules are evaluated independently.

    • NACLs are stateless, meaning you must create rules for both inbound and outbound traffic, while security groups are stateful.

    • NACLs are more flexible in terms of allo...

  • Answered by AI
  • Q2. Aws cloudformation
Round 3 - HR 

(2 Questions)

  • Q1. Reason for change
  • Q2. Salary discuss how much excellent

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. How lambda works?
  • Ans. 

    AWS Lambda is a serverless computing service that runs code in response to events and automatically manages the computing resources required.

    • Lambda functions are triggered by events such as changes to data in an S3 bucket, updates to a DynamoDB table, or HTTP requests via API Gateway.

    • Lambda functions can be written in languages like Node.js, Python, Java, and more.

    • AWS Lambda automatically scales to handle the incoming ...

  • Answered by AI
  • Q2. What is VPC? Explain in detail
  • Ans. 

    VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.

    • VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.

    • You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.

    • VPC provides security by allowing you to control inbound and outbound traffic to and from your AWS resources.

    • You c...

  • Answered by AI
  • Q3. What is a pod in K8s?
  • Ans. 

    A pod in K8s is the smallest deployable unit in Kubernetes, consisting of one or more containers that share resources.

    • Pods are used to group containers that need to work together, such as a web server and a database.

    • Pods share the same network namespace and can communicate with each other using localhost.

    • Pods can be managed, scaled, and monitored as a single unit in Kubernetes.

    • Each pod has a unique IP address within th

  • Answered by AI
  • Q4. EC2 Autoscaling, Load balancing
  • Q5. What is terraform state file?
  • Ans. 

    Terraform state file is a file that stores the state of your infrastructure managed by Terraform.

    • It keeps track of the current state of your resources in the cloud.

    • Helps Terraform understand what has been created, modified, or deleted.

    • It is used to plan and apply changes to your infrastructure.

    • State file can be stored locally or remotely in a backend like AWS S3 or Terraform Cloud.

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Day to day activity
  • Q2. If you know many things why do you want to go with only one?
  • Q3. Most difficult situation handled in project

Interview Preparation Tips

Topics to prepare for Capgemini AWS Devops Engineer interview:
  • AWS
  • Kubernetes
  • Terraform
Interview preparation tips for other job seekers - Go through basics of AWS and Kubernetes

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain jenkins ci/cd flow
  • Ans. 

    Jenkins CI/CD flow automates the software delivery process from code commit to deployment.

    • Jenkins pulls code from version control system

    • Builds the code and runs automated tests

    • If tests pass, deploys the code to a staging environment

    • Manual testing is done in staging environment

    • If approved, Jenkins deploys the code to production environment

    • Logs and reports are generated throughout the process

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the salary expectancy

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Jenkins, CICD, kubernetes volume persistence

Saaspect Interview FAQs

What are the top questions asked in Saaspect AWS Devops Engineer interview?

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

  1. In how many ways we can create a role in a...read more
  2. How to run the script in ba...read more
  3. What is ci/cd tool in a...read more

Tell us how to improve this page.

Compare Saaspect with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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