TheTechWorld
-
Define and Implement An Indexing Strategy For Azure Cosmos DB for NOSQL #TestSeries
On what operations of NoSQL, a default index is created? Create, Update and Delete operations for any item are indexed and the index includes all the properties of the item. What operations are performed by default indexes? What are the components of setting an indexing policy? What is the use of Indexing Mode? This is Continue reading
-
Execute Queries In Azure Cosmos DB For NoSQL #TestSeries
Which keyword represents all in a sql query? * When writing a SQL query to fetch results from an item, does the name of the source matter? No Which keyword is used to return distinct values from a query? DISTINCT Which keyword is used to flatten the results of a query? VALUE If using VALUE Continue reading
-
Connect To Azure Cosmos DB For NoSQL With The SDK #Test Series
Which .NET SDK is used for connecting to azure cosmos DB? Microsoft.Azure.Cosmos library is the latest version of the .NET SDK for azure cosmos DB for NoSQL. The library is open source and is hosted online on GitHub at azure/azure-cosmos-dotnet-v3. Explain the following classes of the .NET SDK? Microsoft.Azure.Cosmos.CosmosClient – this is a client side Continue reading
-
Plan and Implement Azure Cosmos DB for No SQL #Test Series
How are containers partitioned? Containers are partitioned horizontally across across compute within an Azure region and distributed across all Azure regions you configure in your Azure Cosmos DB for NOSQL account. What types of throughput provisioning are provided by Azure Cosmos DB ? State whether true or false: What is the currency in azure cosmos Continue reading
-
Design for Azure Batch Solutions
Azure batch is used to run large scale applications in cloud. Without needing to modify the infrastructure, you can dynamically adjust resources. Azure batch is best when you don’t require a full control, however, need a cloud optimised solution for a high performing compute workload. It is effective for applications that run independently or need Continue reading
