sap bods latest interview questions by garudatrainings

25
SAP BODS Interview Questions By www.Garudatrainings.com Ph No:+1-508-841-6144

Upload: piyushchawala

Post on 11-Nov-2014

2.494 views

Category:

Education


6 download

DESCRIPTION

What is SAP BODS? SAP BODS (Business Objects Data Services) is an ETL (Extract, Transform, Load Data) tool extensively used to data integration services in the SAP suite. It’s used for building and implementing data warehousing utilities and associated functions in the SAP environment. Our online training course in SAP BODS is optimally designed to equip students to thoroughly understand the concept of BODS, data warehousing, performance tuning etc so that they can have a highly paying dream career in one of the industry leading ERP platform. The convenience of enrolling for an online course helps students to study at their own convenience and schedule and the well-structured course modules are designed by industry experts with an unique interactive learning session, 24/7 support and access. Here a brief outline of the SAP-BODS online course. For More Info : http://garudatrainings.com/sap-bods-online-training/ The SAP-BODS Course Contents: The course begins with an introduction to the concept of data warehousing and its implementation, different products and vendors etc. The SAP ERP suite is also introduced along with its core modules, BODS 3.2 and after versions, data integrator etc. The basic modules cover the BODS repository, objects, and the server (job) manager along with the GUI of the data service designer. Users are introduced to the concepts of data store and extraction along with data transforming, integrating and categorization utilities. The advanced level modules of the online SAP BODS course importantly include a through exposure to real-time utilities, debugging concepts, configuration and performance tuning, error handling and recovery techniques. The course has designated modules for creating a multi-user environment with a central and local repository with an emphasis on practical applications. The concept of integrating the data store with Net Weaver applications, data extractors, SAP BW etc is included in an elaborate module. The course also has a separate module on implementing SCD (Slowly Changing Dimension-Type 1, 2, 3 ) design patterns in data services . We wish that students would take advantage of the elaborately designed online SAP BODS training course to thoroughly understand the BODS fundamentals and implementation for a challenging career as SAP BODS professionals. Register For Free Demo: www.Garudatrainings.com EmailUs:[email protected] Ph No:+1-508-841-6144

TRANSCRIPT

Page 1: SAP BODS Latest  Interview Questions By Garudatrainings

SAP BODS Interview QuestionsBy

www.Garudatrainings.comPh No:+1-508-841-6144

Page 2: SAP BODS Latest  Interview Questions By Garudatrainings

What is the use of BusinessObjects Data Services?

BusinessObjects Data Services provides a graphical interface that allows you to easily create jobs that extract data from heterogeneous sources, transform that data to meet the business requirements of your organization, and load the data into a single location.

Page 3: SAP BODS Latest  Interview Questions By Garudatrainings

Define Data Services componentsData Services includes the following standard

components:DesignerRepositoryJob ServerEnginesAccess ServerAdaptersReal-time ServicesAddress ServerCleansing Packages, Dictionaries, and DirectoriesManagement Console

Page 4: SAP BODS Latest  Interview Questions By Garudatrainings

What are the steps included in Data integration process?

Stage data in an operational data store, data warehouse, or data mart.

Update staged data in batch or real-time modes.

Create a single environment for developing, testing, and deploying the entire data integration platform.

Manage a single metadata repository to capture the relationships between different extraction and access methods and provide integrated lineage and impact analysis.

Page 5: SAP BODS Latest  Interview Questions By Garudatrainings

Define the terms Job, Workflow, and Dataflow?A job is the smallest unit of work that you can

schedule independently for execution.A work flow defines the decision-making process

for executing data flows.Data flows extract, transform, and load data.

Everything having to do with data, including reading sources, transforming data, and loading targets, occurs inside a data flow.

Arrange these objects in order by their hierarchy: Dataflow, Job, Project, and Workflow.?

Project, Job, Workflow, Dataflow.

Page 6: SAP BODS Latest  Interview Questions By Garudatrainings

What are reusable objects in Data Services?Job, Workflow, Dataflow.

Page 7: SAP BODS Latest  Interview Questions By Garudatrainings

What is a transform? A transform enables you to control how

