devopsquiz

Check Your readiness for Mid Level any DevOps Interview .

What do Amazon RDS services stand for?

Given the following IAM policy applied to users, what is its purpose?

{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "iam:*",
"Resource": "*"
}
}

In the context of AWS's global infrastructure, what does the "shared responsibility model" imply?

What do you expect when Puppet executes this module on a node?

When talking about puppet and orchestration systems, what do you mean by idempotence and declarative language?

How does Ansible connect to client nodes?

What will be the result of the following Ansible command?

ansible webservers -m yum -a <span class="hljs-string">"name=httpd state=installed"</span>

How do you know if you are doing continuous integration correctly in your environment/project? (Choose the most complete answer)

Give an example of a best practice for a recent Jenkins installation:

Given the following Apache configuration on a virtual host, choose the correct answer:

...
Order deny,allow
Deny from all
Allow from 192.168.1.129
...

Good Luck