Interview Questions

Q:

What is the managed execution process?

Answer

Managed execution process is a process where CLR executes the managed code. The steps involved in this process are:



  1.  Choosing the right compiler

  2.  Compiling the code to MSIL. This also generates the required metadata.

  3.  Compile the MSIL ode to native machine code.

  4. Executing the code with the variety of services available

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 3147
Q:

Which is best for coding the standard libary for c++?

A) no trailing underscores on names B) complex objects are returned by value
C) have a member-swap() D) All of the mentioned
 
Answer & Explanation Answer: D) All of the mentioned

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3146
Q:

What is exemption limit of gratuity

Answer

It is Rs. 10,00,000 now.

Report Error

View answer Workspace Report Error Discuss

0 3142
Q:

What is the difference between a JDK and a JVM?

Answer

JDK is Java Development Kit which is for development purpose and it includes execution environment also.


JVM is Java Virtual Machine which is a run time environment for the compiled java class files .Hence you will not be able to compile your source files using a JVM.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3142
Q:

Are you certified in CPR, First Aid, and AED?

Answer

Here the intention of the interviewer is to know that whether you are certified medical assistant or not.


NOTE ::


Before the interview, be sure to check if your certifications are still valid. Remember that the Red Cross’s First Aid/CPR/AED certifications last for only 2 years, so it’s important to set a reminder to get re-certified after 2 years.


 


Sample Answer ::


First Aid, CPR, and AED training was part of my medical assistant training, and my Red Cross certifications are still valid for 20 more months. I understand that I need to take review courses every two years to get re-certified.

Report Error

View answer Workspace Report Error Discuss

5 3139
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 3137
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 3133
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 3131