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

  1. There is no primary key on the table.
  2. There is no identity column in the table.
  3. There is no data in the table.
  4. There is no clustered index on the table
  5. There is no partitioning on the table.

Correct Answer: 4


Question: How many times (minimum) must every piece of data be replicated before the commit process is considered to be complete?

  1. One
  2. Two
  3. Three
  4. Four

Correct Answer: 3


Question: In Windows Azure ,while generating a package using CSPack utility , you should supply name of

  1. Service’s service definition file name (.csdef file)
  2. Service’s configuration file name (.csfg file)
  3. Web config file name for web role and app.config file name for worker role(.config files)
  4. Solution file name (.sln file)

Correct Answer: 1


Question: Which of the following is true when for “RoleEnvironment.StatusCheck” event if the handler for StatusCheck returns Ready.

  1. The load balancer will stop sending incoming requests to that role instance.
  2. The role instance is prepared to receive requests from the load balancer.
  3. The role instance will not receive requests from the load balancer.
  4. The load balancer will stop sending incoming requests to that role instance and the role instance will not receive requests from the load balancer.

Correct Answer: 4


Question: Which of the following is/are true while deploying a windows azure application the configuration file :

  1. The service configuration file should always be named ServiceConfiguration.cscfg
  2. The service configuration file name can be *.cscfg
  3. The service configuration file should always be named ServiceConfiguration.config
  4. The service configuration file name can be *.config

Correct Answer: 2

Tagged , . Bookmark the permalink.

Leave a Reply