Web Development, XML, and Data Warehousing Fundamentals
Test your knowledge on HTML, XML, data warehouse concepts, and .NET programming fundamentals.
Questions
Satyam was acquired by ____________
- Tech Mahindra
- IBM
- Oracle
- Wipro
This term suggests that the software secretly monitors the user’s behaviour. What term?
- Worms
- Spyware
- Adware
- Virus
“Video Audio Integration Operation” is associated with
- nVidia
- Panasonic
- Sony
- Nokia
World's fastest supercomputer is______________
- IBM Roadrunner
- Fujitsu Numerical Wind Tunnel
- Cray Jaguar
- Intel ASCI White
LINQ was first included in .net Framework in which of the following versions ?
- .net Framework 2
- .net Framework 3.5
- .net Framework 3
- .net Framework 1
Star schema
- One central Fact table surrounded by the dimensions.
- One central dimension table surrounded by the fact tables.
- One dimension table corresponding to Fact table.
- One Fact table corresponding to Fact table.
Slowly Changing- Type 2
- No history is maintained
- The key gets updated with the changed attributes
- History maintained
- new or prior attribute values
Type 6 dimension is combination of Type 2 and Type 3
- True
- False
Data warehouses usually store many months or years of data
- True
- False
How is the schema design in a data warehouse
- Normalized
- Denormalized
- both
- none
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.
- True
- False
What is the correct syntax of the declaration which defines the XML version?
- <?xml version="1.0"?>
- <?xml version="1.0" />
- <xml version="1.0" />
- <xml version=1.0 />
This is a "well formed" XML document? AXA TCS Reminder Please COnfirm your acceptance
- True
- False
XML elements cannot be empty
- True
- False
For the XML parser to ignore a certain section of your XML document, which syntax is correct?
- <![CDATA[ Text to be ignored ]]>
- <xml:CDATA[ Text to be ignored ]>
- <PCDATA> Text to be ignored </PCDATA>
- <CDATA> Text to be ignored </CDATA>
Choose the correct HTML tag for the largest heading
- <h1>
- <h6>
- <head>
- <heading>
What is the correct HTML for adding a background color?
- <background>yellow</background>
- <body background="yellow">
- <body style="background-color:yellow">
- <body style="background-color='yellow'">