Exam 70-583 : Designing and Developing Windows Azure Applications Part – 5

Question: Which of the following rightly explains Crash dumps Crash dumps logs information about Windows Azure application in event the application crashes Crash dumps logs information about Operating system in event of system crash Both 1 and 2 Crash dumps logs information about either Windows Azure application or Operating System… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 4

Question: What is the size limit of a Windows Azure Drive? 1 KB 1 MB 1 GB 1 TB 1 PB Correct Answer: 4 Question: Partition Key and Row Key make up the composite primary key of which data storage medium? SQL Azure Table Blob Queue Service Configuration File Correct… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 3

Question: CREATE TABLE Table1 (Col1 int, Col2 char(20)) INSERT INTO Table1 VALUES (1, ‘string1’) After running the above 2 statements in SQL Azure, one gets an error because There is no primary key on the table. There is no identity column in the table. There is no data in the… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 2

Question: In SQL Azure, a business edition database can have a MAXSIZE value of 10 GB, 20 GB, 30 GB, 40 GB, or 50 GB. 10 GB or 50 GB 10 GB or 100 TB 1 GB, 10 GB or 50 GB 5GB, 50 GB Correct Answer: 1 Question: Which… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 1

Question: How can you persist state of a Windows Azure storage services? Using VM role Using Blobs alone Using Blobs and Drives Using Blobs , Drives and VM role Correct Answer: 3 Question: The table storage of windows azure storage service supports data access via REST API ADO.NET data services… Continue reading