Searching for "checks"

Q:

In the following question, a sentence has been given in Active/Passive Voice. Out of the four alternatives suggested, select the one which best expresses the same sentence in Passive/Active Voice.

 

The checker checks the admission tickets at the gate.

A) The admission tickets are checked at the gate. B) The admission tickets be checked at the gate.
C) The admission tickets will be checked at the gate by the checker. D) The admission tickets were checked at the gate.
 
Answer & Explanation Answer: A) The admission tickets are checked at the gate.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

Q:

In preparing a bank reconciliation, outstanding checks are

A) Deducted from the balance sheet B) Added to the bank balance
C) Deducted from the bank balance D) Added to the balance sheet
 
Answer & Explanation Answer: A) Deducted from the balance sheet

Explanation:

If an outstanding check of the previous month clears the bank (is paid by the bank) in the current month, you simply remove that check from the list of outstanding checks.

If an outstanding check of the previous month does not clear the bank in the current month, the check will remain on the list of outstanding checks until the month that it does clear the bank.

In the bank reconciliation process, the total amount of the outstanding checks is deducted from the balance appearing on the bank statement.

Report Error

View Answer Report Error Discuss

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

Q:

List the steps involved in creating the checksum.

Answer

- Divide the data into sections


- Add the sections together using 1's complement arithmetic


- Take the complement of the final sum, this is the check sum

Report Error

View answer Workspace Report Error Discuss

Q:

You are an administrator of a SQL Server 2000 computer. The server contains a database that stores inventory data. Another database administrator has created a number of scheduled jobs to maintain the inventory database. Each weeknight the following jobs occur.


- A BULK INSERT job imports data at 10:00 P.M
- Indexes are rebuilt at 10:15 P.M
- Data integrity checks are performed at 10:30 P.M
- A differential backup is performed at 10:45 P.M
- A DBCC SHRINKDATABASE job runs at 11:00 P.M.


You notice that the final job often fails and returns the following error message: "Server: Msg 3140, Level 16, State 3. Could not adjust the space allocation for file  'inventory_data'."You need to ensure that the final job runs without errors.

What should you do?

A) Modify the DBCC SHRINKDATABASE job so that it uses DBCC SHRINKFILE statement to shrink each file individually. B) Create a new DBCC SHRINKFILE job to shrink the inventory_data file. Schedule the new job to run at the same time as the DBCC SHRINKDATABASE job.
C) Increase the time between the differential backup and the DBCC SHRINKDATABASE job. D) Increase the time between the data integrity checks and the differential backup.
 
Answer & Explanation Answer: C) Increase the time between the differential backup and the DBCC SHRINKDATABASE job.

Explanation:

The DBCC SHRINKDATABSE cannot be executed until the previous job step, the differential backup, has been completed. We should increase the time between these two job steps, or even better configure the last job step to run only after the differential backup has been completed.

 

Note: The DBCC SHRINKDATABASE statement shrinks data files on a per-file basis but shrinks log files as if all the log files existed in one contiguous log pool. The target size for the data and log files cannot be smaller than the minimum size of a file that was specified when the file was originally created, or the last explicit size set with a file size changing operation such as the ALTER DATABASE statement with the MODIFY FILE option or the DBCC SHRINKFILE statement.

Report Error

View Answer Report Error Discuss

Q:

What is the first thing that BGP checks to determine if a prefix is accessible?

Answer

BGP checks the NEXT_HOP attribute to determine if the NEXT_HOP is accessible or in the IP routing table.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

Q:

Which among the following validators checks if entered data matches a specific format

A) Compare validator B) RegularExpressionValidator
C) CustomValidator D) None
 
Answer & Explanation Answer: B) RegularExpressionValidator

Explanation:

RegularExpressionValidator checks if entered data matches a specific format

Report Error

View Answer Report Error Discuss

Filed Under: .NET
Job Role: Software Architect

Q:

There are four hotels in a town. If 3 men check into the hotels in a day then what is the probability that each checks into a different hotel?

A) 1/2 B) 3/4
C) 4/7 D) 3/8
 
Answer & Explanation Answer: D) 3/8

Explanation:

Total cases of checking in the hotels = 4 x 4 x 4 = 64 ways.

Cases when 3 men are checking in different hotels = 4×3×2 = 24 ways.

Required probability =24/64  = 3/8

Report Error

View Answer Report Error Discuss

Filed Under: Probability