exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 258 discussion

Actual exam question from Cisco's 350-901
Question #: 258
Topic #: 1
[All 350-901 Questions]

DRAG DROP
-

Drag and drop the code from the bottom onto the box where the code is missing to construct a Puppet manifest to configure DNS. Not all options are used.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lznlxl
Highly Voted 1 year, 4 months ago
given answer is correct.
upvoted 5 times
...
VincentVega
Most Recent 7 months, 3 weeks ago
https://www.pysysops.com/2016/11/10/1123-Puppet-Anti-Patterns.html # DNS Config class profile::base::dns{ $dns_servers = ['192.168.1.1', '192.168.1.2'] file { '/etc/resolv.conf': ensure => present, owner => 'root', group => 'root', mode => '0444', content => template('etc/resolv.conf.erb') } }
upvoted 2 times
...
cj_kuo
1 year, 2 months ago
Source for answer area was from https://www.ciscopress.com/articles/article.asp?p=3100057&seqNum=3 Therefore, the provided answer was correct. class conf_dns { $dns_servers = ['192.168.1.253', '192.168.1.254'] file { 'dns_config': path => '/etc/resolv.conf', content => template("$settings::manifest/dns.cfg"), ensure => present, } }
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago