-
General Knowledge
-
General Topics
- Abbreviations
- Books and Authors
- Famous Academies and Institutes
- First in India (Man)
- First in India (Women)
- Important Dates
- Famous Personalities
- Public Administration Science
- Astronomy
- Biology
- Botany
- Chemistry
- Physics
- Zoology
- Inventions and Scientists Geography
- Geographical Epithets India
- Geographical Epithets World
- Places Associated with Industries in India
- National Parks and Sanctuaries
- Towns on River Banks History
- Indian History and Culture
- Indian National Movement
- Indian Polity and Constitution
- Ancient Period in Indian History
- World History
- Governor General of India Culture
- Languages
- Indian Dance and Music
- Classical Dances of India
- Folk Dances in India and Tribal Dances in India
- Famous Dancers, Instrumentalists, Vocalists in India World
- First in the World
- Parliament Names
- United Nation Organizations (UNO)
- World's Famous News Agencies
- World Industries
- National Emblems
- Countries and Alternative Names
- Countries and Capitals
- View More topics...
- General Aptitude
- Problems on Ages
- Alligation and Mixture
- Area
- Arithmetic Progression
- Average
- Banker's Discount
- Boats and Streams
- Calendar
- Chain Rule
- Clock
- Compound Interest
- Decimal Fraction
- Height and Distance
- Logarithms
- Mensurations
- Numbers
- Odd Man Out and Series
- Partnership and Share
- Percentage
- Permutation and Combination
- Pipes and Cisterns
- Probability
- Problems on H.C.F and L.C.M
- Problems on Numbers
- Problems on Trains
- Profit and Loss
- Races and Games
- Ratio and Proportion
- Simple Interest
- Simplification
- Stocks and Shares
- Surds and Indices
- Time and Distance
- Time and Work
- True Discount
- Volume & Surface Areas
- General English
- Antonyms
- Synonyms
- Vocabulary Test
- One Word Substitution
- Sentence Completion
- Sentence Improvement
- Idioms & Phrases
- Homonyms
- Word Formation
- Active & Passive Voice
- Direct and Indirect Speech
- Spotting Errors
- Double Synonyms
- Choose the Appropriate Filter
- Spelling Test
- Transformation
- Reconstruction of Sentence
- Chooose the Correct or Incorrect Sentence
- Networking
- Interview Questions
-
Programming
- .NET
- Java
- ASP.NET
- C++
- Perl
- Python
- Ruby and Rails
- Struts
- Core Java
- Hibernate Database
- DB2
- MS SQL Server
- MySQL
- Oracle
- SQL
- DBMS
- Data Warehousing
- Data structures and Algorithms Cisco
- CCNA
- CCNP Routing
- CCNP Switching
- Internetworking
- Border Gateway Protocol Windows
- MCSE
- Exchange Server
- Windows Server 2008
- DNS & Active Directory
- Firewall Questions Linux
- Unix
- Linux Server Administrator
- Linux System Administrator
- Linux File Manipulation
- Database
- Home
- Networking
- MCSA Cloud Platform
Instructions
- Total Questions 20
- Each question carry 1 mark
- Must answer all the questions (otherwise report card will not be generated)
- If you dont want to take a test, simply click the check answers button and view all the answers with explanations
- Do Not Refresh the Page
- No Time Limit
- Good Luck :)
You Scored % - /
Correct Answers :
[B]
Explanation :
- A. Incorrect: Publish-AzureWebsite is the cmdlet used to publish the web application (or code) into a deployment slot of the website.
- B. Correct: New-AzureWebsite is the cmdlet used to create a new Azure website. At a minimum, you need to specify the location for the website and a unique DNS name.
- C. Incorrect: New-AzureWebsiteJob is the cmdlet used to create a WebJob.
- D. Incorrect: Set-AzureWebsite is the cmdlet used to set website properties, such as application settings, connection strings, framework versions, and more.
Correct Answers :
[A, C]
Explanation :
- A. Correct: Connection strings can be retrieved at runtime as environment variables. The environment variable name will have a prefix of SQLAZURECONNSTR_, SQLCONNSTR_, MYSQLCONNSTR_, or CUSTOMCONNSTR_.
- B. Incorrect: Handler mappings is not a setting that can be retrieved at runtime as an environment variable. The handler mapping is used to define a custom processing script for a particular file extension.
- C. Correct: Application settings can be retrieved at runtime as environment variables. The environment variable name will have a name starting with APPSETTING_.
- D. Incorrect: The .NET Framework version is a configuration setting in the site settings and is not something you define. You can only change its value.
Correct Answers :
[B, C, D]
Explanation :
- A. Incorrect: Application diagnostics is the other category of diagnostic logs. It is used to capture logging from the application.
- B. Correct: Web server logging is part of site diagnostics. It contains all requests to the website in W3C extended log file format.
- C. Correct: Detailed error messages is part of site diagnostics. It contains error information for requests that result in an HTTP 400 code or higher.
- D. Correct: Failed request tracing is part of site diagnostics. It contains information about failed requests to the website and also traces from the IIS components that were involved in processing the request. The Freb.xsl file is present in the same folder to enhance the viewing experience of the failed request log.
Correct Answers :
[B]
Explanation :
- A. Incorrect: Recurring schedule for weekday and weekend enables you to scale Monday through Friday and Saturday through Sunday.
- B. Correct: Recurring schedule for day and night enables you to indicate the start and end time for your day, and scale on that schedule.
- C. Incorrect: Specific schedule with a start time in the morning and an end time in the evening enables you to scale up or down during that time period only. It doesn't give you an option to scale up and down.
- D. Incorrect: Specific schedule with a start time in the evening and an end time in the morning enables you to scale up or down during that time period only. It doesn't give you an option to scale up and down.
Correct Answers :
[D]
Explanation :
- A. Incorrect: Standard (S2) meets all the requirements for the website but is not the most cost-effective choice.
- B. Incorrect: Basic (B3) meets all the requirements for the website but is not the most cost-effective choice.
- C. Incorrect: Shared doesn't meet any of the requirements.
- D. Correct: Basic (B2) meets all the requirements and is the most cost-effective choice.
Correct Answers :
[C, D]
Explanation :
- A. Incorrect: By default, the Stop-AzureVM cmdlet will put the virtual machine in the StoppedDeallocated state. If all of the virtual machines in the cloud service are in this state, the cloud service VIP is lost unless you have specified a reserved IP.
- B. Incorrect: Stopping a virtual machine using the Management portal will put the virtual machine in the StoppedDeallocated state. If all of the virtual machines in the cloud service are in this state the cloud service VIP is lost unless you have specified a reserved IP.
- C. Correct: Using the StayProvisioned parameter of Stop-AzureVM, or shutting the operating system down within the guest operating system, will put the virtual machine in the Stopped state, which does not release the cloud service VIP.
- D. Correct: Using a reserved IP address for the cloud service would also retain the IP address if all virtual machines in the cloud service were shutdown.
Correct Answers :
[A]
Explanation :
- A. Correct: An Azure data disk can be set to 1023 GB or roughly 1 TB.
- B. Incorrect: 64 TB is not a supported data disk size.
- C. Incorrect: 2 TB is not a supported data disk size.
- D. Incorrect: 127 GB is the correct size for the operating system disk but not a data disk.
Correct Answers :
[B]
Explanation :
- A. Incorrect: The Set-AzureServiceRemoteDesktopExtension cmdlet can enable Remote Desktop on a cloud service web or worker role instance. B. Correct: The Set-AzureVMAccessExtension cmdlet is used to reset the administrator username or password and can enable Remote Desktop if it is disabled. C. Incorrect: The Set-AzureServiceADDomainExtension cmdlet can be used to join a cloud service web or worker role instance to an Active Directory domain. D. Incorrect: The Add-AzureEndpoint cmdlet can be used to add an endpoint to a virtual machine.
Correct Answers :
[B]
Explanation :
- A. Incorrect: Adding load balanced endpoints can be accomplished using Azure PowerShell, but it is not required and can be configured through the management portal.
- B. Correct: Virtual machines must be created in the same cloud service in order to be part of the same load balanced set.
- C. Incorrect: While the management portal may occasionally need to be refreshed since the virtual machines are in separate cloud services, they still cannot be load balanced together.
- D. Incorrect: Virtual machines do not have to be in the same availability set to be load balanced (it is usually recommended though).
Correct Answers :
[B]
Explanation :
- A. Incorrect: For a given Availability Set, up to five non-user-configurable update domains are assigned and not 20.
- B. Correct: For a given Availability Set, five non-user-configurable update domains are assigned.
- C. Incorrect: For a given Availability Set, five non-user-configurable update domains are assigned and not 2.
- D. Incorrect: For a given Availability Set, five non-user-configurable update domains are assigned. An upgrade domain is not assigned per virtual machine.
Correct Answers :
[B]
Explanation :
Correct Answers :
[B]
Explanation :
- A. Incorrect: The default metrics do not include ASP.NET error data.
- B. Correct: Enabling the Azure Diagnostics virtual machine extension allows you to specify detailed metrics, such as ASP.NET Errors to capture for later analysis.
- C. Incorrect: This goal can be accomplished by using the Azure Diagnostics virtual machine extension.
- D. Incorrect: You are not required to instrument your application to capture this data. Diagnostics can capture it and make it available for later analysis.
Correct Answers :
[B, D]
Explanation :
- A. Incorrect: The Managed Cache is a caching service that is managed by Microsoft.
- B. Correct: A co-located cache is a valid topology for an In-Role Cache. In this topology, the cache uses the resources of the virtual machines hosting a web or worker role.
- C. Incorrect: The Redis Cache is the latest caching service that is managed by Microsoft.
- D. Correct: A dedicated cache is a valid topology for an In-Role Cache. In this topology, the cache is hosted on dedicated worker role instances and uses all the virtual machine resources.
Correct Answers :
[A, D]
Explanation :
- A. Correct: The cloud service package file (.cspkg) contains the roles that make up the cloud service.
- B. Incorrect: The cloud service definition file (.csdef) is used during the development of the cloud service to define the roles, virtual machine sizes, endpoints and other settings for the role.
- C. Incorrect: The Web.config file is a configuration file used by a web role or worker role. It is included as part of the cloud service package for each role in the cloud service.
- D. Correct: The cloud service configuration file (.cscfg) contains the configuration for the cloud service.
Correct Answers :
[B]
Explanation :
- A. Incorrect: The incoming messages metric indicates the rate at which message are being added to the queue.
- B. Correct: The length metric indicates how many messages are in the queue.
- C. Incorrect: The total requests metric indicates the number of requests to retrieve messages from the queue.
- D. Incorrect: The size metric indicates the total size of all the messages in the queue.
Correct Answers :
[C, D]
Explanation :
- A. Incorrect: Regenerating the key for a storage account hosting virtual machines can require changes such as shutting down the virtual machine first, or redeploying the virtual machine.
- B. Incorrect: There is no way to re-sync the key for virtual machines.
- C. Correct: If the virtual machines were not shut down prior to regenerating the key, redeployment is required.
- D. Correct: Shutting down the virtual machines before regenerating the key is the best approach.
Correct Answers :
[B]
Explanation :
- A. Incorrect: Container permission allows an anonymous user to enumerate and read all of the blobs in the container.
- B. Correct: Blob permission allows an anonymous user to read all of the blobs in the container but not enumerate them.
- C. Incorrect: Private/Off requires users to authenticate to the storage account and does not work for anonymous users.
- D. Incorrect: Anonymous access can be enabled through the Blob or Container permissions.
Correct Answers :
[C]
Explanation :
- A. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
- B. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
- C. Correct: Metric data is stored in a series of tables that begin with $Metric.
- D. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
Correct Answers :
[B]
Explanation :
- A. Incorrect: The Basic service tier can support a database with a maximum size of 2 GB.
- B. Correct: The Premium service tier can support a database with a maximum size of 500 GB.
- C. Incorrect: The Standard service tier can support a database with a maximum size of 250 GB.
- D. Incorrect: The Standard and Premium service tiers both support databases larger than 150 GB.
Correct Answers :
[C]
Explanation :
- A. Incorrect: Azure Backup can protect up to 1.5 TB of data per volume.
- B. Incorrect: Azure Backup can protect up to 1.5 TB of data per volume.
- C. Correct: Azure Backup can protect up to 1.5 TB of data per volume.
- D. Incorrect: Azure Backup can protect up to 1.5 TB of data per volume.
|
|
||||||||||||||||||||||||||||