Certification Questions

Q:

In free goods determination which of the following does the system use?

A. Sales document type

B. Sales area

C. Item category

D. Sold-to party

Answer

Answer : A , B , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

5 4700
Q:

Which two descriptions are correct about characteristics of IPv6 unicast addressing? (Choose two)

A. Global addresses start with 2000::/3.
B. Link-local addresses start with FF00::/10.
C. Link-local addresses start with FE00:/12.
D. There is only one loopback address and it is ::1.

Answer

Answer : A , D


Explanation:


An IPv6 Unicast address identifies a single network interface. The Internet Protocol delivers packets sent to a unicast address to that specific interface.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

3 4692
Q:

The price that you charge for your project is

A) equal to the cost estimate plus a fixed percentage. B) essentially the same as the cost estimate.
C) typically 1.5 - 2.5 times the cost estimate in order to account for corporate overhead costs D) a business decision that considers the cost estimate together with other factors.
 
Answer & Explanation Answer: D) a business decision that considers the cost estimate together with other factors.

Explanation:

Overhead costs should be figured into the cost estimate. Desired profit considered together with other factors such as market demand, availability of resources, prior experience are then used to determine the optimal price.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 4692
Q:

What is one way to limit a user's access to only a specific number of accounts in the MCC?

Answer

Create a new MCC account linked to the original MCC account. Move the specified number of accounts into that MCC and grant the user access to the sub-MCC account.

Report Error

View answer Workspace Report Error Discuss

33 4691
Q:

You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?

A) Issue the show ip route command on the router connected to the switch B) Issue the show cdp neighbor command on the router connected to the switch
C) Issue the show ip arp command on the router connected to the switch D) Issue the show cdp neighbors detail command on the router connected to the switch
 
Answer & Explanation Answer: D) Issue the show cdp neighbors detail command on the router connected to the switch

Explanation:

Although option A is certainly the "best" answer, unfortunately option E will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4687
Q:

A static map to the S-AMER location is required. Which command should be used to create this map?

A. frame-relay map ip 172.16.1.3 704 broadcast
B. frame-relay map ip 172.16.1.3 196 broadcast
C. frame-relay map ip 172.16.1.3 702 broadcast
D. frame-relay map ip 172.16.1.3 344 broadcast

Answer

Answer: B

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 4661
Q:

Which of the following statements about pro forma invoices are correct?

A. In copying control for proforma invoices, the quantity/value plus/minus field is not configurable

B. Account determination procedure is assigned to a proforma invoice

C. In copying control for proforma invoices, the quantity/value plus/minus field must be set to "plus"

D. Account determination procedure is always not assigned to a proforma invoice

Answer

Answer : A , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 4659
Q:

You are the database administrator for a financial services company. Employees enter data 24 hours a day into a SQL Server 2000 database. These employees report slower response times when new account information is gathered from branch offices and added to the database. You currently use the following BULK INSERT statement to add the account information.BULK INSERT finance.dbo.customersFROM 'd:bulkaccts143_10142000.txt'WITH DATAFILETYPE = 'char', FIELDTERMINATOR = 't', ROWTERMINATOR = 'n', TABLOCK You want to ensure that response times do not slow when new account information is added to the database. What should you do?

A) Add the BATCHSIZE option to the BULK INSERT statement, and then set the option equal to 10 percent of the number of rows to be loaded. B) Add the ROWS_PER_BATCH option to the BULK INSERT statement, and then set the option equal to 10 percent of the number of rows to be loaded.
C) Drop the indexes for the Customers table before the data load, and then re-create the indexes after the data load is complete. D) Remove the TABLOCK option from the BULK INSERT statement.
 
Answer & Explanation Answer: D) Remove the TABLOCK option from the BULK INSERT statement.

Explanation:

The TABLOCK hint increases the number of locks during the adding process. This is the reason why response time are slows down during this process. By removing the TABLOCK hint the default more granular row-level lock will be used. This would decrease the scope of the locks which would result in less waiting jobs and performance would improve.


Note: The BULK INSERT statement is used to copy a data file into a database table or view in a format specified by the user. The BULK INSERT statement accepts the TABLOCK hint, which allows the user to specify the locking behavior that the BULK INSERT statement should use. TABLOCK specifies that a bulk update table-level lock is taken for the duration of the bulk copy. If TABLOCK is not specified, the default uses row-level locks.

Report Error

View Answer Report Error Discuss

12 4658