Informatica 220

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Swapdeo
S
Swapdeo
Community Contributor
Quizzes Created: 1 | Total Attempts: 2,976
| Attempts: 2,976 | Questions: 200
Please wait...
Question 1 / 200
0 %
0/100
Score 0/100
1. How to select distinct records form Source Qualifier?

Explanation

To select distinct records from the Source Qualifier, the correct option is to choose the 'select distinct' option. This option ensures that only unique records are retrieved from the source, eliminating any duplicates. By selecting this option, the Source Qualifier will filter out any duplicate records, providing a result set with only distinct records.

Submit
Please wait...
About This Quiz
Data Management Quizzes & Trivia

A quiz created by Swapnil and Ajay for practice of Informatica

2. LEAST( 12, 13, 21 ) what will output?

Explanation

The LEAST function is used to find the smallest value among the given numbers. In this case, the numbers given are 12, 13, and 21. The smallest value among these numbers is 12. Therefore, the output of the LEAST function will be 12.

Submit
3. NetSal= bassic+hra. In which transformation we can achive this?

Explanation

The correct answer is Expression. In this transformation, we can achieve the calculation of NetSal by adding the values of basic and hra together. The Expression transformation allows us to perform calculations and transformations on data within the data flow.

Submit
4. What is Truncate Table option in update-strategy?

Explanation

The Truncate Table option in update-strategy allows for the target table to be truncated, or emptied, before loading new data. This ensures that the target table is cleared of any existing data before the new data is loaded, preventing any conflicts or duplicate entries. This option is useful when performing data updates or replacements, as it provides a clean slate for the new data to be loaded into the target table.

Submit
5. What is Truncate Table option in update-strategy?

Explanation

The Truncate Table option in update-strategy is used to truncate the target table before loading data. This means that all existing data in the target table will be deleted before new data is loaded. This is useful when you want to start with a clean slate and ensure that the target table only contains the most up-to-date data.

Submit
6. How to execute PL/SQL script from Informatica mapping?

Explanation

To execute a PL/SQL script from an Informatica mapping, the correct option is "Store Procedure". A stored procedure is a named PL/SQL block stored in the database that can be called and executed from Informatica. By using a stored procedure, the PL/SQL script can be invoked and executed within the mapping, allowing for seamless integration between Informatica and the database.

Submit
7. Which one needs a common key to join?

Explanation

A joiner is a transformation in data integration tools that combines data from multiple sources based on a common key. In order to perform the join operation, the joiner transformation requires a common key that exists in both sources. This key is used to match and merge the corresponding records from the different sources, resulting in a combined output. Therefore, a joiner transformation needs a common key to join the data from multiple sources.

Submit
8. Can you rename the repository object?

Explanation

The answer is "Yes" because in most version control systems, including Git, you have the ability to rename a repository object. This can be done by accessing the repository settings or using command-line tools to change the name of the repository. Renaming a repository object can be useful when you want to update the name to better reflect its purpose or to follow a naming convention.

Submit
9. Can we calculate in aggregator ?

Explanation

The given answer is "Yes". This suggests that it is possible to calculate in an aggregator. However, without any context or further information, it is unclear what is meant by "aggregator" and what type of calculations can be performed in it.

Submit
10. Can you reverting to original reusable transformation? Explanation: If you change the properties of a reusable transformation in a mapping, you can revert to the original reusable transformation properties by clicking the Revert button. 

Explanation

If you make changes to the properties of a reusable transformation in a mapping, you have the option to revert back to the original properties by clicking the Revert button. This means that if you have modified a reusable transformation and want to undo those changes, you can do so by selecting the Revert button. Therefore, the statement "Can you reverting to original reusable transformation?" is true.

Submit
11. Can we update records without using update strategy?

Explanation

Yes, we can update records without using an update strategy. There are alternative methods to update records such as using SQL statements, using stored procedures, or using third-party ETL tools that provide update functionality. These methods allow us to modify data in the target table without explicitly using an update strategy transformation in the ETL process.

Submit
12. Which version of informatica supports data integration for the cloud?

Explanation

Informatica version 9.0 supports data integration for the cloud. This version introduced several new features and enhancements specifically designed to enable cloud data integration. These include cloud connectors, which allow seamless integration with various cloud platforms such as Amazon Web Services (AWS) and Microsoft Azure. Additionally, version 9.0 also provides improved scalability, performance, and security for cloud-based data integration processes. Therefore, Informatica 9.0 is the correct version for supporting data integration in the cloud.

Submit
13. Which of these are measure objects?

Explanation

The measure objects in this list are "Min," "Max," and "avg." These are commonly used functions in data analysis and statistics to calculate the minimum value, maximum value, and average value of a set of numbers, respectively. "Ltrim" does not belong to the category of measure objects as it is a function used to remove leading spaces from a string.

Submit
14. Can you run part of work flow?

Explanation

The given question asks if it is possible to run part of a workflow. The correct answer is "Yes" because workflows can be designed to allow for the execution of specific sections or steps, rather than running the entire workflow from start to finish. This flexibility allows users to focus on specific tasks or troubleshoot specific parts of the workflow without having to run the entire process.

Submit
15. What does reusable transformation mean?

Explanation

A reusable transformation refers to a transformation that can be utilized multiple times in various mappings. Unlike other options mentioned, it is not limited to a single use or restricted to a specific mapplet or repository. This means that the transformation can be applied multiple times across different mappings, providing flexibility and efficiency in data integration processes.

Submit
16. Joiner does not support flat file.

Explanation

The given statement is false. Joiner does support flat files. Joiner is a transformation in data integration tools that allows combining data from multiple sources based on a common key. It can be used to join data from flat files as well as other types of data sources like databases or spreadsheets. Therefore, the statement that Joiner does not support flat files is incorrect.

Submit
17. What are the different values returned by NewLookupRow port?

Explanation

The NewLookupRow port returns a sequence of values that are incremented by 1 starting from 0. Therefore, the correct answer is 0,1,2.

Submit
18. Is [your statement here] true or false?

Explanation

The given answer indicates that the statement mentioned in the question is true.

Submit
19. Which command is similar to 'kill' command in Unix?

Explanation

The command "Abort" is similar to the "kill" command in Unix. Both commands are used to terminate or stop a process or session. They are typically used when a process is unresponsive or needs to be forcefully terminated. The "Abort" command, like the "kill" command, allows the user to terminate a process or session, ensuring that it stops running and releases any allocated resources.

Submit
20. How to Generate the Metadata Reports in Informatica?

Explanation

You can generate the metadata reports in Informatica by accessing them from a browser on any workstation. This means that you can view and generate the reports from any computer that has a web browser installed, without the need for any specific software or location. This allows for flexibility and convenience in accessing and generating the metadata reports.

Submit
21. Can we import source table without using source qualifier? Explanation: For COBOL file sources we can directly use normalizer transformation without using source qualifier

Explanation

not-available-via-ai

Submit
22. Session has to run Monday to Saturday not run Sunday how to schedule in informatica ?

Explanation

The correct answer is "Customized Report" because this option allows the user to schedule the session according to their specific requirements. It provides the flexibility to choose the desired days for the session to run, which in this case would be Monday to Saturday. This option enables the user to customize the schedule and exclude Sunday from the session's runtime.

Submit
23. Which are true sentences?

Explanation

Active transformations are the ones that make changes to the number of rows in the data, while passive transformations are the ones that do not change the number of rows.

Submit
24. What is default join of joiner?

Explanation

The default join of a joiner is "Normal". This means that the joiner performs an inner join, which returns only the matching records from both input data sets.

Submit
25. Can you start a batch within a batch?

Explanation

Yes, it is possible to start a batch within a batch. This is known as nested batching, where one batch is initiated within another batch. It allows for the execution of multiple batches simultaneously, improving efficiency and enabling complex operations to be performed.

Submit
26. What is VSAM normalizer transformation?

Explanation

The VSAM normalizer transformation is a type of source qualifier transformation that is specifically used for a COBOL source definition. This transformation helps in extracting data from a VSAM file and normalizing it into a format that can be easily processed by downstream transformations and mappings in the data integration process. It is not used for flat file or XML source definitions.

Submit
27. CHOOSE (2, 'Abcd', 'gef', 'ijk' ), What will this function return?

Explanation

The function will return "gef" because in the given list of options, "gef" is the second element.

Submit
28. Which one support heterogeneous join?

Explanation

A joiner transformation in data integration tools supports heterogeneous join, which means it can join data from different sources or tables with different data types. It allows for combining data from multiple sources based on a common key or condition, regardless of the data types or structures of the sources. This makes it a suitable option for joining data that originates from diverse systems or tables with varying formats, allowing for more flexible and comprehensive data integration processes.

Submit
29. Is Filter is case-sensitive?

Explanation

Filters in general are case-sensitive, meaning that they distinguish between uppercase and lowercase letters. This means that if a filter is set to match a specific word or phrase, it will only match occurrences of that word or phrase with the exact same capitalization. For example, if a filter is set to match the word "apple", it will not match occurrences of "Apple" or "APPLE". Therefore, the answer to the question is "Yes".

Submit
30. How to Generate the Metadata Reports in Informatica?

Explanation

To generate the metadata reports in Informatica, you can use any workstation's browser. This means that you can access and generate these reports from any computer that has a browser installed. This flexibility allows users to generate the reports from various workstations, making it convenient and accessible for all users.

Submit
31. If you are comparing two date using date_compare function, if two dates are equal then what will be returned?

Explanation

