Technology Questions

Q:

Cell references in a formula are called

Answer

Cell references in a formula are called Assumptions rather than constant values.



All cell references are relative references by default. When copied across multiple cells, they change based on the relative position of rows and columns.

Report Error

View answer Workspace Report Error Discuss

0 1303
Q:

Explain the SQL Server 2005 Business Intelligence components.

Answer

- SQL Server Integration Services:- Used for data transformation and creation. Used in data acquisition form a source system.


- SQL Server Analysis Services: Allows data discovery using data mining. Using business logic it supports data enhancement.


- SQL Server Reporting Services:- Used for Data presentation and distribution access. 

Report Error

View answer Workspace Report Error Discuss

0 1299
Q:

Explain about the applications that can be used with iphone

Answer

 - Technology, Entertainment and Design(TED): Allows to watch and listen to world’s most fascinating people have to say, all on the iPhone.
 - Market Watch: Breaking news about the investments can be seen. To do so, open the Stocks app and rotate.
 - Trends: Latest runway shows, videos from Vogue’s fashion library, reviews, exclusive party pictures, fashion news updates can be seen on Style.com. 

Report Error

View answer Workspace Report Error Discuss

0 1296
Q:

What are the Referential actions supported by FOREIGN KEY integrity constraint?

Answer

UPDATE and DELETE Restrict - A referential integrity rule that disallows the update or deletion of referenced data. DELETE Cascade - When a referenced row is deleted all associated dependent rows are deleted.

Report Error

View answer Workspace Report Error Discuss

0 1291
Q:

Explain the correct way to manage Outlets memory?

Answer

Create them as properties in the header that are retained. In the viewDidUnload set the outlets to nil(i.e self.outlet = nil). Finally in dealloc make sure to release the outlet.

Report Error

View answer Workspace Report Error Discuss

0 1290
Q:

What are datasets?

Answer

The sequential files (processed on application server) are called datasets. They are used for file handling in SAP.


 

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1288
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 1283
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 1278