Interview Questions

Q:

What is Uniform Data Access Integration?

Answer

- UDAI places the data in the source systems.


- A set of views are defined for providing access the unified view to the clients / customers.


- Zero latency of data can be propagated from the source system.


- The generated consolidated data need not require separate storage space.


- Data history and version management is limited and applied only to the similar type of data.


- Accessing to the user data overloads on the source systems.

Report Error

View answer Workspace Report Error Discuss

0 3386
Q:

What is factory method in AngularJS ?

A) It generates the facts and figures B) It is used to create the service
C) It is used to calculate the factorial of a number D) All the above
 
Answer & Explanation Answer: B) It is used to create the service

Explanation:

In general, Services are Javscript functions and are responsible to do a specific tasks. Factories implements module pattern in which we use a factory method to generate an object which is use for building models.

It's syntax is
module.factory('factoryName', function);

Report Error

View Answer Report Error Discuss

Filed Under: Web Technology
Job Role: Analyst , Software Architect

1 3383
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 3381
Q:

What is a bad debt provision?

Answer

A bad debt provision is a reserve that you build up over time against the future recognition of specific accounts receivable as being uncollectible. Thus, if a company has issued invoices for a total of $1 million to its customers in a given month, and has a historical experience of 5% bad debts on its billings, it would be justified in creating a bad debt provision for $50,000 (which is 5% of $1 million).


It is impossible to know the exact amount of bad debts that will occur at some point in the future from the current account receivable, so it is entirely normal to continually readjust the bad debt provision, as you gain a greater understanding of how collectible the accounts receivable really are. These adjustments may lead to future increases or decreases in the bad debt expense. Since these adjustments can be viewed as a means of manipulating a company's reported profits, you should fully document your reasons for making the adjustments.


You would create a bad debt provision with a debit to the bad debt expense account, and a credit to the bad debt provision account. The bad debt provision account is an accounts receivable contra account, which means that it contains a balance that is the reverse of the normal debit balance found in the associated accounts receivable account. Later, when a specific invoice is found to be uncollectible, you create a credit memo in the accounting software for the amount of the invoice that is uncollectible. The credit memo reduces the bad debt provision account with a debit, and reduces the accounts receivable account with a credit. Thus, the initial creation of the bad debt provision creates an expense, while the later reduction of the bad debt provision against the accounts receivable balance is merely a reduction in offsetting accounts on the balance sheet, with no further impact on the income statement.


The reason for a bad debt provision is that, under the matching principle, you should match revenues with related expenses in the same accounting period. Doing so shows the full effect of a billed sale transaction in a single accounting period. If you were to not use a bad debt provision, and instead used the direct write off method to only charge bad debts to expense when you were certain that a specific invoice was not collectible, then the charge to expense might be many months later than the initial revenue recognition associated with the billing. Thus, under the direct write off method, profits will be too high in the period of the billing to the customer, and too low in the later period when you finally charge some portion or all of an invoice to the bad debt expense.

Report Error

View answer Workspace Report Error Discuss

0 3381
Q:

What is the impact of declaring a method as final?

Answer A method declared as final can't be overridden. A sub-class can't have the same method signature with a different implementation.
Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 3376
Q:

What Is Inflaition?

Answer

In economic terms, inflation is the rise in the prices of goods and services in the given economy over a period of time. As the prices rise, each unit of the country's currency will buy fewer goods and services.


when the purchasing power of a currency go down then more money comes to the market it is called inflation.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

2 3373
Q:

What is an accrued receivable?

Answer

An accrued receivable is either a trade receivable or a non trade receivable for which a business has earned revenue, but for which it has not yet issued an invoice to the customer. You normally create an accrued receivable in either of the following scenarios:

* Milestone. A milestone has been reached in a contract with a customer, where you are clearly entitled to a specific, pre-defined amount, but the contract does not yet allow you to issue an invoice; or
* Services. The contract with the customer states that the customer will pay you for hours worked, rather than for a specific work product. For example, there may be 10 hours of work that will eventually be billed at a rate of $80 per hour, so you accrue the receivable for $800.

The journal entry to create an accrued receivable is a debit to an accounts receivable account, and a credit to the revenue account. It may be useful to create a unique general ledger account for accrued receivables, rather than using the main trade receivables account, in order to clearly show these transactions. In addition, you should set these journal entries to automatically reverse themselves in the next accounting period; you would then replace the accrual in the next period with the actual invoice (assuming that there is a billing event in the next period). If you are unable to create an invoice in the next period, then you should continue to accrue and reverse the revenue and accrued receivable in every period on a cumulative basis until you can eventually issue an invoice.

For example, ABC International has completed a milestone in a project to install a dam, though it is not allowed under the contract to issue an invoice more frequently than once a quarter. It therefore accrues revenue and a receivable of $50,000 at the end of January. The journal entry automatically reverses at the beginning of February. ABC then earns another $30,000 on the next project milestone in February, but is still contractually unable to issue an invoice. It therefore accrues revenue and a receivable of $80,000 in February. The journal entry automatically reverses at the beginning of March. ABC then earns another $70,000 on the next project milestone in March. It is allowed to issue a quarterly invoice at the end of March, so it issues an invoice for $150,000. By using accruals, ABC has recognized $50,000 of revenue and receivables in January, $30,000 in February, and $70,000 in March, rather than recognizing all $150,000 in March, when it issues an invoice to the customer.

You should not use accrued receivables if you cannot justify to an auditor that there is a clear obligation by the customer to pay the company for the amount of the accrued receivable. Otherwise, there is a presumption that the business has not yet reached the point where the customer has a clear obligation to pay. If you use accrued receivables, expect auditors to pay particular attention to their justification. For example, you should not accrue receivables in a case where a business is providing services under a fixed fee contract, and it earns revenue only when the entire project is complete and approved by the customer. Revenue has not really been earned prior to completion, so there should be no accrual prior to that point.

Report Error

View answer Workspace Report Error Discuss

0 3373
Q:

What is Ribbon ?

Answer

Ribbon is the term used as a replacement to the menu bar and toolbars in the older Microsoft Office versions. Under the ribbon, file menu items and toolbar buttons were grouped according to their functionality. It made these functions much accessible on the main interface, with the most commonly used buttons being shown instantly.

Report Error

View answer Workspace Report Error Discuss

9 3371