CCNP ENCOR Quiz 1

CCNP ENCOR QUIZ 1

CONGRATULATIONS!

YOU HAVE COMPLETED CCNP ENCOR QUIZ 1.

YOU HAVE %%SCORE%% TRUE ANSWERS OUT OF %%TOTAL%% QUESTIONS.

YOUR SCORE IS %%PERCENTAGE%%.

%%RATING%%

Your answers are highlighted below.
Question 1
How to take input from user and assign it to x with a Python code?
A
x = ("Enter your value: ") print(x)
B
x = input("Enter your value: ") print(x)
C
x = input("Enter your value: ") print(input)
D
x = (Enter your value: ) print(x)
Question 2
How can we check EIGRP topology table on Cisco routes?
A
show topology protocol eigrp
B
show ip eigrp topology
C
show eigrp topology
D
show topology eigrp
E
show topology ip eigrp
Question 3
How can we configure CGMP under a Cisco router interface?
A
ip cgmp create
B
cgmp enable
C
cgmp start
D
ip cgmp enable
E
ip cgmp
Question 4
Which ones are checked by a router to determine a best route?
A
Administrative Distance
B
Router ID
C
Metric
D
Prefix-Length
E
MAC Table
Question 5
In order, BGP states are :
A
Active, OpenSent, OpenConfirm, Established, Idle, Connect,
B
OpenConfirm, Active, OpenSent, Established, Idle,Connect,
C
Idle, Connect, Active, OpenSent, OpenConfirm, Established
D
Connect, Active, OpenSent, OpenConfirm, Established, Idle
E
OpenConfirm, Established, Idle,Connect, Active, OpenSent
Question 6
.... connects different areas in an OSPF network.
A
None of them
B
BDR
C
DR
D
ASBR
E
ABR
Question 7
Which protocol shows both link state and distance vector properties?
A
EIGRP
B
RIP
C
RIP
D
BGP
E
OSPF
Question 8
If you set your OSPF router's priority to ..., it is never selected as DR.
A
1
B
255
C
150
D
0
E
200
Question 9
Which ones are true for a Link-Local address?
A
10 to 100 bits are 0
B
10 to 54 bits are 0
C
Last 64 bits are Interface ID
D
Starts with FE8
E
Starts with FF
Question 10
What is the code to write Hello World in Python?
A
print("Hello World!")
B
("Hello World!"):
C
"Hello World!"
D
print(Hello World!)
E
print "Hello World!"
Question 11
IPv6 always use .... notation to determine what bits notate the prefix
A
VLSM
B
Subnet
C
Network
D
CIDR
E
None of them
Question 12
What is the IPv6 version of Routing Information Protocol?
A
RIPv6
B
RIPv1
C
RIPv2
D
RIPng
E
RIPv3
Question 13
If we have two route to a destination with both OSPF and RIP, which route is selected?
A
RIP
B
None
C
OSPF
D
Both
Question 14
How can we write a static route to 10.10.10.0/24 network through 20.20.20.2 next hop?
A
ip static-route 255.255.255.0 20.20.20.2 10.10.10.0
B
route 10.10.10.0 255.255.255.0 20.20.20.2
C
static route 255.255.255.0 20.20.20.2 10.10.10.0
D
ip route 10.10.10.0 255.255.255.0 20.20.20.2
E
static route 10.10.10.0 255.255.255.0 20.20.20.2
Question 15
In routing table, Static routes are indicated with ....
A
S
B
I
C
D
D
O
E
C
Question 16
Static Routing is useful because:
A
More secure than routing protocols
B
Route to destination always changes
C
Requires low bandwidth
D
Practical for large networks
E
Requires low CPU and Memory
Question 17
Which ones are IPSec Headers?
A
SHA
B
AH
C
AES
D
DES
E
ESP
Question 18
How can we set OSPF Hello time as 20 on Cisco routers?
A
ospf hello time 20
B
ip ospf interval 20
C
ospf hello interval 20
D
ip ospf hello-interval 20
E
ip hello-interval time 20
Question 19
We have an IP prefix 200.36.11.5/28.Which of the following can be valid host IDs for this prefix?
A
200.36.11.13
B
200.36.11.15
C
200.36.11.16
D
200.36.11.17
E
200.36.11.0
Question 19 Explanation: 
HostMin: 200.36.11.1 11001000.00100100.00001011.0000 0001 HostMax: 200.36.11.14 11001000.00100100.00001011.0000 1110
Question 20
DR and BDR selection is done in ... state of OSPF Neighborship Establishment.
A
Down
B
2-Way
C
Exchange
D
Exstart
E
Full
Question 21
How can we define an Extended ACL with number 120 that permits only icmp traffic coming form network 192.168.1.0/24 to host 2.2.2.2?
A
access-list 120 permit icmp 192.168.1.0 0.0.0.255 host 2.2.2.2
B
access-list permit icmp 192.168.1.0 0.0.0.255 host 2.2.2.2
C
access-list 120 icmp 192.168.1.0 0.0.0.255 2.2.2.2
D
access-list 120 deny
E
access-list 120 deny any any
Question 22
Which one is true for EIGRP?
A
IPv4 Multicast address is 224.0.0.10
B
Uses DUAL Algorithm
C
Internal AD is 90
D
Uses SPF Algorithm
E
Internal AD is 170
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 22 questions to complete.