Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

Swift Pertanyaan dan Jawaban Wawancara

Test your skills through the online practice test: Swift Quiz Online Practice Test

Ques 1. What is the purpose of the 'NSCoding' protocol in Swift?

The 'NSCoding' protocol is used for encoding and decoding objects, typically for archiving and unarchiving data in iOS and macOS apps.

Apakah ini membantu? Add Comment View Comments
 

Ques 2. Explain the concept of key paths in Swift.

Key paths provide a way to reference properties in a type-safe manner. They are used in KVO, functional programming, and the 'Codable' protocol.

Apakah ini membantu? Add Comment View Comments
 

Ques 3. How does Swift handle memory leaks, and what are some common causes?

Swift uses Automatic Reference Counting (ARC) to manage memory, but memory leaks can still occur if strong reference cycles are created. Common causes include strong reference cycles between objects.

Apakah ini membantu? Add Comment View Comments
 

Ques 4. What are Swift access control levels, and how are they used?

Swift has five access control levels: 'open', 'public', 'internal', 'fileprivate', and 'private'. They control the visibility of classes, methods, and properties.

Apakah ini membantu? Add Comment View Comments
 

Ques 5. What is Swift?

Swift is a programming language developed by Apple for iOS, macOS, watchOS, tvOS, and Linux applications.

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.