Technology Questions

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 1429
Q:

What are sensors in iphone?

Answer

 The proximity sensor immediately turns off the display when the iPhone is lifted to ear. With this sensor the power is saved and accidental dialing is prevented.

The display is automatically brightens the iPhone by the ambient light sensor when the sunlight or bright rooms and dims in darker places. 

Report Error

View answer Workspace Report Error Discuss

0 1423
Q:

Explain the difference between Template and Table ?

Answer

The difference between the table and template is that, table is a dynamic and template is a static.

Report Error

View answer Workspace Report Error Discuss

3 1418
Q:

What is a DBA?

Answer

A DBA is a Database Administrator, and this is the most common job that you find a database specialist doing. There are Development DBAs and Production DBAs.


- A Development DBA usually works closely with a team of developers and gets more involved in design decisions, giving advice on performance and writing good SQL.


  That can be satisfying at a human level because you are part of a team and you share the satisfaction of the teams accomplishments.


- A Production DBA (on the other hand) is responsible for maintaining Databases within an organization, so it is a very difficult and demanding job. He or she, often gets involved when all the design decisions have been made, and has simply to keep things up and running.


  Therefore, of course, it is also a rewarding job, both financially and in terms of job satisfaction. But it is a more "lonely" job than being a Development DBA.


Report Error

View answer Workspace Report Error Discuss

0 1412
Q:

What is a Universe?

Answer

A universe is a business-oriented mapping of the data structure found in databases: tables, columns, joins, etc. It can represent any specific application, system, or group of users. For example, a universe can relate to a department in a company such as marketing or accounting.


In the BusinessObjects User module, universes enable end users to build queries from which they can generate and perform analysis.

Report Error

View answer Workspace Report Error Discuss

0 1408
Q:

How can you enable a trace for a session?

Answer

Use the DBMS_SESSION.SET_SQL_TRACE or


Use ALTER SESSION SET SQL_TRACE = TRUE;

Report Error

View answer Workspace Report Error Discuss

0 1407
Q:

Which best describes the practice of outsourcing?

Answer

 


In business, outsourcing is an agreement in which one company contracts its own internal activity to different company. It involves the contracting out of a business process (e.g. payroll processing, claims processing) and operational, and/or non-core functions (e.g. manufacturing, facility management, call center support) to another party (see also business process outsourcing).


 


A company moves some of its jobs to another country and employing workers in other countries to save on labor costs best describes the practice of outsourcing.

Report Error

View answer Workspace Report Error Discuss

Subject: Business Intelligence Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1406
Q:

Give example scenarios when an application goes into InActive state?

Answer

An app can get into InActive state when the user locks the screen or the system prompts the user to respond to some event e.g. SMS message, incoming call etc.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

2 1403