Virtusa Consulting Services
20+ Updater Services Interview Questions and Answers
Q1. Print Permutations - String Problem Statement
Given an input string 'S', you are tasked with finding and returning all possible permutations of the input string.
Input:
The first and only line of input contains...read more
Q2. Types of file in synon, types of context of fields in functions, types of fields in synon, types of screen in synon and difference, purpose of arrays in synon, how to delete single and all records in arrays in...
read moreSynon file types, field contexts, screen types, array purpose and deletion in Synon
Synon file types include physical, logical, and display files
Field contexts in functions include input, output, and both
Types of fields in Synon include alphanumeric, numeric, and date
Types of screens in Synon include inquiry, maintenance, and report
Arrays in Synon are used to store multiple values of the same data type
To delete a single record in an array, use the DELETE_ARRAY_ENTRY function
To...read more
Q15. Types of matching in tmap, and difference b/w tmap and tunite
TMAP has three types of matching: exact, fuzzy, and partial. TUNITE is used for merging data from multiple sources.
TMAP has exact, fuzzy, and partial matching options for data mapping
Exact matching requires exact match of values in source and target
Fuzzy matching allows for some variation in values, such as spelling errors
Partial matching matches based on a percentage of similarity between values
TUNITE is used for merging data from multiple sources into a single output
TUNITE ...read more
Q16. Diff b/w tjava , tjavaflex, tjavarow?
tJava, tJavaFlex, and tJavaRow are components in Talend for Java programming.
tJava is used for writing custom Java code in Talend jobs.
tJavaFlex is used for writing complex Java code in Talend jobs.
tJavaRow is used for writing Java code to manipulate data in Talend jobs.
All three components require Java programming knowledge.
Examples: tJava can be used to perform calculations, tJavaFlex can be used to create custom functions, and tJavaRow can be used to filter data.
Q17. What is right outer join
Right outer join returns all records from the right table and matching records from the left table.
It includes all the records from the right table and only matching records from the left table.
If there is no match in the left table, the result will contain NULL values.
It is denoted by RIGHT OUTER JOIN or RIGHT JOIN keyword in SQL.
Example: SELECT * FROM right_table RIGHT JOIN left_table ON right_table.id = left_table.id;
Q18. What are types in Oracle
Types in Oracle are data types that define the type of data that can be stored in a column or variable.
Oracle has several built-in data types such as NUMBER, VARCHAR2, DATE, and CLOB.
NUMBER is used to store numeric values, VARCHAR2 is used to store character strings, DATE is used to store dates and times, and CLOB is used to store large character strings.
Oracle also supports user-defined data types, which can be created using the CREATE TYPE statement.
User-defined data types ...read more
Q19. What is an array type
An array type is a data type that stores a collection of elements of the same data type in a contiguous memory location.
Arrays can be one-dimensional or multi-dimensional
Elements in an array can be accessed using an index
Arrays can be initialized with a fixed size or dynamically resized
Examples of array types include int[], double[], and string[]
Q20. Diff between tjava, tjavarow, tjavaflex
tJava, tJavaRow, and tJavaFlex are all components in Talend that allow for custom Java code to be executed within a job.
tJava is used to execute Java code within a job, and can be used to manipulate data or perform custom logic.
tJavaRow is similar to tJava, but is used specifically for manipulating data row by row.
tJavaFlex is a more advanced version of tJava that allows for more complex Java code to be executed within a job.
All three components require knowledge of Java prog...read more
Q21. What is a trigger
A trigger is an event or condition that initiates a specific action or process.
Triggers are commonly used in programming and databases.
They can be used to automate tasks or initiate processes based on certain conditions.
Examples include a trigger that sends an email when a new user registers on a website, or a trigger that updates a database record when a certain field is changed.
Triggers can also be used in marketing automation to initiate a specific action based on a user's...read more
More about working at Virtusa Consulting Services
Interview Process at Updater Services
Top Technology Consultant Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month