Certification Questions

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 2189
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 2189
Q:

What is the command to copy a Cisco IOS to a TFTP server?

Answer

copy flash tftp

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2188
Q:

You want to create a Group Policy Object (GPO) that will be associated with a specific domain. Which tool should you use?

A) Domain Security Policy B) Domain Controller Security Policy
C) Active Directory Users and Computers D) Active Directory Sites and Services
 
Answer & Explanation Answer: C) Active Directory Users and Computers

Explanation:

You can use Active Directory Users and Computers to create a GPO that will be associated with a specific domain or OU. If you are creating a GPO that will be associated with a site, you should use Active Directory Sites and Services.

Report Error

View Answer Report Error Discuss

0 2187
Q:

You ASP.NET application manages order entry data by using a DataSet object named EXorderEntry. The EXorderEntry object includes two DataTable objects named orderNames and OrderDetails. A ForeignKeyConstraint object named orderDetailsKey is defined between the two DataTable objects.


You attempt to delete a row in orderNames while there are related rows in OrderDetails, and an exception is generated.What is the most likely cause of the problem?

A) The current value of OrderDetails.KeyDeleteRule is Rule.Cascade. B) The current value of OrderDetails.KeyDeleteRule is Rule.SetNull.
C) The current value of OrderDetails.KeyDeleteRule is Rule.SetDefault. D) The current value of OrderDetails.KeyDeleteRule is Rule.None.
 
Answer & Explanation Answer: D) The current value of OrderDetails.KeyDeleteRule is Rule.None.

Explanation:

The rule enumeration indicates the action that occurs when a ForeignKeyConstraint is enforced.None specifies that no action will occur, but exceptions are generated. This is what has occurred in this scenario.

 

Incorrect Answers:

 

A: Cascade specifies that all rows containing that value are also deleted.

B: SetNull specifies that values in all child columns are set to null values.

C: SetDefault specifies that all child columns be set to the default value for the column.

Report Error

View Answer Report Error Discuss

0 2185
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 2185
Q:

When is redistribution required for EIGRP?

Answer

Redistribution is required when more than one EIGRP session or process is running and they are identified with different ASNs. Redistribution shares topology information between EIGRP sessions.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2177
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 2176