If the two dates being compared using the date_compare function are equal, then the function will return 0.

Submit
32. What will happen if informatica server doesn't find session parameter and variable?

Explanation

If the Informatica server does not find the session parameter and variable, the workflow will fail. This is because session parameters and variables are essential for the proper functioning of the workflow. Without them, the workflow will not have the necessary information and resources to execute successfully.

Submit
33. Can you generate sequence number without using sequence generator?

Explanation

Yes, it is possible to generate sequence numbers without using a sequence generator. One way to achieve this is by using a loop or a counter variable to increment the number each time it is needed. Another approach could be using a database feature like auto-increment or identity columns to automatically generate sequence numbers for each new record inserted. Additionally, some programming languages or frameworks may provide built-in functions or libraries to generate sequence numbers.

Submit
34. How many transformation you can use in your mapping?

Explanation

The correct answer is "Any number according to requirement." This means that there is no specific limit on the number of transformations that can be used in a mapping. The number of transformations that can be used will depend on the specific requirements of the mapping and the complexity of the data transformation process.

Submit
35. What will o/p of this expression . 8 * 10 - NULL

Explanation

The output of the expression "8 * 10 - NULL" will be null. This is because when performing arithmetic operations, if any operand is null, the result will also be null. In this case, the subtraction operation is being performed after the multiplication operation, so the result of the multiplication is null. Therefore, subtracting null from any value will always result in null.

Submit
36. Which schema is normalized?

Explanation

The snowflake schema is normalized because it eliminates redundancy by breaking down dimensions into multiple tables. In this schema, the dimensions are normalized by creating separate tables for each level of the hierarchy. This helps in reducing data duplication and improves data integrity. The snowflake schema is commonly used in data warehousing to optimize query performance and storage efficiency.

Submit
37. ROUND( 112.5676, 3 ). What will output of this expression?

Explanation

The expression ROUND(112.5676, 3) rounds the number 112.5676 to 3 decimal places. Since the digit in the fourth decimal place (7) is greater than or equal to 5, the rounding rule states that the digit in the third decimal place (6) should be increased by 1. Therefore, the output of this expression is 112.568.

Submit
38. Which command has 60seconds time out period?

Explanation

The command "Abort" has a 60-second timeout period. This means that if the command is executed, it will be given a maximum of 60 seconds to complete its task before it is terminated or canceled. This timeout period ensures that the command does not run indefinitely and helps to prevent any potential issues or delays in the system.

Submit
39. Which of these are true?

Explanation

Drill-down refers to the action of navigating from a higher level of detail to a lower level of detail. It allows users to view more specific or granular information. On the other hand, drill-up refers to the action of navigating from a lower level of detail to a higher level of detail. It allows users to view a more summarized or aggregated view of the data. Therefore, the statement "Drill-down allows the users view lower level" is true, and the statement "drill-up allows the users to view higher level" is also true.

Submit
40. Can start and stop single session in concurrent batch?

Explanation

Yes, it is possible to start and stop a single session in a concurrent batch. In a concurrent batch, multiple sessions can run simultaneously, but each session can be controlled individually. Therefore, it is possible to start and stop a single session within the batch without affecting the other sessions running concurrently.

Submit
41. What is lookup table?

Explanation

A lookup table is a data structure that stores a set of values and their corresponding key or index. In this case, the correct answer states that a lookup table stores both new records and update records based on a lookup condition. This means that the table can be used to insert new records into the table or update existing records based on a specific condition.

Submit
42. Which transformation enables you to connect to an HTTP server to use its services and applications?

Explanation

HTTP (Hypertext Transfer Protocol) is the correct answer because it is the protocol used for connecting to an HTTP server to access its services and applications. FTP (File Transfer Protocol) is used for transferring files, not for connecting to an HTTP server. Custom and Java are not specific transformations or protocols used for connecting to an HTTP server.

Submit
43. Which variable counts the rows evaluated by the function and increments the current value of a mapping based on the count?

Explanation

The variable that counts the rows evaluated by the function and increments the current value of a mapping based on the count is SETCOUNTVARIABLE. This variable is responsible for keeping track of the number of rows processed and updating the value of a mapping accordingly.

Submit
44. Which of these is not a ETL tools in the Market?

Explanation

The question asks for a tool that is not an ETL tool in the market. DataStage and Stream are both well-known ETL tools used for data integration and transformation. Decision is not a commonly known ETL tool, but Beacon is not a recognized ETL tool in the market, making it the correct answer.

Submit
45. A lookup transformation is used to look up data in

Explanation

A lookup transformation is a data integration technique used to retrieve data from different sources. It can be used to look up data in a flat file, relational table, view, or synonyms. By selecting "All of the above," it indicates that a lookup transformation can be used to retrieve data from any of these sources, providing a comprehensive and versatile solution for data retrieval.

Submit
46. Dimension tables are denormalized in nature ? True or False

Explanation

Dimension tables are denormalized in nature because they contain redundant data and are structured to optimize query performance. Denormalization involves combining multiple tables into a single table to eliminate the need for joins and improve data retrieval speed. In dimension tables, attributes are stored in a flat structure, making it easier to access and analyze data. This approach is commonly used in data warehousing and business intelligence systems, where query performance is crucial. By denormalizing dimension tables, it becomes easier to perform complex analyses and generate reports efficiently.

Submit
47. If you want to run a second session only if the first session completes successfully, then which task you should use?

Explanation

To run a second session only if the first session completes successfully, the appropriate task to use is "decisions". The decisions task allows for conditional branching based on the outcome of a previous task. In this case, the first session would be the previous task, and the decision task would evaluate whether it was successful or not. If it was successful, the decision task would proceed to the second session. If it was not successful, the decision task could be configured to take a different path or terminate the workflow.

Submit
48. Which transformation receives input values from the result of a :LKP expression in another transformation?

Explanation

Unconnected Look-up transformation receives input values from the result of a :LKP expression in another transformation. Unlike the Connected Look-up transformation, the Unconnected Look-up transformation is not connected directly to the pipeline. Instead, it is used within an expression or a transformation and is called using a LKP function. This allows the Unconnected Look-up to retrieve and use data from another transformation, making it the correct answer for this question.

Submit
49. What are the types of SQL queries you can specify in the SQL transformation?

Explanation

In the SQL transformation, you can specify two types of SQL queries: static and dynamic. Static queries are predefined and do not change during runtime. They are usually used for simple and straightforward operations. On the other hand, dynamic queries are generated during runtime and can vary based on certain conditions or user input. They provide more flexibility and are suitable for complex operations that require dynamic changes. Cached queries are not a type of SQL query, so they are not applicable in this context.

Submit
50. Which system is normalized?

Explanation

OLTP (Online Transaction Processing) is the system that is normalized. Normalization is a process in database design that eliminates redundancy and optimizes data integrity. OLTP systems are designed for transactional processing, where data is frequently updated and accessed by multiple users concurrently. These systems prioritize data consistency and accuracy, and thus, they often use normalization techniques to organize data into separate tables and minimize data redundancy. On the other hand, OLAP (Online Analytical Processing) systems are used for complex data analysis and reporting, and they typically do not follow normalization principles as they focus on providing quick access to large volumes of data.

Submit
51. Which type of join keeps all rows of data from both the master and detail sources?

Explanation

A full outer join keeps all rows of data from both the master and detail sources. This means that it includes all records from both tables, even if there is no match between the tables based on the join condition. It combines the results of both the left and right outer joins, ensuring that no data is left out.

Submit
52. Which transformation is used by COBOL source?

Explanation

The correct answer is "Normalizer". A normalizer is a transformation used in COBOL source to convert data from one format to another, typically by removing inconsistencies, redundancies, or anomalies in the data. It helps to standardize and organize the data in a consistent manner, making it easier to process and analyze.

Submit
53. Which one is not a scheduling options to run a session?

Explanation

"Run in six-month" is not a scheduling option to run a session because it does not specify a specific frequency or interval for the session to be run. The other options, such as "Run only on demand," "Run once," "Run every," and "Customized repeat," provide specific scheduling options for running a session either on-demand, once, at regular intervals, or with a customized repeat pattern.

Submit
54. What will output? SUBSTR( "Informatica",1,INSTR( "Informatica",1,1 ))

Explanation

The given expression uses the SUBSTR function to extract a substring from the string "Informatica". The starting position of the substring is determined by the result of the INSTR function, which finds the position of the first occurrence of the character "i" in the string "Informatica". Since the starting position is 1, the substring starts from the first character "i" and includes all the characters after it. Therefore, the output will be "informa".

Submit
55. Which one is not a type of fact?

Explanation

A "confirm fact" is not a type of fact. In data warehousing, facts are the measurable and quantifiable data that represent business transactions or events. Semi-additive and additive facts are types of facts that can be aggregated, whereas "confirm fact" is not recognized as a valid type of fact in this context. "Not additive" is not a type of fact either, but it is not the correct answer in this case.

Submit
56. What are the types of joins that Joiner transformation supports ?

Explanation

The Joiner transformation supports four types of joins: Full Outer, Master Outer, Normal, and Detail Outer. A Full Outer join returns all rows from both the master and detail sources, including unmatched rows. A Master Outer join returns all rows from the master source and only matching rows from the detail source. A Detail Outer join returns all rows from the detail source and only matching rows from the master source. Lastly, a Normal join returns only matching rows from both sources, excluding unmatched rows.

Submit
57. How can you handle multiple matches in lookup transformation?

Explanation

