Upload Button Icon Add office photos

Filter interviews by

iCloudEMS AWS Devops Engineer Interview Questions, Process, and Tips

Updated 21 Mar 2024

iCloudEMS AWS Devops Engineer Interview Experiences

1 interview found

Interview experience
4
Good
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 was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How to automatically start/stop an instance at particular time?
  • Ans. 

    Use AWS Lambda functions with CloudWatch Events to automatically start/stop instances at specific times.

    • Create a Lambda function to start/stop instances

    • Set up CloudWatch Events to trigger the Lambda function at specific times

    • Use IAM roles to grant necessary permissions to the Lambda function

    • Test the setup by scheduling a start/stop event for an instance

  • Answered by AI
  • Q2. How to take backup of particular table from AWS RDS instance?
  • Ans. 

    To take a backup of a particular table from AWS RDS instance, you can use the AWS Database Migration Service (DMS) or AWS Data Pipeline.

    • Use AWS Database Migration Service (DMS) to create a task that includes the specific table you want to backup.

    • Alternatively, you can use AWS Data Pipeline to schedule regular backups of the table to Amazon S3.

    • Ensure that you have the necessary IAM permissions to perform backup operatio

  • Answered by AI
  • Q3. How you connected the pipeline with git & k8s
  • Ans. 

    I connected the pipeline with git & k8s using webhooks and Kubernetes deployment configurations.

    • Set up webhooks in Git repository to trigger pipeline on code changes

    • Configured Kubernetes deployment configurations to deploy changes from pipeline

    • Used Kubernetes API to interact with the cluster for deployments

  • Answered by AI
  • Q4. How to push local repo to the github, explain steps with command.
  • Ans. 

    Pushing a local repo to GitHub

    • Navigate to the local repository in the command line

    • Add the files to the staging area using 'git add .'

    • Commit the changes using 'git commit -m 'Your commit message''

    • Link the local repository to the GitHub repository using 'git remote add origin '

    • Push the changes to GitHub using 'git push origin master'

Answered by AI
  • Q5. What is trust ppolicy in IAM
  • Ans. 

    Trust policy in IAM defines which entities are trusted to assume roles in AWS

    • Trust policy is a JSON policy document that defines which entities (accounts, users, roles) are trusted to assume roles in AWS

    • It is attached to the IAM role and specifies the trusted entities by their AWS account ID or by using the 'aws' principal

    • Trust policies are used to establish trust relationships between different AWS accounts or service...

  • Answered by AI

    Skills evaluated in this interview

    Interview questions from similar companies

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

    I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (5 Questions)

    • Q1. S3 storwge class
    • Q2. Day to day activities in current role
    • Q3. Amazon vpc advantages vpc peering
    • Q4. Jenkins pipeline building
    • Q5. Terraform validate command
    Interview experience
    1
    Bad
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. How to give access of s3 bucket to user in a secure way?
    • Ans. 

      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

    • Answered by AI
    • Q2. Difference between iam role and iam group?
    • Ans. 

      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

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Technical 

    (2 Questions)

    • Q1. What I'd diff between git fetch and git pull
    • Ans. 

      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

    • Answered by AI
    • Q2. What diff add and copy command
    • Ans. 

      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...

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Salary discusion

    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 Sep 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. VPC architecture
    • Q2. End to end pipeline flow
    • Ans. 

      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

    • Answered by AI
    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
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected
    Round 1 - Technical 

    (1 Question)

    • Q1. What is docker attached and detached mode how to get out of docker exec without closing the terminal of docker exec
    • Ans. 

      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'

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please study well it can be easy and as well as tough.

    Skills evaluated in this interview

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

    (1 Question)

    • Q1. What is ECS and EKS. If code is paused state, how to troubleshoot in ECS How to troubleshoot if ingress controller is not working What is ALB?
    • Ans. 

      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...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident and at the same time polite

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Assignment 

    Aptitude test is must and computer networking

    Round 2 - Technical 

    (1 Question)

    • Q1. Cloud computing
    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

    iCloudEMS Interview FAQs

    How many rounds are there in iCloudEMS AWS Devops Engineer interview?
    iCloudEMS interview process usually has 1 rounds. The most common rounds in the iCloudEMS interview process are Technical.
    What are the top questions asked in iCloudEMS AWS Devops Engineer interview?

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

    1. How to take backup of particular table from AWS RDS instan...read more
    2. how to push local repo to the github, explain steps with comma...read more
    3. how to automatically start/stop an instance at particular ti...read more

    Tell us how to improve this page.

    Software Developer
    7 salaries
    unlock blur

    ₹2 L/yr - ₹6 L/yr

    Junior Software Developer
    5 salaries
    unlock blur

    ₹2 L/yr - ₹3 L/yr

    Softwaretest Engineer
    4 salaries
    unlock blur

    ₹2 L/yr - ₹2.3 L/yr

    Developer
    3 salaries
    unlock blur

    ₹3.1 L/yr - ₹6 L/yr

    Application Support Engineer
    3 salaries
    unlock blur

    ₹1 L/yr - ₹2.5 L/yr

    Explore more salaries
    Compare iCloudEMS with

    Eventbrite

    2.5
    Compare

    Cvent

    3.4
    Compare

    BookMyShow

    3.9
    Compare

    Hubilo

    1.5
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview