UiPath AI Specialist v1 — Question 108
Which of the following is true when creating an ML Package in UiPath AI Center?
Answer options
- A. The package name cannot use any Python reserved keywords
- B. The package name cannot exceed 10 characters in length
- C. The package name cannot contain any spaces or hyphens
- D. The package name cannot include any special characters such as “@”, “S”, or “#”
Correct answer: D
Explanation
The correct answer is D because special characters such as “@”, “S”, or “#” can cause issues in package naming conventions. Options A, B, and C are incorrect because while Python reserved keywords must be avoided, there are no specific length limitations or prohibitions against spaces or hyphens in package names.