Certification Questions

Q:

A network administrator views the output from the show ip route command. A network that is advertised by both RIP and EIGRP appears in the routing table flagged as an EIGRP route. why is the RIP route to this network not used in the routing table?

A) EIGRP has a faster update timer B) EIGRP has a lower administrative distance
C) RIP has a higher metric for that route D) The RIP path has a routing loop
 
Answer & Explanation Answer: B) EIGRP has a lower administrative distance

Explanation:

RIP has an administrative distance (AD) of 120, while EIGRP has an administrative distance of 90, so the router will discard any route with a higher AD than 90 to that same network.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 3032
Q:

A Good CFO will tell you that it is important to look at your bottom line and determine how to increase profits for the organization. Veronica, the new CFO at a local university, is taking that approach and applying it to new projects. Therefore,she wants to include costs from each phase of the project on a total expenditure is known as 

A) An opportunity cost B) A sunk cost
C) NPV D) A life cycle
 
Answer & Explanation Answer: D) A life cycle

Explanation:

Life Cycle costing includes the costs from each phase of the project life cycle when the total investment costs are calculated. Answer A is incorrect because an opportunity cost is the difference between a chosen investment and the one that is passed up. Answer B is incorrect because sunk costs are costs that have been incurred and cannot be reversed. Answer C is incorrect because net present value (NPV) is the present value of cash inflows(benifits) minus the present value of cash outflows (costs).

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3029
Q:

What must be configured on the network in order for users on the Internet to view web pages located on Web Server 2?

A. On router R2, configure a default static route to the 192.168.10.0 network
B. On router r2, configure DNS to resolve the URL assigned to Web Server 2 to the 192.168.10.20 address
C. On router R1, configure NAT to translate an address on the 209.165.100.0/24 network to 192.168.10.20
D. On router R1, configure DHCP to assign a registered IP address on the 209.165.100.0/24 network to Web Server 2

Answer

Answer : C

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 3023
Q:

Which one is the correct statement in regards with the use of IT2002

A. To record changes to working time.

B. To record completed working hours with a cost center that deviates from an employees master cost center.

C. Record completed planned working hours.

D. Record planned working times that were not completed.

Answer

Answer : A , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

0 3014
Q:

which IOS command enables access to high-level commands?

A) su root B) admin 0
C) enable D) init
 
Answer & Explanation Answer: C) enable

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCENT

1 3012
Q:

Project Management - Introduction

What is Project Management?

Answer

Project Management is the application of Knowledge, skills, tools and techniques to project activities to meet project requirements. Project Management is accomplished through the application and integraton of the project management processes of  initiating, planning, executing, monitoring and controlling , closing.

Report Error

View answer Workspace Report Error Discuss

0 3006
Q:

Which of the following is correct?

A) Full- duplex Ethernet uses one pair of wires B) Full- duplex Ethernet uses two pairs of wires
C) Half- duplex Ethernet uses two pairs of wires D) Full- duplex Ethernet uses three pairs of wires
 
Answer & Explanation Answer: B) Full- duplex Ethernet uses two pairs of wires

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2997
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

0 2996