Certification Questions

Q:

What is the effect of including both keywords and placements in an Ad Group on the Display Network?

Answer

Your ads will be restricted to only specific sites that you choose and webpages where the content is relevant to the theme of the keywords.

Report Error

View answer Workspace Report Error Discuss

0 1878
Q:

You develop a Windows-based application that enables to enter product sales. You add a subroutine named XYZ.

 

You discover that XYZ sometimes raises an IOException during execution. To address this problem you create two additional subroutines named LogError and CleanUp. These subroutines are governed by the following rules:

• LogError must be called only when XYZ raises an exception.
• CleanUp must be called whenever XYZ is complete.

 

 You must ensure that your application adheres to these rules. Which code segment should you use?

A) try { XYZ(); LogError(); } catch (Exception e) { CleanUp(e); } B) try { XYZ(); } catch (Exception e) { LogError(e); CleanUp(); }
C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); } D) try { XYZ(); } catch (Exception e) { CleanUp(e); } finally { LogError(); }
 
Answer & Explanation Answer: C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); }

Explanation:

We must use a try…catch…finally construct. First we run the Comapany() code in the try block.Then we use the LogError() subroutine in the catch statement since all exceptions are handled here. Lastly we put the CleanUp() subroutine in the finally statement since this code will be executed regardless of whether an exception is thrown or not.

Report Error

View Answer Report Error Discuss

0 1864
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Activity Sequencing ?

Answer

I.Inputs



  • Project scope statement

  • Activity list

  • Activity attributes

  • Milestone list

  • Approved change requests


II. Tools and Techniques



  • Precedence Diagramming Method (PDM)

  • Arrow Diagramming Method (ADM)

  • Schedule network templates 

  • Dependency determination

  • Applying leads and lags 


III. Outputs



  • Project schedule network diagrams

  • Activity list (updates)

  • Activity attributes (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 1863
Q:

You are planning to install and configure network services for ineroperability on your Windows 2000 Server computer. You specifically want this server to maintain and advertise a list of services that use the NWLink IPX/SPX/NetBIOS Compatible Transport Protocol. What service should you install?

A) Indexing Service B) NNTP Service
C) RIP Listener D) SAP Agent
 
Answer & Explanation Answer: D) SAP Agent

Explanation:

The SAP Agent enables a Windows 2000 computer to maintain and advertise a list of servers (such as NetWare servers) that use the NWLink IPX/SPX/NetBIOS Compatible Transport Protocol.

Report Error

View Answer Report Error Discuss

0 1852
Q:

What should you use Ad Groups for?

Answer

To organize ads by common themes that you want to advertise on.

Report Error

View answer Workspace Report Error Discuss

0 1849
Q:

What are Aggregates?

A. Subset of an InfoCube.

B. Outset of a Cube.

C. None of the above.

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

0 1846
Q:

Before you can create cost centers, you must first create a _______ heirarchy.

A. Logical

B. Optimum

C. Complete

D. Standard

Answer

Answer : D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 1841
Q:

Someone has created a new document using Word 2010 and sent you a copy. The document is not protected and you have rights to view the content and even make changes. However, they have inserted a hyperlink to a company website but when you click the hyperlink nothing happens. What might be wrong?

A) Hyperlinks do not open automatically, you need to paste them into your web browser B) You need to hold the Ctrl key whilst clicking the hyperlink
C) Its impossible to add hyperlinks to a document. Maybe they formatted it to look like a link. D) You need to hold the Alt key whilst clicking the hyperlink
 
Answer & Explanation Answer: B) You need to hold the Ctrl key whilst clicking the hyperlink

Explanation:
Report Error

View Answer Report Error Discuss

2 1838