Certification Questions

Q:

Which of the following commands will configure all the default VTY ports on a router?

A) Router#line vty 0 4 B) Router (config) #line vty 0 4
C) Router (config-if)#line console 0 D) Router(config)#line vty all
 
Answer & Explanation Answer: B) Router (config) #line vty 0 4

Explanation:

From global configuration mode, use the line vty 0 4 command to set all five default VTY lines

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 3488
Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an
application. You use the ADO.NET Entity Framework to model entities. You write the following code segment. (Line numbers are included for reference only.)


01AdventureWorksEntities context = New AdventureWorksEntities
02
03var q = from c in context.Customers
04where c.City == "London"
05orderby c.CompanyName
06select c;


You need to ensure that the application meets the following requirements: "Compares the current values of unmodified properties with values returned from the data source". Marks the property as modified when the properties are not the same. Which code segment should you insert at line 02?

A) context.MergeOption = MergeOption.AppendOnly; B) context.MergeOption = MergeOption.PreserveChanges;
C) context.MergeOption = MergeOption.OverwriteChanges; D) context.MergeOption = MergeOption.NoTracking;
 
Answer & Explanation Answer: B) context.MergeOption = MergeOption.PreserveChanges;

Explanation:
Report Error

View Answer Report Error Discuss

0 3478
Q:

Which of the following master data can/must you use for pipeline meterials?

A. BOM(ascomponent)

B. Purchasing info record

C. Material master record

D. Vendor master record

E. Source list

Answer

Answer : A , B , C , D , E [all these]


 


Explanation:You must have created a material master record with a purchasing info record. To do this, you need a vendor master record. You can use the source list and BOM in connection with the pipeline material.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

5 3476
Q:

If you do not want to enter a document with provision for updating the ledger on approval from authorized officials, you use the following functionality

A. sample document

B. recurring document

C. parked document

D. account assignment model

Answer

Answer: D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP FI

10 3474
Q:

Which command displays IP-to-MAC- address mappings on a Windows PC?

A) ping B) traceroute
C) arp -a D) tracert
 
Answer & Explanation Answer: C) arp -a

Explanation:

The arp -a command displays IP-to-MAC-address mappings on a Windows PC.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 3463
Q:

Who Creates The Project Charter?

A) Sponser B) Stake holder
C) Customer D) None
 
Answer & Explanation Answer: D) None

Explanation:

The project initiator or sponsor should be at a level that is appropriate to funding the project. They will either create the project charter or delegate that duty to the project manager.

Projects are authorized by someone external to the project such as a sponsor, PMO or portfolio steering committee.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification
Job Role: Analyst , Project Manager

10 3461
Q:

You are the administrator of eight SQL Server 2000 computers. You configure alerts on each server so that various problem conditions will be reported if they occur.You create 20 operators on one of the servers. You configure these operators by using the e-mail and pager contact information for the employees in your department. You configure the alerts on the server to send e-mail messages and pager messages to the appropriate operators.You need to configure the same 20 operators on the other seven servers. You want to do this with a minimum amount of administrative time.What should you do?

A) Use SQL Server Enterprise Manager to script all of the operators. Use SQL Query Analyzer to run the script on the other seven servers. B) Detach the msdb database from the first server. Copy the database to the other seven servers. Attach the database on all eight servers.
C) Use snapshot replication to replicate the msdb database from the first server to the other seven servers. D) Use SQL ServerEnterprise Manager on a single client computer to create the operators on each server.
 
Answer & Explanation Answer: A) Use SQL Server Enterprise Manager to script all of the operators. Use SQL Query Analyzer to run the script on the other seven servers.

Explanation:

Transact-SQL scripts can be used to create defined operators or alerts. Scripting all the
predefined operators and alerts and copying them to the servers if the same group of operators is responsible for responding to the same alerts on other servers can save time.

Report Error

View Answer Report Error Discuss

0 3453
Q:

At which level can the valuation area be determined?

A. Plant

B. Storage Location

C. Client

D. Company Code

Answer

Answer : A ,D


Explanation: The valuation level (= valuation area) can be either the company code or the plant.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

1 3452