0% found this document useful (0 votes)
74 views6 pages

Informatica Assessment - 4D Case Study

The document provides instructions for an Informatica assessment that requires developing a mapping to summarize customer complaint data. Associates must create a mapping in their individual folder that reads a comma-delimited source file, writes a pipe-delimited target file with the total number of complaints for each product and names of customers separated by "~", and export required files in a zip folder for evaluation. The business requirement is to count the number of complaints for each product from the given sample source file and write the output to the specified target file format.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views6 pages

Informatica Assessment - 4D Case Study

The document provides instructions for an Informatica assessment that requires developing a mapping to summarize customer complaint data. Associates must create a mapping in their individual folder that reads a comma-delimited source file, writes a pipe-delimited target file with the total number of complaints for each product and names of customers separated by "~", and export required files in a zip folder for evaluation. The business requirement is to count the number of complaints for each product from the given sample source file and write the output to the specified target file format.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Informatica Assessment

Contents

Instructions..................................................................................................................................................

Business Requirement.................................................................................................................................

Pre-requisites...............................................................................................................................................
Instructions
The Associates have to develop the mapping in the Informatica Power center Client Designer
9.5.1 HF3 within the respective individual folder (Batchcode_AssociateId) name.

Repository Name: INFA_ASSMNT


Individual Username and Password would be shared at the time of Assessment.
Go to respective Individual Folder in the Power center client Designer.
For example:

1. The assigned individual folder (Batchcode_AssociateId) which appears in the Informatica


Power center Client Designer is where you have to develop the mapping using the below
Naming Standards.

2. Failure to follow the Naming standards or If mappings are not found in respective
individual folder will result in No marks awarded for the Questions asked.

3. Not more than one mapping, or workflow is allowed in the respective folders, and
multiple mappings by the same associate in the Batch folder will lead to
disqualification.

1. Source_Shortcut_Name: src_AssociateId_AssociateName
2. Target_Shortcut_Name: tgt_AssociateId_AssociateName
3. Mapping name: m_AssociateId_AssociateName
4. Session Name: s_m_AssociateId_AssociateName (Should not be re-usable)
5. Workflow Name: wf_m_AssociateId_AssociateName

Session Level Properties:

The below mentioned path is to be executed from RUN and logged in using Cognizant
Associate Network ID & Network password.

Common Path: \\ctsintbmvcatp1\infa_shared\assessment\batch folder name


Within your batch folder, create new folder by the name AssociateId_AssociateName.

1. Source File Path: Place the source file in the format:


“src_Associate.Id_AssociateName” under your folder AssociateId_AssociateName. In
case of multiple source files, use src_Associateid_ AssociateName _Table1,
src_AssociateId_ AssociateName_Table2, and so on. For Lookup tables the naming
convention has to be Lkp_AssociateId_AssociateName.

2. Target File Path: Target file by the name “tgt_AssociateId_AssociateName” is used


under your folder AssociateId_AssociateName. In case of multiple target files, use
tgt_AssociateId_AssociateName_Table1, tgt_AssociateId_AssociateName_Table2, and
the target file is to be reflected in this path, post workflow run.

After Mapping & workflow runs completion:

1. Export the XML File of the mapping (filename should be


“m_AssociateId_AssociateName_xml”)
2. Export the Workflow XML file of the mapping (filename should be
“wf_m_AssociateId_AssociateName_xml”)
3. Session Log to be saved in the name SL_AssociateId_Name
All the above 3 needs to be saved in local desktop.
Under the shared path below
\\ctsintbmvcatp1\infa_shared\assessment\batch folder name\Associateid_AssociateName, create
Associateid_AssociateName_xml folder to place the above 3 documents compressed in a zip file.

The same zipped file has to be uploaded in Moodle for evaluation.

Business Requirement

Customer care department of XYZ Pvt. Ltd. wants to know the number of complaints that
a customer has placed for a product. Mary being an energetic member in their department
has been assigned this task. She has been asked to produce the following:

4. Read the customer information from a coma delimited file. Sample file is given in pre-
requisites.
5. Write the data into a pipe delimited file satisfying the following conditions:
1. Total number of complaints for each product
2. Name of the customers should be displayed in a single field separated by '~'
6. Mapping should follow the coding standards.
7. For the above mapping, create a re-usable session and the workflow should be scheduled
to run on all Wednesdays at 11:45AM IST.
8. The target file structure is as follows:
ProductType|CustomerName|NumberofComplaints

Note: CustomerName  Name of all the customers of the product should be


displayed in a single field separated by '~'

Pre-requisites
Src file: Sample source file is given below.

You might also like