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

CBSA BTA Certified Blockchain Solution Architect Questions and Answers

Questions 4

What are two challenges with using a Proof of Work algorithm? (Select two.)

Options:

A.

Mining pools not allowed

B.

Difficulty rate goes done every year.

C.

Expensive

D.

Power Intensive

Buy Now
Questions 5

You are using Truffle for an Ethereum contract and would like to use a default set of contracts and tests from within an empty project directory.

What is the syntax?

Options:

A.

truffle defaults

B.

truffle init

C.

truffle test

D.

truffle compile

Buy Now
Questions 6

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

Options:

A.

CordApps

B.

DApps

C.

Programmatic Logic

D.

Ripple

E.

Chaincode

F.

Ledger

Buy Now
Questions 7

What is provided by the Hyperledger Fabric to facilitate network communications?

Options:

A.

API

B.

SDK

C.

Ruby

D.

Middleware

Buy Now
Questions 8

Consider the following scenario: Due to consistent inaccuracies and outdated real estate listings, a residential real estate company wants to build a blockchain solution that accurately depicts which homes (assets) are available for purchase across all countries/provinces. All available homes should be publicly viewable by the general consumer audience, but certain details of the home, such as history of maintenance, should only be viewable by licensed real estate professionals.

Which architecture would best solve the product need?

Options:

A.

Public data hosted on a public blockchain, Privileged data security hoisted on a private database

B.

The entire solution built on a private blockchain with proper permissions for both public and privileged data

C.

Public and privileged data on hybrid blockchain will Proof of Stake consensus

D.

Public data hosted on a public blockchain; Privileged data hosted on a private blockchain

Buy Now
Questions 9

The ____________of the tree is the topmost node and hence this tree is represented upside down. The bottommost nodes are called as ________nodes. Each node is simply a cryptographic hash of a transaction.

CBSA Question 9

In the above diagram, Transaction A,B, C,C from the leaves of the tree. Select one.

Options:

A.

Root, Hash

B.

Root, Leaf Nodes

C.

Has, Root nodes

D.

Leaf nodes, Root

E.

Leaf Nodes, Root

Buy Now
Questions 10

The key difference between encryption and hashing is that encrypted strings can be reversed back into their original decrypted form if you have the right key?

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 11

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.

Options:

A.

ERC

B.

ERC20

C.

Ether

D.

BIP

Buy Now
Questions 12

Satoshi Nakamoto invented a way to achieve Decentralized Consensus?

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 13

In its simplest form, user identity on a blockchain can be unique and secure:

Options:

A.

By users utilizing public blockchains

B.

User identity cannot yet be protected on blockchain systems

C.

Through cryptographic hashing

D.

By users utilizing permissioned blockchains

Buy Now
Questions 14

Which of the following is NOT considered a token?

Options:

A.

ICON

B.

LTC

C.

Golem

D.

EOS

Buy Now
Questions 15

In regard to blockchain, complete autonomy, transparency, and decentralization:

Options:

A.

Are the aim of all distributed banking and financial institutions

B.

Will never be achievable due to technology limitations

C.

Are highly valuable in some use cases and completely undesirable in other use cases

D.

Are the foundation principles that allow blockchain to operate successfully

Buy Now
Questions 16

What are some likely repercussions that could occur as a result of a 51% attack to the Bitcoin network? (Select three.)

Options:

A.

Unplanned Fork

B.

Double Spending

C.

Cancelling Transactions

D.

Planned Fork

E.

Selfless Mining

Buy Now
Questions 17

Which of the following is NOT a requirement of an enterprise blockchain typically?

Options:

A.

Append-only distributed system of record shared across business network

B.

Cost efficient blockchain

C.

Transactions are endorsed by relevant participants

D.

Ensuring appropriate visibility; transactions are secure, authenticated & verifiable

Buy Now
Questions 18

When a consensus algo is considered to be "pluggable modularity», what does that mean?

Options:

A.

Add permission as needed

B.

Add user as needed

