General Updates

Here are some past questions and answers in telecommunication field/2017/2018

Spread the love

Here are some past questions and answers in telecommunication field/2017/2018,Cisco questions – Here are some past questions and answers in telecommunication field/2017/2018, with this questions and answers be rest assured your 100 % results.



 

  1. When a router is first booted, where is the IOS loaded by default?
  2. Boot ROM
  3. NVRAM
  4. Flash
  5. ROM

Answer: C
The Cisco IOS is loaded from Flash memory by default.
Chapter: 4

  1. What are the two ways that you can enter setup mode on a router?
  2. By typing the clear flash command
  3. By typing the erase start command and rebooting the router
  4. By typing the command setup
  5. By typing the command setup mode

Answer: B, C
Not that you would want to enter setup mode, but if you did, you could erase the contents of NVRAM by using the erase startup-config command and then rebooting the router. You can also type setup from the privileged mode at any time.
Chapter: 4

  1. If you are in privileged mode and want to return to user mode, what command would you use?
  2. Exit
  3. Quit
  4. Disable
  5. Control+Z

Answer: C
The command disable will take you from privileged mode to user mode.
Chapter: 4

  1. What editing command moves your cursor to the beginning of the line?
  2. Ctrl+E
  3. Ctrl+F
  4. Ctrl+B
  5. Ctrl+A

Answer: D
The editing command Ctrl+A will take your cursor to the beginning of the line.
Chapter: 4

  1. Which editing command will move your cursor to the end of the line?
  2. Ctrl+E
  3. Ctrl+F
  4. Esc+B
  5. Ctrl+A

Answer: A
The editing command Ctrl+E will take your cursor to the end of the line.
Chapter: 4

  1. Which editing command moves your cursor forward one character?
  2. Ctrl+E
  3. Ctrl+F
  4. Ctrl+B
  5. Ctrl+A

Answer: B
The editing command Ctrl+F will take your cursor forward one character.
Chapter: 4

  1. Which editing command moves your cursor back one word?
  2. Ctrl+E
  3. Ctrl+F
  4. Esc+B
  5. Ctrl+A

Answer: C
The editing command Esc+B will take your cursor back one word.
Chapter: 4

  1. Which command will show you the IOS version currently running on your router?
  2. Show flash
  3. Show flash file
  4. Show ip flash
  5. Sh ver

Answer: D
Show version will give you the IOS version currently running on the router.
Chapter: 4

  1. Which command will show you the contents of the EEPROM in your router?
  2. Show flash
  3. Show flash file
  4. Show ip flash
  5. Sh ver

Answer: A
The EEPROM is Flash memory. Flash is where the IOS is stored and loaded from by default. Show flash will show you the contents of Flash memory. However, show version will show you the version of IOS currently running. If only one IOS is in Flash memory, then show version and show flash will always be the same.
Chapter: 4

  1. Which command will show you if a DTE or DCE cable is plugged into serial 0?
  2. Sh int s0
  3. Sh int serial 0
  4. Sho controllers s 0
  5. Sho controllers s0

Answer: C
The command show controllers serial 0 will show you if either a DTE or DCE cable is connected to the interface.
Chapter: 4

  1. What command will stop console messages from writing over the command you are trying to type in?
  2. No logging
  3. Logging
  4. Logging asynchronous
  5. Logging synchronous

Answer: D
This is a helpful command. The logging synchronous under the line console 0 configuration stops console messages from overwriting the command you are typing.
Chapter: 4

  1. What command will allow users to telnet into a router and not be prompted with a user-mode password?
  2. Login
  3. No login
  4. You can telnet by default, so no command is needed.
  5. No password

Answer: B
The command no login under the line vty command sets the VTY ports to not prompt for authentication.
Chapter: 4

  1. What command will set your console to time out after only one second?
  2. Timeout 1 0
  3. Timeout 0 1
  4. Exec-timeout 1 0
  5. Exec-timeout 0 1

Answer: D
The exec-timeout command sets the console timeout in minutes and seconds.
Chapter: 4

  1. How do you only set your Telnet line 1 to a password of bob?
  2. line vty 0 1

Login

Password bob

  1. line vty 0 4

Login

Password bob

  1. line vty 1

Login

Password bob

  1. line vty 1

Password bob

Login
Answer: B
The command line vty 0 4 configures the VTY ports. Login tells the VTY ports to authenticate, although that command is on by default for Cisco router VTY ports. The last command is password bob.
Chapter: 4

  1. How do you set the password for the auxiliary port?
  2. Line aux 1
  3. Line aux 0
  4. Line aux 0 4
  5. Line aux port

Answer: B
You can gain access to the auxiliary port by using the line auxiliary 0 command. There is only one auxiliary port so it is always aux 0.
Chapter: 4

  1. Which of the following commands will encrypt your Telnet password on a Cisco router?
  2. Line telnet 0, encryption on, password todd
  3. Line vty 0, password encryption, password todd
  4. Service password encryption, line vty 0 4, password todd
  5. Password encryption, line vty 0 4, password todd

