Certification Questions

Q:

Convert FACE1234 16 to dotted decimal.

Answer

Answer: FA 16 = 250 10, CE 16 = 206 10, 12 16 = 18 10, and 34 16 = 52 10

FACE1234 16 = 250.206.18.52 dotted decimal

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

1 2759
Q:

Explain what is posting key and what does it control ?

Answer

In order to determine the transaction type which is entered in the line item, a two digit numerical is used known as 'Posting Key'
Posting key determines:
a) Account Types
b) Types of posting. Debit or Credit
c) Field status of transaction

Report Error

View answer Workspace Report Error Discuss

6 2752
Q:

Screen layout rules in the asset master applies to the valuation fields in the depreciation area.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP FI

0 2747
Q:

How can you describe an operational level agreement (OLA) ?

A) It is a legally binding contract outlining services delivered to an IT service provider that underpin a service that provider delivers to its customers. B) It is a written agreement between a supplier and the IT customer(s), defining the key service targets and responsibilities of both parties.
C) It contains targets that underpin those within an SLA to ensure that targets will not be breached by failure of the supporting activity. D) It is an agreement between a supplier and another part of the same organization that assists with the provision of services.
 
Answer & Explanation Answer: D) It is an agreement between a supplier and another part of the same organization that assists with the provision of services.

Explanation:

An agreement between an IT service provider and another part of the same organization. An OLA supports the IT service provider's delivery of services to customers. The OLA defines the goods or services to be provided and the responsibilities of both parties.

 

* For an example there be an OLA - between the IT service provider and a acquiring department to obtain hardware in discussed times - between the Service Desk and a support group to provide Incident resolution in accepted times.

Report Error

View Answer Report Error Discuss

7 2740
Q:

The personnel control record performs the following functions in payroll:[Choose one or more correct answers]

A. Defines the payroll past for retroactive accounting recognition.

B. Defines the earliest possible retroactive accounting date for each payroll area.

C. Locks master data and time data so no changes can be made during the payroll process.

D. Defines the latest possible retroactive accounting date for each payroll area.

E. Locks vendor data so no changes can be made during the payroll process.

Answer

Answer : A , B , C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

0 2733
Q:

[CO-OM-CCA] Certain postings to a cost center can be blocked using a cost center indicator. Which of the following blocking indicators can be selected?

A. Material withdrawals             B. Primary costs actual/plan

C. Revenues actual / plan        D. Secondary costs actual/plan

E. Commitments

Answer

Answer : B , C , D , E

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

1 2732
Q:

If a switch receives a frame and the source MAC address is not in the MAC address table but the destination address is, what will the switch do with the frame?

A) Discard it and send an error message back to the originating host B) Flood the network with the frame
C) Add the source addres and port to the MAC address table and forward the frame out the destination port D) Add the destination to the MAC address table and then forward the frame
 
Answer & Explanation Answer: C) Add the source addres and port to the MAC address table and forward the frame out the destination port

Explanation:

Since the source MAC address is not in the MAC address table, the switch will add the source address and the port it is connected to into the MAC address table and then forward the frame to the outgoing port.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2729
Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an
application. The application connects to a Microsoft SQL Server database. The application has two DataTable objects that reference the Customers and Orders tables in the database. The application contains the following code segment. (Line numbers are included for reference only.)


01DataSet customerOrders = new DataSet();
02customerOrders.EnforceConstraints = true;
03ForeignKeyConstraint ordersFK = new ForeignKeyConstraint("ordersFK",
04customerOrders.Tables["Customers"].Columns["CustomerID"],
05customerOrders.Tables["Orders"].Columns["CustomerID"]);
06
07customerOrders.Tables["Orders"].Constraints.Add(ordersFK);


You need to ensure that an exception is thrown when you attempt to delete Customer records that have related Order records. Which code segment should you insert at line 06?

A) ordersFK.DeleteRule = Rule.SetNull; B) ordersFK.DeleteRule = Rule.None;
C) ordersFK.DeleteRule = Rule.SetDefault; D) ordersFK.DeleteRule = Rule.Cascade;
 
Answer & Explanation Answer: B) ordersFK.DeleteRule = Rule.None;

Explanation:
Report Error

View Answer Report Error Discuss

0 2722