Certification Questions

Q:

What device must be on your wired network when running an enterprise EAP solution?

Answer

RADIUS Server

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

1 3214
Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an
application. The application connects to a Microsoft SQL Server 2008 database. The database includes a table named dbo.


Documents that contains a column with large binary dat a. You are creating the Data Access Layer (DAL). You add the following code segment to query the dbo.Documents table. (Line numbers are included for reference only.)


01public void LoadDocuments(DbConnection cnx)
02{
03var cmd = cnx.CreateCommand();
04cmd.CommandText = "SELECT * FROM dbo.Documents";
05...
06cnx.Open();
07
08ReadDocument(reader); }


You need to ensure that data can be read as a stream. Which code segment should you insert at line 07?

A) var reader = cmd.ExecuteReader(CommandBehavior.Default); B) var reader = cmd.ExecuteReader(CommandBehavior.SchemaOnly);
C) var reader = cmd.ExecuteReader(CommandBehavior.KeyInfo); D) var reader = cmd.ExecuteReader(CommandBehavior.SequentialAccess);
 
Answer & Explanation Answer: D) var reader = cmd.ExecuteReader(CommandBehavior.SequentialAccess);

Explanation:
Report Error

View Answer Report Error Discuss

7 3211
Q:

Which common usage scenario is missing from the list of usage scenarios below? Implement SAP solution, Monitor SAP solutions, Manage Service Desk, Link to SAP Services, Upgrade SAP solutions

A. Manage change Requests
B. Monitor Service Desk
C. Link to change Request
D. Implement SAP Services

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

4 3210
Q:

You create a System Policy file on a Windows 2000 Server computer to manage Windows NT 4.0 client computers  (and their users) on your Windows 2000 network. What filename should you assign to this System Policy file?

A) Config.pol B) Ntconfig.pol
C) Nt4config.pol D) Winntconfig.pol
 
Answer & Explanation Answer: B) Ntconfig.pol

Explanation:

A Windows NT 4.0 System Policy file should be named NTconfig.pol

Report Error

View Answer Report Error Discuss

0 3208
Q:

You enter a goods issue and receive the following message: "W: On , only 0.000 pieces are available". What do you conclude from this?

A. The message represents a warning which you can ignore by pressing the ENTER key.

B. The material exist in the specified storage location on the current day, however, it is unavailable, because of other reservations.

C. No stocks of the material exist anywhere in the entire plant.  Therefore, nothing can be withdrawn

D. Only the specified storage location does not contain any stocks of the material.  Therefore, nothing can be withdrawn.

Answer

Answer : A , B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

4 3206
Q:

What command will change the hostname of a router?

A) router#host name new name B) router(config-router)#hostname new name
C) router>host name new name D) router(config)#hostname new name
 
Answer & Explanation Answer: D) router(config)#hostname new name

Explanation:

Explanation: To specify or modify the host name for the network server, use the hostname command in global configuration mode.

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

0 3204
Q:

As part of trouble shooting errors in a VPN connection, what logs must be checked?

A) IPSec logging B) Event viewer
C) VPNSec Log D) All of above
 
Answer & Explanation Answer: A) IPSec logging

Explanation:
Report Error

View Answer Report Error Discuss

0 3187
Q:

Two workers have established wireless communication directly between their wireless laptops. What type of wireless topology has been created by these employees?

A) BSS B) SSID
C) IBSS D) ESS
 
Answer & Explanation Answer: C) IBSS

Explanation:

Two wireless hosts directly connected wirelessly is no different then two hosts connecting with a crossover cable. They are both ad-hoc networks, but in wireless, we call this an independent Basic Service Set(IBSS).

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 3180