Answer: C
To encrypt your user-mode and enable passwords, use the global configuration command service password encryption before setting your passwords.
Chapter: 4

  1. What command do you type to back up your currently running configuration and have it reload if the router is restarted?
  2. (Config)#copy current to starting
  3. Router#copy starting to running
  4. Router(config)#copy running-config star
  5. Router#copy run startup

Answer: D
To copy the current config to NVRAM so that it will be used if the router is restarted, use the command copy run start.
Chapter: 4

  1. When using setup mode, what are the two different management setup configurations?
  2. Basic
  3. Advanced
  4. Extended
  5. Expanded

Answer: A, C
Basic management setup configures only enough connectivity for management of the system; extended setup will ask you to configure each interface on the system.
Chapter: 4

  1. Which command will delete the contents of NVRAM on a router?
  2. Delete NVRAM
  3. Delete Startup-config
  4. Erase NVRAM
  5. Erase start

Answer: D
The command erase startup-config erases the contents of NVRAM and will put you in setup mode if the router is restarted.
Chapter: 4

  1. What is the problem with an interface if you type show interface serial 0 and receive the following message?
  • Serial0 is administratively down, line protocol is down
  1. The keepalives are different times.
  2. The administrator has the interface shut down.
  3. The administrator is pinging from the interface.
  4. No cable is attached.

Answer: B
If an interface is shut down, the show interface command will show the interface as administratively shut down. (It is possible no cable is attached, but you can’t tell that from this message.)
Chapter: 4

  1. If you type show interface serial 0 and receive the following response, what could the problem be?
  • RouterA#sh int s0
  • Serial0 is up, line protocol is down
  1. The keepalives could be set wrong between the point-to-point links.
  2. No cable is attached to the interface.
  3. The administrator needs to issue a no shutdown request to the interface.
  4. The interface is defective.

Answer: A
If you see the line is up, but the protocol is down, you are having a clocking (keepalive) or framing issue. Check the keepalives on both ends to make sure they match; the clock rate is set, if needed; and the encapsulation type is the same on both ends. For more information on interface statistics, see Chapter 4.
Chapter: 101

  1. If you are typing commands and receive this message,
  • Router#clock set 10:30:10
  • % Incomplete command.

what is wrong and how do you fix it? (Choose all that apply.)

  1. The IOS doesn’t support a clock on this router.
  2. The command string is not done.
  3. Press the up arrow key and type a question mark.
  4. Press the down arrow key and the Tab key.
  5. Erase what you typed and reboot the router.

Answer: B, C
If you receive an incomplete command, then you know that the command string is not done. Just press the up arrow key to receive the last command entered, and continue with the command by using your question mark. For more information on help and editing, see Chapter 4.
Chapter: 101

  1. Which of the following is true about the enable passwords? (Choose all that apply.)
  2. The enable password is encrypted by default.
  3. The enable secret is encrypted by default.
  4. The enable-encrypted password should be set first.
  5. The enable password supersedes the enable secret.
  6. The enable secret password supersedes the enable password.
  7. The enable-encrypted password supersedes all other passwords.

Answer: B, E
There is no enable-encrypted password. The enable secret is encrypted by default and supersedes the enable password. To learn how to set the passwords on a router, see Chapter 4.
Chapter: 101

  1. What is the correct command to set the router identification to the name Atlanta, which an administrator would see when connecting with Telnet or through the console?
  2. Description Atlanta Router
  3. Banner Motd $
  4. Hostname Atlanta
  5. Host name Atlanta
  6. Set prompt Atlanta

Answer: C
The command hostname (one word) is used to set the name of the router. For more information on how to set the hostname of a router, see Chapter 4.
Chapter: 101

  1. If you wanted to find out all the commands that start with “cl” from a certain prompt, what would you type at that particular prompt?
  2. Show commands cl
  3. Cl ?
  4. Cl?
  5. Cl ? more

Answer: C
You can use a letter, or combination of letters, followed by a question mark without a space to get all the commands starting with those letters from that prompt. For more editing and help information, see Chapter 4.
Chapter: 101

  1. If your router is facilitating a CSU/DSU, which of the following commands do you need to use to provide the router with a 64000bps serial link?
  2. RouterA(config)#bandwidth 64
  3. RouterA(config-if)#bandwidth 64000
  4. RouterA(config)#clockrate 64000
  5. RouterA(config-if)clock rate 64
  6. RouterA(config-if)clock rate 64000

Answer: E
The clock rate command is two words, and the speed of the line is in bps. See Chapter 4 for more information.
Chapter: 102

  1. Which of the following commands will set your Telnet password on a Cisco router?
  2. Line telnet 0 4
  3. Line aux 0 4
  4. Line vty 0 4
  5. Line con 0

Answer: C
The command line vty 0 4 places you in a prompt that will allow you to set or change your Telnet password. See Chapter 4 for more information.
Chapter: 102

  1. If an interface is administratively down, what is the problem?
  2. The interface is bad.
  3. The interface is not connected to another device.
  4. There is no problem.
  5. The interface is looped.

