Interview Questions

Q:

What is the general syntax for accessing the namespace variable?

A) namespaceid::operator B) namespace,operator
C) namespace#operator D) none of the mentioned
 
Answer & Explanation Answer: A) namespaceid::operator

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

1 12317
Q:

Difference between %TYPE and %ROWTYPE.

Answer

%type is used to declare a field of a table while %rowtype is used to declare a record with the same type as specified in that table, view or cursor.


Example of %type:


DECLARE


         v_EmployeeName emp.ename%TYPE


 


Example of %rowtype


DECLARE


          v_empployee emp%ROWTYPE;

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

8 12275
Q:

What are SD37, SB37, SE37 abends?

Answer

All indicate dataset out of space. SD37 - no secondary allocation was specified. SB37 - end of vol. and no further volumes specified. SE37 - Max. of 16 extents already allocated.

Report Error

View answer Workspace Report Error Discuss

5 12128
Q:

How are this() and super() used with constructors?

Answer

Constructors use this to refer to another constructor in the same class with a different parameter list.


Constructors use super to invoke the superclass's constructor. If a constructor uses super, it must use it in the first line; otherwise, the compiler will complain.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 11927
Q:

What is another name for a real account in accounting? is it a permanent or a temporary account? Also, what is another name for a nominal account? is it a permanent or a temporary account ?

Answer

There are broadly  2 Type of accounts


1. Personnel Accounts


2. Impersonnel Accounts.


 


Personnel Accounts is an account maintained to record transactions with persons. Based on the classification of the persons personnel account can be of


1. Natural Personnel Account (Mr. Ram, Mr. Robert, Mr.Rahim)


2. Artificial Person (all entities like companies, banks, municipal corporations, all statutory or non statutory bodies)


3. Representative Person: Representing group transactions for group of persons like Salary Payable Account. Taxes payable account.


 


Where as Impersonnel Account shall be of Two types.


A. Real Account      B.Nominal Account.


Real Accounts are accounts to record transactions relating to Assets. Like Cash, Plant & Machinery etc., These type of accounts are permanent accounts.


Nominal Accounts are the accounts used to record the transactions relating to Income and Expenses. Like Salary, Power, Sales etc., At the end of the year all the nominal accounts are closed by transferring to Profit and loss account or Income and Expenditure account. The net differnce shall be carried forwarded to Balance Sheet.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

9 11896
Q:

Exception handling is targeted at

A) Compile time error B) Logical error
C) Run time error D) All of the above
 
Answer & Explanation Answer: C) Run time error

Explanation:
Report Error

View Answer Report Error Discuss

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

4 11855
Q:

What is the security aspects provided with cloud?

Answer

Security is one of the major aspects which come with any application and service used by the user. Companies or organizations remain much more concerned with the security provided with the cloud. There are many levels of security which has to be provided within cloud environment such as:


• Identity management: it authorizes the application service or hardware component to be used by authorized users.


• Access control: permissions has to be provided to the users so that they can control the access of other users who are entering the in the cloud environment.


• Authorization and authentication: provision should be made to allow the authorized and authenticated people only to access and change the applications and data.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

9 11604
Q:

PHP allows you to send emails directly from a script.

php allows you to send emails directly from a script

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

Explanation:

The mail() function allows you to send emails directly from a script.


 

Report Error

View Answer Workspace Report Error Discuss

Subject: PHP
Exam Prep: Bank Exams
Job Role: IT Trainer , Project Manager , Software Architect

10 11597