datasets change in a dataflow.

Page 8: SAP BODS Latest  Interview Questions By Garudatrainings

What is a Script? A transform enables you to control how

datasets change in a dataflow.

Page 9: SAP BODS Latest  Interview Questions By Garudatrainings

What is a real time Job? Real-time jobs “extract” data from the body

of the real time message received and from any secondary sources used in the job.

Page 10: SAP BODS Latest  Interview Questions By Garudatrainings

What is an Embedded Dataflow? An Embedded Dataflow is a dataflow that is

called from inside another dataflow.

Page 11: SAP BODS Latest  Interview Questions By Garudatrainings

What is the difference between a data store and a database?

A data store is a connection to a database.

Page 12: SAP BODS Latest  Interview Questions By Garudatrainings

How many types of data stores are present in Data services?Three.Database Datastores: provide a simple way to

import metadata directly froman RDBMS.Application Datastores: let users easily

import metadata frommost Enterprise Resource Planning (ERP) systems.

Adapter Datastores: can provide access to an application’s data and metadata or just metadata.

Page 13: SAP BODS Latest  Interview Questions By Garudatrainings

What is the use of Compace repository? Remove redundant and obsolete objects from

the repository tables.

Page 14: SAP BODS Latest  Interview Questions By Garudatrainings

What are Memory Datastores? Data Services also allows you to create a

database data store using Memory as the Database type. Memory Data Stores are designed to enhance processing performance of data flows executing in real-time jobs.

Page 15: SAP BODS Latest  Interview Questions By Garudatrainings

What are file formats?A file format is a set of properties describing

the structure of a flat file (ASCII). File formats describe the metadata structure.

File format objects can describe files in: Delimited format — Characters such as

commas or tabs separate each field.Fixed width format — The column width is

specified by the user.SAP ERP and R/3 format.

Page 16: SAP BODS Latest  Interview Questions By Garudatrainings

What is repository? List the types of repositories.The DataServices repository is a set of tables

that holds user-created and predefined system objects, source and target metadata, and transformation rules. There are 3 types of repositories.

A local repositoryA central repositoryA profiler repository

Page 17: SAP BODS Latest  Interview Questions By Garudatrainings

What is the difference between a Repository and a Datastore? A Repository is a set of tables that hold

system objects, source and target metadata, and transformation rules. A Datastore is an actual connection to a database that holds data.

Page 18: SAP BODS Latest  Interview Questions By Garudatrainings

What is the difference between a Parameter and a Variable? A Parameter is an expression that passes a

piece of information to a work flow, data flow or custom function when it is called in a job. A Variable is a symbolic placeholder for values.

Page 19: SAP BODS Latest  Interview Questions By Garudatrainings

When would you use a global variable instead of a local variable?When the variable will need to be used

multiple times within a job.When you want to reduce the development

time required for passing values between job components.

When you need to create a dependency between job level global variable name and job components.

Page 20: SAP BODS Latest  Interview Questions By Garudatrainings

What is Substitution Parameter? The Value that is constant in one

environment, but may change when a job is migrated to another environment.

Page 21: SAP BODS Latest  Interview Questions By Garudatrainings

List some reasons why a job might fail to execute?Incorrect syntax, Job Server not running, port

numbers for Designer and Job Server not matching.

Page 22: SAP BODS Latest  Interview Questions By Garudatrainings

List factors you consider when determining whether to run work flows or data flows serially or in parallel?Consider the following:Whether or not the flows are independent of

each otherWhether or not the server can handle the

processing requirements of flows running at the same time (in parallel)

Page 23: SAP BODS Latest  Interview Questions By Garudatrainings

What does a lookup function do? How do the different variations of the lookup function differ?

All lookup functions return one row for each row in the source. They differ in how they choose which of several matching rows to return.

Page 24: SAP BODS Latest  Interview Questions By Garudatrainings

Contact Us:

For More Details, Please Log On To www.Garudatrainings.com

You Can also Find Us On:

Page 25: SAP BODS Latest  Interview Questions By Garudatrainings

Register For Free Demo

www.Garudatrainings.comEmail Us:

[email protected] No:+1-508-841-6144