Premium

IBM Certified Data Architect - Big Data Certification Questions and Answers (Dumps and Practice Questions)



Question : The concept of a software _______________ forms the basis of the Service Component Architecture (SCA) programming model.
  : The concept of a software _______________ forms the basis of the Service Component Architecture (SCA) programming model.
1. design

2. document

3. Access Mostly Uused Products by 50000+ Subscribers

4. data

5. diagram

Correct Answer : Get Lastest Questions and Answer :
Explanation: The concept of a software component forms the basis of the Service Component Architecture (SCA) programming model. A component is a unit that implements
some logic and makes it available to other components through an interface. A component may also require the services made available by other components. In that case, the
component exposes a reference to these services.
In SCA, every component must expose at least one interface. The assembly diagram shown in Figure 1 has three components. Each component has an interface that is represented by the
letter I. A component can also refer to other components. References are represented by the letter R. References and interfaces are then linked in an assembly diagram. Essentially,
the integration developer "resolves" the references by connecting them with the interfaces of the components that implement the required logic.






Question : You are working on a new software development project, with the Software Architect. During the development, you also have to make sure that legacy components is also
there. However, while devlopiing programming model, your architect asked to hide all the complexity related to Legacy system. This is ...


  : You are working on a new software development project, with the Software Architect. During the development, you also have to make sure that legacy components is also
1. Requirment

2. Client Descision

3. Access Mostly Uused Products by 50000+ Subscribers

4. Component Modeling


Correct Answer : Get Lastest Questions and Answer :
Explanation: The architecture of a system is its 'skeleton'. It's the highest level of abstraction of a system. What kind of data storage is present, how do modules
interact with each other, what recovery systems are in place. Just like design patterns, there are architectural patterns: MVC, 3-tier layered design, etc.

Software design is about designing the individual modules / components. What are the responsibilities, functions, of module x? Of class Y? What can it do, and what not? What design
patterns can be used?

So in short, Software architecture is more about the design of the entire system, while software design emphasizes on module / component / class level.

Hence, hiding the complexity of Legacy component is an architecurl decisoon.




Question : You are working as a project manager in Acmeshell Inc. for a BigData project. Overall length of the project is around year. However, during the entire year , you
need to check that the project always remain on track , which of the following can help for this
  : You are working as a project manager in Acmeshell Inc. for a BigData project. Overall length of the project is around  year. However, during the entire year , you
1. Architecture Diagram

2. Architecture Document

3. Access Mostly Uused Products by 50000+ Subscribers

4. UML Diagram

5. Viability Assessment

Correct Answer : Get Lastest Questions and Answer :
Explanation: A viability analysis is an analytical exercise. Using research, experience and business principles, it will determine the probability of the project to
sustain itself, grow, meet the objectives of the project and offer the expected returns of the investor.

The outcome of this analysis, may vary depending on who you speak to, and it's only a 'guesstimate'. Make sure you get advice from someone with expertise in your area of business,
as well as all the other issues to consider, such as the location of the business, competitors based in the area and the market for your product or service.


Related Questions


Question : You have been given a below scenario. You have in total TB data. Your data scientists have written queries to access this data.

However,

- Out of 1000 queries 850 queries, access 25 TB data
- Out of 1000 queries only 100 queries will touch 25 TB data out of remaining 75 TB data
- Out of 1000 queries only 50 queries will touch 20TB data out of remaining 50 TB data

Hence, you can say 850 queries are frequently accessing 25TB data.

Which of the following would provide the best value (business benefit) and lowest TCO?

  : You have been given a below scenario. You have in total TB data. Your data scientists have written  queries to access this data.
1. Place the entire set of data in a data warehouse with proper partitioning and indexing.

2. Place the entire set of data in a hadoop environment " using commodity HW.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Place the top 25TB of data (used by 85TB of the query) in a data warehouse, and the rest in a hadoop environment.


Question : You have lot of business critical data. Which should be available all the time for applying analytics on it. So you must have lower RPO (recovery point objective).
Which of the following will help you to do this easily.

  : You have lot of business critical data. Which should be available all the time for applying analytics on it. So you must have lower RPO (recovery point objective).
1. Clustering

2. Database Shadowing

3. Access Mostly Uused Products by 50000+ Subscribers

4. Tape Backup


Question : You need to provision a Hadoop cluster to perform data analysis on customer sales
data to predict which products are more popular. Which of the following solutions
will let you set up your cluster with the most stability in the platform?

  : You need to provision a Hadoop cluster to perform data analysis on customer sales
1. Purchase specific products from multiple Independent Software Vendors (ISV)
for your requirements in order to take advantage of vendor-specific features
2. Develop your own platform of software components to allow for maximum
customization

3. Access Mostly Uused Products by 50000+ Subscribers

4. Leverage the Open Data Platform (ODP) core to provide a stable base against
which Big Data solutions providers can qualify solutions



Question : You have been processing huge volume of customer sales data of Arinika Retail Solutions.
However, you also need to process Geospatial data, which produce the GeoJSON format. Which of the following would provide a with the desired output in GeoJSON format?
  : You have been processing huge volume of customer sales data of Arinika Retail Solutions.
1. Big SQL

2. BigSheets

3. Access Mostly Uused Products by 50000+ Subscribers

4. Text Analytics

5. Apache Pig


Question : Which of the following is correct with regards to IBM GPFS
  :  Which of the following is correct with regards to IBM GPFS
1. File clones can be created from a regular file or a file in a snapshot using the mmclone command.

2. Use the mmclone command to display status for specified files.

3. Access Mostly Uused Products by 50000+ Subscribers

4. A and B

5. A,B and C


Question : You are working, with an email marketing company, which already have TB of email data, and they are expecting GB data will be added every day. A typical query
can involve pulling in 20 GB of data. It always been an issue to query this data, hence a proper solution is expected. Which of the following can solve this requirement
  : You are working, with an email marketing company, which already have TB of email data, and they are expecting GB data will be added every day. A typical query
1. Set up a Hadoop system

2. Utilize de-duplication and compression technology

3. Access Mostly Uused Products by 50000+ Subscribers

4. Create range partitions and proper indexing of data and store in DB2