i
Aaban Solutions
Filter interviews by
I was interviewed before Jan 2024.
Given tasks on Kubernetes and how we can transition to virtualization.
Give your full effort in every interview and emphasize practical knowledge.
Top trending discussions
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
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 instances.
You can c...
The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.
System Status Checks ensure that the underlying host system is healthy and reachable.
Instance Status Checks ensure that the instance is running properly and can be accessed.
Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.
IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.
IAM groups are used to manage permissions for multiple users at once
IAM roles are used to delegate permissions to users or services
IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
Array,String,Data Structure, java ,oops
OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.
OOPs concepts help in organizing and structuring code for better reusability and maintainability.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and only exposes necessary functionalities.
Polymorphism all...
A linked list is a data structure consisting of a sequence of elements where each element points to the next element in the sequence.
Consists of nodes where each node contains data and a reference to the next node
Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)
Common operations include insertion, deletion, and traversal
Example: Singly linke...
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
Explaining the differences between ENTRYPOINT, CMD, and RUN in Docker and the usage of ARGS and ENV.
ENTRYPOINT is the command that runs when the container starts
CMD is the default command that runs after ENTRYPOINT, can be overridden
RUN executes commands during the build process
RUN can be used instead of CMD, but it will not be the default command
ARGS are used to pass arguments to the Dockerfile during build time
ENV se...
Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.
Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.
Master node components include API server, scheduler, controller manager, and etcd.
Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).
Nodes communicate with each oth...
Writing a terraform script for infrastructure provisioning
Define provider and required variables
Create resources like instances, networks, and storage
Use modules for reusable code
Implement variables and outputs for flexibility
Leverage terraform state for tracking changes
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
Start with a base image
Use the RUN instruction to execute commands
Use the COPY instruction to add files from your Docker client’s current directory
Use the CMD instruction to specify the command to run when the container starts
Scripted and declarative pipelines in Jenkins for DevOps Engineer role
Scripted pipeline uses Groovy script syntax
Declarative pipeline uses a more structured format with predefined stages
Scripted pipeline example: node { stage('Build') { echo 'Building' } }
Declarative pipeline example: pipeline { agent any stages { stage('Build') { steps { echo 'Building' } } } }
I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.
Medium DSA questions
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Amdocs
Credence Resource Management
Congruex Asia Pacific
Mobile Programming