AWS Interview Questions and Answer Part – 19
What is the difference between continuous delivery and continuous deployment? With continuous delivery, software releases are pushed into production automatically. With continuous deployment, software releases are pushed…
AWS Interview Questions and Answer Part – 18
Choose the correct types of access policy statements: API gateways and access policies Testimonies and affidavits Action-statements and resource-statements (Ans) Access policies and statements How many servers…
AWS Interview Questions and Answer Part – 17
What set of operations can you perform on RDS database logs? View, watch, and download (Ans) View, download, and purge View and watch View and download What…
AWS Interview Questions and Answer Part – 16
Elastic Block Storage is limited in size and won’t auto scale with your storage needs. False True (Ans) Compared to a relational database’s data model… A DynamoDB…
AWS Interview Questions and Answer Part – 15
How long can an SQS queue hold onto a message before it is automatically removed? 14 days (Ans) 24 hours Unlimite 1 hour An SNS subscription must…
Docker Interview Questions and Answer Part – 7
Docker recommends using the responsible disclosure model for reporting vulnerabilities in the Docker platform. What does this mean? Simultaneously report the vulnerability to Docke and openly publish…
Docker Interview Questions and Answer Part – 6
An admin has configured the Linux audit framework to generate audit events for the Docker daemon’s data root. After a recent OS update, the data root is…
Docker Interview Questions and Answer Part – 5
Is it ever possible to run a Linux-based container on a Microsoft Windows platform? Yes, Docker containers abstract away the underlying operating system, which means the container…
Docker Interview Questions and Answer Part – 4
Which of the following will display the specific command that created each layer in an image? docker search imagename docker images -t imagename docker history imagename (Ans)…
Linux Interview Questions and Answer – Part 11
It is common for source packages to be downloaded to which directory? /src /usr/src (Ans) /home /usr/bin Using lsof which character is used to filter by host…
Linux Interview Questions and Answer – Part 10
How can we use lsof to display open ports? lsof -i lsof -w lsof -u sudo lsof -i (Ans) On SUSE which file stores the static hostname…
Kubernetes Interview Questions and Answer Part – 6
Which of the following is correct about Kubernetes Pods? Pods can only contain a single VM Pods can only contain a single container Pods can contain one…
Kubernetes Interview Questions and Answer Part – 5
Which of the following describes the fundamentals of Kubernetes Pod networks? Each Pod gets a unique routable IP on the Pod network (Ans) All Pods share a…
Kubernetes Interview Questions and Answer Part – 4
Which of the following best describes Kubernetes from a licensing standpoint? Proprietary technology under a subscription license from Google, Inc Open-source under the OpenStack Foundation Proprietary technology…
Jira Interview Questions and Answers – Part 4
Who is considered the father of Kanban in software? Xavier Morera David J. Anderson (Ans) Taichi Ohno Michael Vizdos Regarding new items to be worked on immediately,…
Jira Interview Questions and Answers – Part 3
How would you share a query with another JIRA user? Send the JIRA query in as text in an email Create a dashboard with the query and…
AWS Interview Questions and Answer Part – 14
Amazon Web Services are organized physically using which terms? Data Regions, Zones, Centers States, Regions, Municipalities Regions, Areas, Data Centers Regions, Availability Zones, Data Centers (Ans) When…
Jira Interview Questions and Answers – Part 2
What type of project should we create in Jira for the purpose of this training? Agile Scrum (Ans) Kanban Jira classic Gantt-chart project The following is only…
Jira Interview Questions and Answers – Part 1
What commandline tool you access in order to increase the memory for JIRA? servicemem.exe tomcat7w.exe (Ans) jirasetup.exe perfmon.exe What does public mode mean in JIRA? You can…
Jenkins Interview Questions and Answers – Part 6
What are the parts of the task lifecycle Execution Initialization, Configuration, Execution (Ans) Initialization, Configuration, Execution, Finalization Configuration, Execution How do you declare a typed task? task…
Jenkins Interview Questions and Answers – Part 5
The easiest way to get a plugin for Jenkins is ______________ . from inside Jenkins itself (Ans) by building it from source creating a plugin request call…
AWS Interview Questions and Answer Part – 13
The IAS octave is an expansion of what security baseline? FEDRAMP HIPPA ISO 27001 The C.I.A. Triad (Ans) What are three goals AWS is striving to meet…
AWS Interview Questions and Answer Part – 12
Which of the following is true of Network ACLs? All rules are processed and order of processing is not important Rules are processed in strict numeric order…
AWS Interview Questions and Answer Part – 11
What kind of rules do Network Access Control Lists (NACLs) provide? Outbound allow and deny rules Inbound allow and deny rules Inbound and outbound allow rules Inbound…
AWS Interview Questions and Answer Part – 10
Instance A and instance B are running in two different subnets A and B of a VPC. Instance A is not able to ping instance B. What…
AWS Interview Questions and Answer Part – 9
A customer has a web application that uses cookie-based sessions to track logged-in users. It is deployed on AWS using Elastic Load Balancing and Auto Scaling. When…
AWS Interview Questions and Answer Part – 8
You are designing a new autoscaling config group and you need to create a new alarm to scale your EC2 instances in response to heave web traffic….
AWS Interview Questions and Answer Part – 7
You work for a gaming company that has built a serverless application on AWS using Lambda, API Gateway and DynamoDB. They release a new version of the…
AWS Interview Questions and Answer Part – 6
You run the internal intranet for a corporate bank. The intranet consists of a number of webservers and single relational database running Microsoft SQL Server. Your peak…
AWS Interview Questions and Answer Part – 5
Which of the following is NOT a feature of IAM? Centralised control of your AWS account Integrates with existing active directory account allowing single sign on Fine-grained…
