SlideShare a Scribd company logo
1 of 8
Download to read offline
000-421
IBM
InfoSphere DataStage v8.5
http://killexams.com/exam-detail/000-421
C. The Short job description field displays on log summary lines within Director
client.
D. The Short job description field will appears in job log when
$APT_PM_SHOW_PIDS is set.
Answer: A, D
QUESTION: 181
An important top level Job Sequence has been modified. It controls a process
flow consisting of sub Job Sequences, Routines and Parallel Jobs. You must set
up a new project to test the top level Job Sequence. You are not allowed to
move any repository objects that are not impacted by the top level Job
Sequence. What two options would identify only the repository objects
impacted by the change made to the top level Job Sequence? (Select two)
A. Repository Advanced Find Where Used
B. On Export check Include dependencies of
C. Click Impact Analysis Icon on Designer Client Toolbar.
D. Select the top Level Job Sequence and Dependency of (deep).
Answer: A, B
QUESTION: 182
Which three DataStage elements allow you to create Shared MetaData? (Select
three)
A. DB2 Connector
B. Oracle Connector
C. Dataset stage
D. Sequential file stage
E. DataStage table definition
Answer: A, C, E
QUESTION: 183
You would like to run a particular processing job within a job sequence for each
weekday of the week. How could you do this? (Select two)
72
A. Set the frequency property in the job scheduler to weekdays only.
B. Call a routine in the job sequencer that starts the processing job for each day
you would like to process.
C. Have a parameter set that contains the days of the week you would like to
process and routine to parse the days of the week contained in the "day"
parameter.
D. Start Loop and End Loop activity stages on the job sequencer canvas where
you loop through the days and pass a value for each day into the job via
parameter.
Answer: A, D
QUESTION: 184
You have finished changes to many Jobs and Shared containers. You must
export all of your changes and integrate them into a test project with other
objects. What are two ways to select the objects you changed for the export?
(Select two)
A. Sort the jobs by timestamp.
B. Use Multiple Job Compile to locate objects that need to be compiled.
C. Select a folder in your repository tree,right click and choose "Objects that I
last modified".
D. Using the advanced find dialog,specify in the last modified panel. the date
range of the jobs and appropriate user name.
Answer: C, D
QUESTION: 185 

What two data sources support direct lookups? (Select two) 

A. DB2
B. ODBC
C. Oracle
D. Teradata
E. SqIServer
Answer: A, C
73
QUESTION: 186
Your job uses the MQ connector stage to read messages from an MQ queue.
The job should retrieve the message ID into the MessageID field and parse the
payload into two fields: Name is to get the first ten characters, Description is to
get the remaining characters. What will accomplish this?
A. First column is MessageID; select the WSMQ.MSGID data element for the
Message ID field; column is Description as VarBinary 200; third column is
Name as Binary 10.
B. First column is MessageID; select the WSMQ.MSGID data element for the
Message ID field; second column is Name as Binary 10; third column is
Description as VarBinary 200.
C. First column is MessageID as Binary 24; second column is Name as Binary
10; select WSMG. MSPAYLOAD data element; third column is Description as
VarBinary 200; select WSMG.MSPAYLOAD data element.
D. First column is MessageID; select the WSMQ.MSGID data element for the
Message ID field; second column is Name; select WSMG.MSPAYLOAD data
element; third column is Description; select WSMG.MSPAYLOAD data
element.
Answer: A, C
QUESTION: 187 

Which three parallel job stages allow you to use partial schemas? (Select three) 

