technology Online Quiz - 1659

technology Online Quiz - 1659

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Pick out the components which can be used to count the no of records in a flat file

  1. Compute checksum
  2. Rollup
  3. Redefine format
  4. All of the above
Question 2 Multiple Choice (Single Answer)

Which of the following command is set to include the DML code implicitly into all the components in project?

  1. AB_INCUDE_FILES
  2. AB_DEFS_DML_FILES
  3. AB_DML_DEFS_FILES
  4. ALL of the above
Question 3 Multiple Choice (Single Answer)

“No space left on device” - error message is displayed when

  1. Unavailabilty of Space in the Ab initio ETL server
  2. Required multi file directories are not created
  3. System limits are not set correctly
  4. All of the above
Question 4 Multiple Choice (Single Answer)

Which of the following gives better performance improvement technique?

  1. Input serial file -> partition by key ->sort-> reformat->multifile
  2. Input serial file -> sort -> partition by key ->reformat -> multifile
  3. Input serial file -> sort -> reformat-> partition by key -> multifile
  4. None of the above
Question 5 Multiple Choice (Single Answer)

Number of records in a file can be counted using rollup component with key parameter as

  1. All fields in the record
  2. NULL
  3. {}
  4. By selecting unique field.
Question 6 Multiple Choice (Single Answer)

Cascading of filter by expressions can be removed by using the following component

  1. Partition by key
  2. Partition by expression
  3. Partition by range
  4. None of the Above
Question 7 Multiple Choice (Multiple Answers)

Pick out the different types of parallelisms in ab initio

  1. Pipeline parallelism
  2. Data Parallelism
  3. Component parallelism
  4. Program parallelism
Question 8 Multiple Choice (Single Answer)

More efficient and faster way of eliminating duplicates if there is enough memory

  1. Inmemory scan
  2. Sort and dedup
  3. Rollup
  4. All of the above
Question 9 True/False

Join component runs with inmemory option will have the output sorted on the Join key

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

pick out the correct abinitio performance improvement techniques

  1. Use a REFORMAT component with more than one output port, rather than a REPLICATE followed by other reformats, filter.
  2. Use concatenates rather than gather even if the order od records does not matter.
  3. Use lookup file rather than joining two files, if one of the file is small enough to fit into memory
  4. All of the above
Question 11 Multiple Choice (Single Answer)

Data from tables can be unloaded parallel using

  1. ABLOCAL() function
  2. AB_LOCAL()function
  3. AB-LOCAL() function
  4. AB_UNLOAD() function.
Question 12 Multiple Choice (Single Answer)

The type of information that WAS reads form configuration

  1. Global configuration information
  2. Protocol configuration information for both HTTP and non-HTTP protocols
  3. Application pool configuration, such as the process account information
  4. All of the above
Question 13 True/False

Application pools separate applications by process boundaries to prevent an application from affecting another application on the server

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

Which module in IIS 7 enables IIS administrators to create powerful customized rules to map request URLs to friendly URLs that are easier for users to remember and easier for search engines to find.

  1. URL Rewrite
  2. RequestFilteringModule
  3. UrlAuthorizationModule
  4. IpRestrictionModule
Question 15 Multiple Choice (Single Answer)

The command to package IIS 7 web site

  1. msdeploy.exe -verb:sync -source:apphostconfig="Default Web Site" -dest:package=c:\DefaultWebSite.zip
  2. msdeploy.exe -verb:sync -source:package=c:\dws.zip -dest:apphostconfig="Default Web Site"
  3. msdeploy.exe -verb:sync -source:metakey=lm/w3svc/1 -dest:package=c:\DefaultWebSite.Zip
  4. msdeploy.exe -verb:sync -source:package=c:\DefaultWebSite.Zip -dest:metakey=lm/w3svc/1
Question 16 Multiple Choice (Single Answer)

Https.sys provides

  1. Kernel-mode caching
  2. Kernel-mode request queuing
  3. Request pre-processing
  4. All of the above
Question 17 Multiple Choice (Single Answer)

The command to recycle application pool ?

  1. appcmd recycle apppool /apppool.name:<application pool name>
  2. appcmd recycle apppool
  3. appcmd recycle apppool :<application pool name>
  4. appcmd recycle apppool /apppool:<application pool name>
Question 18 Multiple Choice (Single Answer)

Why do you need IIS remote debugging ?

  1. Development server does not have IIS installed
  2. Development server and Build/Released/Hosting Server is different
  3. Multiple user want to debug simultaneously
  4. All of the above
Question 19 Multiple Choice (Single Answer)

Default location of IIS 7 Log files ?

  1. C:\WINDOWS\system32\LogFiles\W3SVC1
  2. C:\WINDOWS\LogFiles\W3SVC1
  3. C:\inetpub\LogFiles\W3SVC1
  4. C:\inetpub\wwwroot\LogFiles\W3SVC1
Question 20 Multiple Choice (Single Answer)

Command to open IIS 7 UI ?

  1. Inetmgr
  2. IISUI
  3. IISAdmin
  4. inetmgradmin