Apple App-Development-with-Swift-Certified-User Exam Overview:
| Certification Vendor: | Apple |
| Exam Name: | App Development with Swift Certified User Exam |
| Exam Number: | App Development with Swift Certified User |
| Related Certifications: | App Development with Swift Certified User App Development with Swift Associate |
| Exam Price: | $182.00 |
| Exam Format: | Multiple Choice, Performance-based |
| Certificate Validity Period: | 3 years |
| Passing Score: | 700/1000 |
| Real Exam Qty: | 40 |
| Exam Duration: | 50 minutes |
| Available Languages: | English |
| Sample Questions: | Apple App-Development-with-Swift-Certified-User Sample Questions |
| Exam Way: | Online proctored (Certiport) via Zoom with camera on; can be taken from Mac or PC |
| Pre Condition: | No formal prerequisites; recommended 150+ hours of instructional time and completion of Develop in Swift Fundamentals course |
| Official Syllabus URL: | https://certiport.pearsonvue.com/Educator-resources/Exam-details/Objective-domains/App-Development-with-Swift-Objective-Domain-Crossw.pdf |
Apple App-Development-with-Swift-Certified-User Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| View Building with SwiftUI | - Position and/or layout a single SwiftUI View with standard Views and modifiers - Create multiple Views to implement app logic - Extract Subviews to simplify the structure of an overlarge View - Create a multi-view app with navigation Stacks, Links, and/or Sheets - Use @State, @Binding, @Environment, and/or Observable to share data between Views - Use List Views to iterate through collections |
| Swift Programming Language | - Demonstrate the use of Optional types
- Know how and when to apply control flow and loops
|
| Xcode Developer Tools | - Identify and use the features of the Xcode interface
|
Apple App Development with Swift Certified User Sample Questions:
1. Which code correctly creates a size 300 rectangular Image View with rounded corners that displays the entire image, regardless of size?
A)
B)
C)
D) 
2. You have a set of Views within a ZStack that produce the screen below:
Arrange the lines of code that will make up the ZSlack so that the View appears as shown.
3. 
Which two assignments of a value to direction are allowed? (Choose 2.)
A) direction = CompassPoint.north
B) direction = direction.north
C) direction = CompassPoint(north)
D) direction = .north
E) direction = north
4. You need to create a Watchpoint in Xcode. In which order should you complete the actions? Move all the actions to the answer area and place them in the correct order.
5. Review the code.
var capitalCities = [ " USA " : " Washington D.C. " , " Spain " : " Madrid " , " Peru " : " Lima " ] Which two statements add the capital city of " Italy " to the dictionary? (Choose 2.)
A) capitalCities = capitalCities + [ " Italy " : " Rome " ]
B) capitalCities.updateValue( " Rome " , forKey: " Italy " )
C) capitalCities[ " Italy " ] = " Rome "
D) capitalCities[ " Rome " ] = " Italy "
E) capitalCities.append([ " Italy " : " Rome " ])
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: Only visible for members | Question # 3 Answer: A,D | Question # 4 Answer: Only visible for members | Question # 5 Answer: B,C |

We're so confident of our products that we provide no hassle product exchange.


By Lydia


