Enterprise Technology Fundamentals

Quiz covering SAP administration transaction codes, EDI standards (ANSI X12), Unix/Linux commands, and data processing concepts for enterprise IT professionals.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which Countries use EDI ANSI X12 Standards?

  1. U.K
  2. United States
  3. European Countries
  4. all
Question 2 Multiple Choice (Single Answer)

What is the X12 Transaction Set for a Business document called "Purchase Order"?

  1. 810
  2. 850
  3. 855/865
  4. 832
Question 3 Multiple Choice (Single Answer)

How many major sets of EDI standards are there?

  1. 4
  2. 1
  3. 6
  4. 14
Question 4 True/False

Pre-Processing action called "Verify Digital Signature" can be used for EDI documents?

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

What is the length of the ISA Segment?

  1. 164
  2. 105
  3. 44
  4. 116
Question 6 Multiple Choice (Single Answer)

Which data element contains interchange Control number?

  1. ISA13
  2. ST06
  3. GS02
  4. none
Question 7 True/False

Once specified in the Interchange header,the delimiters are not to be used in a data element value elsewhere in the interchange.

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

SU53

  1. Maintain User Profile
  2. Missing Authorization
  3. List of Authorization Objects
  4. Maintain Authorizations
Question 9 Multiple Choice (Single Answer)

SCC4

  1. Client Maintenance
  2. Client Copy
  3. Client Export
  4. Clients Log Analysis
Question 10 Multiple Choice (Single Answer)

SE38

  1. ABAP Reporting
  2. ABAP Editor
  3. ABAP Dictionary Maintenance
  4. ABAP Function Module
Question 11 Multiple Choice (Single Answer)

SM37

  1. Job Analysis
  2. Transport Management System
  3. Define Background Job
  4. Background Job Overview
Question 12 Multiple Choice (Single Answer)

SU10

  1. User List
  2. User Mass Maintenance
  3. Maintain Authorization
  4. User Information System
Question 13 Multiple Choice (Single Answer)

The wc command is NOT used to count the number of

  1. lines
  2. files
  3. words
  4. characters
Question 14 Multiple Choice (Single Answer)

The chown command will recursively change the ownership of all files when the ____ option is included

  1. -c
  2. -r
  3. -R
  4. -m
Question 15 Multiple Choice (Single Answer)

What is the syntax of the while loop written in a single line?

  1. while command do list ; done
  2. while command ; do list
  3. while command ; do list ; done;
  4. while command ; do list ; done
Question 16 Multiple Choice (Single Answer)

You can prevent a background process from terminating, which is the default action, when you sign off or are disconnected, using ________

  1. &
  2. nohup
  3. dot (.)
  4. slash (/)
Question 17 Multiple Choice (Single Answer)

________ variables are also referred to as 'name value pairs', because a variable's name and its value can be thought of as a pair

  1. array
  2. hash
  3. scalar
  4. vector
Question 18 Multiple Choice (Single Answer)

Which one of the following partitioning / departitioning methods is NOT key-based?

  1. Partition by Key
  2. Gather
  3. Merge
  4. Partition by Range
Question 19 Multiple Choice (Single Answer)

Using Multifiles is an example of

  1. Pipeline parallelism
  2. File parallelism
  3. Component parallelism
  4. Data parallelism
Question 20 Multiple Choice (Single Answer)

Which partition component writes records to each partition evenly?

  1. Partition by Percentage
  2. Partition by Key
  3. Round-robin Partition
  4. Partition by Range