Which repository objects is not created in Workflow Manager ?
Which repository objects are created by repository manager?
Which statement is true?
Which is not a versions of objects in the repository?
Where you can release lock if one object is locked?
If you are comparing two date using date_compare function , if first date is earlier then what will be returned?
If you are comparing two date using date_compare function , if Second date is earlier then what will be returned?
If you are comparing two date using date_compare function , if two dates are equal then what will be returned?
INSTR( "I am a informatica Developer', 'a', 1, 2 ) What is out put?
INSTR( "informatica', 'a', -1, 2 ) What is out put?
What will out put? SUBSTR( "Informatica",1,INSTR( "Informatica",1,1 ))
LEAST( 12, 13, 21 ) what will output?
LPAD( 190, 5, '0') What will output?
LPAD( "Informatica", 16, '*..*' ) What will output?
LPAD( "Inform", -10, '*') What will out put?