Certification Questions

Q:

What do you use when you want to display a message to all the terminals connected to a router?

A) banner login B) banner motd
C) banner exec D) banner slip-ppp
 
Answer & Explanation Answer: B) banner motd

Explanation:

Explanation: This MOTD banner is displayed to all terminals connected and is useful for sending messages that affect all users (such as impending system shutdowns). Use the no exec-banner or no motd-banner command to disable the MOTD banner on a line. The no exec-banner command also disables the EXEC banner on the line. When a user connects to the router, the MOTD banner appears before the login prompt. After the user logs in to the router, the EXEC banner or incoming banner will be displayed, depending on the type of connection. For a reverse Telnet login, the incoming banner will be displayed. For all other connections, the router will display the EXEC banner. Connection, Menu, and System Banner Commands

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

0 2262
Q:

Project Stakeholders

What do you meant by project stakeholders?

Answer

Project Stakeholders are individuals and organizations that are actively involved in the project, or whose interests may be affected as a result of project execution or project completion.


Stakeholders may have a positive or negative.


Positive stakeholders are those who would normally benefit from a successful outcome from the project, while negative stakeholders are those who see negative outcomes from the project's success.

Report Error

View answer Workspace Report Error Discuss

0 2261
Q:

What must you do before you can publish a Windows 2000 printer in Active Directory?

A) Share the printer B) Install the NetBEUI protocol
C) Install printer drivers for the other operating systems. D) Assign the Everyone group the Allow - Manage Documents permissions to the printer
 
Answer & Explanation Answer: A) Share the printer

Explanation:

Only printers that have been shared can be published in Active Directory.

Report Error

View Answer Report Error Discuss

0 2259
Q:

What is the Class B private IP address space?

Answer

172.16.0.0 through 172.31.255.255

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2255
Q:

Which tool should you use to authorize a RIS server in Active Directory?

A) The DHCP administrative tool B) The DNS administrative tool
C) Active Directory Users and Computers D) Active Directory Sites and Services
 
Answer & Explanation Answer: A) The DHCP administrative tool

Explanation:

You must use the DHCP administrative tool to authorize a RIS server in Active Directory.

Report Error

View Answer Report Error Discuss

0 2254
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Response Planning?

Answer

I. Inputs



  • Risk management plan

  • Risk register


II. Tools and Techniques



  • Strategies for negative risk or threats

  • Strategies for positive risks or opportunities

  • Strategies for both threats and opportunities

  • Contingent response strategy


III. Outputs



  • Risk register (updates)

  • Project management plan (updates)

  • Risk - related contractual agreements

Report Error

View answer Workspace Report Error Discuss

0 2252
Q:

The president of your company collects manager's weekly reports in a shared folder on her Windows 2000 Professional computer called reports. Because the reports contain sensitive information, she asks you to prevent users from enabling offline access for the network share that contains the financial report. What should you do?

A) Use Windows Explorer to disable Offline Files. B) Use Windows Explorer to disable Caching for the reports on the network share.
C) Set the Manager's access level to read-only. D) Implement a domain policy to block the synchronization of offline files.
 
Answer & Explanation Answer: B) Use Windows Explorer to disable Caching for the reports on the network share.

Explanation:
Report Error

View Answer Report Error Discuss

0 2250
Q:

You are creating an ASP.NET page for a travel service. The page contains a CheckBoxList control that contains travel destinations. Customer can select favorite destinations to receive weekly e-mail updates of travel packages.

 

The CheckBoxList control is bound to a database table of possible destinations. Each destination is ranked according to its popularity. You modify the page to sort the destination list by rank, from the most popular to the least popular. The list has three columns.

 

You want the most popular destination to be on the top row of the check box list at run time. Which property setting should you use for the CheckBoxList control?

A) Set the RepeatDirection property to Vertical. B) Set the RepeatDirection property to Horizontal.
C) Set the RepeatLayout property to Flow. D) Set the RepeatLayout property to Table.
 
Answer & Explanation Answer: B) Set the RepeatDirection property to Horizontal.

Explanation:

The DataList.RepeatDirection property is used to get or select whether the DataList control displays vertically or horizontally. If this property is set to RepeatDirection.Horizontal, the items in the list are displayed in rows loaded from left to right, then top to bottom, until all items are rendered.

 

Incorrect Answers:

A: If the DataList.RepeatDirection property is set to RepeatDirection.Vertical, the items in the list are displayed in columns loaded from top to bottom, then left to right, until all items are rendered.


C, D:DataList.RepeatLayout Property gets or sets whether the control is displayed in a table or flow layout. It does not affect the order in which the items are displayed.

Report Error

View Answer Report Error Discuss

0 2248