Searching for "specify"

Q:

Formatting a cell in currency you can specify

A) Percentage symbol B) Currency symbol
C) Decimal places D) Both B & C
 
Answer & Explanation Answer: B) Currency symbol

Explanation:

Formatting a cell in currency you can specify Currency symbol.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

The preamble to the constitution does not specify providing for

A) economic equity B) domestic tranquility
C) common defense D) justice
 
Answer & Explanation Answer: A) economic equity

Explanation:

The preamble to the constitution does not specify providing for economic equity.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

Specify the CICS command used to read a VSAM record starting with prefix F. Code all the relevant options?

Answer

EXEC CICS READ


DATASET('FILENAME')


INTO(data-area)


RIDFLD(data-area)


KEYLENGTH(1)


GENERIC


LENGTH(WK-LEN)


END-EXEC.

Report Error

View answer Workspace Report Error Discuss

Q:

You use two sites on your Windows 2000 network. You decide you want to manually specify a particular domain controller in each site that will be used for intersite replication. What should you do?

A) Create a site link to connect the two domain controllers B) Designate the desired domain controller in each site as a bridge-head server
C) Configure the desired domain controller in each site to be a global catalog server D) Create a new connection object for the desired domain controller in each site
 
Answer & Explanation Answer: B) Designate the desired domain controller in each site as a bridge-head server

Explanation:

The server that is designated as the bridgehead server is used for intersite replication.

Report Error

View Answer Report Error Discuss

Q:

Your network consists of a single Active Directory domain named contoso.com. The functional level of the domain is Windows Server 2003. You have a file server named Server1 that is used to store users' home folders and profiles. On Server1, you create a folder named D:data and share the folder as UserData. You create a new user account named TemplateUser in Active Directory. You need to ensure that each user account you create by copying TemplateUser is configured to have a unique home folder stored in the UserData share. Which home folder path should you specify?

A) D:\data\%homedrive% B) D:\data\%username%
C) \\server1\userdata\%homedrive% D) \\server1\userdata\%username%
 
Answer & Explanation Answer: D) \\server1\userdata\%username%

Explanation:
Report Error

View Answer Report Error Discuss

Q:

You develop an enterprise application, called XYZApplication that includes a Windows Form presentation layer, middle-tier components for business logic and data access, and a Microsoft SQL Server database.


You are in the process of creating a middle-tier component that will execute the data access routines in your application. When data is passed to this component, the component will call several SQL Server stored procedures to perform database updates. All of these procedure calls run under the control of a single transaction.


The code for the middle-tier component will implement the following objects:
SqlConnection cn = new SqlConnection();
SqlTransaction tr;


If two users try to update the same data concurrently, inconsistencies such as phantom reads will occur. You must now add code to your component to specify the highest possible level of protection against such inconsistencies.
Which code segment should you use?

A) tr = cn.BeginTransaction(?ReadCommitted?); B) tr = cn.BeginTransaction(IsolationLevel.ReadCommitted);
C) tr = cn.BeginTransaction(IsolationLevel.Serializable); D) tr = cn.BeginTransaction(?Serializable?);
 
Answer & Explanation Answer: C) tr = cn.BeginTransaction(IsolationLevel.Serializable);

Explanation:

Serializable is the highest isolation transaction level. It provide the highest possible level of protection against concurrent data errors. The correct syntax to begin a transaction with this transaction isolation level is: cn.BeginTransaction(IsolationLevel.Serializable)

Report Error

View Answer Report Error Discuss

Q:

What is the purpose of specifying a planning horizon?

A.  Only materials manifesting a planning-relevant change within the planning horizon are taken into account in the MRP run (where NETPL is used).
B.  To specify whether forecasts are included in the material requirement calculation.

C. To specify that only externally procured (and not internally procured) items are included in the net change MRP run.

D. To specify whether a NETCH (net change in complete horizon) or a NETPL (net change in planning horizon) will take place in the next MRP run.

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

Q:

 when you create asset master records this data is automatically adopted from the asset class you specify

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

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP FI