Upload Button Icon Add office photos
Engaged Employer

i

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

Flutter International Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 16 Reviews

Filter interviews by

Flutter International AWS Devops Engineer Interview Questions and Answers

Updated 21 Nov 2024

Flutter International AWS Devops Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Written test with basic DevOps Questions includes GitHub,AWS,GitHub Actions

Round 2 - Technical 

(3 Questions)

  • Q1. What is AWS IAM In-line Policy?
  • Ans. 

    AWS IAM In-line Policy is a policy that is embedded directly into an IAM identity (user, group, or role) rather than being attached separately.

    • In-line policies are defined within the IAM identity itself.

    • They are useful for granting specific permissions to individual identities without creating separate policies.

    • In-line policies are not shared across multiple identities and are managed directly within the identity they

  • Answered by AI
  • Q2. Questions related to terraform from Data Types to state?
  • Q3. Questions related to AWS IAM,S3,VPC
Round 3 - Technical 

(1 Question)

  • Q1. High level questions related to projects?

Interview Preparation Tips

Topics to prepare for Flutter International AWS Devops Engineer interview:
  • AWS
  • Github
  • CICD
  • Python

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to check the open files in the linux without using lsof
  • Ans. 

    To check open files in Linux without using lsof, you can use the /proc filesystem.

    • Access the /proc//fd directory to view open files for a specific process.

    • Use the find command to search for open files in the /proc directory.

    • Check the /proc/sys/fs/file-nr file to see the total number of open files system-wide.

