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.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

An Application Pool with multiple Worker process is called ?

  1. web farm
  2. Silos
  3. Grouping
  4. Web Gardens
Question 2 Multiple Choice (Single Answer)

Application Pool are Settings saved in which format ?

  1. MDB
  2. HTML
  3. XML
  4. TXT
Question 3 Multiple Choice (Single Answer)

What is the maximum limit of Application Pools to an Web Application ?

  1. 1
  2. 4
  3. 2
  4. unlimited
Question 4 Multiple Choice (Multiple Answers)

What are the commonly used Security settings in IIS?(Select Applicable)

  1. Anonymous
  2. Integrated Windows Authentication
  3. Basic Authentication
  4. Digest Authentication
  5. Passport Authentication
  6. PEAP
Question 5 Multiple Choice (Multiple Answers)

What are various User Mode sections in IIS architecture ?

  1. https.sys
  2. Web Admin Service
  3. Virtual Directory
  4. Application Pool
Question 6 Multiple Choice (Single Answer)

What is the port number for HTTPS website ?

  1. 443
  2. 334
  3. 553
  4. 8080
Question 7 Multiple Choice (Single Answer)

How can a graph be terminated based on condition?

  1. force_stop()
  2. force_error()
  3. force_close()
  4. force_break()
Question 8 Multiple Choice (Single Answer)

When lookup() and lookup_local()are used?

  1. lookup() for serial lookup files; lookup_local() for multifile lookup files
  2. lookup() for multifile lookup files; lookup_local() for serial lookup files
  3. lookup() and lookup_local() will be used for both serial and multi files
  4. None
Question 9 Multiple Choice (Single Answer)

How passwords for FTP components can be encrypted?

  1. Use the epw parameter in FTP component
  2. .netrc file
  3. settting AB_FTP_PASSWORD configuration variable
  4. All of the above
Question 10 Multiple Choice (Single Answer)

when are .abi-unc files created ?

  1. During Check-in
  2. During Check-out
  3. During Purging an object in EME
  4. All of the above
Question 11 Multiple Choice (Single Answer)

Which variable will be used to check the status of Execution of graph ?

  1. $mprjet
  2. $mpjret
  3. $mejret
  4. None of the above
Question 12 Multiple Choice (Single Answer)

All are Multifile commands except

  1. m_mkfs
  2. m_ls
  3. m_dump
  4. m_move
Question 13 True/False

For a graph Script generation: Dynamic and graph parameters are initialized in start script. This graph will run.

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

How can the DML for Excel file will be generated ?

  1. Using excel-gendml.ksh located in the $AB_HOME/bin
  2. Using excel_gendml.ksh located in the $AB_HOME/bin
  3. Using gendml.ksh located in the $AB_HOME/bin
  4. All of the above
Question 15 Multiple Choice (Multiple Answers)

Which of the following is/are correct?

  1. Is_blank(“”) -> 1
  2. Is_blank(“???“) ->1
  3. Is_blank(“???“) ->0
  4. Is_blank(“???.???”) -> 0
Question 16 Multiple Choice (Multiple Answers)

Which of the following ab initio functions are used to find NULL values

  1. Is_valid()
  2. Is_null()
  3. Is_blank()
  4. Is_defined()
Question 17 Multiple Choice (Multiple Answers)

which of the following is/are true statements?

  1. string_index("abcdefgh eieio", "e") -> 10
  2. string_index("John Smith", ":") -> 0
  3. string_index(U"abcdefghi", U"def") -> 4
  4. string_index("qwerty", "")->? 1
Question 18 Multiple Choice (Single Answer)

which of the following function will be used to convert the string to a vector?

  1. string_split()
  2. string_lrtrim()
  3. string_concat()
  4. string_substring()
Question 19 Multiple Choice (Multiple Answers)

Which ab initio command will be used to see different versions of objects in an EME?

  1. air object versions <path to a datastore object>
  2. air object versions <Object path in sandbox>
  3. air versions <path to a datastore object>
  4. All of the above