Interview Questions

Q:

What is templates in AngularJS?

Answer

Templates are the rendered view with information from the controller and model. These can be a single file like index.html or multiple views in one page using "partials".

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 3229
Q:

What is an explicit constructor?

Answer

A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It’s purpose is reserved explicitly for construction

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

0 3228
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 3227
Q:

How To Open Outlook Explorer in VB Code?

Answer

Once can use the Shell function to call any Aplication in VB 6.0. For Outlook Express one can use, Shell (msimn.exe)

Report Error

View answer Workspace Report Error Discuss

0 3227
Q:

Market survey means...........

A) Market Research B) Market Planning
C) Marketing Strategies D) Market Monitoring
 
Answer & Explanation Answer: A) Market Research

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales

0 3226
Q:

What is a AngularJS?

Answer

AngularJS is a framework to build the large scale and high performance web application while keeping them as easy-to-maintain. These are the features of AngularJS framework.


AngularJS is a powerful Script based on JavaScript development framework to Implement RICH Internet Application (RIA).


AngularJS is a developers options to write client side application (using JavaScript) in a clean MVC (Model View Controller) side.


Application are written in AngularJS is also cross-browser compliant. AngularJS automatically handles JavaScript code suitable for any browser.


AngularJS is an open source, completely free, and used by large number of developers around the world. It is licensed under the Apache License version 2.0.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology
Job Role: Software Architect

0 3224
Q:

What is WHEN-Database-record trigger?

Answer

Fires when oracle forms first marks a record as an insert or an update. The trigger fires as soon as oracle forms determines through validation that the record should be processed by the next post or commit as an insert or update. Generally occurs only when the operators modifies the first item in the record, and after the operator attempts to navigate out of the item.

Report Error

View answer Workspace Report Error Discuss

6 3219
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 3218