C.

Select an optimal algorithm for your networks

D.

Select a specific API that manages the blockchain

Buy Now
Questions 19

In the Ethereum EVM there are two types of memory areas. (Select two.)

Options:

A.

Storage

B.

Database

C.

Memory

D.

Persistent

E.

Ephemeral

Buy Now
Questions 20

In Ethereum how is the block difficulty determined in Ethereum?

Options:

A.

The Block Difficulty increases when the time between mined blocks is below 10 seconds, while it decreases when the time is above 20 seconds.

B.

The Block Difficulty is determined by the Ethereum Committee every fortnight to reflect the average amount of transaction and it cannot be influenced by the network itself.

C.

The Block Difficulty increases when the time between mined blocks is below 20 seconds, while it decreases when the tie is above 60 seconds.

Buy Now
Questions 21

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

Options:

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

Buy Now
Questions 22

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

Buy Now
Questions 23

Regarding Ethereum contracts, the contracts can call (perform) two specific message calls. The message calls are either _____________ or __________? (Select two.)

Options:

A.

Bitcoin nodes

B.

Send Ether to non-contract

C.

DApps

D.

Other contracts

E.

Ether Nodes

Buy Now
Questions 24

What is diagram referencing below?

CBSA Question 24

Options:

A.

AND Gate

B.

XOR Gate

C.

OXR Gate

D.

NAND Gate

Buy Now
Questions 25

You would like to run Ethereum DApps in a browser without a node. (No need to download blockchain.)

What could you use locally in your Chrome browser?

Options:

A.

Jaxx

B.

Solidity

C.

Metamask

D.

Mist

Buy Now
Questions 26

Which of these reasons is a good reason to choose a conventional database over blockchain to store application data?

Options:

A.

Centralization is to be avoided

B.

Databases should never be used over blockchain

C.

Full history is needed for all data

D.

High performance is required

Buy Now
Questions 27

In common blockchain design, which data structure is used to create a lightweight digital fingerprint of all the transactions within a block?

Options:

A.

Blockchains are unique in that they utilize no data structures

B.

Lexicographic Search Tree

C.

Bloom Filter

D.

Merkle Tree

Buy Now
Questions 28

Fabric Ledger has two specific parts. Select answer with the proper two parts.

Options:

A.

State Data, Transactional Data

B.

State Data, Transaction logs

C.

LevelIDb, CouchDB

D.

Transaction Logs, CouchDB

Buy Now
Questions 29

A Smart Contract is most like which classical programming object?

Options:

A.

Class

B.

Variable

C.

Method

D.

Function

Buy Now
Questions 30

What blockchain is considered Blockchain 1.0, the first blockchain?

Options:

A.

Bitcoin Cash

B.

Ethereum

C.

Litecoin

D.

Bitcoin

E.

NEO

Buy Now
Questions 31

The block creation time is set to how many minutes in Bitcoin? 

Options:

A.

1

B.

10

C.

120

D.

100

E.

15

F.

150

Buy Now
Questions 32

Which of the following is not considered an Ethereum testnet?

Options:

A.

Ropstein

B.

Rinkeby

C.

Mainnet

D.

Kovan

Buy Now
Questions 33

What are two specific advantages of using Hyperledger Fabric? (Select two.)

Options:

A.

No order service needed

B.

Use any programming language available

C.

Open Source Modular architecture

D.

Allows components to be plug-and-play

E.

Makes mining cryptos more efficient

Buy Now
Questions 34

The primary difference between a blockchain and blockless solution is?

Options:

A.

Blockless solutions are slower

B.

Blockless solutions are less reliable

C.

Transactions are not verified by the entire network in a blockless environment

D.

Blockless solutions do not work on mobile devices

Buy Now
Exam Code: CBSA
Exam Name: BTA Certified Blockchain Solution Architect
Last Update: May 9, 2024
Questions: 229

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now CBSA testing engine

PDF (Q&A)

$35  $99.99
buy now CBSA pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 08 May 2024