Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Blockchain CBSA Dumps

Page: 1 / 9
Total 229 questions

BTA Certified Blockchain Solution Architect Questions and Answers

Question 1

Blockchain provenance is defined as _______________?

Options:

A.

Information sent to the blockchain and written to the blockchain.

B.

Recording the history of data, from its last block to various stages of the data lifecycle

C.

Recording the history of data, from its inception to various stages of the data lifecycle.

D.

Once a transaction has been written and committed to the ledger it cannot be changed.

Question 2

Secure Hash Algorithm (SHA-256) output is always 256 bits or 32 bytes in length regardless of the length of the input (even if input is millions of bytes). Select best answer.

Options:

A.

NSA is spying on us so what’s it matters.

B.

Depends on input

C.

False

D.

True

Question 3

Ethereum smart contracts can be written in what programming languages? Select all that apply.

Options:

A.

Serpant

B.

Cobol

C.

LLL

D.

LLC

E.

Vyper

F.

Node.js

G.

IOS

Question 4

When specifying blockchain technologies, it is important to understand its benefits and its challenges.

What would be two challenges of blockchain technology adoption to an enterprise? (Select two.)

Options:

A.

Scalability, transaction speed / cost

B.

Tokenization of platforms

C.

Distributed

D.

Very New Technology

Question 5

What are some advantages of Proof of Stake(POS) mining over Proof of Work(POW) mining? (Select three.)

Options:

A.

Energy efficient in regards to that it could consume for electricity as compared to PoW

B.

Faster Hashing algorithms

C.

No need for expensive compared to POW

D.

Faster validations compared to POW

E.

Better blockchain security compared to POW

Question 6

You currently using the Metamask Chrome plugin and you see a selection for Etherescan in the plugin.

What is Etherscan used for?

Options:

A.

A search engine that allows users to easily lookup, confirm and validate transaction that have taken place on the Ethereum Blockchain

B.

A search engine that allows users to easily lookup, confirm and validate transaction that have taken place on the Bitcoin Blockchain

C.

A search engine that allows users to easily lookup, confirm and validate transaction that have taken place on the Ethereum and Tokens Blockchain

D.

A search engine that allows users to easily lookup, confirm and validate transaction that have taken place on any Blockchain

Question 7

When considering tokens on the Ethereum Blockchain what is the main difference between ERC20 and ERC721 tokens?

Options:

A.

No difference on Ethereum all tokens are fungible

B.

ERC20 is not fungible while ERC721 tokens are fungible

C.

ERC721 is not fungible while ERC20 tokens are fungible

D.

No difference on Ethernet all tokens are not fungible

Question 8

Composer Modeling Language is an object-oriented modeling language that defines the domain model for a business network definition. The modeling language is saved as a __________ file.

Options:

A.

.json

B.

.go

C.

.txt

D.

.ico

E.

.cto

Question 9

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

Options:

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

Question 10

You have flown to NYC to have a discussion with a technical executive of a too big to fail bank. You are having a discussion about blockchain algos and the customer is asking what are some disadvantages of using a POW algo?

Options:

A.

Centralization of blockchain control

B.

Only use case for computational power is blockchain

C.

Large expenditures for computational power

D.

Not profitable for miners

E.

51% attack mitigation

Question 11

R3 Corda does not organize time into blocks. What does Corda actually perform and use?

Options:

A.

Ripple is implemented as the blockchain and XRP for cryptocurrency.

B.

Notary services and timesmapping

C.

R3 Corda is a blockchain and does use blocks

D.

Notary services and timestamping

Question 12

What type of peer node executes transactions?

Options:

A.

Monitoring

B.

API Peer

C.

Endorsing Peer

D.

Ordering Peer

Question 13

______________is supposed to be the constant cost of network resources/utilization in the Ethereum blockchain?

What is the constant?

Options:

A.

Wei

B.

Tether

C.

Gas

D.

Ether

Question 14

Which of the following enterprise blockchains have a pluggable framework consensus algo? (Select two.)

Options:

A.

Quorum

B.

R3 Corda

C.

Ethereum

D.

Hyperledger Fabric

E.

Ripple

Question 15

What blockchain is considered Blockchain 1.0, the first blockchain?

Options:

A.

Bitcoin Cash

B.

Ethereum

C.

Litecoin

D.

Bitcoin

E.

NEO

Question 16

In common blockchain design, identity and transaction approval is possible through:

Options:

A.

AES encryption

B.

Public key cryptography

C.

Secret key cryptography

D.

None of the above

Question 17

What is the nonce-field in a transaction?

Options:

A.

To sum up all ethers sent from that address

B.

Protects against replay attacks

C.

To distribute the workloads in the EVM

D.

Adds a checksum for transactions

Question 18

