Not that this answer does not include the part where you mention the strategy to launch and provision your infra to run the CI-CD pipeline on. If you want to read about how you can provision your infrastructure you can read the below articles. If you like the articles please share and s...
Answer:Just like any other database, data modeling represents the storage pattern of how and which data structures are used to store the data to achieve a domain requirement. For example in the relational database world, we use the primary key to establish a relationship between two entities. ...
Interview Question & Answers:- 1. What is Vue.js? Answer: Vue js is progressive javascript script used to create dynamic user interfaces.Vue js is very easy to learn.In order to work with Vue js you just need to add few dynamic features to a website.You don’t need to install any ...
This process is consistently repeated until and unless the container is unequivocally deleted. Moreover, the file system for the Docker container persists even after the Docker container is halted. Question: Are Docker containers stateless or stateful? Answer: Docker containers can be either stateless...
My simple answer is “yes”. ITIL and DevOps are two different things, they both attempt to provide a set of “best practices”; ITIL for Service Delivery and Maintenance, DevOps for Software Delivery and Support. DevOps is mostly concerned with a couple of things: The mechanics of buildin...
This FAQ will answer many of the common questions IT Managers and SysAdmin ask about DevOps. How does DevOps help? With more companies using cloud resources for building and deploying their applications, leveraging automation tools both installed locally and via software as a service help to impro...
D.Manually construct the networking layer using Amazon Virtual Private Cloud (VPC) because this does not change often, and then use AWS CloudFormation to define all other ephemeral resources. Correct Answer: B Explanation As your infrastructure grows, common patterns can emerge in which you declare...
Answer some DevOps questions (bregman-arie#106) Sep 10, 2020 common-qa.md common-qa.md Add cerificate (aws cloud pracitioner) questions Apr 28, 2020 credits.md credits.md Add a couple of questions Aug 17, 2020 prepare_for_interview.md prepare_for_interview.md Add cerificate (aws clou...
This post aims to explain basic concepts and provide a solid grounding you can further improve your knowledge and prepare you for day-to-day work and potential interview questions. This post is organized as a series of closed topics where understanding those areas should allow you to answer a ...
answer on how to decouple systems. Being able to work on the data layer instead of having to rely on APIs, ESBs and the likes has really opened completely new ways to address this problem. The speed and agility with which you can create new functionality in this new architecture pattern ...