Interview Questions

Q:

What do you meant by "triple X" in Networks?

Answer

The function of PAD (Packet Assembler Disassembler) is described in a document known as X.3. The standard protocol has been defined between the terminal and the PAD, called X.28; another standard protocol exists between hte PAD and the network, called X.29. 

Report Error

View answer Workspace Report Error Discuss

1 3323
Q:

Where does the standard exception classes are grouped?

A) namespace std B) error
C) catch D) none of these
 
Answer & Explanation Answer: A) namespace std

Explanation:

:As these are standard exceptions, they need to be defined in the standard block, So it is defined under namespace std.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3320
Q:

What is the purpose of reserved word using in C#?

Answer

A keyword that specifies that types in a particular nemespace can be referred to without requiring their full qualified type names. 'using' reserved word always come with namespaces. eg. using systems so because of this useful classes supplied by Microsoft which are contained by system namespace are availble for user.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 3320
Q:

What do you mean by undeclared and undefined variables ?

Answer

Difference between undeclared and undefined variables is defined as


Undeclared variables are those that do not exist in a program and are not declared. If the program tries to read the value of an undeclared variable, then a runtime error is encountered.


Undefined variables are those that are declared in the program but have not been given any value. If the program tries to read the value of an undefined variable, an undefined value is returned.

Report Error

View answer Workspace Report Error Discuss

4 3315
Q:

What are payroll inputs? Does it changes from company to company?

Answer

Payroll input includes: Monthly,Qtrly,Yearly payments,adjustements, recoveries etc.
Inputs can be received either from HR or finance or both.

Current month New joinees, resignees recovery's etc.

Yes, inputs changes company to company

Report Error

View answer Workspace Report Error Discuss

0 3311
Q:

The largest component of National Income in India is ____ ?

A) Service Sector B) Industrial Sector
C) Agriculture Sector D) Trade Sector
 
Answer & Explanation Answer: A) Service Sector

Explanation:

The  largest component of National income is service sector.

Report Error

View Answer Report Error Discuss

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

6 3310
Q:

What do you understand by Open Item Managed Account?

Answer

Open item management ensures that all items that have not yet been cleared are available in the system. Only after every open item in a document is cleared can a document be archived.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

0 3308
Q:

Name some situations in which a leader may fail. Tell me about a time when you fail as a leader?

Answer

Tips :


Occasionally some things go out of control of leaders such as the suitable skill pool in the organization, deadline, and the economic situation. The failure can happen if the employees are unconcerned and negative. In leadership interview questions, the interviewer wants to know your way in resolving the difficult situations, so you should concentrate on analyzing the failure and draw the experience from it. The way you used the difficulties to design the policies and trainings. Show your bravery to face with the failure and ready to recover and continue going on.

Report Error

View answer Workspace Report Error Discuss

8 3307