×

Top 30 Swift Interview Questions for 2024

1) What is Swift?

It is an innovative programming language developed by Apple Inc. It is used for creating applications for iOS and OS X.

2) What are the features of Swift Programming?

Features of Swift Programming are:
  • It eliminates all the classes of unsafe code
  • Variables are initialized before use
  • Integers are checked for overflow
  • Arrays are checked for overflow
  • Memory management is automatic
  • swift has "switch" function Instead of "If" statement

3) What are the types of collection available in Swift?

There are two types of collections available in Swift are:
  • Array (Array of a single type or an array with multiple types)
  • Dictionary(Similar to a Hash table as in other programming language)

4) List out what are the control transfer statements used in Swift?

Control transfer statements used in Swift are:
  • Break
  • Return
  • Continue
  • Fallthrough

5) How to define Constants and Variables in Swift language?

Before Constants and Variables are used they must be declared. Constants declared with "let" keyword and Variables are declared with "var" keyword.

6) What are the types of access control in Swift language?

There are three types of access control in Swift language are:
  • Public
  • Internal
  • Private

7) What are the characteristics of Switch in Swift?

Characteristics of Switch in Swift are:
  • Switch statement must be exhaustive
  • There is no fallthrough in switch statements
  • Supports any kind of data
  • Supports synchronization and also check for equality

8) What are the types of Integer Literals available in Swift language?

There are four types Integer Literals in Swift are:
    • Decimal
Example: decimal Integer = 17
    • Binary (Begin with 0b)
Example: binary Integer=0b10001
    • Octal (Begin with 0o)
Example: octal Integer = 0o21
    • Hexadecimal (Begin with 0x)
Example: hexadecimal Integer=0x11

9) What are the types of Operators available in Swift language?

Types of Operators in Swift are :
  • Misc Operators
  • Range Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Arithmetic Operators
  • Comparison Operators

10) What is ARC in Swift?

ARC is stands for Automatic reference counting. It is used for Memory Management and provides information about the relationships between our code instances. It is also is used to initialize and deinitialize the system resources.

11) Write a basic program in Swift to print "Swift Expert" for OS X playground?

Example:
import Cocoa  

var myString = "Swift Expert"  

println(myString)
Output:
Swift Expert

12) Write a basic program in Swift to print "iOS Playground" for iOS playground?

Example:
import UIKit  

var myString = "iOS Playground"  

println(myString)
Output:
iOS Playground

13) What are the types of decision making statements available in Swift language?

Types of decision making statements in Swift Language are:
    • if statement:
It consists of a Boolean expression followed by one or more statements.
    • if...else statement
    • if...else if...else Statement
    • nested if statements:
Here we can use one if or else if statement inside another if or else if statement.
  • switch statement:
It is used to test a variable for equality against a list of values.

14) What is Initializers in Swift language?

Initializers: It is used to add new initializers to an existing type by extensions. Here, extensions supports only init() and deinit() is not supported by the extensions.

15) What are the Features of "Objective-C" language?

Features of "Objective-C" language :
  • Variables are declared as NSString and constant as int
  • Here, the code ends with semi-colon
  • Here we need to choose between NSMutableString and NSString for string to be modified
  • addObject() method of NSMutable array is used to append a new item to an array

16) Who is the developer of Swift programming language?

Chris Lattner is the developer of Swift programming language.

17) What is import in Swift?

Import: We can use the import statement to import any Objective-C framework, libraries and APIs directly into your Swift program.

18) What are the types of built-in data types available in Swift?

The types of built-in data types available in Swift are:
  • Int or UInt
  • Float
  • Double
  • Bool
  • String
  • Character
  • Optional

19) What is the syntax to declare the typealias in Swift?

The syntax to declare the typealias is:
typealias newname = type

20) What is the syntax to declare variables in Swift?

The syntax to declare variables in Swift:
var variableName = <initial value>

21) What are the two values of optional in Swift programming language?

The two values of optional are:
  • None
  • Some(T)

22) What is the syntax to declare optional Integer in Swift?

The syntax to declare optional Integer is:
  1. var perhapsInt: Int?

23) What is the syntax to declare Constants in Swift?

The syntax to declare Constants is:
let constantName = <initial value>

24) What is String literal in Swift?

String literal: It is a sequence of characters surrounded by double quotes. It cannot contain an unescaped double quote ("), an unescaped backslash (\), a line feed, or a carriage return.

25) What is the use of fallthrough statement in Swift?

fallthrough statement: This statement is used to simulate the behavior of swift switch to C-style switch.

26) Which literal is used to create an empty string in Swift?

Empty String literal is used to create an empty string in Swift.

27) Which Boolean property is used to check whether a string is empty or not?

isEmpty Boolean property is used to check whether a string is empty or not.

28) What is the use of hasPrefix(prefix: String) function in Swift?

hasPrefix(prefix: String) function: This String function is used to check whether a given parameter string exists as a prefix of the string or not.

29) What is utf8 in Swift?

