<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Madanswer Technologies Interview Questions Data|Agile|DevOPs|Python - Recent questions and answers in NoSQL</title>
<link>https://madanswer.com/qa/nosql</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: nosql database revolution questions and answers</title>
<link>https://madanswer.com/29741/nosql-database-revolution-questions-and-answers?show=72909#a72909</link>
<description>What is NoSQL?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL stands for &amp;quot;not only SQL.&amp;quot; It&amp;#039;s a type of database that doesn&amp;#039;t use a traditional relational data model.&lt;br /&gt;
&lt;br /&gt;
Why was NoSQL created?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL was created to handle the challenges of big data, including the need for scalability, flexibility, and high performance.&lt;br /&gt;
&lt;br /&gt;
What are some examples of NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: MongoDB, Cassandra, Couchbase, HBase, and DynamoDB are all examples of NoSQL databases.&lt;br /&gt;
&lt;br /&gt;
What are the advantages of NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases are highly scalable, flexible, and can handle large amounts of unstructured data. They also have low latency and high availability.&lt;br /&gt;
&lt;br /&gt;
What are the disadvantages of NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases can be more difficult to query and can lack some of the features of traditional relational databases, such as transactions.&lt;br /&gt;
&lt;br /&gt;
What types of data are best suited for NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases are best suited for unstructured or semi-structured data, such as documents, images, and videos.&lt;br /&gt;
&lt;br /&gt;
What are the different types of NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases can be categorized into four types: key-value stores, document stores, column-family stores, and graph databases.&lt;br /&gt;
&lt;br /&gt;
What is a key-value store?&lt;br /&gt;
&lt;br /&gt;
Answer: A key-value store is a NoSQL database that stores data as a collection of key-value pairs. Examples include Redis and Riak.&lt;br /&gt;
&lt;br /&gt;
What is a document store?&lt;br /&gt;
&lt;br /&gt;
Answer: A document store is a NoSQL database that stores data as documents, typically in JSON or BSON format. Examples include MongoDB and Couchbase.&lt;br /&gt;
&lt;br /&gt;
What is a column-family store?&lt;br /&gt;
&lt;br /&gt;
Answer: A column-family store is a NoSQL database that stores data as columns instead of rows. Examples include Cassandra and HBase.&lt;br /&gt;
&lt;br /&gt;
What is a graph database?&lt;br /&gt;
&lt;br /&gt;
Answer: A graph database is a NoSQL database that stores data in a graph structure, where nodes represent entities and edges represent relationships between them. Examples include Neo4j and OrientDB.&lt;br /&gt;
&lt;br /&gt;
What is sharding in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Sharding is the process of dividing a large dataset into smaller parts and distributing them across multiple servers.&lt;br /&gt;
&lt;br /&gt;
What is replication in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Replication is the process of copying data from one server to another to ensure redundancy and high availability.&lt;br /&gt;
&lt;br /&gt;
What is CAP theorem in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: CAP theorem states that a distributed system can only guarantee two out of three properties: consistency, availability, and partition tolerance.&lt;br /&gt;
&lt;br /&gt;
How do NoSQL databases handle ACID transactions?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases often use a form of eventual consistency instead of full ACID compliance, allowing for greater scalability and availability.&lt;br /&gt;
&lt;br /&gt;
How does data modeling differ in NoSQL databases compared to relational databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Data modeling in NoSQL databases is typically more flexible and can be based on the needs of the application rather than a predefined schema.&lt;br /&gt;
&lt;br /&gt;
What is document-oriented modeling?&lt;br /&gt;
&lt;br /&gt;
Answer: Document-oriented modeling is a type of data modeling used in document stores, where data is stored as documents rather than in tables with fixed schemas.&lt;br /&gt;
&lt;br /&gt;
What is a schemaless database?&lt;br /&gt;
&lt;br /&gt;
Answer: A schemaless database is a database that doesn&amp;#039;t enforce a fixed schema, allowing for greater flexibility and adaptability.&lt;br /&gt;
&lt;br /&gt;
What is a map-reduce operation?&lt;br /&gt;
&lt;br /&gt;
Answer: Map-reduce is a data processing technique used in NoSQL databases to process large amounts of data in parallel.&lt;br /&gt;
&lt;br /&gt;
What is the difference between NoSQL and SQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases are designed to handle unstructured or semi-structured data, while SQL databases are designed for structured data.&lt;br /&gt;
&lt;br /&gt;
What is denormalization in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Denormalization is the process of adding redundant data to a NoSQL database to improve query performance.&lt;br /&gt;
&lt;br /&gt;
What is indexing in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Indexing is the process of creating data structures that allow for fast searching and querying of data in a NoSQL database.&lt;br /&gt;
&lt;br /&gt;
What is a distributed database?&lt;br /&gt;
&lt;br /&gt;
Answer: A distributed database is a database that is spread across multiple servers or nodes.&lt;br /&gt;
&lt;br /&gt;
How does a distributed database differ from a traditional database?&lt;br /&gt;
&lt;br /&gt;
Answer: A distributed database allows for better scalability, availability, and fault tolerance compared to a traditional database.&lt;br /&gt;
&lt;br /&gt;
What is a document-oriented database?&lt;br /&gt;
&lt;br /&gt;
Answer: A document-oriented database is a type of NoSQL database that stores data as documents.&lt;br /&gt;
&lt;br /&gt;
What is a graph database?&lt;br /&gt;
&lt;br /&gt;
Answer: A graph database is a type of NoSQL database that stores data in a graph structure.&lt;br /&gt;
&lt;br /&gt;
What is a column-family database?&lt;br /&gt;
&lt;br /&gt;
Answer: A column-family database is a type of NoSQL database that stores data in a column-oriented fashion.&lt;br /&gt;
&lt;br /&gt;
What is the purpose of a NoSQL database?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases are designed to handle big data and provide better scalability, flexibility, and performance compared to traditional databases.&lt;br /&gt;
&lt;br /&gt;
How does NoSQL handle data consistency?&lt;br /&gt;
&lt;br /&gt;
Answer: NoSQL databases often use eventual consistency instead of strict consistency to ensure high availability and scalability.&lt;br /&gt;
&lt;br /&gt;
What is the difference between horizontal and vertical scaling?&lt;br /&gt;
&lt;br /&gt;
Answer: Horizontal scaling involves adding more servers to handle increased load, while vertical scaling involves adding more resources to a single server.&lt;br /&gt;
&lt;br /&gt;
What is the role of a distributed cache in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: A distributed cache can be used in NoSQL databases to improve query performance and reduce the load on the database.&lt;br /&gt;
&lt;br /&gt;
What is ACID compliance?&lt;br /&gt;
&lt;br /&gt;
Answer: ACID compliance refers to a set of properties that ensure reliable data processing and storage, including atomicity, consistency, isolation, and durability.&lt;br /&gt;
&lt;br /&gt;
How does eventual consistency work in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Eventual consistency allows for updates to propagate to all nodes in a distributed system over time, rather than enforcing strict consistency at all times.&lt;br /&gt;
&lt;br /&gt;
What is the difference between a document and a row in a NoSQL database?&lt;br /&gt;
&lt;br /&gt;
Answer: A document is a self-contained unit of data, typically stored as a JSON or BSON object, while a row is a unit of data in a table with a fixed schema.&lt;br /&gt;
&lt;br /&gt;
What is the role of sharding in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Sharding allows for better scalability by distributing data across multiple servers.&lt;br /&gt;
&lt;br /&gt;
What is the role of replication in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Replication ensures high availability and fault tolerance by copying data to multiple servers.&lt;br /&gt;
&lt;br /&gt;
What is the difference between a primary key and a partition key in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: A primary key uniquely identifies a record in a database, while a partition key is used to partition data across multiple servers.&lt;br /&gt;
&lt;br /&gt;
What is a NoSQL data warehouse?&lt;br /&gt;
&lt;br /&gt;
Answer: A NoSQL data warehouse is a type of database used for storing and analyzing large amounts of data.&lt;br /&gt;
&lt;br /&gt;
What is the role of caching in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Caching can be used to improve query performance and reduce the load on the database by storing frequently accessed data in memory.&lt;br /&gt;
&lt;br /&gt;
What is the difference between a distributed database and a federated database?&lt;br /&gt;
&lt;br /&gt;
Answer: A distributed database is a single database spread across multiple servers, while a federated database is a collection of databases that appear as a single database.&lt;br /&gt;
&lt;br /&gt;
What is the role of indexes in NoSQL databases?&lt;br /&gt;
&lt;br /&gt;
Answer: Indexes allow for fast searching and querying of data in a NoSQL database.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/29741/nosql-database-revolution-questions-and-answers?show=72909#a72909</guid>
<pubDate>Fri, 05 May 2023 17:50:05 +0000</pubDate>
</item>
<item>
<title>Answered: Top 50+ NoSQL Skill Assessment  Quiz 2022</title>
<link>https://madanswer.com/63575/top-50-nosql-skill-assessment-quiz-2022?show=63576#a63576</link>
<description>
&lt;p&gt;Q1. Which types of indexes are available in Cosmos DB?&lt;/p&gt;&lt;p&gt;&amp;nbsp;a. range and spatial&lt;/p&gt;&lt;p&gt;&amp;nbsp;b. secondary and primary key&lt;/p&gt;&lt;p&gt;&amp;nbsp;c. secondary and spatial&lt;/p&gt;&lt;p&gt;&amp;nbsp;d. range and primary key&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Correct Answer is: - range and spatial&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q2. You want to connect a DynamoDB stream to AWS Lambda function?&lt;/p&gt;&lt;p&gt;a. DynamoDB table&lt;/p&gt;&lt;p&gt;b. DynamoDB trigger&lt;/p&gt;&lt;p&gt;c. DynamoDB item&lt;/p&gt;&lt;p&gt;d. DynamoDB index&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; DynamoDB trigger&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q3. To index a field that holds an array value in MongoDB, which index type do you create?&lt;/p&gt;&lt;p&gt;a. partial&lt;/p&gt;&lt;p&gt;b. sparse&lt;/p&gt;&lt;p&gt;c. compound&lt;/p&gt;&lt;p&gt;d. multikey&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: - multikey&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q4. You want to test HBASE on your laptop using the fewest number of steps. What do you do?&lt;/p&gt;&lt;p&gt;a. Set up Hadoop in pseudo-distributed mode.&lt;/p&gt;&lt;p&gt;b. Set up HBASE in local mode.&lt;/p&gt;&lt;p&gt;c. Set up HBASE in pseudo-distributed mode.&lt;/p&gt;&lt;p&gt;d. Set up Hadoop in local mode.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Set up HBASE in pseudo-distributed mode.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q5. You need to create a document database that supports database triggers. Which NoSQL database should you use?&lt;/p&gt;&lt;p&gt;a. DynamoDB&lt;/p&gt;&lt;p&gt;b. BigTable&lt;/p&gt;&lt;p&gt;c. Redis&lt;/p&gt;&lt;p&gt;d. MongoDB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- DynamoDB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q6. What is recommended size for Redis keys?&lt;/p&gt;&lt;p&gt;a. medium&lt;/p&gt;&lt;p&gt;b. short&lt;/p&gt;&lt;p&gt;c. single bit&lt;/p&gt;&lt;p&gt;d. long&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- short&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q7. What does redis use to sort the elements of a sorted set?&lt;/p&gt;&lt;p&gt;a. Scores.&lt;/p&gt;&lt;p&gt;b. Ids.&lt;/p&gt;&lt;p&gt;c. Values.&lt;/p&gt;&lt;p&gt;d. Keys.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- Keys&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q8. You need to change the shard key of an existing MongoDB collection. What do you do?&lt;/p&gt;&lt;p&gt;a. Dump the collection data, drop the collection, create a new collection and shard key, import the data.&lt;/p&gt;&lt;p&gt;b. Add second shard key and drop the first shard key.&lt;/p&gt;&lt;p&gt;c. Dump the collection data, drop the collection, presplit the data, create a new collection and shard key, import the data.&lt;/p&gt;&lt;p&gt;d. Drop and recreate the shard key.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Dump the collection data, drop the collection, presplit the data, create a new collection and shard key, import the data.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q9. Polyglot storage means using multiple types of what in the same application?&lt;/p&gt;&lt;p&gt;a. Security systems.&lt;/p&gt;&lt;p&gt;b. Database systems.&lt;/p&gt;&lt;p&gt;c. Storage systems.&lt;/p&gt;&lt;p&gt;d. Query systems.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Query systems.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q10. You need to implement the simplest possible scalable, in-memory cache for your AWS application. Which service do you select?&lt;/p&gt;&lt;p&gt;a. Elasticache using Memcached.&lt;/p&gt;&lt;p&gt;b. DynamoDB.&lt;/p&gt;&lt;p&gt;c. DynamoDB Accelerator (DAX).&lt;/p&gt;&lt;p&gt;d. Elasticache using Redis.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Elasticache using Redis.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q11. You are doing data modelling for Google BigTable. Which statement expresses if and when you should split entities across multiple rows?&lt;/p&gt;&lt;p&gt;a. Keep all information for an entity in a single row. Store related entities in adjacent rows.&lt;/p&gt;&lt;p&gt;b. Keep all information for an entity in a single row.&lt;/p&gt;&lt;p&gt;c. Split entities across multiple rows if the entity data is over thousands of MBs, or if it does not need atomic updates and reads.&lt;/p&gt;&lt;p&gt;d. Split entities across multiple rows if the entity data is over hundreds of MBs, or if it does not need atomic updates and reads.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Split entities across multiple rows if the entity data is over hundreds of MBs, or if it does not need atomic updates and reads.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q12. Which two characteristics define Amazon Quantum Ledger Database?&lt;/p&gt;&lt;p&gt;a. Key-value data model; transactionally consistent with ACID semantics.&lt;/p&gt;&lt;p&gt;b. Document data model; transactionally consistent with ACID semantics.&lt;/p&gt;&lt;p&gt;c. Key-value data model; transactions with tunable consistency.&lt;/p&gt;&lt;p&gt;d. Document data model; transactions with tunable consistency.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Document data model; transactionally consistent with ACID semantics.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q13. You need to design the primary key for DynamoDB based on three attributes. What do you do?&lt;/p&gt;&lt;p&gt;a. Designate all three fields as the primary key.&lt;/p&gt;&lt;p&gt;b. Concatenate all three fields into one new field, then designate that new field as the primary key.&lt;/p&gt;&lt;p&gt;c. Designate two fields of the three fields as the primary key.&lt;/p&gt;&lt;p&gt;d. Concatenate two fields into one new field, then designate that new field and the remaining field as the primary key.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Concatenate all three fields into one new field, then designate that new field as the primary key.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q14. Which of these data types should you avoid in designing a Google Bigtable row key?&lt;/p&gt;&lt;p&gt;a. multi-valued identifiers&lt;/p&gt;&lt;p&gt;b. string identifiers&lt;/p&gt;&lt;p&gt;c. timesstamps&lt;/p&gt;&lt;p&gt;d. frequently updated identifiers&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; frequently updated identifiers&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q15. Your startup is building a prototype that has an evolving schema. Your data will be eventually consistent. Your application is hosted in AWS. Which databse do you choose?&lt;/p&gt;&lt;p&gt;a. Neptune&lt;/p&gt;&lt;p&gt;b. DocumentDB&lt;/p&gt;&lt;p&gt;c. DynamoDB&lt;/p&gt;&lt;p&gt;d. Amazon Aurora&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- DynamoDB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q16. You need to create a scalable database that allows you to share documents across authorized mobile clients in real time. What Google NoSQL database should you use?&lt;/p&gt;&lt;p&gt;a. Memorystore&lt;/p&gt;&lt;p&gt;b. Datastore&lt;/p&gt;&lt;p&gt;c. Firebase&lt;/p&gt;&lt;p&gt;d. Bigtable&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- Firebase&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q17. You want to test HBase on your laptop using the fewest number of steps. What do you do?&lt;/p&gt;&lt;p&gt;a. Set up HBase in local mode.&lt;/p&gt;&lt;p&gt;b. Set up Hadoop in pseudo-distributed mode.&lt;/p&gt;&lt;p&gt;c. Set up HBase in pseudo-distributed mode.&lt;/p&gt;&lt;p&gt;d. Set up Hadoop in local mode.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Set up Hadoop in local mode.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q18. You need to design security for DynamoDB to allow users read-only access to certain items and attributes in a table. What do you do?&lt;/p&gt;&lt;p&gt;a. Use IAM roles.&lt;/p&gt;&lt;p&gt;b. Use IAM policy conditions.&lt;/p&gt;&lt;p&gt;c. Use a VPC endpoint.&lt;/p&gt;&lt;p&gt;d. Use IAM policies.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Use IAM policy conditions.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q19. What does Redis use to sort the elements of a sorted set?&lt;/p&gt;&lt;p&gt;a. keys&lt;/p&gt;&lt;p&gt;b. values&lt;/p&gt;&lt;p&gt;c. scores&lt;/p&gt;&lt;p&gt;d. ids&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- scores&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q20. Which statement is preferred Cypher code for Neo4j?&lt;/p&gt;&lt;p&gt;a. MATCH (:Person)--&amp;gt;(:Card)--&amp;gt;(:Company) RETURN count(vehicle)&lt;/p&gt;&lt;p&gt;b. Match (:Person)--&amp;gt;(:Car):(vehicle:Car)--&amp;gt;(:Company) RETURN count(vehicle)&lt;/p&gt;&lt;p&gt;c. MATCH (:Person)--&amp;gt;(vehicle:Car)--&amp;gt;(:Company) RETURN count(vehicle)&lt;/p&gt;&lt;p&gt;d. MATCH (:Person)--&amp;gt;(:Card), (vehicle:Car)--&amp;gt;(:Company) RETURN count(vehicle)&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; MATCH (:Person)--&amp;gt;(vehicle:Car)--&amp;gt;(:Company) RETURN count(vehicle)&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q21. You need multi-item ACID transactions with snapshot isolation within a partition for your cloud-based application. Which NoSQL databse do you choose?&lt;/p&gt;&lt;p&gt;a. Bigtable&lt;/p&gt;&lt;p&gt;b. GraphDB&lt;/p&gt;&lt;p&gt;c. DynamoDB&lt;/p&gt;&lt;p&gt;d. Cosmos DB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Cosmos DB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q22. You need to control your application&#039;s batch updates destination for your Bigtable multimode cluster. Which action do you take?&lt;/p&gt;&lt;p&gt;a. Create a custom app profile to route batch updates.&lt;/p&gt;&lt;p&gt;b. Create a custom app profile to route the batch update from that client.&lt;/p&gt;&lt;p&gt;c. Update the default app profile to route the natch update from that client.&lt;/p&gt;&lt;p&gt;d. Use the default app profile to route batch updates.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Update the default app profile to route the natch update from that client.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q23. Polyglot storage mean using multiple types of what in the same application?&lt;/p&gt;&lt;p&gt;a. security systems&lt;/p&gt;&lt;p&gt;b. database systems&lt;/p&gt;&lt;p&gt;c. query systems&lt;/p&gt;&lt;p&gt;d. storage systems&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; storage systems&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q24. Your query to verify that your Redis key is configured to support expiring user information on a defined interval returns -2, What does this value indicate?&lt;/p&gt;&lt;p&gt;a. The queried key value expired in the last two seconds.&lt;/p&gt;&lt;p&gt;b. The queried key value exists, but has no associated expire value.&lt;/p&gt;&lt;p&gt;c. The queried key value does not exist.&lt;/p&gt;&lt;p&gt;d. There are two expired keys with this value.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:&amp;nbsp; The queried key value does not exist.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q25. You are designing a MongoDB schema to support queries that will include lookups. What should you do?&lt;/p&gt;&lt;p&gt;a. Create an index on the key value used as the primary key.&lt;/p&gt;&lt;p&gt;b. Create an index on the key value used as the foreign key.&lt;/p&gt;&lt;p&gt;c. Create a multicolumn index on the key value used as the foreign key and the most unique column in the document.&lt;/p&gt;&lt;p&gt;d. Create a multicolumn index on the key value used as the primary and also the forign key.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Create a multicolumn index on the key value used as the foreign key and the most unique column in the document.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q26. What is the aggregation operator for a join concept in MongoDB?&lt;/p&gt;&lt;p&gt;a. $group&lt;/p&gt;&lt;p&gt;b. $match&lt;/p&gt;&lt;p&gt;c. $lookup&lt;/p&gt;&lt;p&gt;d. $project&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; $lookup&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q27. For your mobile application, you need to select a Google cloud databse that can support compound, filtered document queries. Which do you choose?&lt;/p&gt;&lt;p&gt;a. Cloud SQL&lt;/p&gt;&lt;p&gt;b. Cloud Spanner&lt;/p&gt;&lt;p&gt;c. Cloud Firestore&lt;/p&gt;&lt;p&gt;d. Cloud Firebase&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Cloud Firestore&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q28. To bulk load data into Amazon Neputn, what do you do?&lt;/p&gt;&lt;p&gt;a. Upload data to S3 VPC endpoint, Use the Neptun loader to load from s3 into your Neptune instance&lt;/p&gt;&lt;p&gt;b. Ad data to a Kinesis stream, and use the Neptune loade to load from S# into your Neptun instance.&lt;/p&gt;&lt;p&gt;c. Add data to a Kisnesis stream, and create a Kinesis stream VPC endpoint. Use the Nepune loader to load from S3into your Neptune instance.&lt;/p&gt;&lt;p&gt;d. Upload data to S Use the neptune loader to load from S3 into your Neptune instance.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Upload data to S3 VPC endpoint, Use the Neptun loader to load from s3 into your Neptune instance&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q29. You need to create a pub/sub server. Which databse do you use?&lt;/p&gt;&lt;p&gt;a. Neo4j&lt;/p&gt;&lt;p&gt;b. Cassandra&lt;/p&gt;&lt;p&gt;c. Redis&lt;/p&gt;&lt;p&gt;d. MyS#### QL&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- Redis&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q30. You want to connect a DynamoDB stream to an AWS lambda function. Which one of these object do you create.&lt;/p&gt;&lt;p&gt;a. DynamoDB table&lt;/p&gt;&lt;p&gt;b. DynamoDB trigger&lt;/p&gt;&lt;p&gt;c. DynamoDB item&lt;/p&gt;&lt;p&gt;d. DynamoDB index&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; DynamoDB trigger&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q31. Which two types of indexes are available in Cosmos DB?&lt;/p&gt;&lt;p&gt;a. secondary and primary key&lt;/p&gt;&lt;p&gt;b. secondary and spatial&lt;/p&gt;&lt;p&gt;c. range and spatial&lt;/p&gt;&lt;p&gt;d. range and primary key&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; secondary and primary key&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q32. SQL databases and NoSQL are which types of scalable?&lt;/p&gt;&lt;p&gt;a. horizontally, infinitely&lt;/p&gt;&lt;p&gt;b. vertically, horizontally&lt;/p&gt;&lt;p&gt;c. vertically, infinitely&lt;/p&gt;&lt;p&gt;d. horizontally, vertically&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; vertically, horizontally&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q33. You need to create a scalable database that allows you to query data nodes and edges efficiently. What do you use?&lt;/p&gt;&lt;p&gt;a. a relational database&lt;/p&gt;&lt;p&gt;b. a columnstore database&lt;/p&gt;&lt;p&gt;c. a document database&lt;/p&gt;&lt;p&gt;d. a graph database&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; a graph database&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q34. You are developing a model for a graph database. Your data will be moved from a relational database into Neo4j. Which of these transformations apply?&lt;/p&gt;&lt;p&gt;a. Rows become labels: bales become nodes.&lt;/p&gt;&lt;p&gt;b. Tables become labels: rows become nodes.&lt;/p&gt;&lt;p&gt;c. Tables become collections: rows become items.&lt;/p&gt;&lt;p&gt;d. Rows become collections: tables become items.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Tables become labels: rows become nodes.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q35. You need to execute a command for MongoDB that does NOT load values from the .mongorc.js file. What do you do ?&lt;/p&gt;&lt;p&gt;a. Delete the .monorc.js file and restart mongo shell.&lt;/p&gt;&lt;p&gt;b. Use the mongo shell to create a command with --norc option&lt;/p&gt;&lt;p&gt;c. Rem all lines in the .mongorc.js file ad restart mongo shell.&lt;/p&gt;&lt;p&gt;d. Use the mongo shell to create a command with --nodedefault option.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Use the mongo shell to create a command with --nodedefault option.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q36. What is the recommended size for Redis keys?&lt;/p&gt;&lt;p&gt;a. long&lt;/p&gt;&lt;p&gt;b. short&lt;/p&gt;&lt;p&gt;c. medium&lt;/p&gt;&lt;p&gt;d. a single bit&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; a single bit&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q37. You need to store an unordered collection of name-value pairs with differing data types in DynamoDB. Which data type should you choose?&lt;/p&gt;&lt;p&gt;a. map&lt;/p&gt;&lt;p&gt;b. set&lt;/p&gt;&lt;p&gt;c. list&lt;/p&gt;&lt;p&gt;d. stack&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: - map&lt;/p&gt;&lt;p&gt;Q38. Which statement retrieves an item from the MusicCollection table in DynamoDB?&lt;/p&gt;&lt;p&gt;a. aws dynamodb query --table-name MusicCollection --key file://key.json&lt;/p&gt;&lt;p&gt;b. aws dynamodb get-item --table-name MusicCollection --key file://key.json&lt;/p&gt;&lt;p&gt;c. aws dynamodb select --table-name MusicCollection --key file://key.json&lt;/p&gt;&lt;p&gt;d. aws dynamodb put-item --table-name MusicCollection --key file://key.json&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: - aws dynamodb get-item --table-name MusicCollection --key file://key.json&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q39. Database availability is measured by which metric?&lt;/p&gt;&lt;p&gt;a. the amount of service calls&lt;/p&gt;&lt;p&gt;b. the number of minutes&lt;/p&gt;&lt;p&gt;c. the amount of service costs&lt;/p&gt;&lt;p&gt;d. the number of nines&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; the number of nines&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q40. You need to encrypt data at rest in DynamoDB. Which action do you take?&lt;/p&gt;&lt;p&gt;a. You assign a default AWS encryption key to your table to encrypt data.&lt;/p&gt;&lt;p&gt;b. You create an AWS encryption key and assign it to your table to encrypt data.&lt;/p&gt;&lt;p&gt;c. None. Data is encrypted by default.&lt;/p&gt;&lt;p&gt;d. You create an AWS encryption key and assign it to your database to encrypt data.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; None. Data is encrypted by default.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q41. You need to generate a unique, sequential identifier for each value stored in a Redis cluster. What do you do?&lt;/p&gt;&lt;p&gt;A. Implement a SortedSet object to generate a value.&lt;/p&gt;&lt;p&gt;B. Use the GUID keyword to generate a value.&lt;/p&gt;&lt;p&gt;C. Implement a List object to generate a value.&lt;/p&gt;&lt;p&gt;D. Use the INCR keyword to generate a value&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; Use the INCR keyword to generate a value&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q42. You want to return a list of all elements in two Redis sets. Which keyword do you use?&lt;/p&gt;&lt;p&gt;a. smembers&lt;/p&gt;&lt;p&gt;b. returnall&lt;/p&gt;&lt;p&gt;c. sunion&lt;/p&gt;&lt;p&gt;d. sismember&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: - smembers&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q43. Which method shows you whether MongoDB uses any indexes when running a query, and how the indexes are used?&lt;/p&gt;&lt;p&gt;a. detailQueryExecution()&lt;/p&gt;&lt;p&gt;b. showPlan()&lt;/p&gt;&lt;p&gt;c. explain()&lt;/p&gt;&lt;p&gt;d. describe()&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; explain()&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q44. Which statement accurately describes global secondary indexes in DynamoDB?&lt;/p&gt;&lt;p&gt;a. The global secondary indexes in DynamoDB are consistent, and are not guaranteed to return correct results.&lt;/p&gt;&lt;p&gt;b. The global secondary indexes in DynamoDB are transactionally consistent, and are guaranteed to return correct results.&lt;/p&gt;&lt;p&gt;c. The global secondary indexes in DynamoDB are partially consistent, and are not guaranteed to return correct results.&lt;/p&gt;&lt;p&gt;d. The global secondary indexes in DynamoDB are eventually consistent, and are not guaranteed to return correct results.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; The global secondary indexes in DynamoDB are eventually consistent, and are not guaranteed to return correct results.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q45. Which command do you use to add a value to a Redis stream named mystream?&lt;/p&gt;&lt;p&gt;a. ADD mystream * sensor-id 1234 temperature 19.8 1518951480106-1&lt;/p&gt;&lt;p&gt;b. UPDATE mystream * sensor-id 1234 temperature 19.8 1518951480106-3&lt;/p&gt;&lt;p&gt;c. XADD mystream * sensor-id 1234 temperature 9.8 1518951480106-0&lt;/p&gt;&lt;p&gt;d. INSERT mystream * sensor-d 1234 temperature 19.8 15181480106-2&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; XADD mystream * sensor-id 1234 temperature 9.8 1518951480106-0&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q46. Which code example completes this statement and creates an index for a MongoDB object named restaurants, sorted ascending by the field name?&lt;/p&gt;&lt;p&gt;var indexCollection = function(db) {return co(function*() {...});};&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a. const results = yield db.table(&#039;restaurants&#039;).createIndex({&quot;name&quot;: 1}, null); return results;&lt;/p&gt;&lt;p&gt;b. const results = yield db.collection(&#039;restaurants&#039;).createIndex({&quot;name&quot;: 0}, null); return results;&lt;/p&gt;&lt;p&gt;c. const results = yield db.collection(&#039;restaurants&#039;).createIndex({&quot;name&quot;: 1}, null); return results;&lt;/p&gt;&lt;p&gt;d. const results = yield db.table(&#039;restaurants&#039;).createIndex({&quot;name&quot;: 0}, null); return results;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; const results = yield db.collection(&#039;restaurants&#039;).createIndex({&quot;name&quot;: 1}, null); return results;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q47. Which Cypher code executes the multiquery block?&lt;/p&gt;&lt;p&gt;a. [ ]&lt;/p&gt;&lt;p&gt;MATCH (c:Company {name: &#039;Neo4j&#039;}) RETURN c, MATCH (p:Person) WHERE p.name = &#039;Jennifer&#039; RETURN p,&lt;/p&gt;&lt;p&gt;MATCH (t:Technology)-[:LIKES]-(a:Person {name: &#039;Jennifer&#039;}) RETURN t.type;&lt;/p&gt;&lt;p&gt;b. [ ]&lt;/p&gt;&lt;p&gt;MATCH (c:Company {name: &#039;Neo4j&#039;}) RETURN c, MATCH (p:Person) WHERE p.name = &#039;Jennifer&#039; RETURN p,&lt;/p&gt;&lt;p&gt;MATCH (t:Technology)-[:LIKES]-(a:Person {name: &#039;Jennifer&#039;}) RETURN t.type&lt;/p&gt;&lt;p&gt;c. [ ]&lt;/p&gt;&lt;p&gt;MATCH (c:Company {name: &#039;Neo4j&#039;}) RETURN c AND MATCH (p:Person) WHERE p.name = &#039;Jennifer&#039; RETURN p,&lt;/p&gt;&lt;p&gt;AND MATCH (t:Technology)-[:LIKES]-(a:Person {name: &#039;Jennifer&#039;}) RETURN t.type;&lt;/p&gt;&lt;p&gt;d. [ ]&lt;/p&gt;&lt;p&gt;MATCH (c:Company {name: &#039;Neo4j&#039;}) RETURN c;MATCH (p:Person) WHERE p.name = &#039;Jennifer&#039; RETURN p;&lt;/p&gt;&lt;p&gt;MATCH (t:Technology)-[:LIKES]-(a:Person {name: &#039;Jennifer&#039;}) RETURN t.type;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q48. You need to create a scalable database that supports immutable writes. What do you use?&lt;/p&gt;&lt;p&gt;a. A ledger database&lt;/p&gt;&lt;p&gt;b. A graph database&lt;/p&gt;&lt;p&gt;c. A key-value database&lt;/p&gt;&lt;p&gt;d. A columnstore database&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; A ledger database&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q49. You need to create a data store for the catalog for your new ecommerce application. Your company is a startup, so the catalog schema may evolve. Which do you choose?&lt;/p&gt;&lt;p&gt;a. Neo4j&lt;/p&gt;&lt;p&gt;b. Redis&lt;/p&gt;&lt;p&gt;c. MySQL&lt;/p&gt;&lt;p&gt;d. MongoDB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- MongoDB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q50. You need to select a NoSQL database for heavy aggregate query workloads. Which type do you choose?&lt;/p&gt;&lt;p&gt;a. graph&lt;/p&gt;&lt;p&gt;b. key-value&lt;/p&gt;&lt;p&gt;c. document&lt;/p&gt;&lt;p&gt;d. columnstore&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- columnstore&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q51. You need to select a columnstore database that enforce built-in data types. You want to add indexes to improve performance for known workloads. Which do you choose?&lt;/p&gt;&lt;p&gt;a. Cassandra&lt;/p&gt;&lt;p&gt;b. Bigtable&lt;/p&gt;&lt;p&gt;c. Redis&lt;/p&gt;&lt;p&gt;d. HBase&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- Redis&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q52. In DynamoDB, the partition key and sort key are also known as which type of attributes?&lt;/p&gt;&lt;p&gt;a. range, hash&lt;/p&gt;&lt;p&gt;b. primary, range&lt;/p&gt;&lt;p&gt;c. hash, range&lt;/p&gt;&lt;p&gt;d. range, secondary&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; hash, range&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q53. What is a popular, open-source key-value store database?&lt;/p&gt;&lt;p&gt;a. MongoDB&lt;/p&gt;&lt;p&gt;b. Redis&lt;/p&gt;&lt;p&gt;c. MySQL&lt;/p&gt;&lt;p&gt;d. Cassandra&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:- Redis&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Q54. You need to create a scalable database to store and query JSON data. What do you use?&lt;/p&gt;&lt;p&gt;a. relational DB&lt;/p&gt;&lt;p&gt;b. document DB&lt;/p&gt;&lt;p&gt;c. graph DB&lt;/p&gt;&lt;p&gt;d. ledger DB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; document DB&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63575/top-50-nosql-skill-assessment-quiz-2022?show=63576#a63576</guid>
<pubDate>Thu, 18 Aug 2022 00:16:19 +0000</pubDate>
</item>
<item>
<title>Answered: You need to encrypt data at rest in DynamoDB. Which action do you take?</title>
<link>https://madanswer.com/63501/you-need-to-encrypt-data-at-rest-in-dynamodb-which-action-do-you-take?show=63502#a63502</link>
<description>
&lt;p&gt;You need to encrypt data at rest in DynamoDB. Which action do you take?&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; None. Data is encrypted by default.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63501/you-need-to-encrypt-data-at-rest-in-dynamodb-which-action-do-you-take?show=63502#a63502</guid>
<pubDate>Mon, 15 Aug 2022 22:23:42 +0000</pubDate>
</item>
<item>
<title>Answered: Database availability is measured by which metric?</title>
<link>https://madanswer.com/63499/database-availability-is-measured-by-which-metric?show=63500#a63500</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:proxima-nova,sans-serif; font-size:18px&quot;&gt;Database availability is measured by which metric?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; the number of nines&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63499/database-availability-is-measured-by-which-metric?show=63500#a63500</guid>
<pubDate>Mon, 15 Aug 2022 22:22:48 +0000</pubDate>
</item>
<item>
<title>Answered: Which statement retrieves an item from the MusicCollection table in DynamoDB?</title>
<link>https://madanswer.com/63497/which-statement-retrieves-an-item-from-the-musiccollection-table-in-dynamodb?show=63498#a63498</link>
<description>Which statement retrieves an item from the MusicCollection table in DynamoDB?&lt;br /&gt;
&lt;br /&gt;
Answer: - aws dynamodb get-item --table-name MusicCollection --key file://key.json</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63497/which-statement-retrieves-an-item-from-the-musiccollection-table-in-dynamodb?show=63498#a63498</guid>
<pubDate>Mon, 15 Aug 2022 22:21:59 +0000</pubDate>
</item>
<item>
<title>Answered: You need to store an unordered collection of name-value pairs with differing data types in DynamoDB. Which data type should you choose?</title>
<link>https://madanswer.com/63495/store-unordered-collection-value-pairs-differing-types-dynamodb-which-should-choose?show=63496#a63496</link>
<description>You need to store an unordered collection of name-value pairs with differing data types in DynamoDB. Which data type should you choose?&lt;br /&gt;
&lt;br /&gt;
Answer: - map</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63495/store-unordered-collection-value-pairs-differing-types-dynamodb-which-should-choose?show=63496#a63496</guid>
<pubDate>Mon, 15 Aug 2022 22:20:57 +0000</pubDate>
</item>
<item>
<title>Answered: What is the recommended size for Redis keys?</title>
<link>https://madanswer.com/63493/what-is-the-recommended-size-for-redis-keys?show=63494#a63494</link>
<description>
&lt;p&gt;What is the recommended size for Redis keys?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer: -&amp;nbsp; a single bit&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63493/what-is-the-recommended-size-for-redis-keys?show=63494#a63494</guid>
<pubDate>Mon, 15 Aug 2022 22:20:10 +0000</pubDate>
</item>
<item>
<title>Answered: You need to execute a command for MongoDB that does NOT load values from the .mongorc.js file. What do you do ?</title>
<link>https://madanswer.com/63491/you-need-execute-command-for-mongodb-that-does-not-load-values-from-mongorc-file-what?show=63492#a63492</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;You need to execute a command for MongoDB that does NOT load values from the .mongorc.js file. What do you do ?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Use the mongo shell to create a command with --nodedefault option.&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63491/you-need-execute-command-for-mongodb-that-does-not-load-values-from-mongorc-file-what?show=63492#a63492</guid>
<pubDate>Mon, 15 Aug 2022 22:19:21 +0000</pubDate>
</item>
<item>
<title>Answered: You are developing a model for a graph database. Your data will be moved from a relational database into Neo4j. Which of these transformations apply?</title>
<link>https://madanswer.com/63489/developing-model-graph-database-moved-relational-database-neo4j-transformations?show=63490#a63490</link>
<description>You are developing a model for a graph database. Your data will be moved from a relational database into Neo4j. Which of these transformations apply?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Tables become labels: rows become nodes.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63489/developing-model-graph-database-moved-relational-database-neo4j-transformations?show=63490#a63490</guid>
<pubDate>Mon, 15 Aug 2022 22:18:10 +0000</pubDate>
</item>
<item>
<title>Answered: You need to create a scalable database that allows you to query data nodes and edges efficiently. What do you use?</title>
<link>https://madanswer.com/63487/need-create-scalable-database-that-allows-query-data-nodes-edges-efficiently-what?show=63488#a63488</link>
<description>
&lt;p&gt;You need to create a scalable database that allows you to query data nodes and edges efficiently. What do you use?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;Answer:-&amp;nbsp; a graph database&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63487/need-create-scalable-database-that-allows-query-data-nodes-edges-efficiently-what?show=63488#a63488</guid>
<pubDate>Mon, 15 Aug 2022 22:17:16 +0000</pubDate>
</item>
<item>
<title>Answered: SQL databases and NoSQL are which types of scalable?</title>
<link>https://madanswer.com/63485/sql-databases-and-nosql-are-which-types-of-scalable?show=63486#a63486</link>
<description>
&lt;p&gt;SQL databases and NoSQL are which types of scalable?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; vertically, horizontally&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63485/sql-databases-and-nosql-are-which-types-of-scalable?show=63486#a63486</guid>
<pubDate>Mon, 15 Aug 2022 22:16:19 +0000</pubDate>
</item>
<item>
<title>Answered: Which two types of indexes are available in Cosmos DB?</title>
<link>https://madanswer.com/63483/which-two-types-of-indexes-are-available-in-cosmos-db?show=63484#a63484</link>
<description>Which two types of indexes are available in Cosmos DB?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;secondary and primary key</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63483/which-two-types-of-indexes-are-available-in-cosmos-db?show=63484#a63484</guid>
<pubDate>Mon, 15 Aug 2022 22:14:03 +0000</pubDate>
</item>
<item>
<title>Answered: You want to connect a DynamoDB stream to an AWS lambda function. Which one of these object do you create.</title>
<link>https://madanswer.com/63481/you-want-connect-dynamodb-stream-aws-lambda-function-which-one-these-object-create?show=63482#a63482</link>
<description>Answer:- &amp;nbsp;DynamoDB trigger</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63481/you-want-connect-dynamodb-stream-aws-lambda-function-which-one-these-object-create?show=63482#a63482</guid>
<pubDate>Mon, 15 Aug 2022 22:13:12 +0000</pubDate>
</item>
<item>
<title>Answered: You need to create a pub/sub server. Which databse do you use?</title>
<link>https://madanswer.com/63479/you-need-to-create-a-pub-sub-server-which-databse-do-you-use?show=63480#a63480</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:proxima-nova,sans-serif; font-size:18px&quot;&gt;You need to create a pub/sub server. Which databse do you use?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:- Redis&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63479/you-need-to-create-a-pub-sub-server-which-databse-do-you-use?show=63480#a63480</guid>
<pubDate>Mon, 15 Aug 2022 22:12:31 +0000</pubDate>
</item>
<item>
<title>Answered: To bulk load data into Amazon Neputn, what do you do?</title>
<link>https://madanswer.com/63477/to-bulk-load-data-into-amazon-neputn-what-do-you-do?show=63478#a63478</link>
<description>To bulk load data into Amazon Neputn, what do you do?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Upload data to S3 VPC endpoint, Use the Neptun loader to load from s3 into your Neptune instance</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63477/to-bulk-load-data-into-amazon-neputn-what-do-you-do?show=63478#a63478</guid>
<pubDate>Mon, 15 Aug 2022 22:11:35 +0000</pubDate>
</item>
<item>
<title>Answered: For your mobile application, you need to select a Google cloud databse that can support compound, filtered document queries. Which do you choose?</title>
<link>https://madanswer.com/63475/mobile-application-select-google-databse-support-compound-filtered-document-queries?show=63476#a63476</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:proxima-nova,sans-serif; font-size:18px&quot;&gt;For your mobile application, you need to select a Google cloud databse that can support compound, filtered document queries. Which do you choose?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Cloud Firestore&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63475/mobile-application-select-google-databse-support-compound-filtered-document-queries?show=63476#a63476</guid>
<pubDate>Mon, 15 Aug 2022 22:10:36 +0000</pubDate>
</item>
<item>
<title>Answered: What is the aggregation operator for a join concept in MongoDB?</title>
<link>https://madanswer.com/63473/what-is-the-aggregation-operator-for-a-join-concept-in-mongodb?show=63474#a63474</link>
<description>
&lt;p&gt;What is the aggregation operator for a join concept in MongoDB?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; $lookup&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63473/what-is-the-aggregation-operator-for-a-join-concept-in-mongodb?show=63474#a63474</guid>
<pubDate>Mon, 15 Aug 2022 22:09:11 +0000</pubDate>
</item>
<item>
<title>Answered: You are designing a MongoDB schema to support queries that will include lookups. What should you do?</title>
<link>https://madanswer.com/63471/you-designing-mongodb-schema-support-queries-that-will-include-lookups-what-should?show=63472#a63472</link>
<description>You are designing a MongoDB schema to support queries that will include lookups. What should you do?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Create a multicolumn index on the key value used as the foreign key and the most unique column in the document.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63471/you-designing-mongodb-schema-support-queries-that-will-include-lookups-what-should?show=63472#a63472</guid>
<pubDate>Mon, 15 Aug 2022 22:08:21 +0000</pubDate>
</item>
<item>
<title>Answered: Your query to verify that your Redis key is configured to support expiring user information on a defined interval returns -2, What does this value indicate?</title>
<link>https://madanswer.com/63469/verify-configured-support-expiring-information-defined-interval-returns-indicate?show=63470#a63470</link>
<description>Your query to verify that your Redis key is configured to support expiring user information on a defined interval returns -2, What does this value indicate?&lt;br /&gt;
&lt;br /&gt;
Answer: &amp;nbsp;The queried key value does not exist.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63469/verify-configured-support-expiring-information-defined-interval-returns-indicate?show=63470#a63470</guid>
<pubDate>Mon, 15 Aug 2022 22:06:14 +0000</pubDate>
</item>
<item>
<title>Answered: Polyglot storage mean using multiple types of what in the same application?</title>
<link>https://madanswer.com/63467/polyglot-storage-mean-using-multiple-types-of-what-in-the-same-application?show=63468#a63468</link>
<description>Polyglot storage mean using multiple types of what in the same application?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;storage systems</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63467/polyglot-storage-mean-using-multiple-types-of-what-in-the-same-application?show=63468#a63468</guid>
<pubDate>Mon, 15 Aug 2022 22:04:02 +0000</pubDate>
</item>
<item>
<title>Answered: You need to control your application&#039;s batch updates destination for your Bigtable multimode cluster. Which action do you take?</title>
<link>https://madanswer.com/63465/control-applications-batch-updates-destination-bigtable-multimode-cluster-action?show=63466#a63466</link>
<description>You need to control your application&amp;#039;s batch updates destination for your Bigtable multimode cluster. Which action do you take?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Update the default app profile to route the natch update from that client.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63465/control-applications-batch-updates-destination-bigtable-multimode-cluster-action?show=63466#a63466</guid>
<pubDate>Mon, 15 Aug 2022 22:01:31 +0000</pubDate>
</item>
<item>
<title>Answered: You need multi-item ACID transactions with snapshot isolation within a partition for your cloud-based application. Which NoSQL databse do you choose?</title>
<link>https://madanswer.com/63463/multi-transactions-snapshot-isolation-within-partition-application-databse-choose?show=63464#a63464</link>
<description>You need multi-item ACID transactions with snapshot isolation within a partition for your cloud-based application. Which NoSQL databse do you choose?&lt;br /&gt;
&lt;br /&gt;
a. Bigtable&lt;br /&gt;
&lt;br /&gt;
b. GraphDB&lt;br /&gt;
&lt;br /&gt;
c. DynamoDB&lt;br /&gt;
&lt;br /&gt;
d. Cosmos DB&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Cosmos DB</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63463/multi-transactions-snapshot-isolation-within-partition-application-databse-choose?show=63464#a63464</guid>
<pubDate>Mon, 15 Aug 2022 22:00:23 +0000</pubDate>
</item>
<item>
<title>Answered: Which statement is preferred Cypher code for Neo4j?</title>
<link>https://madanswer.com/63461/which-statement-is-preferred-cypher-code-for-neo4j?show=63462#a63462</link>
<description>Which statement is preferred Cypher code for Neo4j?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;MATCH (:Person)--&amp;gt;(vehicle:Car)--&amp;gt;(:Company) RETURN count(vehicle)</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63461/which-statement-is-preferred-cypher-code-for-neo4j?show=63462#a63462</guid>
<pubDate>Sun, 14 Aug 2022 15:13:28 +0000</pubDate>
</item>
<item>
<title>Answered: What does Redis use to sort the elements of a sorted set?</title>
<link>https://madanswer.com/63459/what-does-redis-use-to-sort-the-elements-of-a-sorted-set?show=63460#a63460</link>
<description>What does Redis use to sort the elements of a sorted set?&lt;br /&gt;
&lt;br /&gt;
Answer:- scores</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63459/what-does-redis-use-to-sort-the-elements-of-a-sorted-set?show=63460#a63460</guid>
<pubDate>Sun, 14 Aug 2022 15:12:37 +0000</pubDate>
</item>
<item>
<title>Answered: You need to design security for DynamoDB to allow users read-only access to certain items and attributes in a table. What do you do?</title>
<link>https://madanswer.com/63457/need-design-security-dynamodb-allow-users-read-access-certain-items-attributes-table?show=63458#a63458</link>
<description>You need to design security for DynamoDB to allow users read-only access to certain items and attributes in a table. What do you do?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Use IAM policy conditions.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63457/need-design-security-dynamodb-allow-users-read-access-certain-items-attributes-table?show=63458#a63458</guid>
<pubDate>Sun, 14 Aug 2022 15:11:55 +0000</pubDate>
</item>
<item>
<title>Answered: You want to test HBase on your laptop using the fewest number of steps. What do you do?</title>
<link>https://madanswer.com/63455/you-want-to-test-hbase-on-your-laptop-using-the-fewest-number-of-steps-what-do-you-do?show=63456#a63456</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;You want to test HBase on your laptop using the fewest number of steps. What do you do?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Set up Hadoop in local mode.&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63455/you-want-to-test-hbase-on-your-laptop-using-the-fewest-number-of-steps-what-do-you-do?show=63456#a63456</guid>
<pubDate>Sun, 14 Aug 2022 15:11:06 +0000</pubDate>
</item>
<item>
<title>Answered: You need to create a scalable database that allows you to share documents across authorized mobile clients in real time. What Google NoSQL database should you use?</title>
<link>https://madanswer.com/63453/create-scalable-database-allows-documents-across-authorized-mobile-clients-database?show=63454#a63454</link>
<description>You need to create a scalable database that allows you to share documents across authorized mobile clients in real time. What Google NoSQL database should you use?&lt;br /&gt;
&lt;br /&gt;
Answer:- Firebase</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63453/create-scalable-database-allows-documents-across-authorized-mobile-clients-database?show=63454#a63454</guid>
<pubDate>Sun, 14 Aug 2022 15:10:05 +0000</pubDate>
</item>
<item>
<title>Answered: Your startup is building a prototype that has an evolving schema. Your data will be eventually consistent. Your application is hosted in AWS. Which databse do you choose?</title>
<link>https://madanswer.com/63451/startup-building-prototype-evolving-eventually-consistent-application-databse?show=63452#a63452</link>
<description>Your startup is building a prototype that has an evolving schema. Your data will be eventually consistent. Your application is hosted in AWS. Which databse do you choose?&lt;br /&gt;
&lt;br /&gt;
Answer:- DynamoDB</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63451/startup-building-prototype-evolving-eventually-consistent-application-databse?show=63452#a63452</guid>
<pubDate>Sun, 14 Aug 2022 15:09:18 +0000</pubDate>
</item>
<item>
<title>Answered: Which of these data types should you avoid in designing a Google Bigtable row key?</title>
<link>https://madanswer.com/63449/which-of-these-data-types-should-you-avoid-in-designing-a-google-bigtable-row-key?show=63450#a63450</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;Which of these data types should you avoid in designing a Google Bigtable row key?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:- &amp;nbsp;frequently updated identifiers&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63449/which-of-these-data-types-should-you-avoid-in-designing-a-google-bigtable-row-key?show=63450#a63450</guid>
<pubDate>Sun, 14 Aug 2022 15:08:12 +0000</pubDate>
</item>
<item>
<title>Answered: You need to design the primary key for DynamoDB based on three attributes. What do you do?</title>
<link>https://madanswer.com/63447/you-need-to-design-the-primary-key-for-dynamodb-based-on-three-attributes-what-do-you?show=63448#a63448</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;You need to design the primary key for DynamoDB based on three attributes. What do you do?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Concatenate all three fields into one new field, then designate that new field as the primary key.&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63447/you-need-to-design-the-primary-key-for-dynamodb-based-on-three-attributes-what-do-you?show=63448#a63448</guid>
<pubDate>Sun, 14 Aug 2022 15:07:23 +0000</pubDate>
</item>
<item>
<title>Answered: Which two characteristics define Amazon Quantum Ledger Database?</title>
<link>https://madanswer.com/63445/which-two-characteristics-define-amazon-quantum-ledger-database?show=63446#a63446</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;Which two characteristics define Amazon Quantum Ledger Database?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Answer:-&amp;nbsp; Document data model; transactionally consistent with ACID semantics.&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63445/which-two-characteristics-define-amazon-quantum-ledger-database?show=63446#a63446</guid>
<pubDate>Sun, 14 Aug 2022 15:06:27 +0000</pubDate>
</item>
<item>
<title>Answered: You are doing data modelling for Google BigTable. Which statement expresses if and when you should split entities across multiple rows?</title>
<link>https://madanswer.com/63443/doing-modelling-google-bigtable-statement-expresses-should-entities-across-multiple?show=63444#a63444</link>
<description>You are doing data modelling for Google BigTable. Which statement expresses if and when you should split entities across multiple rows?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Split entities across multiple rows if the entity data is over hundreds of MBs, or if it does not need atomic updates and reads.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63443/doing-modelling-google-bigtable-statement-expresses-should-entities-across-multiple?show=63444#a63444</guid>
<pubDate>Sun, 14 Aug 2022 15:05:39 +0000</pubDate>
</item>
<item>
<title>Answered: You need to implement the simplest possible scalable, in-memory cache for your AWS application. Which service do you select?</title>
<link>https://madanswer.com/63441/implement-simplest-possible-scalable-memory-cache-application-which-service-select?show=63442#a63442</link>
<description>You need to implement the simplest possible scalable, in-memory cache for your AWS application. Which service do you select?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Elasticache using Redis</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63441/implement-simplest-possible-scalable-memory-cache-application-which-service-select?show=63442#a63442</guid>
<pubDate>Sun, 14 Aug 2022 15:04:46 +0000</pubDate>
</item>
<item>
<title>Answered: Polyglot storage means using multiple types of what in the same application?</title>
<link>https://madanswer.com/63439/polyglot-storage-means-using-multiple-types-of-what-in-the-same-application?show=63440#a63440</link>
<description>Polyglot storage means using multiple types of what in the same application?&lt;br /&gt;
&lt;br /&gt;
Answer:- &amp;nbsp;Query systems.</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63439/polyglot-storage-means-using-multiple-types-of-what-in-the-same-application?show=63440#a63440</guid>
<pubDate>Sun, 14 Aug 2022 15:03:51 +0000</pubDate>
</item>
<item>
<title>Answered: You need to change the shard key of an existing MongoDB collection. What do you do?</title>
<link>https://madanswer.com/63437/you-need-to-change-the-shard-key-of-an-existing-mongodb-collection-what-do-you-do?show=63438#a63438</link>
<description>
&lt;p&gt;You need to change the shard key of an existing MongoDB collection. What do you do?&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;div&gt;Answer:-&amp;nbsp; Dump the collection data, drop the collection, presplit the data, create a new collection and shard key, import the data.&lt;/div&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63437/you-need-to-change-the-shard-key-of-an-existing-mongodb-collection-what-do-you-do?show=63438#a63438</guid>
<pubDate>Sun, 14 Aug 2022 15:03:05 +0000</pubDate>
</item>
<item>
<title>Answered: What does redis use to sort the elements of a sorted set?</title>
<link>https://madanswer.com/63435/what-does-redis-use-to-sort-the-elements-of-a-sorted-set?show=63436#a63436</link>
<description>What does redis use to sort the elements of a sorted set?&lt;br /&gt;
&lt;br /&gt;
Answer:- Keys</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63435/what-does-redis-use-to-sort-the-elements-of-a-sorted-set?show=63436#a63436</guid>
<pubDate>Sun, 14 Aug 2022 15:01:55 +0000</pubDate>
</item>
<item>
<title>Answered: What is recommended size for Redis keys?</title>
<link>https://madanswer.com/63433/what-is-recommended-size-for-redis-keys?show=63434#a63434</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;What is recommended size for Redis keys?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Answer:- short&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63433/what-is-recommended-size-for-redis-keys?show=63434#a63434</guid>
<pubDate>Sun, 14 Aug 2022 15:01:04 +0000</pubDate>
</item>
<item>
<title>Answered: You need to create a document database that supports database triggers. Which NoSQL database should you use?</title>
<link>https://madanswer.com/63431/create-document-database-supports-database-triggers-which-nosql-database-should?show=63432#a63432</link>
<description>You need to create a document database that supports database triggers. Which NoSQL database should you use?&lt;br /&gt;
&lt;br /&gt;
Answer:- DynamoDB</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63431/create-document-database-supports-database-triggers-which-nosql-database-should?show=63432#a63432</guid>
<pubDate>Sun, 14 Aug 2022 15:00:15 +0000</pubDate>
</item>
<item>
<title>Answered: You want to test HBASE on your laptop using the fewest number of steps. What do you do?</title>
<link>https://madanswer.com/63429/you-want-to-test-hbase-on-your-laptop-using-the-fewest-number-of-steps-what-do-you-do?show=63430#a63430</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial,sans-serif; font-size:18px&quot;&gt;You want to test HBASE on your laptop using the fewest number of steps. What do you do?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:arial, sans-serif&quot;&gt;&lt;span style=&quot;font-size:18px&quot;&gt;Answer:-&amp;nbsp; Set up HBASE in pseudo-distributed mode.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63429/you-want-to-test-hbase-on-your-laptop-using-the-fewest-number-of-steps-what-do-you-do?show=63430#a63430</guid>
<pubDate>Sun, 14 Aug 2022 14:59:11 +0000</pubDate>
</item>
<item>
<title>Answered: To index a field that holds an array value in MongoDB, which index type do you create?</title>
<link>https://madanswer.com/63427/to-index-a-field-that-holds-an-array-value-in-mongodb-which-index-type-do-you-create?show=63428#a63428</link>
<description>Answer: - multikey</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63427/to-index-a-field-that-holds-an-array-value-in-mongodb-which-index-type-do-you-create?show=63428#a63428</guid>
<pubDate>Sun, 14 Aug 2022 14:58:16 +0000</pubDate>
</item>
<item>
<title>Answered: You want to connect a DynamoDB stream to AWS Lambda function?</title>
<link>https://madanswer.com/63425/you-want-to-connect-a-dynamodb-stream-to-aws-lambda-function?show=63426#a63426</link>
<description>Answer: - &amp;nbsp;DynamoDB trigger</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63425/you-want-to-connect-a-dynamodb-stream-to-aws-lambda-function?show=63426#a63426</guid>
<pubDate>Sun, 14 Aug 2022 14:57:36 +0000</pubDate>
</item>
<item>
<title>Answered: Which types of indexes are available in Cosmos DB?</title>
<link>https://madanswer.com/63423/which-types-of-indexes-are-available-in-cosmos-db?show=63424#a63424</link>
<description>Correct Answer is: - range and spatial</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/63423/which-types-of-indexes-are-available-in-cosmos-db?show=63424#a63424</guid>
<pubDate>Sun, 14 Aug 2022 14:56:52 +0000</pubDate>
</item>
<item>
<title>Answered: nosql interview questions and answers pdf</title>
<link>https://madanswer.com/29740/nosql-interview-questions-and-answers-pdf?show=47230#a47230</link>
<description>&lt;a href=&quot;https://madanswer.com/29741/nosql-database-revolution-questions-and-answers&quot; rel=&quot;nofollow&quot;&gt;https://madanswer.com/29741/nosql-database-revolution-questions-and-answers&lt;/a&gt;</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/29740/nosql-interview-questions-and-answers-pdf?show=47230#a47230</guid>
<pubDate>Wed, 08 Sep 2021 04:08:04 +0000</pubDate>
</item>
<item>
<title>Answered: nosql multiple choice questions and answers</title>
<link>https://madanswer.com/29742/nosql-multiple-choice-questions-and-answers?show=47229#a47229</link>
<description>&lt;a href=&quot;https://madanswer.com/29741/nosql-database-revolution-questions-and-answers&quot; rel=&quot;nofollow&quot;&gt;https://madanswer.com/29741/nosql-database-revolution-questions-and-answers&lt;/a&gt;</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/29742/nosql-multiple-choice-questions-and-answers?show=47229#a47229</guid>
<pubDate>Wed, 08 Sep 2021 04:07:58 +0000</pubDate>
</item>
<item>
<title>Answered: Columnar databases are preferable for OLTP systems.</title>
<link>https://madanswer.com/1020/columnar-databases-are-preferable-for-oltp-systems?show=39035#a39035</link>
<description>No, The above statement is wrong&lt;br /&gt;
&lt;br /&gt;
So the answer is ii) False</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/1020/columnar-databases-are-preferable-for-oltp-systems?show=39035#a39035</guid>
<pubDate>Tue, 26 Jan 2021 13:16:05 +0000</pubDate>
</item>
<item>
<title>Answered: Why NoSQL?</title>
<link>https://madanswer.com/34986/why-nosql?show=34999#a34999</link>
<description>
&lt;p&gt;Relational Database Management Systems (RDBMS) is a powerful technology for storing structured data in web and business applications and is considered to be the forerunner of NoSQL.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Since the publication of Codds paper A relational model of data for large shared data banks in 1970, these data stores have been widely adopted and are often thought of as the only alternative for data storage accessible in a consistent way.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Drawbacks&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;What do you think is the reason for the emergence of NoSQL when we had RDBMS?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The following features of RDBMS will answer the question:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Scalability&lt;/p&gt;&lt;p&gt;Cost&lt;/p&gt;&lt;div&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Reference :&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;stackoverflow.co&lt;/span&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;m&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white;box-sizing: border-box;font-variant-ligatures: normal; font-variant-caps: normal;orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Source:&amp;nbsp;&lt;a rel=&quot; nofollow&quot; href=&quot;https://madanswer.com/data-visualization-aurora&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;Interview Questions and Answer&lt;/span&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white;box-sizing: border-box;font-variant-ligatures: normal; font-variant-caps: normal;orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Reference:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span class=&quot;MsoHyperlink&quot;&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://javatpoint.com/&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;Javatpoint.com&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;
</description>
<category>NoSQL Gnosis</category>
<guid isPermaLink="true">https://madanswer.com/34986/why-nosql?show=34999#a34999</guid>
<pubDate>Wed, 21 Oct 2020 12:39:38 +0000</pubDate>
</item>
<item>
<title>Answered: What is NoSQL?</title>
<link>https://madanswer.com/34987/what-is-nosql?show=34998#a34998</link>
<description>
&lt;p&gt;NoSQL stands for Not Only SQL. It provides a way to store and retrieve the data that is stored in tabular format as in relational databases.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Introduced by Carl Strozzi in 1988, it was later reintroduced by Eric Evans.&lt;/p&gt;&lt;p&gt;It is a complementary addition to SQL and Relational databases.&lt;/p&gt;&lt;p&gt;These are flexible database management systems that provide a way to store and process both structured and semi-structured data.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Reference :&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;stackoverflow.co&lt;/span&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;m&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white;box-sizing: border-box;font-variant-ligatures: normal; font-variant-caps: normal;orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Source:&amp;nbsp;&lt;a rel=&quot; nofollow&quot; href=&quot;https://madanswer.com/data-visualization-aurora&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;Interview Questions and Answer&lt;/span&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0in;margin-right:0in;margin-bottom:12.0pt;margin-left: 0in;background:white;box-sizing: border-box;font-variant-ligatures: normal; font-variant-caps: normal;orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:black; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;&amp;#128279;Reference:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span class=&quot;MsoHyperlink&quot;&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://javatpoint.com/&quot; style=&quot;box-sizing: border-box&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size:15.0pt&quot;&gt;Javatpoint.com&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:black; font-size:17.0pt&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
</description>
<category>NoSQL Gnosis</category>
<guid isPermaLink="true">https://madanswer.com/34987/what-is-nosql?show=34998#a34998</guid>
<pubDate>Wed, 21 Oct 2020 12:39:18 +0000</pubDate>
</item>
<item>
<title>Answered: ____________ in Key-Value databases are similar to &#039;Tables&#039; in RDBMS.</title>
<link>https://madanswer.com/31747/____________-in-key-value-databases-are-similar-to-tables-in-rdbms?show=31748#a31748</link>
<description>
&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:proxima-nova,sans-serif; font-size:18px&quot;&gt;(3)Buckets&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#000000; font-family:proxima-nova,sans-serif; font-size:18px&quot;&gt;in Key-Value databases are similar to &#039;Tables&#039; in RDBMS.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/31747/____________-in-key-value-databases-are-similar-to-tables-in-rdbms?show=31748#a31748</guid>
<pubDate>Mon, 27 Jul 2020 08:06:32 +0000</pubDate>
</item>
<item>
<title>Answered: In RDBMS, the attributes of an entity are stored in ____________</title>
<link>https://madanswer.com/31743/in-rdbms-the-attributes-of-an-entity-are-stored-in-____________?show=31744#a31744</link>
<description>
&lt;p&gt;Ans is&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:&amp;quot;Times New Roman&amp;quot;; font-size:14px; text-align:justify&quot;&gt;Columns&lt;/span&gt;&lt;/p&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/31743/in-rdbms-the-attributes-of-an-entity-are-stored-in-____________?show=31744#a31744</guid>
<pubDate>Mon, 27 Jul 2020 08:02:44 +0000</pubDate>
</item>
<item>
<title>NoSQL is a Relational data Model.</title>
<link>https://madanswer.com/31741/nosql-is-a-relational-data-model</link>
<description>
&lt;table style=&quot;color:#000000; font-family:&amp;quot;Times New Roman&amp;quot;; font-size:medium; width:100%&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 100%;&quot;&gt;&lt;span style=&quot;font-size:14px; text-align:justify&quot;&gt;Q. NoSQL is a Relational data Model.&lt;/span&gt;&lt;br&gt;(1)True&lt;br style=&quot;font-size: 14px; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size:14px; text-align:justify&quot;&gt;(2)False&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width: 100%;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width: 100%;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
</description>
<category>NoSQL</category>
<guid isPermaLink="true">https://madanswer.com/31741/nosql-is-a-relational-data-model</guid>
<pubDate>Mon, 27 Jul 2020 08:01:21 +0000</pubDate>
</item>
</channel>
</rss>