Web Development, XML, and Data Warehousing Fundamentals

Test your knowledge on HTML, XML, data warehouse concepts, and .NET programming fundamentals.

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Satyam was acquired by ____________

  1. Tech Mahindra
  2. IBM
  3. Oracle
  4. Wipro
Question 2 Multiple Choice (Single Answer)

This term suggests that the software secretly monitors the user’s behaviour. What term?

  1. Worms
  2. Spyware
  3. Adware
  4. Virus
Question 3 Multiple Choice (Single Answer)

“Video Audio Integration Operation” is associated with

  1. nVidia
  2. Panasonic
  3. Sony
  4. Nokia
Question 4 Multiple Choice (Single Answer)

World's fastest supercomputer is______________

  1. IBM Roadrunner
  2. Fujitsu Numerical Wind Tunnel
  3. Cray Jaguar
  4. Intel ASCI White
Question 5 Multiple Choice (Single Answer)

LINQ was first included in .net Framework in which of the following versions ?

  1. .net Framework 2
  2. .net Framework 3.5
  3. .net Framework 3
  4. .net Framework 1
Question 6 Multiple Choice (Single Answer)

Star schema

  1. One central Fact table surrounded by the dimensions.
  2. One central dimension table surrounded by the fact tables.
  3. One dimension table corresponding to Fact table.
  4. One Fact table corresponding to Fact table.
Question 7 Multiple Choice (Single Answer)

Slowly Changing- Type 2

  1. No history is maintained
  2. The key gets updated with the changed attributes
  3. History maintained
  4. new or prior attribute values
Question 8 True/False

Type 6 dimension is combination of Type 2 and Type 3

  1. True
  2. False
Question 9 True/False

Data warehouses usually store many months or years of data

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

How is the schema design in a data warehouse

  1. Normalized
  2. Denormalized
  3. both
  4. none
Question 11 True/False

If the grain of the fact table and the dimension table are same then to get them at the different level of grain we introduce the bridge table between the fact and the dimension.

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

What is the correct syntax of the declaration which defines the XML version?

  1. <?xml version="1.0"?>
  2. <?xml version="1.0" />
  3. <xml version="1.0" />
  4. <xml version=1.0 />
Question 13 True/False

This is a "well formed" XML document? AXA TCS Reminder Please COnfirm your acceptance

  1. True
  2. False
Question 14 True/False

XML elements cannot be empty

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

For the XML parser to ignore a certain section of your XML document, which syntax is correct?

  1. <![CDATA[ Text to be ignored ]]>
  2. <xml:CDATA[ Text to be ignored ]>
  3. <PCDATA> Text to be ignored </PCDATA>
  4. <CDATA> Text to be ignored </CDATA>
Question 16 Multiple Choice (Single Answer)

Choose the correct HTML tag for the largest heading

  1. <h1>
  2. <h6>
  3. <head>
  4. <heading>
Question 17 Multiple Choice (Single Answer)

What is the correct HTML for adding a background color?

  1. <background>yellow</background>
  2. <body background="yellow">
  3. <body style="background-color:yellow">
  4. <body style="background-color='yellow'">