Answer: C
If an interface is administratively shut down, it just means the administrator needs to perform a no shutdown on the interface. See Chapter 4 for more information.
Chapter: 102

  1. If you wanted to delete the configuration stored in NVRAM, what would you type?
  2. Erase startup
  3. Erase nvram
  4. Delete nvram
  5. Erase running

Answer: A
The command erase-startup-config deletes the configuration stored in NVRAM. See Chapter 4 for more information.
Chapter: 102

  1. What does the command routerA(config)#line cons 0 allow you to perform next?
  2. Set the Telnet password.
  3. Shut down the router.
  4. Set your console password.
  5. Disable console connections.

Answer: C
The command line console 0 places you at a prompt where you can then set your console user-mode password. See Chapter 4 for more information.
Chapter: 102

  1. What command do you use to set the enable secret password on a Cisco router?
  2. RouterA(config)#enable password todd
  3. RouterA(config)#enable secret todd
  4. RouterA(config)#enable secret password todd
  5. RouterA(config-if)#enable secret todd

Answer: B
The command enable secret todd sets the enable secret password to todd. See Chapter 4 for more information.
Chapter: 102

  1. What does the command show controllers s 0 provide?
  2. The type of serial port connection (e.g., Ethernet or Token Ring)
  3. The type of connection (e.g., DTE or DCE)
  4. The configuration of the interface including the IP address and clock rate
  5. The controlling processor of that interface

Answer: B
The command show controllers s 0 tells you what type of serial connection you have. If it is a DCE, you need to provide the clock rate. See Chapter 4 for more information.
Chapter: 102

  1. What do you type to see the terminal history size of your console connection?
  2. RouterA# show terminal
  3. RouterA(config)# show terminal
  4. RouterA(config-if)#show terminal
  5. RouterA# show terminal history size

Answer: A
The command show terminal will show you the console settings, which include the terminal history size. See Chapter 4 for more information.
Chapter: 103

  1. What does the command routerA#config net do?
  2. Configures DRAM parameters on the router
  3. Configures NVRAM parameters on the router
  4. Copies a router configuration stored on a TFTP host to running-config
  5. Copies a configuration from NVRAM to running-config

Answer: C
Config net is used to take a configuration stored on a TFTP host and copy it into running-config. See Chapter 4 for more information.
Chapter: 103

  1. What does the command routerA#config mem do?
  2. Configures DRAM parameters on the router
  3. Configures NVRAM parameters on the router
  4. Copies a router configuration stored on a TFTP host to running-config
  5. Copies a configuration from NVRAM to running-config

Answer: D
The command config mem is used to copy or restore a configuration from startup-config to running-config. See Chapter 4 for more information.
Chapter: 103

  1. If you wanted to set the name of a router to Todd, which of the following commands would you use?
  2. RouterA# host name Todd
  3. RouterA(config)#host name Todd
  4. RouterA# hostname Todd
  5. RouterA(config)#hostname Todd

Answer: D
To change or configure a hostname on a router, use the command hostname from global configuration mode. See Chapter 4 for more information.
Chapter: 103

  1. What does the command logging synchronous do?
  2. Syncs the configuration with a TFTP database
  3. Logs errors to a database
  4. Stops console messages from writing over the command you are trying to type in
  5. Disables the console port

Answer: C
This is a helpful command. The logging synchronous under the line console 0 configuration stops console messages from overwriting the command you are typing. See Chapter 4 for more information.
Chapter: 103

  1. What does the keystroke Ctrl+A do?
  2. Takes your cursor to the end of the line
  3. Takes your cursor to the beginning of the line
  4. Takes your cursor back one space
  5. Takes your cursor back one word

Answer: B
Simultaneously pressing Control plus the A key will take your cursor to the beginning of the line. See Chapter 4 for more information.
Chapter: 103

  1. How do you take the cursor to the end of the command line with one keystroke?
  2. Ctrl+A
  3. Ctrl+B
  4. Esc+F
  5. Ctrl+E

Answer: D
Simultaneously pressing Control plus the E key will take your cursor to the end of the line. See Chapter 4 for more information.
Chapter: 103
Read More at

admin

Recent Posts

Ascentech Services Limited Recruitment for Compliance Officer

Ascentech Services Limited is a full-fledged Human Resource Solution Provider incorporated in 2013 with its…

1 month ago

CIIBEX Group Limited Recruitment for Civil Engineer Project Manager

CIIBEX Group Limited is a holding name for an indigenous conglomerate which comprises of eight…

1 month ago

International Committee of the Red Cross (ICRC) Recruitment

The International Committee of the Red Cross (ICRC) is an impartial, neutral and independent organization…

1 month ago

How to Apply For TotalEnergies / NNPC Limited International Master’s Degree Scholarship 2024/2025

NNPC Ltd/ TotalEnergies International Masters Degree Scholarship - 2024-2025.  TotalEnergies is a global multi-energy company…

1 month ago

Seven-Up Bottling Company Plc Recruitment

Seven-Up Bottling Company Limited is one of the largest manufacturing companies in Nigeria, producing and…

1 month ago

Jumia Nigeria Recruitment for Software Engineer

Jumia is Africa's leading internet group, with already over 3,000 employees in more than 20…

1 month ago