Tag: technology

Questions Related to technology

  1. Two controllers used to write data and faster than disk mirroring

  2. Spread data between multiple drives

  3. The process of reading and writing data on two drives simultaneously

  4. Disk striping with parity


Correct Option: A
  1. $_GET

  2. $_POSTS

  3. $_GETS

  4. All the above


Correct Option: A
  1. $$name denote variable variable

  2. $name denote variable variable

  3. $name denote variable

  4. None of the Above


Correct Option: B
  1. session_start()

  2. session_init()

  3. session_boot()

  4. None of the Above


Correct Option: A
  1. Create each procedure with a distinct name followed by a semi-colon and a group name.

  2. Create each procedure with a distinct name followed by a semi-colon and a group number.

  3. Create each procedure with the same name followed by a semi-colon and a group name.

  4. Create each procedure with the same name followed by a semi-colon and a distinct number.


Correct Option: D
  1. Convert the XML documents to relational data and then store them within the database

  2. Create a table that uses XML as the data type for the column that will store the XML documents.

  3. Nothing. You can not store XML documents within a SQL Server 2005 database

  4. Create a table that uses nvarchar(max) as the data type for the column that will store the XML documents


Correct Option: D