Chaincode is a decentralized transactional program, running on the validating nodes. As with every chaincode, it implements the ____________________ in particular, Init and Invoke functions.

What does is actually implemented?

Options:

A.

SDK

B.

REST Interface

C.

EVM

D.

Chaincode interface

Question 19

Ideal bug reports link the bug being reported to a _______________

Options:

A.

Business Value

B.

Business Process

C.

Regression Issue

D.

Business Target

E.

Progression Issue

Question 20

Ethereum is a programmable blockchain. What is one of the following reasons is NOT correct regarding Ethereum programmability?

Options:

A.

Allows users to create their own operations on any complexity

B.

It serves as a platform for many different types of decentralized blockchain applications

C.

Does not allow users to create their own operations of any complexity

D.

Ethereum also includes a peer-to-peer network protocol

Question 21

Ownership or partial ownership of an asset can be tracked with which type of token?

Options:

A.

Equity

B.

Utility

C.

Ethereum

D.

Game-based

Question 22

When you considering cryptography for a blockchain what would be types of symmetric cryptography you could consider? (Select two.)

Options:

A.

Block Ciphers

B.

Rivest-Shamir-Adleman algorithm aka the RSA.

C.

Stream Ciphers

D.

Elliptical Curve Cryptography

Question 23

What component on the blockchain maintains the "world state"?

Options:

A.

.acl

B.

Reputation Manager

C.

Distributed Ledger

D.

.bna

Question 24

What is the accepted best practice for preventing contract addresses from changing when a new contract is released?

Options:

A.

Move your contract to a new blockchain

B.

Delete the old contract and add the new version in its place

C.

Addresses always change so use a calling contract

D.

Use the “- -addressForce” parameter when releasing a new contract

Question 25

In regards to understanding the Ethereum Virtual Machine what statement is true?

Options:

A.

The EVM is extremely powerful, non-turing complete and perfect for doing computational intensive thins, because of the direct access to the graphics card.

B.

The EVM is extremely powerful, turing complete and perfect for doing computational intensive things, because of the direct access to the graphics card.

C.

While the EVM is Sandboxed, it isn’t as powerful as the Bitcoin network, because it’s not Turing Complete

D.

The EVM can’t access hardware layers or anything outside a blockchain node because it’s sandboxed.

Question 26

Which of the following enterprise blockchain platforms does not have smart contract functionality?

Options:

A.

Ethereum

B.

Quorum

C.

R3 Corda

D.

Hyperledger Fabric

E.

Ripple

Question 27

Which one of the following is a consideration that must be taken into account when using Hyperledger Fabric that you wouldn’t need worry about on Ethereum?

Options:

A.

The fees for deploying and using Smart Contracts

B.

How you will provide proper uptime for the network

C.

The level of security of Smart Contracts (chaincode)

D.

How often hard forks occurs on the software

Question 28

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

Options:

A.

Use a template from AWS

B.

Audited Implementation

C.

Start a new one

D.

Copy from existing token

Question 29

In the Bitcoin blockchain the "block creation time" is set to 10 minutes and this can never change.

Options:

A.

FALSE

B.

TRUE

Question 30

An encryption algorithm transforms plain text into cipher text using a key?

Options:

A.

TRUE

B.

FALSE

Question 31

The merkle tree contains a full list of the transactions on the blockchain?

Options:

A.

FALSE

B.

TRUE

Question 32

Consider the following scenario: A solo app developer wants to create their own cryptocurrency and build a blockchain based that allows users to buy and sell second-hand items with that cryptocurrency from each other. Before the transaction is considered complete, the purchaser must put the funds in an escrow service and the sender must enter the courier tracking number into that same escrow. Time is of the essence and this developer doesn’t want to worry about networking of infrastructure. This app must be fully autonomous or “decentralized”.

Which architecture would best solve the product need?

Options:

A.

Ethereum for token creation and escrow service; User-facing features built with web technologies and deployed through IPFS

B.

Ethereum for token creation; Traditional multitier API and database for escrow service; User-facing features built in web technologies then minified unto a String and deployed to an Ethereum Smart Contract

C.

Hyperledger Fabric for the escrow service and token creation using chaincode; User-facing features built with Hyperledger Composer

D.

The product cannot be built. Fully decentralized apps are not yet possible for user interface

Question 33

To determine the anticipated load on an application, the number of end users should be considered along with?

Options:

A.

The location of the user

B.

The average number of transactions per user

C.

The average age of the user

D.

The average bandwidth speed of the user

Question 34

Smart Contracts provide all the following benefits EXCEPT?

Options:

A.

Legally Enforcable

B.

Autonomy

C.

Cast Savings

D.

Efficiency

E.

Backup

Page: 1 / 9
Total 229 questions