utf8 is a property of String that is used to return a UTF-8 representation of a string.

30) What is the use of enumerate() function in Swift array?

enumerate() function: This function is used to return the index of an item along with its value.

Related Topics

Top 15 PouchDB Interview Questions for 2024

1) What is PouchDB? PouchDB is an in-browser database that allows applications to save data. It is an open source database. It runs in Node.js. 2) In which language PouchDB was written? PouchDB was written in JavaScript language. 3)...

2 minutes read.

Polymer.js Interview Questions

1) What is Polymer.js? Polymer.js is an open source JavaScript library. It is developed by Google. It is used to develop web applications for using of web components like HTML. 2) Describe...

3 minutes read.

Top 15 Euphoria Interview Questions for 2024

1) What is Euphoria? Euphoria is a programming language. It is open source, powerful and easy to learn. It stands for End-User Programming with Hierarchical Objects for Robust Interpreted Applications 2) Who...

2 minutes read.

Top 30 Core Java Interview Questions for 2024

1. What is the difference between HashMap and Hashtable in Java? Ans. S.No. HashMap Hashtable 1. ...

6 minutes read.

W3.CSS Interview Questions

1) What is W3.CSS? W3.CSS stands for Cascading Style Sheet. It is developed by w3schools.com. It is used to create faster, beautiful and responsive websites. 2) What are the features of W3.CSS? W3.CSS...

3 minutes read.

Top 15 Apache Tapestry Interview Questions for 2024

1) What is Apache Tapestry? It is an open source web framework written in Java and can work under any application server. It is easily integrate with back ends like Hibernate...

2 minutes read.

Top 15 Pure CSS Interview Questions for 2024

1) What is Pure CSS? Pure is a CSS (Cascading Style Sheet) framework. It is a collection of small set of responsive CSS modules. We can integrate it to any web...

5 minutes read.

Top 30 Fortran Interview Questions for 2024

1) What is Fortran? Fortran is general purpose, high-level programming language which is used for numeric and scientific computing. 2) What are the features of Fortran programming language? Features of Fortran language are: ...

4 minutes read.

Top 31 CakePHP Interview Questions for 2024

1) What is CakePHP? CakePHP is an open-source PHP framework. It is used to develop dynamic web applications. It helps to developers to work in a structured manner. 2) When cakePHP was...

5 minutes read.

Top 15 SVG Interview Questions for 2024

1) What is SVG? SVG stands for Scalable Vector Graphics, It is XML based format used to draw dimentional vector images. It is a W3C standard. SVG supports all image formats. 2) What are...

2 minutes read.

Top 31 Dart Programming Interview Questions for 2024

1) What is Dart? Dart is an application programming language. It is used to build web, server and mobile applications. 2) Who is the developer of Dart? Google is the developer of Dart. 3)...

6 minutes read.

Backbone.js Interview Questions

1) What is Backbone.js? Backbone.js is a JavaScript framework or library. It is a client-side framework which helps in creating single page application in organized manner i.e. structured layout. 2) Backbone.js is...

4 minutes read.

Top 28 LISP Interview Questions for 2024

1) What is LISP? LISP is the high-level programming language after Fortran. LISP is stands for List Processing. This programming language was invented by John McCarthy in 1958 at the Massachusetts Institute of...

3 minutes read.

PhoneGap Interview Questions 2024

Top 50 Phonegap Interview Questions with their Answers Once you have acquired practical knowledge of the PhoneGap technology, you will now be able to search for a job as a mobile...

9 minutes read.

Top 25 MySQL Interview Questions for 2024

1) What is MySQL? MySql is defined as multi-user DBMS which is built and distributed my MySQLab now acquired by Oracle Co. 2) Enlist the features of MySQL. Cross-Platform Support Wide range...

3 minutes read.

Top 15 Cordova Interview Questions for 2024

Top 20 Cordova Interview Questions and Answers for Freshers 1) What is Cordova? Cordova is a mobile application development framework. Cordova allows building mobile application using HTML5, CSS3, and JavaScript. Cordova is...

3 minutes read.

Top 15 Java Collections Interview Questions for 2024

1) What is Collections in Java? It is a framework which is used to store and manipulate the group of objects. 2) What are the commonly used methods of Collection interface in...

2 minutes read.

Top 30 AngularJS Interview Questions and Answers for 2024

Most Frequently asked AngularJS Interview Questions and Answers for Fresher 1) Describe Angular JS ? It is a powerful framework of JavaScript. AngularJS is used to design Rich Internet Application. This framework...

5 minutes read.

Top 15 Java JDBC Interview Questions for 2024

1) What are the types of JDBC Drivers in Java? JDBC Drivers are of four types are: JDBC-ODBC bridge driver Native-API driver Network Protocol driver Thin driver 2) What are the five...

4 minutes read.

SSIS Interview Questions and Answers

Q.1 What is SSIS? SQL Server Integration Service (SSIS) is a component of Microsoft SQL Server. It is a powerful ETL tool that is used for building enterprise-level data transformation and...

5 minutes read.