A. Peek stage
B. Dataset stage
C. Column Import stage
D. Sequential File stage
E. External Source stage
Answer: C, D, E
Reference:
http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r5/index.jsp?topic=%2Fcom.ibm.s
wg.im.iis. ds.parjob.dev.doc%2Ftopics%2Fr_deeref_Partial_Schemas.html
QUESTION: 188
74
You are connected to a domain and must configure it for Source Code
Integration. What are the two things that must be done to associate your
DataStage repository with a source control system? (Select two)
A. From Designer Client choose TeamShare Project.
B. From Information Server Manager choose TeamImport.
C. From Information Server Manager choose TeamShare Project.
D. Create a source code control project with the same name as the domain.
Choose Integrate Source Control.
Answer: B, D
QUESTION: 189
The Teradata Enterprise stage uses a distributed FastExport to access data. What
is a limitation to distributed FastExport?
A. Multiple-AMP requests are allowed.
B. The use of the USING modifier is allowed.
C. Non-data access (e.g.,pseudo-tables like DATE or USER) is allowed.
D. Aggregates and most arithmetic operators in the SELECT statement are
allowed.
Answer: A
Reference:
http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r5/index.jsp?topic=%2Fcom.ibm.s
wg.im.iis.ds.parjob.adref.doc%2Ftopics%2Fr_deeadvrf_teraread_Restrictions.ht
ml
QUESTION: 190
A customer requests you to configure a Sequential File stage in a clustered
environment. The stage must read a varying number of files each run in a single
pass and append the name of the file the row was read from when an error
occurs. What three steps are required to achieve this?
(Select three)
A. Specify multiple "File" properties.
B. Specify File Name Column property.
C. Set environment variable $APT_SEQ_FILE_INCL_FILENAMES.
75
D. Set environment variable $APT_IMPORT_PATTERN_USES_FILESET.
E. Specify a file pattern option along with a file name mask that captures entire
file list.
Answer: B, D, E
QUESTION: 191
Which requirement must be met to read from a database in parallel using the
ODBC connector?
A. ODBC connector always reads in parallel.
B. Set the Enable partitioning property to Yes.
C. Configure environment variable $APT_PARTITION_COUNT.
D. Configure environment variable
$APT_MAX_TRANSPORT_BLOCK_SIZE.
Answer: B
QUESTION: 192
There is a requirement to load mainframe data with array columns having
redefined fields into a flat file. How can the Complex Flat File
A. CFF does not support flattening for redefined fields.
B. Within CFF, use the Complex File Load Option window with "Flatten all
arrays" option selected. CFF will handle flattening automatically.
C. Within CFF, use the Complex File Load Option window with "Flatten
selective arrays" option selected. Select the array with redefine column(s) and
click redefine check box option.
D. Select the Records ID tab on the Stage page. Select a record from the
Records list. Select the column(s) with the redefine from the Column list.
Within CFF, use the Complex File Load Option window with "Flatten selective
arrays" option selected.
Answer: C, D
QUESTION: 193
76
You are setting up a clustered environment. Each node in the cluster has public
and private network adapters. The private network uses fast Ethernet. Which
two statements are true? (Select two)
A. Host name alias is not allowed for conductor node.
B. You must use APT_PM_CONDUCTOR_HOSTNAME variable for optimal
environment.
C. Using the host names on the private network for 'fastname’ makes better
performance.
D. The client machines on the public network must use the host name for the
engine on the private network to connect.
Answer: B, C
QUESTION: 194
You are asked by your customer to collect partition level runtime meta-data for
DataStage Parallel jobs. You must collect this data after each job completes.
What two options allow you to automatically save row counts and CPU time for
each instance of an operator? (Select two)
A. $APT_PERFORMANCE_DATA
B. $APT_PM_PLAYER_TIMINGS
C. Enable the job property "Record job performance data".
D. Enable the job property "Log report messages after each job run".
Answer: B, D
77
For More exams visit https://killexams.com/vendors-exam-list
Kill your exam at First Attempt....Guaranteed!

More Related Content

Recently uploaded

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 

Featured

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming LanguageSimplilearn
 

Featured (20)

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 

