Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

CBSA Questions and Answers

Question # 6

Which cryptocurrency is also known as "Smart Money" in the blockchain world?

A.

Ether

B.

BTC

C.

Monero

D.

Litecoin

Full Access
Question # 7

Which of these desired outcomes is best obtained through a Blockchain solution?

A.

Pending financial transactions need to be stored until completed and then should be deleted

B.

A website that shows current data from various stock markets

C.

A mobile app that displays information about today’s weather

D.

None of the above

Full Access
Question # 8

Which of the following hashing algos is considered to be the strongest?

A.

RSA

B.

SHA-2

C.

AES

D.

MD-5

E.

SHA

Full Access
Question # 9

Select the two kinds of accounts in Ethereum which share the same address space. (Select two.)

A.

Gas Account

B.

Contract Accounts

C.

External Accounts

D.

Internal Accounts

E.

dApp Accounts

Full Access
Question # 10

Which scenario would it be most appropriate for a blockchain solution to implement a Proof of Work or Proof of Stake consensus?

A.

When the blockchain needs to be permissioned

B.

When the aim of the blockchain is to be a trustless as possible

C.

When the blockchain needs to support millions of transactions

D.

All of the above

Full Access
Question # 11

A ____________cipher basically means it is using a fixed key which replaces the message with a pseudorandom string of characters. It is basically the encryption of each letter one at a time.

What is the cipher type?

A.

Stream

B.

Block

C.

Parallel

D.

RSA

Full Access
Question # 12

Which of these is the name of a well known open source peer-to-peer hypermedia distributes file system?

A.

FileBlocks

B.

Hyperbole

C.

FileDropperTM

D.

IPFS

Full Access
Question # 13

What type of "bug" generally occurs when something isn’t right according to business requirements?

A.

Business logic

B.

Business Requirements

C.

Integration

D.

Accessibility

E.

Security

Full Access
Question # 14

Ethereum has a metric system of denominations used as units of ether.

What is the smallest denomination of Ether?

A.

Kwei

B.

Shannon

C.

Wei

D.

Finney

Full Access
Question # 15

When considering a new ERC20 token its best to consider using ____________________.

A.

Use a template from AWS

B.

Audited Implementation

C.

Start a new one

D.

Copy from existing token

Full Access
Question # 16

In public key cryptography, the private key is used to:

A.

Encrypt the public key

B.

Generate unique hash values each time it is used

C.

Verify the digital signature of a public key

D.

Sign/approve any transaction/action that might be made by the holder of the key pair

Full Access
Question # 17

The difference between Ethereum tokens and a standalone currency like Litecoin is that ___________tokens piggyback on the Ethereum network, hosted by Ethereum addresses and sent using Ethereum transactions.

A.

ERC

B.

ERC20

C.

Ether

D.

BIP

Full Access
Question # 18

The most popular Ethereum development framework is currently Truffle.

What are three features of Truffle? (Select three.)

A.

Scriptable deployment & migrations framework.

B.

Automated contract testing with Mocha and Chai.

C.

Takes Dapp transactions via Ws-rpc, json-rpc, ipc-rpc.

D.

Built-in smart contract compilation, linking, deployment and binary management.

E.

Automated contract testing with Mocha only

Full Access
Question # 19

A chaincode package that was signed at creation can be handed over to other owners for inspection and signing in Hyperledger.

Is it true that the workflow supports out-of-band signing of chaincode package?

A.

TRUE

B.

FALSE

Full Access
Question # 20

Hyperledger can best be described as a ____________________?

A.

Blockchain that exclusively supports PoS Consensus

B.

Permissionless blockchain

C.

Token

D.

Blockchain that exclusively supports PoW Consensus

E.

Umbrella collaboration of open source blockchains

Full Access
Question # 21

In Hashcash, miners all compete to look for a so called. "____________"which, if provided as input (together with other parts of a block header) to a hash function, yields an output that’s numerically small enough to claim the next block reward.

A.

Difficulty bits

B.

Nonce

C.

Merkle Root

D.

Timestamp

Full Access
Question # 22

___________________ensures that the shared ledgers are exact copies, and lowers the risk of fraudulent transactions, because tampering would have to occur across many places at exactly the same time.

A.

Encryption

B.

Consensus

C.

Validation

D.

Replication

Full Access
Question # 23

When writing and considering push and pull in a smart contract that involves "user" funds would it be better to ____________________?

A.

Withdraw funds rather than pull funds to them automatically

B.

Withdraw funds rather than push funds to them automatically

C.

Pull funds rather than push funds to them automatically

D.

Push funds rather than pull funds to them automatically

Full Access
Question # 24

Smart Contracts are generally written in specific programming languages. Which one is NOT a language for smart contracts?

A.

.Net

B.

Viper

C.

LLL

D.

Solidity

Full Access
Question # 25

The “Nothing-at-Stake” problem that could be realized by Proof of Stake networks would be caused by what?

A.

If all of the validator nodes are taken offline

B.

If validator nodes reject all transactions

C.

Validator nodes approving all transactions on old and new software after a hard fork occurs

D.

All of the above

Full Access
Question # 26

To interact with a deployed Ethereum Smart Contract, a user or app must:

A.

Have a reference to the public address of the deployed Smart Contract

B.

Have the appropriate permissions needed to invoke the functions of the Smart Contract

C.

Have sufficient gas to perform read and write operations against the Smart Contract

D.

All of the above

Full Access
Question # 27

In Hyperledger Fabric, the smart contract logic is also called by two other names _______________ and ______________? (Select two.)

A.

CordApps

B.

DApps

C.

Programmatic Logic

D.

Ripple

E.

Chaincode

F.

Ledger

Full Access
Question # 28

How are "assets" in Hyperledger Fabric represented? (Select two.)

A.

JSON

B.

Node

C.

YAML

D.

Binary

E.

Deployment Manager

Full Access
Question # 29

When you considering developing and running dAPPS in Ethereum its important to understand that Gas and Ether are decoupled for price stability. Is this True or False?

A.

True

B.

False

Full Access
Question # 30

A Blockchain network can be best categorized as:

A.

A centralized network

B.

A decentralized peer-to-peer network

C.

A series of nodes managed by a genesis node

D.

A distributed network centralized ledgers

Full Access
Question # 31

A Smart Contract needs to check the daily closing price of a stock, in order to determine how to act. The proper way to do this is with the use of ______________.

A.

Oracles

B.

Wizards

C.

Data rabbits

D.

All of the above

Full Access
Question # 32

___________is advantageous because it presents scalability and low cost transactions, but like DPoS introduces a component of centralization.

What algorithm is being referenced here?

A.

Byzantine Fault Tolerance

B.

Hashgraph

C.

Proof of Stake

D.

Proof of Work

E.

DAG

Full Access
Question # 33

Which of the following is considered the most popular public key encryption algorithm?

A.

RSA

B.

AES

C.

MD5

D.

PGP

Full Access
Question # 34

If a company desires to create a unique cryptocurrency and launch a new blockchain network to host it.

A.

They must use ERC20 standard for the token, clone the Ethereum Virtual Machine, then launch a series of nodes

B.

They must use ERC20 standard for the token and can use any open source blockchain tool/system to launch a series of nodes

C.

They can both create their own cryptocurrency and launch their own blockchain network with any common open source blockchain tool/system

D.

None of the above

Full Access