Certification Questions

Q:

A wireless client cannot connect to an 802.11b/g BSS with a b/g wireless card. The client section of the access point does not list any active WLAN clients. What is a possible reason for this?

A) The incorrect channel is configured on the client B) The Client's IP address is on the wrong subnet
C) The client has an incorrect pre-shared key D) The SSID is configured incorrectly on the client
 
Answer & Explanation Answer: D) The SSID is configured incorrectly on the client

Explanation:

Although this question is cryptic at best, the only possible answer is option D. If the  SSID is not being broadcast (which we must assume in this question), the client must be configured with the correct SSID in order to associate to the AP.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5078
Q:

Which hardware platform (or platforms) are supported by Windows 2000?

A) The Intel Pentium/ 166MHZ (and higher) platform B) The Compac Alpha platform
C) The PowerPC platform D) The MIPS R4000 platform
 
Answer & Explanation Answer: A) The Intel Pentium/ 166MHZ (and higher) platform

Explanation:

The Intel Pentium/166MHz (and higher) platform is the only hardwaer platform supported by Windows 2000.

Report Error

View Answer Report Error Discuss

4 5065
Q:

A switch has been configured configured for three different VLANs : VLAN2, VLAN3 and VLAN4. A router has been added to provide communication between the VLANs. What minimum type of interface necessary on the router if only one connection is to be made between the router and the switch?

A) 10Mbps Ethernet B) 56Kbps Serial
C) 100Mbps Ethernet D) 1Gbps Ethernet
 
Answer & Explanation Answer: C) 100Mbps Ethernet

Explanation:

Although you can use either 100Mbps or 1Gbps Ethernet, the 100Mbps is necessary at a minimum and is the best answer to this question. You need to trunk the link from the switch to the router to make this connection work with inter-VLAN communication.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5063
Q:

You are the administrator of a SQL Server 2000 computer. The server contains a database named Inventory. The database has a Parts table that has a field named InStock.When parts are shipped, a table named PartsShipped is updated. When parts are received, a table named PartsReceived is updated. The relationship of these tables is shown in the exhibit. (Click the Exhibit button.)

You want the database to update the InStock field automatically. What should you do?

A) Add triggers to the PartsShipped and the PartsReceived tables that update the InStock field in the Parts table. B) Use a view that creates anInStock field as part of an aggregate query.
C) Create stored procedures for modifying the PartsReceived and the PartsShipped tables that also modify the InStock field in the Parts table. Use these procedures exclusively when modifying data in the PartsReceived and the PartsShipped tables. D) Create a user-defined function that calculates current inventory by running aggregate queries on the PartsShipped and PartsReceived tables.
 
Answer & Explanation Answer: A) Add triggers to the PartsShipped and the PartsReceived tables that update the InStock field in the Parts table.

Explanation:

Triggers are a special class of stored procedure defined to fire automatically when an UPDATE, INSERT, or DELETE statement is issued against a table or view. They are powerful tools that can be used to enforce business rules automatically when data is modified. Triggers can extend the integrity checking logic of SQL Server constraints, defaults, and rules, although constraints and defaults should be used instead whenever they provide all the needed functionality. In this scenario an AFTER UPDATE trigger can be used to update the tables to update the PartsShipped and the PartsReceived tables that update the InStock column in the parts table.

Report Error

View Answer Report Error Discuss

4 5057
Q:

Which of the following allows a router to respond to an ARP request that is intended for a remote host?

A) Gateway DP B) Reverse ARP (RARP)
C) Proxy ARP D) Inverse ARP (IARP)
 
Answer & Explanation Answer: C) Proxy ARP

Explanation:

Proxy ARP can help machines on a subnet reach remote subnets without configuring routing or a default gateway.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5038
Q:

You create an ASP.NET application to provide corporate news and information to XYZ’s employees. The application is used by employees in New Zealand.


Default.aspx has a Web Form label control named currentDateLabel. The Page.Load event handler for Default.aspx included the following line of code:
currentDateLabel.Text = DateTime.Now.ToString(“D”)


You need to ensure that the data is displayed correctly for employees in New Zealand. What should you do?

A) In the Web.config file for the application, set the culture attribute of the globalization element to en-NZ. B) In the Web.config file for the application, set the uiCulture attribute of the globalization element to en-NZ.
C) In Visual Studio .NET, set the responseEncoding attribute in the page directive for Default.aspx to UTF-8. D) In Visual Studio .NET, save the Default.aspx page for both versions of the application by selecting Advanced Save Options from the File menu and selecting UTF-8.
 
Answer & Explanation Answer: A) In the Web.config file for the application, set the culture attribute of the globalization element to en-NZ.

Explanation:

The culture attribute of the globalization element specifies the default culture for processing incoming Web requests.

 

Incorrect Answers:

 

B: The uiculture attribute of the globalization specifies the default culture for processing locale dependent resource searches. It does not apply in this scenario.

 

C, D: The UTF8Encoding Class class encodes Unicode characters using UCS Transformation Format, 8-bit form (UTF-8). This encoding supports all Unicode character values and surrogates. However, it does not help in displaying data in New Zealand format.

Report Error

View Answer Report Error Discuss

0 5031
Q:

When a station sends a transmission to the MAC address ff : ff : ff : ff : ff : ff, what type of transmission is it?

A) Unicast B) Multicast
C) Anycast D) Broadcast
 
Answer & Explanation Answer: D) Broadcast

Explanation:

A transmission to the MAC address ff : ff : ff : ff : ff : ff is a broadcast transmission to all stations.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5016
Q:

Which of the following is not true about bottom-up estimating?

A) The WBS must be accurate and complete before this process can be used. B) Since the cost is largely independent of the desired accuracy it is the methodology of choice.
C) Its accuracy increases if the activities are smaller. D) It is not a useful methodology in the early project planning phase.
 
Answer & Explanation Answer: B) Since the cost is largely independent of the desired accuracy it is the methodology of choice.

Explanation:

“The cost and accuracy of bottom-up cost estimating is typically influenced by the size and complexity of the individual activity or work package.” PMBOK [7.1.2.4]

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 5013