exam questions

Exam 350-601 All Questions

View all questions & answers for the 350-601 exam

Exam 350-601 topic 1 question 426 discussion

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

An engineer must create a scheduler configuration to create two backup jobs per day. The backup file must be copied to a server in the operations VRF. Which configuration accomplishes this task?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
CoAsT_x
7 months, 1 week ago
Selected Answer: B
will also go with B. switch(config-schedule)# time start now repeat 48:00 repeat <repeat-interval> Specifies the frequency at which the job is repeated In this example, the job starts immediately and repeats every 48 hours.
upvoted 1 times
...
Ruzjio
1 year, 5 months ago
Selected Answer: B
if "time start now " is used then "reapt" is not in [[[[yyyy:]mmm:]dd:]HH]:MM but HH:MM. Source https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x_chapter_01010.html#:~:text=time%20start%20now%20repeat%2048%3A00
upvoted 1 times
...
Huberttheman
1 year, 5 months ago
Selected Answer: B
Only A and B are in the correct VRF and B seems like the correct syntax
upvoted 2 times
...
Scheldon
1 year, 8 months ago
After some more digging it occur that there is a possibility to execute Copy with VRF like "copy tftp://172.18.177.133/test bootflash: vrf management" and the task is saying that we need to copy config to the server in specific VRF (operations). Based on that now I'm thinking that correct answer is >>>B<<< and with repeat flag probably day [dd] in time format is not a mandatory value hence 12:00 is acceptable (do not have possibility to check that).
upvoted 3 times
...
Scheldon
1 year, 8 months ago
Selected Answer: D
It cannot be A or B because using "time start now repeat" time format is [[dd:]HH:]MM It cannot be C because for daily runs you need to use "time daily time" with format HH:MM. In C we have "time start daily" So D must be the one ;)
upvoted 1 times
P1Z7C
7 months, 4 weeks ago
"engineer must create a scheduler configuration to create two backup jobs per day" time start now repeat 12 means that will create evry 12 hours = 2 time per day so definitly can not be D. IT IS B
upvoted 1 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 ...