Filter interviews by
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.
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
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
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
Top trending discussions
I appeared for an interview in Sep 2019.
I appeared for an interview before Jan 2024.
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
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
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 interview rounds.
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
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
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
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
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...
How aws vs verulation.
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...
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
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 ...
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...
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
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.
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
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
TCS
Accenture
Wipro
Cognizant