Ab Initio and IIS Fundamentals
Quiz covering core concepts of Ab Initio ETL tool functions, commands, and graph operations, along with Microsoft IIS web server configuration and architecture fundamentals.
Questions
An Application Pool with multiple Worker process is called ?
- web farm
- Silos
- Grouping
- Web Gardens
Application Pool are Settings saved in which format ?
- MDB
- HTML
- XML
- TXT
What is the maximum limit of Application Pools to an Web Application ?
- 1
- 4
- 2
- unlimited
What are the commonly used Security settings in IIS?(Select Applicable)
- Anonymous
- Integrated Windows Authentication
- Basic Authentication
- Digest Authentication
- Passport Authentication
- PEAP
What are various User Mode sections in IIS architecture ?
- https.sys
- Web Admin Service
- Virtual Directory
- Application Pool
What is the port number for HTTPS website ?
- 443
- 334
- 553
- 8080
How can a graph be terminated based on condition?
- force_stop()
- force_error()
- force_close()
- force_break()
When lookup() and lookup_local()are used?
- lookup() for serial lookup files; lookup_local() for multifile lookup files
- lookup() for multifile lookup files; lookup_local() for serial lookup files
- lookup() and lookup_local() will be used for both serial and multi files
- None
How passwords for FTP components can be encrypted?
- Use the epw parameter in FTP component
- .netrc file
- settting AB_FTP_PASSWORD configuration variable
- All of the above
when are .abi-unc files created ?
- During Check-in
- During Check-out
- During Purging an object in EME
- All of the above
Which variable will be used to check the status of Execution of graph ?
- $mprjet
- $mpjret
- $mejret
- None of the above
All are Multifile commands except
- m_mkfs
- m_ls
- m_dump
- m_move
For a graph Script generation: Dynamic and graph parameters are initialized in start script. This graph will run.
- True
- False
How can the DML for Excel file will be generated ?
- Using excel-gendml.ksh located in the $AB_HOME/bin
- Using excel_gendml.ksh located in the $AB_HOME/bin
- Using gendml.ksh located in the $AB_HOME/bin
- All of the above
Which of the following is/are correct?
- Is_blank(“”) -> 1
- Is_blank(“???“) ->1
- Is_blank(“???“) ->0
- Is_blank(“???.???”) -> 0
Which of the following ab initio functions are used to find NULL values
- Is_valid()
- Is_null()
- Is_blank()
- Is_defined()
which of the following is/are true statements?
- string_index("abcdefgh eieio", "e") -> 10
- string_index("John Smith", ":") -> 0
- string_index(U"abcdefghi", U"def") -> 4
- string_index("qwerty", "")->? 1
which of the following function will be used to convert the string to a vector?
- string_split()
- string_lrtrim()
- string_concat()
- string_substring()
Which ab initio command will be used to see different versions of objects in an EME?
- air object versions <path to a datastore object>
- air object versions <Object path in sandbox>
- air versions <path to a datastore object>
- All of the above