The correct answer is "By Using 'Lookup Policy on Multiple Match' option". This option allows you to define a policy on how to handle multiple matches in the lookup transformation. It provides you with the flexibility to choose whether to select the first match, select the last match, select all matches, or select none of the matches. This helps in handling situations where there are multiple possible matches for a lookup value in the reference table.

Submit
58. Which type of join keeps all rows of data from the detail source and the matching rows from the master source?

Explanation

A master outer join is a type of join that keeps all rows of data from the detail source and includes matching rows from the master source. In other words, it ensures that all rows from the detail source are included in the result set, regardless of whether there is a match in the master source.

Submit
59. Which one is not a property in sequence generator?

Explanation

The property "re-cycle" is not a property in a sequence generator. The other options, "Start Value," "Current Value," and "Number of Cached Values," are all properties that can be associated with a sequence generator.

Submit
60. Which variable sets the current value of a mapping variable to a value you specifyand returns the specified value?

Explanation

The correct answer is SETVARIABLE. This variable sets the current value of a mapping variable to a value specified by the user and returns that specified value. It allows the user to assign a specific value to a mapping variable, which can then be used in calculations or other operations within the program.

Submit
61. Which SCD methodology overwrites old data with new data?

Explanation

Type 1 SCD methodology overwrites old data with new data. This means that when a change occurs in a dimension attribute, the old data is directly replaced by the new data. This approach does not keep track of historical changes and only reflects the most recent values. It is a simple and efficient way to update data but lacks the ability to analyze historical trends or track changes over time.

Submit
62. Which transformation acts like CASE.. WHEN in Sql?

Explanation

A router transformation in SQL acts like a CASE.. WHEN statement. It allows you to define conditions and corresponding actions to be taken based on those conditions. The router transformation routes data to different output groups based on the specified conditions, similar to how a CASE.. WHEN statement evaluates conditions and executes corresponding statements. Therefore, the correct answer is Router.

Submit
63. INSTR( 'Samsung', 'a' ). What will be output?

Explanation

The INSTR function in most programming languages is used to find the position of a substring within a string. In this case, the function is searching for the letter 'a' within the string 'Samsung'. Since the letter 'a' appears at the second position in the string, the output of the INSTR function would be 2.

Submit
64. What is output of this expression? IN( 'dog', 'cat', 'dog', 'horse', 0 )

Explanation

The expression "IN('dog', 'cat', 'dog', 'horse', 0)" checks if the value 0 is present in the given list of values ('dog', 'cat', 'dog', 'horse'). Since 0 is present in the list, the output of the expression is 0.

Submit
65. What is :EXT?

Explanation

The correct answer is that :EXT is required when you write an expression that includes a return value from an External Procedure transformation.

Submit
66. Which lookup cache is read-only?

Explanation

A static lookup cache is read-only because it contains fixed values that do not change during runtime. This type of cache is typically used for reference data that remains constant, such as country codes or product categories. The values in a static lookup cache are loaded and stored in memory when the cache is initialized, and they are not modified or updated thereafter. Therefore, any attempt to modify or write to a static lookup cache will result in an error.

Submit
67. Which one is not date function?

Explanation

The function ADD_TO_MONTH is not a date function. The other options, ROUND, TO_DATE, and TRUNC, are all date functions commonly used in programming languages to manipulate and format dates. However, ADD_TO_MONTH does not exist as a built-in date function and is therefore not a valid option.

Submit
68. Which task Waits for a user-defined or a predefined event to occur, once the event occurs, the Integration Service completes the rest of the workflow?

Explanation

Event-Wait is the task that waits for a user-defined or predefined event to occur. Once the event occurs, the Integration Service completes the rest of the workflow. This task is used to synchronize the workflow with external events or conditions. It allows the workflow to pause until the specified event is raised, and then continues the execution.

Submit
69. What is the default source option for update strategy?

Explanation

The default source option for update strategy is "Date Driven". This means that the update strategy will determine whether a record should be updated or inserted based on the date information in the source data. If the date in the source data is more recent than the date in the target system, the record will be updated. If the date in the source data is older or equal to the date in the target system, the record will be inserted.

Submit
70. If you are comparing two date using date_compare function, if Second date is earlier then what will be returned?

Explanation

If the second date is earlier than the first date when comparing using the date_compare function, the function will return the value 1.

Submit
71. What is a mapplet?

Explanation

A mapplet is a set of transformations that can be reused in multiple mappings. It allows us to create a group of transformations and save them as a single object, which can be easily added to different mappings. This helps in reducing redundancy and improving efficiency in the ETL (Extract, Transform, Load) process.

Submit
72. Which SCD method tracks historical data by creating multiple records?

Explanation

Type2 SCD method tracks historical data by creating multiple records. In this method, when a change occurs in a dimension attribute, a new record is created with the updated attribute values, while the existing record is marked as inactive or expired. This allows for the preservation of historical data and enables analysis of changes over time. Unlike type1 SCD method, which overwrites the existing record with the updated attribute values, type2 method maintains a history of changes by creating new records.

Submit
73. Which one is not an option in update strategy?

Explanation

not-available-via-ai

Submit
74. Which one is not date function?

Explanation

The functions ROUND, TO_DATE, and TRUNC are all date functions commonly used in SQL. However, ADD_TO_MONTH is not a valid date function. There is no built-in function in SQL called ADD_TO_MONTH.

Submit
75. Which one is not a comparison operator?

Explanation

The comparison operators are used to compare two values and determine their relationship. The "==" operator is the equality operator, which checks if two values are equal. It is not a comparison operator because it does not compare the values in terms of greater than, less than, or any other relationship. Instead, it simply checks for equality.

Submit
76. Can sorter transformation be passive?

Explanation

Yes, the sorter transformation can be passive. The sorter transformation in Informatica is used to sort data based on specified sort keys. It can be active or passive depending on the requirement. In passive mode, the sorter transformation does not change the number of rows or the row values. It only reorders the data based on the sort keys. This means that it does not require any additional resources or processing power. Therefore, the statement "Yes" is correct in stating that the sorter transformation can be passive.

Submit
77. Which one is true about DATE_COMPARE function?

Explanation

The DATE_COMPARE function is used to compare two dates and it returns an integer value. This means that when using this function, it will compare the two dates and provide a result in the form of an integer, indicating the relationship between the two dates (e.g., whether one is greater than, equal to, or less than the other). The function does not compare strings or numeric values, and it does not return a date or a string value.

Submit
78. Which type of join join keeps all rows of data from the master source and the matching rows from the detail source?

Explanation

A detail outer join keeps all rows of data from the detail source and the matching rows from the master source. This means that even if there are no matches in the master source, the rows from the detail source will still be included in the result.

Submit
79. Which transformation only works on relational source?

Explanation

Sql is the only transformation that works on relational sources. SQL (Structured Query Language) is a programming language designed for managing data held in relational database management systems (RDBMS). It allows users to query, manipulate, and manage relational databases effectively. The other options, lookup, union, and joiner, are generic transformations that can work with various types of data sources, not just relational sources.

Submit
80. Which statement is true?

Explanation

A repository domain consists of a single global repository and any number of local repositories. This means that there is only one global repository in the domain, which stores the main version of the code, and there can be multiple local repositories that are synchronized with the global repository. This allows for collaboration and version control within a team or organization.

Submit
81. Which one is not a valid constant expression?

Explanation

not-available-via-ai

Submit
82. Which are the load types in Informatica session?

Explanation

The load types in Informatica session are Bulk and Normal. The Bulk load type is used for loading large amounts of data quickly, while the Normal load type is used for loading data in a regular manner. Both load types are commonly used in Informatica sessions depending on the specific requirements of the data loading process.

Submit
83. Which one is not a conversion function?

Explanation

TO_MONTH is not a conversion function because it is not a standard function used to convert data types. The other options, TO_DECIMAL, TO_NUMBER, TO_INTEGER, and TO_DATE, are commonly used conversion functions in various programming languages and databases.

Submit
84. Which one is the correct format of ADD_TO_DATE function?

Explanation

The correct format of the ADD_TO_DATE function is ADD_TO_DATE( ORDER_DATE, 'MM', 1 ). This format follows the syntax of the function, where the first parameter is the date to which we want to add, the second parameter is the interval we want to add (in this case, 'MM' represents months), and the third parameter is the number of intervals to add (in this case, 1 represents adding 1 month to the ORDER_DATE).

Submit
85. Which one can test multiple conditions?

Explanation

The "if" statement can test multiple conditions. It allows for the execution of a block of code if a certain condition is true. It can also be followed by an "else if" statement to test additional conditions, or an "else" statement to provide a default action if none of the conditions are met. Therefore, the "if" statement is the correct answer for this question.

Submit
86. IIF( Avg(salary) 20000,1,0) Can I set this statement in aggregator transformation?

Explanation

The IIF function is used to evaluate a condition and return different values based on the result. In this case, the condition is whether the average salary is greater than 20000. If it is true, the function will return 1, otherwise it will return 0. Since the IIF function can be used in any transformation, including aggregator transformations, the statement can be set in an aggregator transformation.

Submit
87. What will o/p of this statement REPLACECHR ( 1, 'Informatica[Scenarios"]', ']["', NULL ) ?

Explanation

The REPLACECHR function is used to replace characters in a string with other characters. In this case, the function is replacing the characters '[' and ']' with NULL (empty space) in the string 'Informatica[Scenarios]'. So, the output will be 'InformaticaScenarios', which is the original string without the square brackets.

