Interview Questions

Q:

Who is contingent worker? can we run payroll for a contingent worker?

Answer

Contingent or temporary workers have little or no job security as their employment is based on a temporary
Contingent workers are not committed to the organization for a long run, as they know that they will be out of there in very short period of time

Report Error

View answer Workspace Report Error Discuss

0 1777
Q:

Would you lie for the company ?

Answer

This is one of the trickiest questions in the world of interviewing, as it pits two morals against each other − Loyalty verses Honesty.


In such cases, try to give an answer that’s as diplomatic as possible, like − I will never do anything that could cast a shadow on the company’s image and reputation. I will always consult with my seniors before taking a decision, so that they can guide me with their expertise and level of experience.

Report Error

View answer Workspace Report Error Discuss

3 1775
Q:

What is the procedure to check status of an activity in Android?

Answer

The status of an activity can be start and stop only. The start means the activity is up and running. It is in execution state and performing some actions. Whereas the stop state defines that the activity is being stopped and performing no action on the system. To see or check the status of an activity there is a command that has to be used like NEW_TASK_LAUNCH flag that keeps the track of all the activities that are running and the main command under which the flag resides is given as startActivity() call. To bring the activity stack in front of the process that is already running require the command mentioned above to be used. The activity can be started remotely by using the remote services. These services allow easy interaction with the client and provide the sample to show it on the local server.

Report Error

View answer Workspace Report Error Discuss

0 1768
Q:

How to set the cursor to wait in JavaScript?

Answer

The cursor can set to wait in JavaScript by using the property ‘cursor’ property. The following example illustrates the usage.


window.document.body.style.cursor = "wait"; 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1767
Q:

What is Blackberry technology?

Answer

BlackBerry is nothing but a handheld wireless device that is just like a two way pager.


It supports the features like mobile telephone, push e-mail, text messaging, web browsing, internet faxing.


In addition to these, all types of wireless information services and multi-touch interfaces are also included. 

Report Error

View answer Workspace Report Error Discuss

0 1765
Q:

What are the security measures that are taken to make Android secure?

Answer

Android uses many security measures to keep them away from the hackers. They have designed by making changes to the devices or installing a software service on the mobile. Android application uses sandbox that is very popular and allow limited access to the information that is very private and sensitive for the user. It allows the permissions to be set for the use of the information. The security measures that are provided by android is the use of the encryption of the messages that allow user to remain without worry about there phone security. They also consists of user terms and agreements that also taken care of. Most of the time android doesn't allow other applications to run on their system but it can be done by using different resources that are available on-line. As, android is open source it is not fully secure but lots of security issues are being solved for make it more popular and bug free.

Report Error

View answer Workspace Report Error Discuss

0 1764
Q:

What are the benefits achieved by payroll giving?

Answer

Payroll Giving enables employees to give to any UK charity straight from their gross salary (before tax is deducted), giving immediate tax relief of up to 40% on their donations

Report Error

View answer Workspace Report Error Discuss

0 1761
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

0 1761