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 applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Grant access to S3 bucket securely by using IAM policies and roles.
Create an IAM policy with specific permissions for the S3 bucket
Attach the IAM policy to an IAM role
Assign the IAM role to the user or group that needs access
Use bucket policies for more granular control if needed
IAM role is used to grant permissions to entities, while IAM group is used to group users with similar permissions.
IAM role is used to delegate permissions to entities like EC2 instances or Lambda functions
IAM group is used to group users with similar permissions for easier management
IAM role can be assumed by trusted entities, while IAM group is used for managing user permissions
git fetch downloads changes from the remote repository, while git pull downloads changes and merges them into the current branch.
git fetch only downloads changes from the remote repository, but does not merge them into the current branch
git pull downloads changes from the remote repository and merges them into the current branch
git fetch is useful for reviewing changes before merging, while git pull is a shortcut for f
The 'add' command is used to add files from the source directory to the destination directory in a Dockerfile, while the 'copy' command is used to copy files from the source directory to the destination directory in a Dockerfile.
The 'add' command can also accept URLs as the source, while the 'copy' command cannot.
The 'add' command can automatically extract compressed files, while the 'copy' command cannot.
The 'copy' co...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
End to end pipeline flow refers to the process of automating the deployment of software from development to production.
Start with code development and version control
Move to continuous integration for automated testing
Utilize continuous delivery for deployment to staging environments
Implement continuous deployment for automatic deployment to production
Monitor and analyze performance and feedback for continuous improvem
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...
Docker attached mode runs a container in the foreground, while detached mode runs it in the background.
In attached mode, you can see the container's output in the terminal where it was started.
In detached mode, the container runs in the background and you can continue using the terminal.
To exit a Docker exec session without closing the terminal, press Ctrl + P, Ctrl + Q.
You can also use the command 'exit' or 'Ctrl + D'
ECS is Elastic Container Service and EKS is Elastic Kubernetes Service. Troubleshoot code in paused state by checking logs and restarting tasks. Troubleshoot ingress controller by checking configuration and logs. ALB is Application Load Balancer.
ECS is a managed container orchestration service by AWS
EKS is a managed Kubernetes service by AWS
To troubleshoot code in paused state in ECS, check CloudWatch logs, task defini...
Aptitude test is must and computer networking
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