Submit
88. What will return value of this expression REPLACECHR ( 1, 'RAR", 'R', 'M' )?

Explanation

The REPLACECHR function replaces a specified character or substring within a string with another character or substring. In this case, the function is replacing the first occurrence of "RAR" with "RM" in the string. Therefore, the return value of the expression will be "RAM".

Submit
89. LPAD( "Informatica", 16, '*..*' ) What will output?

Explanation

The LPAD function is used to left pad a string with a specific character or characters. In this case, the string "Informatica" is being left padded with the characters "*..*". The resulting output will be "*..*.Informatica" because the string "Informatica" is inserted after the left padding characters.

Submit
90. Which one is not a reserve word in informatica?

Explanation

The word "KILLED" is not a reserved word in Informatica. Reserved words are predefined keywords in a programming language that have special meanings and cannot be used as identifiers or variable names. In this case, "NOTSTARTED", "STARTED", "STOPPED", and "SUCCEEDED" are all reserved words in Informatica, but "KILLED" is not.

Submit
91. Which one of these create log files?

Explanation

The Load Manager creates log files.

Submit
92. What is the meaning of Update as Update?

Explanation

The correct answer is "Update each row flagged for update if it exists in the target table." This means that only the rows that are flagged for update and already exist in the target table will be updated. Rows that are new or do not exist in the target table will not be updated.

Submit
93. If you are not using group by column in Aggrigaror, what will be out put?

Explanation

If the group by column is not used in the Aggregator, the output will be the only last row. This means that the Aggregator will consider all the rows in the input, but it will only produce the result based on the values of the last row. The previous rows will not be taken into account. Therefore, the output will only contain the data from the last row of the input.

Submit
94. The transformation language provides two comment specifiers to let you insert comments in expressions. Which are two ways among these?

Explanation

The transformation language provides two comment specifiers: "//" and "--". These can be used to insert comments in expressions.

Submit
95. Which load type we should use in case of less amount of data and recover session?

Explanation

In case of less amount of data and the need to recover the session, the normal load type should be used. This load type strikes a balance between verbosity and efficiency, making it suitable for smaller data sets. Verbose load type may provide excessive details, while bulk load type is typically used for larger data sets. Therefore, normal load type is the appropriate choice in this scenario.

Submit
96. Can we use the mapping parameter or variable created in one mapping into Other reusable transformation?

Explanation

Yes, we can use the mapping parameter or variable created in one mapping into other reusable transformations. This allows us to share and reuse the same parameter or variable across multiple mappings, improving efficiency and consistency in data transformations.

Submit
97. Which one is not correct about filter transformation?

Explanation

Filter transformation acts as a 'where' condition in data integration tools, allowing only the rows that meet the specified condition to pass through. It can be used to filter out unwanted data based on a single condition. However, it is not capable of passing multiple conditions simultaneously. Therefore, the statement "Can't passes multiple conditions" is correct about filter transformation.

Submit
98. Which of these not correct about Code Page?

Explanation

A code page contains encoding, not decoding, to specify characters in a set of one or more languages. Encoding is the process of converting characters into a specific representation, such as numeric values or binary codes, while decoding is the process of converting these representations back into characters. Therefore, the given answer correctly states that decoding is not a function of a code page.

Submit
99. What is hybrid SCD?

Explanation

Hybrid SCD stands for Hybrid Slowly Changing Dimension. It is a combination of Type 1 and Type 2 Slowly Changing Dimensions. Type 1 SCD overwrites the existing data with the new data, while Type 2 SCD keeps track of historical changes by creating new records. Therefore, a hybrid SCD combines the features of both types, allowing for both updates and historical tracking in the same dimension table.

Submit
100. Which one of these is not a built-in constant?

Explanation

The built-in constants in programming languages are predefined values that cannot be changed during the execution of a program. In this question, the options "Null", "True", "false" are all examples of built-in constants as they represent special values like null, true, and false respectively. The option "ltrim" is not a built-in constant, but rather a function or method used for trimming whitespace characters from the left side of a string. Therefore, "ltrim" is the correct answer as it does not fit the definition of a built-in constant.

Submit
101. What are the types of groups in Router transformation

Explanation

The types of groups in Router transformation are user defined group and default group. User defined group allows the user to define custom groups based on specific criteria or conditions. Default group is a group that includes all the rows that do not meet any of the user defined group criteria.

Submit
102. Which of these is not a reporting tool?

Explanation

DTS (Data Transformation Services) is not a reporting tool. It is a data integration tool used for extracting, transforming, and loading data between different systems. Analysis Services, Essbase, and BO (Business Objects) are all reporting tools commonly used for data analysis and reporting purposes.

Submit
103. In which load type in session we can't recover the session, or can't rollback

Explanation

In a session with the Bulk load type, it is not possible to recover the session or rollback any changes made. This load type is typically used for large amounts of data and is optimized for performance rather than transactional integrity. Therefore, any changes made during a Bulk load cannot be undone or recovered.

Submit
104. For look-up, which one is default informatica server cache?

Explanation

The default informatica server cache for look-up is the static cache. Static cache stores the entire lookup table in the memory before the session begins and remains unchanged throughout the session. It provides faster data access as it eliminates the need to fetch data from the database repeatedly. Static cache is suitable when the lookup table is small and does not change frequently.

Submit
105. Which dimension is collection of random transactional codes, flags and/or text attributes ?

Explanation

The dimension that is a collection of random transactional codes, flags, and/or text attributes is the "junk" dimension. This dimension is used to store miscellaneous or unrelated attributes that do not fit into any other dimension. It helps in reducing the complexity of the main dimensions by separating out unrelated attributes into a separate dimension.

Submit
106. Which is not a kind of lock on repository objects?

Explanation

The correct answer is "Delete Lock" because a delete lock is not a type of lock on repository objects. Execute lock, fetch lock, save lock, and read lock are all common types of locks used to control access and modifications to repository objects. However, a delete lock is not typically used as a separate type of lock, as the act of deleting an object usually involves other types of locks or permissions. Therefore, "Delete Lock" is the correct answer as it does not belong to the category of locks on repository objects.

Submit
107. How to generate single look-up by using multiple tables?

Explanation

To generate a single look-up by using multiple tables, one can write a SQL override. This involves overriding the default SQL query generated by the lookup transformation and writing a custom SQL query that joins multiple tables to fetch the desired data. This allows for more flexibility and control in retrieving data from multiple tables in a single look-up operation.

Submit
108. If you are comparing two date using date_compare function, if first date is earlier then what will be returned?

Explanation

The correct answer is -1 because the date_compare function returns -1 when the first date is earlier than the second date.

Submit
109. LPAD( 190, 5, '0') What will output?

Explanation

The LPAD function is used to pad a string with a specified character or characters on the left side. In this case, the function is applied to the number 190 with a desired output length of 5 and the character '0' as the padding character. The function will add four '0' characters to the left side of the number, resulting in the output "00190".

Submit
110. Which statements are correct?

Explanation

The statement is correct because in a Union transformation, two tables can be joined even if they do not have common ports. The Union transformation combines the rows from both tables and outputs a single result set. This is useful when you want to merge data from different sources or tables into a single output.

Submit
111. Which one is not a data cleansing function?

Explanation

The LENGTH function is not a data cleansing function. Data cleansing functions are typically used to clean and standardize data, such as removing duplicates, correcting formatting errors, or converting data types. The LENGTH function, on the other hand, is used to determine the length of a string or the number of characters in a text field. While it can be useful for data analysis or validation purposes, it does not directly clean or transform data.

Submit
112. Which one is true about CHR function?

Explanation

The correct answer is that CHR returns the ASCII character corresponding to the numeric value. This means that when given a numeric value, the CHR function will return the corresponding ASCII character. For example, if the numeric value is 65, the CHR function will return the character 'A', as 65 is the ASCII value for 'A'.

Submit
113. Can we generate alpha-numeric value in sequence generator?

Explanation

The answer is "No" because a sequence generator can only generate numeric values in a sequence. It cannot generate alpha-numeric values, which include both letters and numbers.

Submit
114. Which cache allows you to share lookup cache among multiple transactions?

Explanation

The cache that allows you to share lookup cache among multiple transactions is the "Shared" cache. This type of cache can be accessed by multiple transactions simultaneously, allowing them to share the cached data and improve performance by avoiding redundant lookups. This is particularly useful in scenarios where multiple transactions need to access the same data frequently, as it eliminates the need for each transaction to perform its own lookup.

Submit
115. INSTR( "informatica', 'a', -1, 2 ) What is output?

Explanation

The INSTR function in Informatica is used to find the position of a substring within a string. In this case, the substring "a" is being searched within the string "informatica". The function is being called with the starting position as -1, which means it starts searching from the end of the string. The last parameter, 2, specifies that the search should be case-sensitive. Since the substring "a" is found at position 5 in the string "informatica", the output of the function would be 5.

Submit
116. Which one is not a type of dimension ?

Explanation

A rapidly changing dimension refers to a dimension in a data warehouse that frequently undergoes updates or changes. This type of dimension is used to track historical changes in data over time. However, all the other options mentioned in the question are valid types of dimensions. A confirmed dimension represents a dimension that has been verified and validated. A junk dimension combines multiple low-cardinality attributes into a single dimension to reduce the number of dimensions in a data model. A degenerated dimension is a dimension that is derived from a fact table and does not have its own separate dimension table.

Submit
117. What is the return value of 'alpha' || NULL ?

Explanation

The logical OR operator (||) returns the first truthy value it encounters. In this case, 'alpha' is a truthy value, so it is returned as the result.

Submit
118. Which type of wizard loads a static fact or dimension table by inserting all rows?

Explanation

A "Simple Pass Through" wizard is used to load a static fact or dimension table by inserting all rows. This means that the wizard simply passes the data from the source to the target without any transformation or filtering. It is a straightforward method of loading data where all rows are inserted as they are into the target table.

Submit
119. What is the default join of Source Qualifier?

Explanation

The default join of the Source Qualifier is an Inner-equi join. This means that only the matching rows from both tables are included in the result set. Non-matching rows are excluded.

Submit
120. Which is not a date format string?

Explanation

The given answer "MM" is not a date format string because it represents the month in two digits format. Date format strings are used to specify the format in which dates are displayed or interpreted. "SS" and "SSSS" represent the seconds, "MM" represents the month, "MON" and "MONTH" represent the month name, "MI" represents the minutes, and "HH", "HH12", and "HH24" represent the hour in different formats.

Submit
121. Can we perform calulation in Look up?

Explanation

Look up is a term used to describe the process of retrieving data from a table or database based on a specific search criteria. While the act of performing calculations may not be the primary purpose of a lookup, it is possible to perform calculations using the retrieved data. This can be done by using formulas or functions in spreadsheet software or by writing code in programming languages to manipulate the data obtained from the lookup. Therefore, it is possible to perform calculations in a lookup.

Submit
122. What is meaning of tracing level?

Explanation

Tracing level refers to the level of detail or verbosity in the information stored in a log file. When the tracing level is set to store data in a log file, it means that detailed information about the execution of a program or system is being recorded in a log file. This can include information such as debug messages, error messages, and other relevant data that can be used for troubleshooting and analysis purposes. Storing data in a log file allows developers and administrators to review and analyze the log file later to understand the behavior of the system and identify any issues or errors that occurred during its execution.

Submit
123. ROUND( 10567.90, -2 ). What is the output of this statement?

Explanation

The ROUND() function is used to round a number to a specified number of decimal places. In this case, the number 10567.90 is being rounded to the nearest hundredth place (-2 decimal places). Since the digit in the hundredth place is 5, which is greater than or equal to 5, the number is rounded up. Therefore, the output of this statement is 10500.

Submit
124. INSTR( 'Vivek', 'a' ). What will be output?

Explanation

The INSTR function in SQL is used to find the starting position of a substring within a string. In this case, the function is searching for the substring 'a' within the string 'Vivek'. Since there is no occurrence of 'a' in 'Vivek', the function will return 0 as the output.

Submit
125. Which one is not a target Option for file on the Servers?

Explanation

ERP (Enterprise Resource Planning) is not a target option for file on the servers. ERP is a software system used by organizations to manage and integrate various aspects of their business, such as finance, human resources, and supply chain. It is not specifically designed for file storage or transfer like the other options mentioned (FTP, Loader, MQ). ERP systems are typically used for data management and processing within an organization, rather than for file-related operations.

Submit
126. In the Type2 mapping we have three options to recognize the newly added rows. Which one is not belongs to them?

Explanation

The effective time range is not a method used to recognize newly added rows in Type2 mapping. Version number, effective date range, and flag value are commonly used to identify and track changes in the data. The effective time range refers to the period during which a particular row is considered valid or active in the database. It is not directly related to recognizing newly added rows.

Submit
127. Data mart is

Explanation

Data marts are designed to cater to the specific needs of a single subject area within an organization. They are smaller and more focused than data warehouses, allowing for easier and quicker access to relevant data for decision-making purposes. Unlike data warehouses, data marts are not optimized for INSERT and UPDATE operations, as their main purpose is to provide a consolidated view of data related to a particular subject area. Therefore, the correct answer is that data marts are generally designed for a single subject area.

Submit
128. What are the types of batches?

Explanation

The types of batches are concurrent and sequential. Concurrent batches refer to multiple tasks or processes that can be executed simultaneously, allowing for parallel processing and increased efficiency. Sequential batches, on the other hand, involve executing tasks or processes one after another, following a specific order or sequence.

Submit
129. Which one is not an active transformation?

Explanation

A sequence generator is not an active transformation because it does not change or modify the data in any way. Instead, it generates a sequential number for each row of data. Active transformations, on the other hand, perform operations that alter the data, such as filtering, aggregating, or joining. Normalizer, SQL, and stored procedure are all examples of active transformations as they manipulate the data in some way.

Submit
130. If you want to insert new rows into cache and the target, you should use which cache?

Explanation

If you want to insert new rows into cache and the target, you should use the Dynamic cache. Dynamic cache allows for the addition of new rows into the cache and the target, providing flexibility and adaptability to the changing data. Static cache, on the other hand, does not allow for the insertion of new rows, as it is designed to store a fixed set of data. Persistent cache is used to store data permanently, while Re-Cache is not a recognized term or option in this context.

Submit
131. Can we use sorted input option for incremental aggregation?

Explanation

Sorted input option can be used for incremental aggregation. This option allows the input data to be sorted based on the aggregation key before performing the aggregation process. This helps in optimizing the aggregation process as it reduces the amount of data shuffling and improves the performance. By using the sorted input option, the incremental aggregation can be efficiently performed on the sorted data, resulting in faster and more efficient processing.

Submit
132. What are the settings that you have to configure in joiner transformation?

Explanation

In a joiner transformation, the settings that need to be configured are the master and detail source, the condition of the join, and the type of join. The master and detail source specify the tables or sources that are being joined together. The condition of the join determines how the records from the master and detail sources are matched. The type of join specifies whether it is an inner join, outer join, or full outer join. These settings are crucial in determining how the join operation is performed and what results are obtained.

Submit
133. Which output file is not created during session running?

Explanation

During a session running, various files are generated to track the progress and identify any errors or issues. The session log keeps a record of the session's activities and can be used for debugging purposes. The workflow log records the details of the workflow execution. The error log captures any errors encountered during the session. The bad files store data that fails to meet certain criteria. However, cache files are not created during session running. They are used to store temporary data for faster access and are typically created during the workflow design process.

Submit
134. If two tables emp_detail and emp_payroll contain EMP_ID1 and EMP_ID2 with a row with a null value, can joiner will match that null value?

Explanation

Joiner will not match a null value. When joining tables, a null value in one table will not match with any value in the other table, including another null value. Therefore, in this scenario, the joiner will not match the null value in EMP_ID1 with the null value in EMP_ID2.

Submit
135. Where you can release lock if one object is locked?

Explanation

In a software development environment, a repository manager is responsible for managing the storage and retrieval of code and other digital assets. One of the tasks of a repository manager is to handle locks on objects, ensuring that only one user can make changes to an object at a time. Therefore, if one object is locked, the repository manager is the appropriate place to release the lock. The workflow manager and designer may not have the necessary functionality to release locks, and the "None of these" option is incorrect as the repository manager is the correct choice.

Submit
136. Which statements are true?

Explanation

The given answer is correct because in boolean logic, when one of the operands is NULL, the result is always NULL. Therefore, NULL AND TRUE will result in NULL, and NULL AND FALSE will result in FALSE.

Submit
137. Which value returned by NewLookupRow port says that Integration Service does not update or insert the row in the cache?

Explanation

The value returned by the NewLookupRow port as 0 indicates that the Integration Service will not update or insert the row in the cache.

Submit
138. Which wizard loads a slowly growing fact or dimension table by inserting new rows?

Explanation

The wizard that loads a slowly growing fact or dimension table by inserting new rows is the "Slowly Growing Target" wizard. This wizard is designed specifically for tables that experience a gradual increase in data over time. It allows for efficient and optimized insertion of new rows into the table, ensuring that the loading process does not impact the overall performance of the database.

Submit
139. Which one is not an option in update-strategy?

Explanation

The option "Update as Delete" is not an option in the update-strategy. Update strategies typically involve updating or inserting data, but not deleting data. Therefore, "Update as Delete" is not a valid option in the update-strategy.

Submit
140. Which value returned by NewLookupRow port says that Integration Service inserts the row into the cache?

Explanation

The value returned by the NewLookupRow port that says the Integration Service inserts the row into the cache is 1.

Submit
141. Which repository objects is not created in Workflow Manager ?

Explanation

In Workflow Manager, the repository objects that are created include database connections, worklets, and sessions. However, maplets are not created in Workflow Manager. Maplets are reusable objects that are created in the Mapping Designer and can be used in multiple mappings.

Submit
142. Which one is not Target Types on the Server?

Explanation

The options given are different types of target types on the server. File, Relational, and ERP are all valid target types on the server. However, VSAM is not a valid target type on the server.

Submit
143. INSTR( "I am a informatica Developer', 'a', 1, 2 ) What is output?

Explanation

The INSTR function is used to find the position of a substring within a larger string. In this case, the function is searching for the second occurrence of the letter 'a' in the string "I am a informatica Developer". Since the second occurrence of 'a' is at position 6, the output of the function is 6.

Submit
144. Which one of these is a repository object that generates, modifies or passes data?

Explanation

A transformation is a repository object that generates, modifies, or passes data. It is used to manipulate data as it flows from source to target in an ETL (Extract, Transform, Load) process. Transformations can perform various operations such as filtering, aggregating, joining, and sorting data. They are essential for data integration and data transformation tasks in data warehousing and business intelligence systems.

Submit
145. What type of repository is no available in Informatica Repository Manager?

Explanation

Informatica Repository Manager does not have a specific repository type called "User Defined". This means that there is no option to create a custom or user-defined repository in Informatica Repository Manager.

Submit
146. Which are correct statements?

Explanation

The function CELI rounds a number up to the nearest integer. Therefore, CELI(12.39) would round up to 13, as it is closer to 13 than to 12. CELI(-12.39) would round down to -12, as it is closer to -12 than to -13. Similarly, CELI(12.56) would also round up to 13.

Submit
147. What is the use of target loader?

Explanation

The use of target loader is to determine the order in which data is loaded into the dimension and fact tables. In this case, the correct answer states that the data is first loaded into the dimension table and then into the fact table. This order is important because the dimension table contains the reference data that is needed for the fact table, which contains the actual data. By loading the dimension table first, the necessary reference data is available when loading the fact table.

Submit
148. Integration Service suspends the workflow, if which one of these following tasks fail?

Explanation

The Integration Service suspends the workflow if any of the tasks mentioned (Session, Command, Worklet, Email) fail. This means that if any one of these tasks encounters an error or does not complete successfully, the Integration Service will pause the workflow to prevent further execution until the issue is resolved.

Submit
149. Which is not true of Cube?

Explanation

The statement "multiple level of extraction of data" is not true of a Cube. A Cube is a multidimensional representation of data that is used for analysis purposes and provides multiple views of the data. However, it does not involve multiple levels of extraction of data.

Submit
150. Which statements are true about FLOOR function?

Explanation

The FLOOR function rounds a number down to the nearest integer. FLOOR(39.9) would be 39 because it is rounding down to the nearest whole number. Similarly, FLOOR(-39.9) would be -40 because it is rounding down to the nearest whole number in the negative direction. FLOOR(39.2) would also be 39 because it is rounding down to the nearest whole number.

Submit
151. Which one is not a numeric function?

Explanation

The functions TRUNC, LN, and ROUND are all numeric functions because they perform calculations or manipulations on numbers. However, AVG is not a numeric function, but rather a statistical function used to calculate the average of a set of numbers.

Submit
152. What is meaning of Update as update else Insertin update-strategy?

Explanation

The meaning of "Update as update else Insert" in the update-strategy is that it will first try to update the row if it exists in the target table. If the row does exist, it will be updated. However, if the row does not exist, it will be inserted as a new row. This update strategy ensures that the row is either updated or inserted, depending on its existence in the target table.

Submit
153. Which function causes the Integration Service to skip a record and issue the specified error message?

Explanation

The function that causes the Integration Service to skip a record and issue the specified error message is "ERROR". When this function is used, the Integration Service will encounter an error in processing a record and instead of aborting the entire process, it will skip that particular record and continue with the rest of the data. This allows the integration process to continue running without interruption, while still providing information about the error that occurred.

Submit
154. What is nested aggregate function?

Explanation

A nested aggregate function is a function that takes multiple input rows and returns only one output row. This means that the function performs calculations or operations on a group of rows and produces a single result for that group. This is commonly used in SQL queries when performing calculations on grouped data, such as calculating the average or sum of a column for each group. By using a nested aggregate function, the result is condensed into a single row, making it easier to interpret and analyze the data.

Submit
155. Which one contains input and output transformations?

Explanation

A mapplet in Informatica is a reusable object that contains a set of transformations. It can be used in multiple mappings to perform input and output transformations on data. This means that a mapplet contains both input and output transformations, making it the correct answer to the question. Reusable transformations and reusable mappings may contain transformations, but they do not specifically mention input and output transformations, so they are not the correct answer.

Submit
156. Which is not a version of objects in the repository

Explanation

The given options are all related to versions of objects in a repository. However, updating a version is not a valid action in this context. Versions are typically updated by creating a new version, rather than directly updating an existing one. Therefore, "Update a version" is not a valid option for versions of objects in the repository.

Submit
157. What are the types of method to load dimensional table?

Explanation

The types of methods to load a dimensional table are conventional and direct. Conventional loading involves loading data from a staging area into the dimensional table using SQL queries or ETL (Extract, Transform, Load) processes. Direct loading, on the other hand, involves directly inserting data into the dimensional table without the need for a staging area.

Submit
158. Which scd type stores one time historical data with current data?

Explanation

Type 3 SCD (Slowly Changing Dimension) stores one-time historical data with current data. In this type, a new row is created for each change in the dimension attribute, allowing the storage of historical data. The old attribute value is updated in the existing row, while the new attribute value is added to a new row. This way, the current data is always available, along with limited historical data.

Submit
159. Which of this workflow task represents the location of a user-defined event?

Explanation

The correct answer is Event-Raise because it represents the action of raising or triggering a user-defined event. This task is typically used to notify the system or other components about a specific event occurring in the workflow. It allows the user to define custom events and specify the conditions under which they should be raised.

Submit
160. Which function convert dates to a specific year, month, day, hour, or minute?

Explanation

The function "trunc" is used to convert dates to a specific year, month, day, hour, or minute. It allows the user to truncate the date and time portion of a given date, keeping only the desired part.

Submit
161. What is :SP?

Explanation

The correct answer is "Required when you write an expression that includes the return value from an unconnected Stored Procedure transformation". This means that when you are writing an expression that includes the return value from an unconnected Stored Procedure transformation, you need to use :SP in the expression. This is necessary to reference the return value correctly in the expression.

Submit
162. IIF( EMPLOYEE.NAME = 'Rex', 0, 3 ) What this expression says about?

Explanation

The given expression is an IIF statement, which stands for "Immediate If." It evaluates the condition "EMPLOYEE.NAME = 'Rex'" and if it is true, it returns 0. If the condition is false, it returns 3. Therefore, the expression is saying that if the employee's name is "Rex," then it should perform an insert operation, otherwise it should reject the operation.

Submit
163. Which are both connected and unconnected?

Explanation

Both External Store Procedure and Stored Procedure can be connected and unconnected. They can be used as a part of a data integration or transformation process, where they are connected to other components in a workflow. Additionally, they can also be used independently, without being connected to other components, to perform specific tasks or operations. On the other hand, Lookup is typically a connected component that is used to retrieve data from a reference table or source based on matching criteria. Advanced External Procedure Transformation is not a valid term or component in this context.

Submit
164. Which one is not a designer tool creating transformations?

Explanation

The question asks for a designer tool that is not used for creating transformations. The options given are Transformation developer, Mapping designer, Mapplet designer, and Target designer. The correct answer is "Target designer" because it is not a tool specifically used for creating transformations. The Transformation developer is responsible for creating transformations, the Mapping designer is used to design mappings, and the Mapplet designer is used for creating mapplets. However, the Target designer is primarily used for designing target tables and not for creating transformations.

Submit
165. How to connect remote database?

Explanation

Connecting to a remote database typically involves transferring data between a local computer and the remote server. One common method to achieve this is by using FTP (File Transfer Protocol), which allows for the transfer of files over a network. By utilizing FTP, users can connect to the remote database server and transfer data files back and forth. Therefore, the correct answer is "By ftp."

Submit
166. Which one is not a character function?

Explanation

All of the given options (CHRCODE, LENGTH, lower) are character functions. CHRCODE returns the ASCII value of the first character in a string, LENGTH returns the length of a string, and lower converts all characters in a string to lowercase. Therefore, the correct answer is that all of the options are character functions.

Submit
167. When you configure the Integration Service to run in ASCII mode, which one is correct about the ASCII function returns value

Explanation

The correct answer is "numeric ASCII value of the first character of the string passed to the function." When the Integration Service is configured to run in ASCII mode, the ASCII function will return the numeric ASCII value of the first character of the string passed to the function. This means that it will only consider the first character and not the rest of the characters in the string.

Submit
168. Which one is not tracing level?

Explanation

The term "tracing level" refers to the level of detail or verbosity in a system's output or logs. "terse" and "verbose" are both tracing levels, as they represent different levels of detail in the output. "initialization" is not a tracing level, but rather a process or event that occurs during the system's startup. "verbose initialization" and "terse initialization" are not tracing levels either, but rather combinations of a tracing level and the initialization process. Therefore, the correct answer is "terse initialization" because it is not a tracing level on its own.

Submit
169. Which of these are the types of metadata that stores in repository?

Explanation

The types of metadata that are stored in a repository include reusable transformations, source definitions, mapplets, sessions, workflows, and target definitions. These are all components that are used in the development and execution of data integration processes. Reusable transformations are predefined transformations that can be reused across multiple mappings. Source definitions define the structure and properties of the source data. Mapplets are reusable mapping components. Sessions and workflows are used to define the execution logic of the data integration processes. Target definitions define the structure and properties of the target data.

Submit
170. Which value returned by NewLookupRow port says that Integration Service updates the row in the cache?

Explanation

The value returned by the NewLookupRow port that says the Integration Service updates the row in the cache is 2.

Submit
171. If one table contains a value that is not either measure or fact, what do we call that?

Explanation

A de-generated dimension refers to a table that contains a value that is not a measure or a fact. This means that the table does not have any additional attributes or dimensions associated with it. It is essentially a single column table that holds a single value, usually used for tracking a specific event or occurrence. This type of dimension is typically used when there is no need for additional attributes or dimensions to be associated with the value.

Submit
172. Which of this is not a task that exists in workflow?

Explanation

not-available-via-ai

Submit
173. Which variable doesn't belongs to variable use in transaction control expression?

Explanation

The variable TC_ROLLBACK_AFTER does not belong to the variables used in a transaction control expression. The other variables listed (TC_COMMIT_BEFORE, TC_ROLLBACK_BEFORE, TC_COMMIT_AFTER, and TC_CONTINUE_TRANSACTION) are commonly used in transaction control expressions to specify the actions to be taken before and after committing or rolling back a transaction. However, TC_ROLLBACK_AFTER is not a standard variable used in this context.

Submit
174. Which system variable returns the current date and time on the machine hosting the Integration Service for each row passing through the transformation?

Explanation

The system variable SYSDATE returns the current date and time on the machine hosting the Integration Service for each row passing through the transformation.

Submit
175. Which are the ways to update source definitions?

Explanation

The correct answer is to edit the definition and re-import the definition. These are the two ways to update source definitions. Editing the definition allows users to make changes directly to the existing definition, while re-importing the definition involves importing a new version of the definition to replace the existing one. By using these methods, users can ensure that the source definitions are up to date and reflect any necessary modifications or changes.

Submit
176. Snow flake schema

Explanation

This answer suggests that in a snowflake schema, the fact tables are pointed to by sub dimension tables. This means that the sub dimension tables contain more detailed information about the dimensions in the fact tables. This allows for a more normalized schema structure, with the dimensions being further broken down into sub dimensions.

Submit
177. Which date function specify the part of the date you want to change?

Explanation

The ADD_TO_DATE function is used to specify the part of the date that you want to change. This function allows you to add or subtract a specific amount of time to a given date. By using this function, you can easily modify the year, month, day, hour, minute, or second of a date value.

Submit
178. If you want to save the lookup cache files and reuse them the next time the informatica server, which cache you'll use?

Explanation

If you want to save the lookup cache files and reuse them the next time the Informatica server is used, the cache that you would use is the Dynamic cache. Dynamic cache allows you to save and reuse the cache files, providing better performance and efficiency in subsequent runs of the server.

Submit
179. Which task is used to stop, abort, or fail the top-level workflow or the parent workflow based on an input link condition?

Explanation

The "control" task is used to stop, abort, or fail the top-level workflow or the parent workflow based on an input link condition. This task allows for conditional control flow within the workflow, allowing the workflow to take different paths based on certain conditions. It provides a way to manage the execution and termination of the workflow based on specific requirements or inputs.

Submit
180. How can you connect client to your informatica server if server is located in different place i.e not in local client? choose correct answers

Explanation

To connect a client to an Informatica server located in a different place, there are three possible methods: through FTP, using the IP address of the server, or through a VPN service. FTP allows for transferring files between the client and server, making it a viable option for connecting. Using the IP address of the server allows the client to establish a direct connection to the server. Lastly, a VPN service can create a secure and encrypted connection between the client and server, ensuring data privacy and security during the connection.

Submit
181. Whitch guidelines are needful to optimize the performance of an Aggregator transformation?

Explanation

To optimize the performance of an Aggregator transformation, several guidelines are suggested. One is to use sorted input, as it reduces the need for aggregate caches, resulting in improved performance. Another guideline is to limit the number of connected input/output or output ports, as excessive ports can slow down the transformation. Additionally, filtering the data before performing aggregation can also enhance performance. These guidelines collectively contribute to optimizing the performance of the Aggregator transformation.

Submit
182. What are the processes to do join the tables if the tables have no primary and foreign key relation and no matching port to join?

Explanation

The correct answer suggests adding a dummy port in both sources, using a Joiner transformation to join the sources using the dummy port, and using an expression transformation to assign '1' to each port. This approach allows for joining the tables even if they have no primary and foreign key relation and no matching port to join. By adding a dummy port, the Joiner transformation can be used to perform the join operation, and the expression transformation can be used to assign a common value to each port for the join.

Submit
183. Can you connect ports of two output groups, from router transformation to a single target definitions?

Explanation

No, you cannot connect ports of two output groups from a router transformation to a single target definition. The router transformation is used to route data to different target definitions based on specified conditions. Each output group in the router transformation corresponds to a separate target definition. Therefore, you can only connect the ports of a single output group to a single target definition.

Submit
184. What is :LKP?

Explanation

The correct answer is "Workflow" because LKP stands for "Lookup" in the context of Informatica PowerCenter. In Informatica, a Lookup transformation is used to look up data in a relational table, view, or synonym. It retrieves data from a source based on a specified condition and returns the matching data to the transformation. Therefore, "Workflow" is the most appropriate answer as it relates to the functionality of LKP in the Informatica PowerCenter tool.

Submit
185. Which system variable returns the initial system date value on the machine hosting the Integration Service when the server initializes a session?

Explanation

The system variable "SessStartTime" returns the initial system date value on the machine hosting the Integration Service when the server initializes a session. This variable is used to track the start time of a session in Informatica PowerCenter.

Submit
186. Which are the connection names, those you can configure from work flow manager?

Explanation

The connection names that can be configured from workflow manager include relational database connections, FTP connections, external loader connections, queue connections, and source and target application connections. These connections are essential for establishing communication and data transfer between different systems and applications within the workflow.

Submit
187. Which are lookup caches?

Explanation

The given answer options are all types of lookup caches. A lookup cache is a mechanism used to store and retrieve data that is frequently accessed in order to improve performance. Persistent cache refers to a cache that retains its data even after a system restart. Dynamic cache is a cache that can be updated or modified dynamically. Pre-build lookup cache is a cache that is built in advance based on predefined criteria. Shared cache is a cache that can be accessed and used by multiple users or processes. Therefore, all the options listed in the answer are types of lookup caches.

Submit
188. To configure how the Integration Service applies the transformation logic to incoming data, which one you can choose of the following values

Explanation

The answer states that you can choose any one of the given options (Row, Transaction, All Input) to configure how the Integration Service applies the transformation logic to incoming data. This implies that the choice depends on the specific requirements or preferences of the user or the project.

Submit
189. If you want to copy the rejected files and paste it in other directory during the running of work-flow, then which task you should use?

Explanation

A command task should be used in this scenario. The command task allows for the execution of specific commands or scripts, which would be necessary for copying the rejected files and pasting them into another directory. This task provides the necessary functionality to perform the desired action within the workflow.

Submit
190. Which one is not a commit type?

Explanation

A pre-defined commit is not a commit type because it is not a recognized or commonly used term in version control systems. User-defined commit refers to a commit made by a user where they manually specify the changes to be committed. Source-based commit refers to a commit that is based on changes made to the source code. Target-based commit refers to a commit that is based on changes made to the target or destination of the commit. However, pre-defined commit does not have a clear definition or meaning in the context of version control.

Submit
191. Which one not in the types of mapping in "getting started wizard"?

Explanation

The correct answer is "Simple Pass through target" because the question asks for the type of mapping that is not included in the "getting started wizard." The other options, "Slowly Growing target" and "Simple Pass through mapping," are types of mappings that are included in the wizard. Therefore, the correct answer is "Simple Pass through target" as it is not one of the types of mapping mentioned in the "getting started wizard."

Submit
192. How can we load time dimension?

Explanation

Loading the time dimension through a stored procedure involves using a custom script or procedure written in a programming language such as SQL or PL/SQL. This allows for more flexibility and customization in the loading process. The stored procedure can be designed to handle the extraction, transformation, and loading of time dimension data from various sources into the database. This method is often used when there are complex business rules or data transformations required during the loading process.

Submit
193. Which repository objects are created by repository manager?

Explanation

The repository manager is responsible for creating user types in a repository. User types define the characteristics and privileges of different user roles within the repository. By creating user types, the repository manager can customize the access and permissions for different users based on their roles and responsibilities. This helps in maintaining security and managing user access effectively within the repository.

Submit
194. What is proc_result in stored procedure transformation?

Explanation

The correct answer is a system variable. In a stored procedure transformation, proc_result is a system variable. System variables are predefined variables that store information about the session, mapping, or transformation. They are used to control the flow of data and perform various operations within the transformation.

Submit
195. If you want to configure the lookup transformation to rebuild the lookup cache, then which cache you should use?

Explanation

When configuring the lookup transformation to rebuild the lookup cache, the appropriate cache to use is "Re-cache from database." This means that the lookup cache will be refreshed by retrieving the data directly from the database. This ensures that the latest data is used for the lookup operation. Using the "Re-cache from database" option is particularly useful when the data in the source database frequently changes and the lookup cache needs to be updated accordingly.

Submit
196. LPAD( "Inform", -10, '*') What will out put?

Explanation

The LPAD function is used to pad a string with a specified character to a specified length. In this case, the string "Inform" is being padded with asterisks (*) to a length of -10. Since the length is negative, the function returns null as the output.

Submit
197. Which one of these transformation use cache?

Explanation

Sorter, Aggregator, and Rank transformations use cache. These transformations require caching data in order to perform their operations efficiently. The Sorter transformation uses cache to store and sort data based on specified criteria. The Aggregator transformation uses cache to store group information and perform aggregate calculations. The Rank transformation uses cache to rank data based on specified conditions. By utilizing cache, these transformations can improve performance by reducing the need for repeated data retrieval and processing.

Submit
198. Which tasks are re-usable?

Explanation

The tasks that are reusable are Command, Email, and Session. Reusable tasks are those that can be used multiple times or in different contexts without needing to be modified. In this case, Command, Email, and Session are all tasks that can be performed repeatedly and are not specific to a particular situation or context.

Submit
199. Which are the true statement to improve session performance in joiner ?

Explanation

To improve session performance in a joiner, the following statements are true:

1. Add transformations: By adding transformations before the joiner, such as filters or aggregators, unnecessary data can be eliminated, reducing the amount of data being processed in the joiner and improving performance.

2. Configure the sort order: Sorting the input data based on the join keys can enhance joiner performance. This allows the joiner to match the sorted data more efficiently.

3. Configure the Joiner transformation: Proper configuration of the joiner transformation, such as selecting the correct join type and join conditions, can significantly impact performance. It is important to choose the appropriate join type based on the data and desired output.

4. Do not use master outer join: Using a master outer join in a joiner can negatively impact performance. It is preferable to use a normal join or a detail outer join instead.

By following these guidelines, session performance in a joiner can be improved.

Submit
200. Which system variable returns the current date and time value on the machine hosting the Integration Service when the server initializes the session?

Explanation

SESSSTARTTIME is the correct answer because it is a system variable that returns the current date and time value when the server initializes the session. This variable is specific to the session and provides the start time of the session on the machine hosting the Integration Service. Therefore, it accurately represents the current date and time value at the beginning of the session.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 03, 2019
    Quiz Created by
    Swapdeo
Cancel
  • All
    All (200)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
How to select distinct records form Source Qualifier?
LEAST( 12, 13, 21 ) what will output?
NetSal= bassic+hra. In which transformation we can achive this?
What is Truncate Table option in update-strategy?
What is Truncate Table option in update-strategy?
How to execute PL/SQL script from Informatica mapping?
Which one needs a common key to join?
Can you rename the repository object?
Can we calculate in aggregator ?
Can you reverting to original reusable transformation? ...
Can we update records without using update strategy?
Which version of informatica supports data integration for the cloud?
Which of these are measure objects?
Can you run part of work flow?
What does reusable transformation mean?
Joiner does not support flat file.
What are the different values returned by NewLookupRow port?
Is [your statement here] true or false?
Which command is similar to 'kill' command in Unix?
How to Generate the Metadata Reports in Informatica?
Can we import source table without using source qualifier? ...
Session has to run Monday to Saturday not run Sunday how to schedule...
Which are true sentences?
What is default join of joiner?
Can you start a batch within a batch?
What is VSAM normalizer transformation?
CHOOSE (2, 'Abcd', 'gef', 'ijk' ), What will...
Which one support heterogeneous join?
Is Filter is case-sensitive?
How to Generate the Metadata Reports in Informatica?
If you are comparing two date using date_compare function, if two...
What will happen if informatica server doesn't find session...
Can you generate sequence number without using sequence generator?
How many transformation you can use in your mapping?
What will o/p of this expression . 8 * 10 - NULL
Which schema is normalized?
ROUND( 112.5676, 3 ). What will output of this expression?
Which command has 60seconds time out period?
Which of these are true?
Can start and stop single session in concurrent batch?
What is lookup table?
Which transformation enables you to connect to an HTTP server to use...
Which variable counts the rows evaluated by the function and...
Which of these is not a ETL tools in the Market?
A lookup transformation is used to look up data in
Dimension tables are denormalized in nature ? True or False
If you want to run a second session only if the first session...
Which transformation receives input values from the result of a :LKP...
What are the types of SQL queries you can specify in the SQL...
Which system is normalized?
Which type of join keeps all rows of data from both the master and...
Which transformation is used by COBOL source?
Which one is not a scheduling options to run a session?
What will output? SUBSTR( "Informatica",1,INSTR(...
Which one is not a type of fact?
What are the types of joins that Joiner transformation supports ?
How can you handle multiple matches in lookup transformation?
Which type of join keeps all rows of data from the detail source and...
Which one is not a property in sequence generator?
Which variable sets the current value of a mapping variable to a value...
Which SCD methodology overwrites old data with new data?
Which transformation acts like CASE.. WHEN in Sql?
INSTR( 'Samsung', 'a' ). What will be output?
What is output of this expression? IN( 'dog', 'cat',...
What is :EXT?
Which lookup cache is read-only?
Which one is not date function?
Which task Waits for a user-defined or a predefined event to occur,...
What is the default source option for update strategy?
If you are comparing two date using date_compare function, if Second...
What is a mapplet?
Which SCD method tracks historical data by creating multiple records?
Which one is not an option in update strategy?
Which one is not date function?
Which one is not a comparison operator?
Can sorter transformation be passive?
Which one is true about DATE_COMPARE function?
Which type of join join keeps all rows of data from the master source...
Which transformation only works on relational source?
Which statement is true?
Which one is not a valid constant expression?
Which are the load types in Informatica session?
Which one is not a conversion function?
Which one is the correct format of ADD_TO_DATE function?
Which one can test multiple conditions?
IIF( Avg(salary) 20000,1,0) ...
What will o/p of this statement REPLACECHR ( 1,...
What will return value of this expression REPLACECHR ( 1,...
LPAD( "Informatica", 16, '*..*' ) What will output?
Which one is not a reserve word in informatica?
Which one of these create log files?
What is the meaning of Update as Update?
If you are not using group by column in Aggrigaror, what will be out...
The transformation language provides two comment specifiers to let you...
Which load type we should use in case of less amount of data and...
Can we use the mapping parameter or variable created in one mapping...
Which one is not correct about filter transformation?
Which of these not correct about Code Page?
What is hybrid SCD?
Which one of these is not a built-in constant?
What are the types of groups in Router transformation
Which of these is not a reporting tool?
In which load type in session we can't recover the session, or...
For look-up, which one is default informatica server cache?
Which dimension is collection of random transactional codes, flags...
Which is not a kind of lock on repository objects?
How to generate single look-up by using multiple tables?
If you are comparing two date using date_compare function, if first...
LPAD( 190, 5, '0') What will output?
Which statements are correct?
Which one is not a data cleansing function?
Which one is true about CHR function?
Can we generate alpha-numeric value in sequence generator?
Which cache allows you to share lookup cache among multiple...
INSTR( "informatica', 'a', -1, 2 ) What is output?
Which one is not a type of dimension ?
What is the return value of 'alpha' || NULL ?
Which type of wizard loads a static fact or dimension table by...
What is the default join of Source Qualifier?
Which is not a date format string?
Can we perform calulation in Look up?
What is meaning of tracing level?
ROUND( 10567.90, -2 ). What is the output of this statement?
INSTR( 'Vivek', 'a' ). What will be output?
Which one is not a target Option for file on the Servers?
In the Type2 mapping we have three options to recognize the newly...
Data mart is
What are the types of batches?
Which one is not an active transformation?
If you want to insert new rows into cache and the target, you should...
Can we use sorted input option for incremental aggregation?
What are the settings that you have to configure in joiner...
Which output file is not created during session running?
If two tables emp_detail and emp_payroll contain EMP_ID1 and EMP_ID2...
Where you can release lock if one object is locked?
Which statements are true?
Which value returned by NewLookupRow port says that Integration...
Which wizard loads a slowly growing fact or dimension table by...
Which one is not an option in update-strategy?
Which value returned by NewLookupRow port says that Integration...
Which repository objects is not created in Workflow Manager ?
Which one is not Target Types on the Server?
INSTR( "I am a informatica Developer', 'a', 1, 2 )...
Which one of these is a repository object that generates, modifies or...
What type of repository is no available in Informatica Repository...
Which are correct statements?
What is the use of target loader?
Integration Service suspends the workflow, if which one of these...
Which is not true of Cube?
Which statements are true about FLOOR function?
Which one is not a numeric function?
What is meaning of Update as update else Insertin update-strategy?
Which function causes the Integration Service to skip a record and...
What is nested aggregate function?
Which one contains input and output transformations?
Which is not a version of objects in the repository
What are the types of method to load dimensional table?
Which scd type stores one time historical data with current data?
Which of this workflow task represents the location of a user-defined...
Which function convert dates to a specific year, month, day, hour, or...
What is :SP?
IIF( EMPLOYEE.NAME = 'Rex', 0, 3 ) ...
Which are both connected and unconnected?
Which one is not a designer tool creating transformations?
How to connect remote database?
Which one is not a character function?
When you configure the Integration Service to run in ASCII mode, which...
Which one is not tracing level?
Which of these are the types of metadata that stores in repository?
Which value returned by NewLookupRow port says that Integration...
If one table contains a value that is not either measure or fact, what...
Which of this is not a task that exists in workflow?
Which variable doesn't belongs to variable use in transaction...
Which system variable returns the current date and time on the machine...
Which are the ways to update source definitions?
Snow flake schema
Which date function specify the part of the date you want to change?
If you want to save the lookup cache files and reuse them the next...
Which task is used to stop, abort, or fail the top-level workflow or...
How can you connect client to your informatica server if server is...
Whitch guidelines are needful to optimize the performance of an...
What are the processes to do join the tables if the tables have no...
Can you connect ports of two output groups, from router transformation...
What is :LKP?
Which system variable returns the initial system date value on the...
Which are the connection names, those you can configure from work flow...
Which are lookup caches?
To configure how the Integration Service applies the transformation...
If you want to copy the rejected files and paste it in other directory...
Which one is not a commit type?
Which one not in the types of mapping in "getting started...
How can we load time dimension?
Which repository objects are created by repository manager?
What is proc_result in stored procedure transformation?
If you want to configure the lookup transformation to rebuild the...
LPAD( "Inform", -10, '*') What will out put?
Which one of these transformation use cache?
Which tasks are re-usable?
Which are the true statement to improve session performance in joiner...
Which system variable returns the current date and time value on the...
Alert!

Advertisement