Interview Questions

Q:

What do you know about Intents?

Answer

- Notification messages to the user from an Android enabled device can be displayed using Intents.


- There are two types of Intents - Explicit Intent, Implicit Intent.


 


Implicit Intent:


- In case of Implicit Intent, an intent is just declared. 


- It is for the platform to find an activity that can respond to it.


- Since the target component is not declared, it is used for activating components of other applications.


 


Explicit Intent


- Explicit intent specifies the particular activity that should respond to the intent. 


- They are used for application internal messages.

Report Error

View answer Workspace Report Error Discuss

0 1824
Q:

During the last year, when your replacement hasn't shown up and your manager asked you to stay late, what percentage of the time have you stayed late?

Answer

Sample Answers :


(i) More Often 90%


(ii) 75% i stay when possible. sometimes there are other things that have to be done or plans that have already been made.

Report Error

View answer Workspace Report Error Discuss

2 1822
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 1821
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 1810
Q:

How would you go about increasing the buffer cache hit ratio?

Answer

Use the buffer cache advisory over a given workload and then query the v$db_cache_advice table. If a change was necessary then I would use the alter system set db_cache_size command.

Report Error

View answer Workspace Report Error Discuss

46 1809
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 1807
Q:

The primary goals of Six Sigma are to improve

Answer

The primary goals of Six Sigma are to improve profits by eliminating variability, defects and waste that undermine customer loyalty i.e, increasing the customer satisfaction.


What is Six Sigma ?


Six Sigma is a systematic methodology that provides businesses with the tools to improve the capability of their business processes. This increase in performance and decrease in process variation leads to defect reduction and vast improvement in profits, employee morale and quality of product.


Key Elements of Six Sigma :


1. Strategy
2. Tactics
3. Culture.

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing
Job Role: Analyst , Project Manager

3 1800
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 1800