Skip to content

Swift playgrounds with questions to help prepare for an iOS technical interview

Notifications You must be signed in to change notification settings

armandobelardo/InterviewPrep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Prep

A collection of Swift questions and challenges to help prepare for a Swift / iOS technical interview

The Format:

Our Question Pages Begin with the Topics to be Covered

  • From Arrays to Strings
  • To running times and more

Our Questions Will Come Next

Each question is accompanied by a short description of the problem

An Example too, if the problem needs one:

someFunc() // written in as a block of code
And an inline solution or hint if the problem calls for one:
// a code block here makes the most sense too
fooFunc(int: coolParams)

Questions

Topics Covered Questions
Arrays, etc. The Basics
Classes, Structs, etc. Object Orientation
Substrings, Typealias, etc. Type Basics
String, Int, Array Manipulation Type Manipulation
Dictionaries, etc. Data Structure Deep Dive
Array, and Custom Data Structures Array Deep Dive
Extensions, Zip, Arrays, etc. Intro to Extensions

About

Swift playgrounds with questions to help prepare for an iOS technical interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%