Certification Questions

Q:

What command would you use to create an extended access list that stops host 172.16.10.1 fro telnetting to host 172.16.30.5?

Answer

access - list 110 deny tcp host


172.16.10.1  host  172.16.30.5  eq  23


access - list 110 permit ip any any

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2469
Q:

Identify the benefits of sap solution manager:

A. Fastest ROI
B. Reduced cost of implementation
C. Reduced ROI
D. Reduced cost of operation.
E. More reliable it solutions
F. More leverage from it investments

Answer

Answer : A , B , D , E , F

Report Error

View answer Workspace Report Error Discuss

3 2469
Q:

Which of the statements are true

A. all company codes in the payment run parameters must be in the same country

B. the payment proposal can only be edited, deleted and recreated as often as desired

C. the exception list is a part of the payment proposal

D. a payment method can only be used if it is entered in the account master record

Answer

Answer : A ,B ,C

Report Error

View answer Workspace Report Error Discuss

Subject: SAP FI

0 2468
Q:

When performing line item settlement of an AUC to one or more completed assets,

A. Select all line items that you want to settle in the same proportion to the same receiver.

B. Define distribution Rules for these line items.

C. Post settlement of line items to the specified receivers using the distribution rule.

D. Posting procedure settles all line items to which a distribution rule is assigned.

Answer

Answer : A ,B ,C ,D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP FI

0 2465
Q:

Navigation structure of roadmanps consist of

A. work packages            B. tasks

C. accelerators                D.phases

E. activities

Report Error

View answer Workspace Report Error Discuss

9 2464
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 2463
Q:

Suppose a customer is planning to create a non-hosted Linux partition on an i825. Linux will have only direct-attach devices. What is the Linux console option?

A) Use OS/400 VNC support. B) Telnet to the virtual console.
C) Share the primary partitions console. D) Allocate a console IOA to the Linux partition.
 
Answer & Explanation Answer: B) Telnet to the virtual console.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 2456
Q:

What is a requirement to connect a V6R1 IBM i host to an XIV Storage System?

A) XIV firmware V10.0.8 B) Host Attachment Kit V1.0.1
C) SAN Volume Controller (SVC)V4.2 D) Virtual I/O Server (VIOS) V2.1.1
 
Answer & Explanation Answer: D) Virtual I/O Server (VIOS) V2.1.1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 2442