Ensure your success with 000-421 question bank containing braindumps

  • 2. C. The Short job description field displays on log summary lines within Director client. D. The Short job description field will appears in job log when $APT_PM_SHOW_PIDS is set. Answer: A, D QUESTION: 181 An important top level Job Sequence has been modified. It controls a process flow consisting of sub Job Sequences, Routines and Parallel Jobs. You must set up a new project to test the top level Job Sequence. You are not allowed to move any repository objects that are not impacted by the top level Job Sequence. What two options would identify only the repository objects impacted by the change made to the top level Job Sequence? (Select two) A. Repository Advanced Find Where Used B. On Export check Include dependencies of C. Click Impact Analysis Icon on Designer Client Toolbar. D. Select the top Level Job Sequence and Dependency of (deep). Answer: A, B QUESTION: 182 Which three DataStage elements allow you to create Shared MetaData? (Select three) A. DB2 Connector B. Oracle Connector C. Dataset stage D. Sequential file stage E. DataStage table definition Answer: A, C, E QUESTION: 183 You would like to run a particular processing job within a job sequence for each weekday of the week. How could you do this? (Select two) 72
  • 3. A. Set the frequency property in the job scheduler to weekdays only. B. Call a routine in the job sequencer that starts the processing job for each day you would like to process. C. Have a parameter set that contains the days of the week you would like to process and routine to parse the days of the week contained in the "day" parameter. D. Start Loop and End Loop activity stages on the job sequencer canvas where you loop through the days and pass a value for each day into the job via parameter. Answer: A, D QUESTION: 184 You have finished changes to many Jobs and Shared containers. You must export all of your changes and integrate them into a test project with other objects. What are two ways to select the objects you changed for the export? (Select two) A. Sort the jobs by timestamp. B. Use Multiple Job Compile to locate objects that need to be compiled. C. Select a folder in your repository tree,right click and choose "Objects that I last modified". D. Using the advanced find dialog,specify in the last modified panel. the date range of the jobs and appropriate user name. Answer: C, D QUESTION: 185 What two data sources support direct lookups? (Select two) A. DB2 B. ODBC C. Oracle D. Teradata E. SqIServer Answer: A, C 73
  • 4. QUESTION: 186 Your job uses the MQ connector stage to read messages from an MQ queue. The job should retrieve the message ID into the MessageID field and parse the payload into two fields: Name is to get the first ten characters, Description is to get the remaining characters. What will accomplish this? A. First column is MessageID; select the WSMQ.MSGID data element for the Message ID field; column is Description as VarBinary 200; third column is Name as Binary 10. B. First column is MessageID; select the WSMQ.MSGID data element for the Message ID field; second column is Name as Binary 10; third column is Description as VarBinary 200. C. First column is MessageID as Binary 24; second column is Name as Binary 10; select WSMG. MSPAYLOAD data element; third column is Description as VarBinary 200; select WSMG.MSPAYLOAD data element. D. First column is MessageID; select the WSMQ.MSGID data element for the Message ID field; second column is Name; select WSMG.MSPAYLOAD data element; third column is Description; select WSMG.MSPAYLOAD data element. Answer: A, C QUESTION: 187 Which three parallel job stages allow you to use partial schemas? (Select three) A. Peek stage B. Dataset stage C. Column Import stage D. Sequential File stage E. External Source stage Answer: C, D, E Reference: http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r5/index.jsp?topic=%2Fcom.ibm.s wg.im.iis. ds.parjob.dev.doc%2Ftopics%2Fr_deeref_Partial_Schemas.html QUESTION: 188 74
  • 5. You are connected to a domain and must configure it for Source Code Integration. What are the two things that must be done to associate your DataStage repository with a source control system? (Select two) A. From Designer Client choose TeamShare Project. B. From Information Server Manager choose TeamImport. C. From Information Server Manager choose TeamShare Project. D. Create a source code control project with the same name as the domain. Choose Integrate Source Control. Answer: B, D QUESTION: 189 The Teradata Enterprise stage uses a distributed FastExport to access data. What is a limitation to distributed FastExport? A. Multiple-AMP requests are allowed. B. The use of the USING modifier is allowed. C. Non-data access (e.g.,pseudo-tables like DATE or USER) is allowed. D. Aggregates and most arithmetic operators in the SELECT statement are allowed. Answer: A Reference: http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r5/index.jsp?topic=%2Fcom.ibm.s wg.im.iis.ds.parjob.adref.doc%2Ftopics%2Fr_deeadvrf_teraread_Restrictions.ht ml QUESTION: 190 A customer requests you to configure a Sequential File stage in a clustered environment. The stage must read a varying number of files each run in a single pass and append the name of the file the row was read from when an error occurs. What three steps are required to achieve this? (Select three) A. Specify multiple "File" properties. B. Specify File Name Column property. C. Set environment variable $APT_SEQ_FILE_INCL_FILENAMES. 75
  • 6. D. Set environment variable $APT_IMPORT_PATTERN_USES_FILESET. E. Specify a file pattern option along with a file name mask that captures entire file list. Answer: B, D, E QUESTION: 191 Which requirement must be met to read from a database in parallel using the ODBC connector? A. ODBC connector always reads in parallel. B. Set the Enable partitioning property to Yes. C. Configure environment variable $APT_PARTITION_COUNT. D. Configure environment variable $APT_MAX_TRANSPORT_BLOCK_SIZE. Answer: B QUESTION: 192 There is a requirement to load mainframe data with array columns having redefined fields into a flat file. How can the Complex Flat File A. CFF does not support flattening for redefined fields. B. Within CFF, use the Complex File Load Option window with "Flatten all arrays" option selected. CFF will handle flattening automatically. C. Within CFF, use the Complex File Load Option window with "Flatten selective arrays" option selected. Select the array with redefine column(s) and click redefine check box option. D. Select the Records ID tab on the Stage page. Select a record from the Records list. Select the column(s) with the redefine from the Column list. Within CFF, use the Complex File Load Option window with "Flatten selective arrays" option selected. Answer: C, D QUESTION: 193 76
  • 7. You are setting up a clustered environment. Each node in the cluster has public and private network adapters. The private network uses fast Ethernet. Which two statements are true? (Select two) A. Host name alias is not allowed for conductor node. B. You must use APT_PM_CONDUCTOR_HOSTNAME variable for optimal environment. C. Using the host names on the private network for 'fastname’ makes better performance. D. The client machines on the public network must use the host name for the engine on the private network to connect. Answer: B, C QUESTION: 194 You are asked by your customer to collect partition level runtime meta-data for DataStage Parallel jobs. You must collect this data after each job completes. What two options allow you to automatically save row counts and CPU time for each instance of an operator? (Select two) A. $APT_PERFORMANCE_DATA B. $APT_PM_PLAYER_TIMINGS C. Enable the job property "Record job performance data". D. Enable the job property "Log report messages after each job run". Answer: B, D 77
  • 8. For More exams visit https://killexams.com/vendors-exam-list Kill your exam at First Attempt....Guaranteed!