Cisco 600-502 - Developing with Cisco Network Programmability Exam
Page: 1 / 12
Total 60 questions
Question #1 (Topic: )
A stock brokerage firm requires that all trades are executed quickly with a minimal amount
of delay due to network latency.
Which software requirement is recommended as part of a business requirement?
of delay due to network latency.
Which software requirement is recommended as part of a business requirement?
A. The application shall process trades as soon as possible with no further delay.
B. The application should provide high-availability features to continue trading activities even in case of a software or hardware failure.
C. The application shall maintain the state of all active network links in real time and prioritize traffic flows that belong to trading activities on the links with lowest latency.
D. The application should set the latency attribute to zero on packets that belong to the a trading action.
Answer: C
Question #2 (Topic: )
You must develop an SDN application that meets these specifications. The solution must
manage devices through a centralized controller to configure access control lists. The
solution will monitor traffic at a packet level to determine which packets are coming from
known rogue applications and/or devices. Identified traffic will be used as the basis to
create new ACLs to be deployed back onto the network devices. The identification and
provisioning steps should take no more than 100 milliseconds.
Which three design options must you consider to develop an SDN application that meets
these specifications? (Choose three.)
manage devices through a centralized controller to configure access control lists. The
solution will monitor traffic at a packet level to determine which packets are coming from
known rogue applications and/or devices. Identified traffic will be used as the basis to
create new ACLs to be deployed back onto the network devices. The identification and
provisioning steps should take no more than 100 milliseconds.
Which three design options must you consider to develop an SDN application that meets
these specifications? (Choose three.)
A. choice of programming and scripting language
B. choice of service set
C. choice of transport protocol
D. choice of deployment model
E. use of security and TLS
F. hardware platforms involved
Answer: A,B,D
Question #3 (Topic: )
Which programming language and Cisco onePK Service Set is required for an application
that performs at the packet level?
that performs at the packet level?
A. Java with Utility Service Set
B. REST with Element Service Set
C. Ruby with Routing Service Set
D. Python with Routing Service Set
E. REST with Utility Service Set
F. C with Data Path Service Set
G. Java with Developer Service Set
Answer: F
Question #4 (Topic: )
An application that leverages the Cisco onePK Data Path Service Set requires that TCP
frames are inspected and discarded under a set of conditions. The sender is not informed
of the discard.
Which action does this scenario describe?
frames are inspected and discarded under a set of conditions. The sender is not informed
of the discard.
Which action does this scenario describe?
A. bypass or offload
B. DSCP marking
C. drop
D. purge
E. L4 redirect
Answer: D
Question #5 (Topic: )
You must document that before your application applies any configuration changes to a
device, the application runs those changes through a set of predefined, automated
consistency tests called "ACT-CHECK10". The application applies changes only after the
test has completed without any ERRORS or WARNINGS.
Which statement about these requirements is true?
device, the application runs those changes through a set of predefined, automated
consistency tests called "ACT-CHECK10". The application applies changes only after the
test has completed without any ERRORS or WARNINGS.
Which statement about these requirements is true?
A. The system should test the configuration before applying it.
B. After applying the configuration changes the user should ping the device to ensure that everything still works.
C. The system should run consistency checks prior to applying configuration changes.
D. Prior to applying the configuration changes to the device, the system shall run consistency test ACT_CHECK10, and proceed to applying changes only if no errors and/or warnings are reported by the test.
E. The system should call the function app.ACT_CHECK10("config-changes.txt") method and capture the output. The system shall than go through the output to count the number of ERRORS and WARNINGS reported by the test. If the total number of ERRORS and WARNINGS is equal to 0, the system shall proceed to run app.ApplyChanges("config- changes.txt").
Answer: D