Interview Questions

Q:

ETCS means

A) Electronic Tax Collected at Source B) Electric Tax Collected at Source
C) Enable Tax Collected at Source D) Electrical Tax Collected at Source
 
Answer & Explanation Answer: A) Electronic Tax Collected at Source

Explanation:

Tax Collected at Source (TCS) is income tax collected in India payable by the seller who collects in turn from the buyer and it is provided under section 206C of Income Tax Act, 1961 at the sale of some goods which are specified.

E - TCS  is the process of filing TCS returns through electronic media. It is necessary for government and corporate collectors to file TCS returns in its electronic form. Collectors (other than government) have the provision to file TCS returns in physical form or electronic form.

Report Error

View Answer Report Error Discuss

Filed Under: Accounts Receivable
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 3587
Q:

What does an HTML tag do?

A) It specifies formatting and layout instructions for your web page B) It hides programming instructions from view
C) It determines the organizational structure of your Web site D) It connects your web site to an operating environment
 
Answer & Explanation Answer: A) It specifies formatting and layout instructions for your web page

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Web Technology

0 3587
Q:

What is FBT (Fringe Benefit Tax)?

Answer

The tax payable on a non-salary benefit provided to an employee or an associate of the employee. The employer is liable to pay any FBT and may choose to recover the FBT amount from the employee.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

3 3587
Q:

What is the difference between characters 23 and x23?

Answer The first one is octal 23, the second is hex 23
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 3586
Q:

State one similarity and difference between WHERE Clause and HAVING Clause?

Answer

Similarity: Both WHERE and HAVING Clause filters out records based on one or more conditions.


Difference: WHERE Clause can only be applied to a static non-aggregated column whereas HAVING is needed for aggregated columns.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

1 3584
Q:

Classify the Hashing Functions based on the various methods by which the key value is found.

Answer

Direct method,


 Subtraction method,


 Modulo-Division method,


 Digit-Extraction method,


 Mid-Square method,


 Folding method,


Pseudo-random method

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

5 3583
Q:

What are different file OPEN modes available in COBOL?

Answer

Open for INPUT, OUTPUT, I-O, EXTEND.


1.INPUT : for read only purpose


2.OUTPUT : for write only purpose


3.EXTEND : for appending records


4.I-O : for read and write(using EXTEND) purpose

Report Error

View answer Workspace Report Error Discuss

0 3578
Q:

Different access specifiers for the class member in C++

Answer

Access specifiers in C++ determines the scope of the class members.


Public: If a class member is public, it can be used anywhere without the access restrictions.


Private: if a class member is private, it can be used only by the members and friends of class.


Protected: If a class member is protected, it can be used only by the members and friends of class and the members and friends of classes derived from class.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

1 3575