Jump to content

martek

Members
  • Posts

    829
  • Joined

  • Last visited

Posts posted by martek

  1. Here are my updates : 

    Q. What does Cisco ThousandEyes do? 

    A:  gives you visibility into the user's digital experience
    Q. An enterprise started to rely on the internet more and more because a vast majority of services it uses are hosted in the cloud. What is the name of the primary trend that this enterprise is a part of?

    A:Cloud Is the New Data Center

    Q:Which protocol and port number combination is used for querying in the DNS Server test?

    A: UDP, 53 (note that UDP or TCP, 53 is wrong for ThousandEyes

    Q.When an Enterprise Agent encounters a self-signed SSL server certificate error due to a network proxy, which two actions can help you resolve the error? (Choose two.)

    xReplace an explicit proxy with a transparent proxy.
    x Add a proxy root CA certificate to the Enterprise Agent's trust bundle.

    Q: Which statement is true regarding time intervals for a Page Load test?

    A: The HTTP Server interval is always less than or equal to the Page Load internal.


     

     

    • Like 1
  2. This is from Understanding cisco network automation essentials, Part 2 infrastructure automation and use cases 

    Following question make me nuts. In particularly, Do they ask for 2 tools or 2 technologies ? Or  1 tool and 1 technology. 

    Question 28. What are two MDT tools or technologies? (Choose two.)

    a) Pipeline

    b) SNMP

    c) show commands

    d) YANG

    e) block chain

    Link to this course via CLN is listed in my previous post above.  
     

     


     

     

     

  3. 2 more Qs:

    Question 23.

    A module that is named inventory has a variable that is called devices. After successfully importing the module using import inventory, what is the proper syntax to print the contents of the variable?

     a)   print(devices)

     b)   print(inventory.devices())

     c)   print(inventory["devices"])

     d)  print(inventory.devices)

     

    Question 24

    A variable of a dictionary data type named inventory has the following value: {"csr1kv1":{"vendor":"cisco"}}. Which Python command will print the value of the "vendor" key?

     a.   print(inventory ["vendor"])

     b.  print(inventory [0]["vendor"])

     c.  print(inventory ["csr1kv1"]["vendor"])

     d.  print(inventory ["csr1kv1"])

    • Like 4
  4. This course is Madness; working on 1 chapter; got some Qs OK but not enough to pass; NEED HELP with following Qs:

    Q.1 To which YAML value does the following JSON data convert? {"inventory": ["csr1kv1", "ios-xe"]}

      a)

    ---

     inventory:

     - csr1kv1

     - ios-xe

     

    b)

    ---

    inventory:

    csr1kv1: ios-xe

     

    c)

    ---

    - inventory

    - csr1kv1

    - ios-xe

    d)

    ---

    inventory:

    - csr1kv1: ios-xe

    -----------------------------

    Q.2. A method was successfully imported with the command from netmiko import ConnectHandler as ch. What does ch mean?

    a) It is a Python-defined method to shorten ConnectHandler.

    b) It is a user-defined alias for the ConnectHandler.

    c) It is a method that is defined in the Netmiko module.

    d) It is a method that is defined in the Python standard libraries

     

    • Like 3
  5. PDF above is missing 2 questions:

    Q. What does Cisco ThousandEyes do?

    a) embraces the find-and-fix model

    b) follows a fixed pricing model

    c) marginally increases mean time to recovery

    d) gives you visibility into the user's digital experience

    Q. An enterprise started to rely on the internet more and more because a vast majority of services it uses are hosted in the cloud. What is the name of the primary trend that this enterprise is a part of?

    SaaS Is the New Application Stack
    Cloud Is the New Data Center
    Internet Is the New Network
    Visibility Challenge

  6. What what your score ?  Can you copy your Domain Objective percentage points?

    I got issue with following Qs:

    When an Enterprise Agent encounters a self-signed SSL server certificate error due to a network proxy, which two actions can help you resolve the error? (Choose two.)

    - no idea which 2

    How does the ThousandEyes Agent measure latency in a Network Agent-to-Server test?

    - my awnser was one way packet delay (delay from source to the target

     

     

×
×
  • Create New...