Interview Questions

Q:

What is the function of an intent filter?

Answer

Because every component needs to indicate which intents they can respond to, intent filters are used to filter out intents that these components are willing to receive. One or more intent filters are possible, depending on the services and activities that is going to make use of it.

Report Error

View answer Workspace Report Error Discuss

0 1702
Q:

Is there anything that you do not like about your last or current job?

Answer

I was quite thrilled while joining my last job. Pointing to end, the number of challenges and opportunity to grow further started decreased. A challenge loving and development oriented person like me doesn’t enjoy this.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

0 1701
Q:

How to select more than one option from list in android xml file? Give an example.

Answer

Specify android id, layout height and width as depicted in the following example.


<ListView android:id="@+id/ListView01" android:layout_height="wrap_content" android:layout_width="fill_parent"></ListView>

Report Error

View answer Workspace Report Error Discuss

0 1698
Q:

What are the benefits achieved by computerized payroll system?

Answer

With the computerised payroll systems -


=>You saved a lot of your time,
=>Your accuracy and efficiency is increased by many times.
=>Your are free from small and small human mistakes in calculation and linking etc.
=>Once master data is updated(CTC,Reimbursement), rest is taken care by the systems once input is given as and when salary is processed.
=>Better control is exercised.

Report Error

View answer Workspace Report Error Discuss

0 1695
Q:

Can you do a job that requires you to stay on the phone all day?

Answer

Before you go for a job at a call center you should know that the focus of the job here is “voice” which needs you to be on phone for quite a long time. So, the interviewer expects a “Yes” as an answer to this question.

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

0 1693
Q:

What is user Account in Oracle database?

Answer

An user account is not a physical structure in Database but it is having important relationship to the objects in the database and will be having certain privileges. 95. When will the data in the snapshot log be used? - We must be able to create a after row trigger on table (i.e., it should be not be already available) After giving table privileges. We cannot specify snapshot log name because oracle uses the name of the master table in the name of the database objects that support its snapshot log. The master table name should be less than or equal to 23 characters. (The table name created will be MLOGS_tablename, and trigger name will be TLOGS name).

Report Error

View answer Workspace Report Error Discuss

1 1691
Q:

What is local storage concept in HTML 5?

Answer

Many times we would like to store information about the user locally in the computer. For example let’s say user has half-filled a long form and suddenly the internet connection breaks off. So the user would like you to store this information locally and when the internet comes back.He would like to get that information and send it to the server for storage.


Modern browsers have storage called as “Local storage” in which you can store this information.

Report Error

View answer Workspace Report Error Discuss

0 1681
Q:

Each of the following is a sleep disorder except

A) REM rebound B) Narcolepsy
C) Night terrors D) Insomnia
 
Answer & Explanation Answer: A) REM rebound

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Medical Interview

3 1675