- range and spatial
- secondary and primary key
- secondary and spatial
- range and primary key
- DynamoDB table
- DynamoDB trigger
- DynamoDB item
- DynamoDB index
- partial
- sparse
- compound
- multikey
- Set up Hadoop in pseudo-distributed mode.
- Set up HBASE in local mode.
- Set up HBASE in pseudo-distributed mode.
- Set up Hadoop in local mode.
Q5. You need to create a document database that supports database triggers. Which NoSQL database should you use?
- DynamoDB
- BigTable
- Redis
- MongoDB
- medium
- short
- single bit
- long
Q7. 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?
- Use lAM policy conditions
- Use lAM roles
- Use VPC endpoint
- Use lAM policies
- Scores.
- Ids.
- Values.
- Keys.
- Dump the collection data, drop the collection, create a new collection and shard key, import the data.
- Add second shard key and drop the first shard key.
- Dump the collection data, drop the collection, presplit the data, create a new collection and shard key, import the data.
- Drop and recreate the shard key.
- Security systems.
- Database systems.
- Storage systems.
- Query systems.
Q11. You need to implement the simplest possible scalable, in-memory cache for your AWS application. Which service do you select?
- Elasticache using Memcached.
- DynamoDB.
- DynamoDB Accelerator (DAX).
- Elasticache using Redis.
Q12. You are doing data modelling for Google BigTable. Which statement expresses if and when you should split entities across multiple rows?
- Keep all information for an entity in a single row. Store related entities in adjacent rows.
- Keep all information for an entity in a single row.
- Split entities across multiple rows if the entity data is over thousands of MBs, or if it does not need atomic updates and reads.
- Split entities across multiple rows if the entity data is over hundreds of MBs, or if it does not need atomic updates and reads.
- Key-value data model; transactionally consistent with ACID semantics.
- Document data model; transactionally consistent with ACID semantics.
- Key-value data model; transactions with tunable consistency.
- Document data model; transactions with tunable consistency.
- Designate all three fields as the primary key.
- Concatenate all three fields into one new field, then designate that new field as the primary key.
- Designate two fields of the three fields as the primary key.
- Concatenate two fields into one new field, then designate that new field and the remaining field as the primary key.
- Designate all three fields as the primary key.
- Concatenate all three fields into one new field, then designate that new field as the primary key.
- Designate two fields of the three fields as the primary key.
- Concatenate two fields into one new field, then designate that new field and the remaining field as the primary key.
- multi-valued identifiers
- string identifiers
- timesstamps
- frequently updated identifiers
Q17. 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?
- Neptune
- DocumentDB
- DynamoDB
- Amazon Aurora
Q18. You need to create a scalable databse that allows you to share documents across authorized mobile clients in real time. What Google NoSQL database should you use?
- Memorystore
- Datastore
- Firebase
- Bigtable
- Set up HBase in local mode.
- Set up Hadoop in pseudo-distributed mode.
- Set up HBase in pseudo-distributed mode.
- Set up Hadoop in local mode.
Q20. You need to design security for DynamoDB to allow users read-obly access to certain items and attriutes in a table. What do you do?
- Use IAM roles.
- Use IAM plicy conditions.
- Use a VPC endpoint.
- Use IAM plicies.
- Concatenate all three fields into into one new field, than disignate that new field as the primary key.
- Concatenate two fileds into one new field, than disignate that new field and the remaining field as the primary key.
- Designate all three fields as the primary key.
- Designate two filds of the three fields as the primary key.
- keys
- values
- scroes
- ids
Q23. You need to create a document database that supports database triggers. Which NoSQL database should you use?
- DynamoDb
- Redis
- MongoDB
- Bigtable
Q24. You need to implement the simples possible scalable, in-memory cache for your AWS application. Which service do you select?
- DynamoDb Accelerator (DAX)
- ElastiCache using memcached
- ElastiCache using Redis
- DynamoDB
- MATCH (:Person)-->(:Card)-->(:Company) RETURN count(vehicle)
- Match (:Person)-->(:Car):(vehicle:Car)-->(:Company) RETURN count(vehicle)
- MATCH (:Person)-->(vehicle:Car)-->(:Company) RETURN count(vehicle)
- MATCH (:Person)-->(:Card), (vehicle:Car)-->(:Company) RETURN count(vehicle)
Q26. You need multi-item ACID transactions with snapshot isolation within a partition for your cloud-based application. Which NoSQL databse do you choose?
- Bigtable
- GraphDB
- DynamoDB
- Cosmos DB
Q27. You need to control your application's batch updates destination for your Bigtable multinode cluster. Which action do you take?
- Create a custom app profile to route batch updates.
- Create a custom app profile to route the batch update from that client.
- Update the default app profile to route the natch update from that client.
- Use the default app profile to route batch updates.
- security systems
- databse systems
- query systems
- storage systems
Q30. Your query to verify that your Redis key is configured to support expiring user information on a efined interval returns - - [ ] What does this value indicate?
- The queried key value expired in the last two secodns.
- The queried key value exists, but has no associated expire value.
- The queried key value does not exist.
- There are two expired keys with this value.
Q31. You are designing a MongoDB schema to support queries that will include lookups. What should you do?
- Create an index on the key value used as the primary key.
- Create an index on the key value used as the foreign key.
- Create a multicolumn index on the key value used as the foreign key and the most unique column in the document.
- Create a multicolumn index on the key value used as the primary and also the forign key.
- $group
- $match
- $lookup
- $project
Q33. For your mobile application, you need to select a Google cloud databse that can support compound, filtered document queries. Which do you choose?
- Cloud SQL
- Cloud Spanner
- Cloud Firestore
- Cloud Firebase
- Upload data to S3 VPC endpoint, Use the Neptun loader to load from s3 into your Neptune instance
- Ad data to a Kinesis stream, and use the Neptune loade to load from S# into your Neptun instance.
- Add data to a Kisnesis stream, and create a Kinesis stream VPC endpoint. Use the Nepune loader to load from S3into your Neptune instance.
- Upload data to S Use the neptune loader to load from S3 into your Neptune instance.
- Neo4j
- Cassandra
- Redis
- MyS#### QL
Q36. You want to connect a DynamoDb stream to an AWS lamdba function. Which one of these object do you create.
- DynamoDb table
- DynamoDB trigger
- DynamoDB item
- DYnamoDB index
- secondery and primary key
- secondary and spatial
- range and spatial
- range and primary key
- horizontally, infinitely
- vertically, horizontally
- vertically, infinitely
- horizonally, vertically
Q39. You need to create a scalable database that allows you to query data nodes and edges efficiently. What do you use?
- a relational databse
- a columnstore databse
- a document databse
- a graph database
Q40. You are developing a model for a graph databse. Your data will be moved from a relatinal databse into Neo4j. Which of these transformations apply?
- Rows become labes: bales become nodes.
- Tables become labels: rows become nodes.
- Tables become collections: rows become items.
- Rows become collections: tables become items.
- sparse
- compound
- partial
- multikey
Q42. You need to execute a command for MongoDB that does NOT load values from the .mongorc.js
file. What do you do ?
- Delete the .monorc.js file and restart mongo shell.
- Use the mongo shell to create a command with --norc option
- Rem all lines in the .mongorc.js file ad restart mongo shell.
- Use the mongo shell to create a command with --nodedefault option.
- long
- short
- medium
- a single bit