Questions
Pick out the components which can be used to count the no of records in a flat file
- Compute checksum
- Rollup
- Redefine format
- All of the above
Which of the following command is set to include the DML code implicitly into all the components in project?
- AB_INCUDE_FILES
- AB_DEFS_DML_FILES
- AB_DML_DEFS_FILES
- ALL of the above
“No space left on device” - error message is displayed when
- Unavailabilty of Space in the Ab initio ETL server
- Required multi file directories are not created
- System limits are not set correctly
- All of the above
Which of the following gives better performance improvement technique?
- Input serial file -> partition by key ->sort-> reformat->multifile
- Input serial file -> sort -> partition by key ->reformat -> multifile
- Input serial file -> sort -> reformat-> partition by key -> multifile
- None of the above
Number of records in a file can be counted using rollup component with key parameter as
- All fields in the record
- NULL
- {}
- By selecting unique field.
Cascading of filter by expressions can be removed by using the following component
- Partition by key
- Partition by expression
- Partition by range
- None of the Above
Pick out the different types of parallelisms in ab initio
- Pipeline parallelism
- Data Parallelism
- Component parallelism
- Program parallelism
More efficient and faster way of eliminating duplicates if there is enough memory
- Inmemory scan
- Sort and dedup
- Rollup
- All of the above
Join component runs with inmemory option will have the output sorted on the Join key
- True
- False
pick out the correct abinitio performance improvement techniques
- Use a REFORMAT component with more than one output port, rather than a REPLICATE followed by other reformats, filter.
- Use concatenates rather than gather even if the order od records does not matter.
- Use lookup file rather than joining two files, if one of the file is small enough to fit into memory
- All of the above
Data from tables can be unloaded parallel using
- ABLOCAL() function
- AB_LOCAL()function
- AB-LOCAL() function
- AB_UNLOAD() function.
The type of information that WAS reads form configuration
- Global configuration information
- Protocol configuration information for both HTTP and non-HTTP protocols
- Application pool configuration, such as the process account information
- All of the above
Application pools separate applications by process boundaries to prevent an application from affecting another application on the server
- True
- False
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.
- URL Rewrite
- RequestFilteringModule
- UrlAuthorizationModule
- IpRestrictionModule
The command to package IIS 7 web site
- msdeploy.exe -verb:sync -source:apphostconfig="Default Web Site" -dest:package=c:\DefaultWebSite.zip
- msdeploy.exe -verb:sync -source:package=c:\dws.zip -dest:apphostconfig="Default Web Site"
- msdeploy.exe -verb:sync -source:metakey=lm/w3svc/1 -dest:package=c:\DefaultWebSite.Zip
- msdeploy.exe -verb:sync -source:package=c:\DefaultWebSite.Zip -dest:metakey=lm/w3svc/1
Https.sys provides
- Kernel-mode caching
- Kernel-mode request queuing
- Request pre-processing
- All of the above
The command to recycle application pool ?
- appcmd recycle apppool /apppool.name:<application pool name>
- appcmd recycle apppool
- appcmd recycle apppool :<application pool name>
- appcmd recycle apppool /apppool:<application pool name>
Why do you need IIS remote debugging ?
- Development server does not have IIS installed
- Development server and Build/Released/Hosting Server is different
- Multiple user want to debug simultaneously
- All of the above
Default location of IIS 7 Log files ?
- C:\WINDOWS\system32\LogFiles\W3SVC1
- C:\WINDOWS\LogFiles\W3SVC1
- C:\inetpub\LogFiles\W3SVC1
- C:\inetpub\wwwroot\LogFiles\W3SVC1
Command to open IIS 7 UI ?
- Inetmgr
- IISUI
- IISAdmin
- inetmgradmin