Answered by AI
  • Q2. What is /proc linux
  • Ans. 

    The /proc filesystem in Linux is a virtual filesystem that provides detailed information about the system's hardware, processes, and kernel.

    • It is a virtual filesystem located at /proc that allows access to kernel data structures.

    • It provides information about processes, hardware, and kernel configuration.

    • Files in /proc can be read to gather system information, such as CPU usage, memory usage, and network statistics.

  • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Difference between http1.1 vs https2
    • Ans. 

      HTTP/1.1 is a protocol for transferring data over the internet, while HTTPS/2 is a secure version of HTTP/2 with improved performance.

      • HTTP/1.1 is not secure by default, while HTTPS/2 provides encryption and security.

      • HTTP/1.1 uses multiple connections for parallel loading of resources, while HTTPS/2 uses a single connection with multiplexing.

      • HTTPS/2 supports header compression, reducing overhead and improving performanc...

    • Answered by AI
    • Q2. What is grpc ?
    • Ans. 

      gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework developed by Google.

      • gRPC stands for Google Remote Procedure Call.

      • It uses HTTP/2 for transport, Protocol Buffers for serialization, and supports multiple programming languages.

      • gRPC allows for efficient communication between services in a microservices architecture.

      • It enables bi-directional streaming and authentication features.

      • Example: gRPC ca...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Explain different LB types in k8s.
    • Ans. 

      Different LB types in k8s include NodePort, LoadBalancer, and Ingress.

      • NodePort: Exposes the service on each Node's IP at a static port.

      • LoadBalancer: Creates an external load balancer in the cloud provider's network.

      • Ingress: Manages external access to services in a cluster.

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. Last experience of company

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Bad
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. What is ps command
    • Ans. 

      ps command is a command-line utility in Unix-like operating systems for viewing information about running processes.

      • Used to display information about currently running processes

      • Can show process IDs, CPU and memory usage, and more

      • Commonly used with options like -aux or -ef

    • Answered by AI
    • Q2. Can we create S3 buckets same on multi region
    • Ans. 

      Yes, S3 buckets can be created in multiple regions.

      • S3 buckets are global by default, meaning they can be accessed from any region.

      • However, you can specify a region when creating a bucket to optimize latency and costs.

      • You can also replicate data across regions using Cross-Region Replication (CRR).

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

    (2 Questions)

    • Q1. What is ansible
    • Ans. 

      Ansible is an open-source automation tool used for configuration management, application deployment, and task automation.

      • Ansible uses YAML syntax for writing playbooks which define the tasks to be executed on remote hosts.

      • It does not require any agents to be installed on remote hosts, making it agentless.

      • Ansible can be used for automating repetitive tasks like software installation, configuration, and updates.

      • It suppor...

    • Answered by AI
    • Q2. How CI/CD Work and tell me the branching plan used for it
    • Ans. 

      CI/CD is a software development practice that integrates continuous integration and continuous delivery/deployment.

      • CI/CD automates the process of integrating code changes, testing them, and deploying them to production.

      • Branching plan typically involves a main branch (e.g. master) for production-ready code, feature branches for new development, and release branches for preparing for deployment.

      • Example: Feature branches ...

    • Answered by AI

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Sep 2021. 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 - HR 

    (2 Questions)

    • Q1. And experience and she asked about know AWS and linux CI/CD
    • Q2. Current salary and expectations
    Round 3 - Technical 

    (8 Questions)

    • Q1. When we create a AWS instance I want to show public ip
    • Q2. What is Terraform and why we used it
    • Ans. 

      Terraform is an infrastructure as code tool used for building, changing, and versioning infrastructure safely and efficiently.

      • Terraform allows for defining infrastructure in code using a declarative configuration language.

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

      • Terraform helps in automating the provisioning of infrastructure, making it easier to manage and scale.

      • It provides a ...

    • Answered by AI
    • Q3. Different between Terraform and ansible
    • Ans. 

      Terraform is used for infrastructure provisioning and management, while Ansible is used for configuration management and automation.

      • Terraform is used for defining and managing infrastructure as code, focusing on provisioning resources like virtual machines, networks, and storage.

      • Ansible is used for configuration management and automation of software deployment, focusing on tasks like installing packages, configuring se...

    • Answered by AI
    • Q4. Can we create buckets same name toh same other account
    • Ans. 

      No, bucket names must be unique across all AWS accounts.

      • Bucket names must be globally unique.

      • If a bucket with the same name already exists in another account, you cannot create a bucket with the same name.

      • Each bucket name is DNS-compliant and must follow specific naming rules.

    • Answered by AI
    • Q5. What is Terraform 10k
    • Ans. 

      Terraform 10k is a fictional term and does not have a specific meaning in the context of DevOps or infrastructure automation.

      • Terraform 10k is not a real term used in the DevOps industry

      • It may have been mistakenly referenced in the interview question

      • Terraform is a popular infrastructure as code tool, but there is no version called 10k

    • Answered by AI
    • Q6. What is the field of fstab
    • Ans. 

      fstab is a system configuration file in Unix-like operating systems that controls how filesystems are mounted.

      • fstab stands for file system table

      • It contains information about all available disk partitions and how they should be mounted

      • It is located in /etc/fstab

      • It specifies the file systems to be mounted at boot time

    • Answered by AI
    • Q7. What is use of fstab
    • Ans. 

      fstab is a configuration file in Unix-like operating systems that controls how file systems are mounted and managed.

      • fstab stands for file system table.

      • It is used to specify which file systems are mounted at boot time and other mount options.

      • It contains information about partitions and storage devices.

      • It is located at /etc/fstab in most Unix-like systems.

      • Example: /dev/sda1 /mnt/data ext4 defaults 0 2

    • Answered by AI
    • Q8. Ansible module and details

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Listen the question of interviewer and then give the answer if you know told that I dnt know about it

    Skills evaluated in this interview

    Flutter International Interview FAQs

    How many rounds are there in Flutter International AWS Devops Engineer interview?
    Flutter International interview process usually has 3 rounds. The most common rounds in the Flutter International interview process are Technical and Coding Test.
    What are the top questions asked in Flutter International AWS Devops Engineer interview?

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

    1. What is AWS IAM In-line Poli...read more
    2. Questions related to terraform from Data Types to sta...read more
    3. High level questions related to projec...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Amazon Interview Questions
    4.1
     • 4.9k Interviews
    Flipkart Interview Questions
    4.0
     • 1.3k Interviews
    Swiggy Interview Questions
    3.8
     • 419 Interviews
    BigBasket Interview Questions
    3.9
     • 345 Interviews
    Udaan Interview Questions
    4.0
     • 334 Interviews
    JustDial Interview Questions
    3.5
     • 326 Interviews
    Meesho Interview Questions
    3.7
     • 322 Interviews
    Info Edge Interview Questions
    4.0
     • 314 Interviews
    Lenskart Interview Questions
    3.2
     • 291 Interviews
    View all

    Flutter International AWS Devops Engineer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    4.0

    Skill development

    4.0

    Work-Life balance

    4.0

    Salary & Benefits

    4.0

    Job Security

    4.0

    Company culture

    4.0

    Promotions/Appraisal

    4.0

    Work Satisfaction

    Explore 1 Review and Rating
    Customer Support Advisor
    13 salaries
    unlock blur

    ₹4 L/yr - ₹5 L/yr

    Payroll Officer
    7 salaries
    unlock blur

    ₹11 L/yr - ₹17.6 L/yr

    Team Lead
    6 salaries
    unlock blur

    ₹7.5 L/yr - ₹9.7 L/yr

    Fraud Analyst
    5 salaries
    unlock blur

    ₹4 L/yr - ₹7 L/yr

    Customer Service Executive
    4 salaries
    unlock blur

    ₹2.5 L/yr - ₹5.1 L/yr

    Explore more salaries
    Compare Flutter International with

    Dream11

    3.8
    Compare

    Paytm First Games

    3.7
    Compare

    Nazara Technologies

    3.0
    Compare

    Delta Corp

    3.9
    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