Interview Questions

Q:

What are the operators available in dynamic memory allocation?

A) new B) delete
C) compare D) both a & b
 
Answer & Explanation Answer: D) both a & b

Explanation:

new and delete operators are mainly used to allocate and deallocate
during runtime.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3130
Q:

What do you mean by late binding?

Answer

Late binding refers to function calls that are not resolved until run time. Virtual functions are used to achieve late binding. When access is via a base pointer or reference, the virtual function actually called is determined by the type of object pointed to by the pointer.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 3128
Q:

What are trade receivables?

Answer

Trade receivables are amounts billed by a business to its customers when it delivers goods or services to them in the ordinary course of business. These billings are typically documented on formal invoices, which are summarized in an accounts receivable aging report. In the general ledger, trade receivables are recorded in a separate accounts receivable account, and are classified as current assets on the balance sheet if you expect to receive payment from customers within one year.


To record a trade receivable, the accounting software creates a debit to the accounts receivable account and a credit to the sales account when you complete an invoice. When the customer eventually pays the invoice, the accounting software records the cash receipt transaction with a debit to the cash account and a credit to the accounts receivable account.


Trade receivables vary from non trade receivables in that non trade receivables are for amounts owed to the company that fall outside of the normal course of business, such as employee advances or insurance reimbursements. Also, most or all of the transactions passing through the main accounts receivable account are generated by the accounting system, as you create customer invoices and credit memos, whereas the transactions recording non trade receivables nearly always involve journal entries.

Report Error

View answer Workspace Report Error Discuss

0 3122
Q:

What is C++

Answer

C++ is created by Bjarne Stroustrup of AT&T Bell Labs as an extension of C, C++ is an object-oriented computer language used in the development of enterprise and commercial applications. Microsoft’s Visual C++ became the premier language of choice among developers and programmers.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 3122
Q:

Financial statements are prepared in the following order.

A) Income statement - Balance sheet - Statement of retained earnings B) Income statement - Statement of retained earnings - Balance sheet
C) Balance sheet - Statement of retained earnings - Income statement D) Statement of retained earnings - Balance sheet - Income statement
 
Answer & Explanation Answer: B) Income statement - Statement of retained earnings - Balance sheet

Explanation:

The financial statements should be prepared in the following order:


Income statement - Statement of retained earnings - Balance sheet

 

1. Income statement reports revenues and expenses and calculates net income or net loss for the time period.

2. Statement of retained earnings show how retained earnings changed during the period due to net income or net loss and dividends.

3. Balance sheet reports assets, liabilities, and stockholders’ equity as of the last day of the period.

Report Error

View Answer Report Error Discuss

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

2 3118
Q:

How do I find out the number of parameters passed into function?

Answer func_num_args() function returns the number of parameters passed in.
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 3115
Q:

Which among the following validators allows checking if data of one control match with other control?

A) RangeValidator B) CompareValidator
C) RequiredFieldValidator D) None
 
Answer & Explanation Answer: B) CompareValidator

Explanation:

CompareValidator  allows checking if data of one control match with other control

Report Error

View Answer Report Error Discuss

Filed Under: .NET
Job Role: Software Architect

1 3114
Q:

What is Trail Balance?

Answer

After posting the all accounts in the Ledger a statement is prepared to showing debit and credit balances.Debit balances must be tally with the Credit side balance is called trial balance


 

Report Error

View answer Workspace Report Error Discuss

1 3111