Q:

What is 3 Way Matching?

Answer

3 way matching is to compare three documents i.e., 


1. Purchase order


2. Receipt of Items/Packing slip 


3. Invoice. 


For example, if we Order for 50 Items in purchase order and received 40 Items only instead of 50 items. But we received invoice for 50 items. After comparing the three documents we pay for only 40 Items..


 

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

5 4802
Q:

What is the difference between EFT & Wire?

Answer

EFT-Electronic Funds Transfer is basically batch of payments are transferring from one bank to another bank with specified time lines.  EFT payments are also called as BACS if it is UK, ACH in US for domestic payments.  Foreign payments are called as SWIFT payments.


WIRE: Wire can be used to release payments for local or international, Different countries will be named in different ways viz., CHAPS for Local Payments made in UK, WIRE for all international payments made from UK and Local & foreign payments made in all other countries

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

5 4635
Q:

find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.

Answer

SELECT  * from Employees  WHERE  upper(EmpName) like upper('joe%');

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

5 10110
Q:

What are string functions in VBScript?

Answer

Asc() - Returns ANSI Character Code 


Chr() - Returns Character from ANSI Code 


InStr() - Find a string within another 


InStrRev() - Find a string within another (Reverse) 


LCase() - Convert a string to lowercase 


Left() - Crops a string from left 


Len() - Determine the length of a string 


LTrim() - Remove leading spaces from a string 


Mid() - Crops a string 


Replace() - Replace a substring within a string 


Right() - Crops a string from right 


RTrim() - Remove trailing spaces from a string 


Space() - Creates a string with the specified number of spaces 


StrComp() - Compare two strings 


String() - Creates a repeated character string 


StrReverse() - Reverse the characters of a string 


Trim() - Remove both leading and trailing spaces from a string 


UCase() - Convert a string to uppercase 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

5 2893
Q:

How do we create a DHTML drop-down menu?

Answer

- In order to create a DHTML drop down menu we need JavaScript API. The API (Application Programming Interface) consists of core set of cross-browser JavaScript functions to make DHTML programming easy and quick. This API enables moving and hiding page elements as well as acts as getter and setter of page elements attributes.


- Second we define on image object and off image object and string containing the URL of the "off" version.


- Then we create the menu items, label items and sub-menu items. If we wish we can use images also.


- Then we need to define our own global variables that will be used by the menu. Using global goes against oops design but makes sharing data easier.


- Create the menubar object, adding the menu labels and writing menubars.


- Create menu object, adding menu items and writing menus.


- Hiding and displaying the menus and attaching stylesheet.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

5 5133
Q:

How many A's are there in the following sequence which are immediately followed by B as well as immediately preceded by Z?

 

A M B Z A N A A B Z A B A Z B A P Z A B A Z A B 

A) Three B) Two
C) One D) More than three
 
Answer & Explanation Answer: A) Three

Explanation:

The letter A satisfying the following Structure ZAB

 

A M B Z A N A A B Z A B A Z B A P Z  A B A Z A B 

 

Answer (A) is correct

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test
Exam Prep: AIEEE , Bank Exams , CAT

5 7652
Q:

Which JSON framework is supported by iOS?

Answer

SBJson framework is supported by iOS. It is a JSON parser and generator for Objective-C. SBJson provides flexible APIs and additional control that makes JSON handling easier.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

5 7959
Q:

Which enzyme is present in all members of the animal kingdom except Protozoa?

A) Insulin B) Pepsin
C) Renin D) Amylase
 
Answer & Explanation Answer: D) Amylase

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

5 869