Thursday 10 August 2017

C2150-205 IBM Security Directory Integrator Implementation V7.2

Test information:
Number of questions: 60
Time allowed in minutes: 90
Required passing score: 55%
Languages: English, French, Latin American Spanish, Portuguese (Brazil)

Related certifications:
IBM Certified Deployment Professional - Security Directory Integrator V7.2

Security Directory Integrator Concepts (23%)
Identify SDI components, data models, and tools used to provide solutions and integrations.
Identify the common Java objects that can be leveraged to build SDI solutions.
Identify various files that make up a SDI solution.
Identify how to use the System Store, Password Store, User Property Store, third-party RDBMS, and different modes of Derby to provide a SDI solution.
Identify the components and features for Delta Handling and Delta Detection in SDI.
Given a scenario, outline how to use Delta Handling components and features to create an AL that performs one-way synchronization.
Given a scenario, explain the different Connector modes and how they effect the flow of data through an SDI AL.
Given a scenario, identify where JavaScript can be used to manipulate data and the logic of the assembly line.
Given a scenario, explain the concepts, components, and capabilities of SDI password synchronization.
Given a scenario, describe how Assembly Lines can be monitored and controlled, i.e., Dashboard, +Administration and Monitoring Console (AMC), Action Manager (AM), etc.
Given a scenario, describe the AL lifecycle and the various operation modes when starting an AL.Given a scenario, describe the Initial Work Entry (IWE) and the Task Call Block (TCB).
Describe appropriate uses of Connectors in ALs.
Given a scenario to build a solution aligned with loosely coupled, service-oriented architecture and Interoperability standards, describe Server Mode and how it is used.

Planning and Architecture (13%)
Given a scenario, identify information you should know about a customer's IT environment so that you can design a compatible SDI solution.
Identify ways to implement change management.
Given a scenario about a running production environment and completed solution, export the solution, modify appropriate configuration files, stage the files and monitor the start of the solution, so that the solution has been moved into a production environment.
Given a scenario, explain different uses and ramifications of sharing a central data store between multiple ALs.
Given a scenario, explain how to plan for availability and performance, as well as exception/error reporting and auditing, in a robust and scalable SDI solution.

Installation and Configuration (12%)
Given a scenario, identify information you should know about a customer's IT environment so that you can design a compatible SDI solution.
Identify ways to implement change management.
Given a scenario about a running production environment and completed solution, export the solution, modify appropriate configuration files, stage the files and monitor the start of the solution, so that the solution has been moved into a production environment.
Given a scenario, explain different uses and ramifications of sharing a central data store between multiple ALs.
Given a scenario, explain how to plan for availability and performance, as well as exception/error reporting and auditing, in a robust and scalable SDI solution.

Assembly Line Development (30%)

Problem Determination (12%)
Given a scenario, use log analysis and exception stack traces to locate and identify key messages to isolate a problem source and interpret the root case of the exception.
Identify SDI debugger features.
Given a scenario, explain how an administrator addresses memory issues in the SDI server.
Given a scenario, explain how a Connector's connection issue can be handled by the SDI Server.

Federated Directory Server (10%)
Given a scenario, demonstrate use of the FDS console
Identify approaches to troubleshoot FDS
Identify key concepts, components, and architecture of Federated Directory Server.
Identify key concepts, components, and architecture of�a flow.
Identify key concepts, components, and architecture of endpoints

IBM Certified Deployment Professional - Security Directory Integrator V7.2

Job Role Description / Target Audience
An IBM Certified Deployment Professional for IBM Security Directory Server is an individual who has demonstrated the ability to design, implement, test, and support an IBM Security Directory Server solution. It is expected that this person is able to perform the tasks independently a majority of the time with limited assistance from peers, product documentation, and vendor support services and in some situations, take leadership and provide mentoring to peers.

Requirements
This certification requires 1 test(s).


Wednesday 2 August 2017

C2090-913 Informix 4GL Development

Test information:
Number of questions: 90
Time allowed in minutes: 90
Required passing score: 78%
Languages: English

Related certifications:
IBM Certified Solutions Expert -- Informix 4GL Developer

If you are a knowledgeable Informix 4GL Developer and are capable of performing the intermediate to advanced skills required to design and develop Informix database applications, you may benefit from this certification role.

Section 1 - Informix 4GL (18%)

Section 2 - Statements (28%)

Section 3 - Cursors and Memory (13%)

Section 4 - Creating a Help File: The mkmessage Utility (1%)

Section 5 - Creating a Report Driver (3%)

Section 6 - Defining Program Variables (3%)

Section 7 - Displaying Forms and Windows (4%)

Section 8 - Forms that use Arrays (4%)

Section 9 - Passing Values between Functions (6%)

Section 10 - procedural Logic (1%)

Section 11 - The REPORT Functions (3%)

Section 12 - The SQLCA Record (6%)

IBM Certified Solutions Expert -- Informix 4GL Developer

Job Role Description / Target Audience
If you are a knowledgeable Informix 4GL Developer and are capable of performing the intermediate to advanced skills required to design and develop Informix database applications, you may benefit from this certification role.

To attain the IBM Certified Solutions Expert - Informix 4GL Developer certification, candidates must pass 1 test.

Recommended Prerequisite Skills
Significant experience as an Informix 4GL Developer.


QUESTION 1
Which parts of the DISPLAY ARRAY statement are always required?

A. ON KEY keywords
B. screen array name
C. program array name
D. END DISPLAY keywords
E. DISPLAY ARRAY keywords
F. BEFORE DISPLAY keywords

Answer: B,C,E

Explanation:


QUESTION 2
What can the arr_count() library function be used to determine?

A. the current position in the screen array
B. the current position in the program array
C. the number of elements in the screen array
D. the number of elements in the program array

Answer: D

Explanation:


QUESTION 3
Which features are unique to the INPUT ARRAY statement?

A. BEFORE/AFTER ROW clause
B. BEFORE/AFTER INPUT clause
C. BEFORE/AFTER FIELD clause
D. BEFORE/AFTER DELETE clause
E. BEFORE/AFTER INSERT clause

Answer: A,D,E

Explanation:

Explanation: