Enterprise Technology Fundamentals
Quiz covering SAP administration transaction codes, EDI standards (ANSI X12), Unix/Linux commands, and data processing concepts for enterprise IT professionals.
Questions
Which Countries use EDI ANSI X12 Standards?
- U.K
- United States
- European Countries
- all
What is the X12 Transaction Set for a Business document called "Purchase Order"?
- 810
- 850
- 855/865
- 832
How many major sets of EDI standards are there?
- 4
- 1
- 6
- 14
Pre-Processing action called "Verify Digital Signature" can be used for EDI documents?
- True
- False
What is the length of the ISA Segment?
- 164
- 105
- 44
- 116
Which data element contains interchange Control number?
- ISA13
- ST06
- GS02
- none
Once specified in the Interchange header,the delimiters are not to be used in a data element value elsewhere in the interchange.
- True
- False
SU53
- Maintain User Profile
- Missing Authorization
- List of Authorization Objects
- Maintain Authorizations
SCC4
- Client Maintenance
- Client Copy
- Client Export
- Clients Log Analysis
SE38
- ABAP Reporting
- ABAP Editor
- ABAP Dictionary Maintenance
- ABAP Function Module
SM37
- Job Analysis
- Transport Management System
- Define Background Job
- Background Job Overview
SU10
- User List
- User Mass Maintenance
- Maintain Authorization
- User Information System
The wc command is NOT used to count the number of
- lines
- files
- words
- characters
The chown command will recursively change the ownership of all files when the ____ option is included
- -c
- -r
- -R
- -m
What is the syntax of the while loop written in a single line?
- while command do list ; done
- while command ; do list
- while command ; do list ; done;
- while command ; do list ; done
You can prevent a background process from terminating, which is the default action, when you sign off or are disconnected, using ________
- &
- nohup
- dot (.)
- slash (/)
________ variables are also referred to as 'name value pairs', because a variable's name and its value can be thought of as a pair
- array
- hash
- scalar
- vector
Which one of the following partitioning / departitioning methods is NOT key-based?
- Partition by Key
- Gather
- Merge
- Partition by Range
Using Multifiles is an example of
- Pipeline parallelism
- File parallelism
- Component parallelism
- Data parallelism
Which partition component writes records to each partition evenly?
- Partition by Percentage
- Partition by Key
- Round-robin Partition
- Partition by Range