Kotlin history
Programming
Kotlin swagg!
Get to know Google crew
Get to know Ama
100

Who is the creator of Kotlin?

JetBrains. Kotlin was created by JetBrains, a company renowned for creating development tools for professionals.

100

Which of following is used to handle null exceptions in Kotlin?

  • Range
  •  Sealed Class
  •  Elvis Operator
  •  Lambda function


Elvis Operator is used to handle null exceptions in Kotlin.

100

 Which keyword do you use to define a function in Kotlin?

fun

100

Where is Victoria located 

Germany 

100

When is Ama Birthday 

Januray 1st 

200

Which open source license is Kotlin released under?

Apache License 2.0 (Apache 2.0). JetBrains is open sourced Kotlin under Apache 2 License. You can edit and distribute all development code and tools related to Kotlin as you please, without renaming it as your own intellectual property.

200

How do you get the length of a string in Kotlin?

str.length is used to get the length of a string in Kotlin

200

What does this code do?

foo()()

Calls a function that is returned by a function foo()

200

What school does Armani attend?

Florida A&M University 

200

What's Ama Major and minor 

Computer science minor philosphy 

300

 Does Kotlin work only for Java?

 No. After starting out with Java & Android, Kotlin has already expanded to JavaScript. They are currently working on Native, which compiles to native code directly without the use of any virtual machines.

300

What is the following extension methods are used in Kotlin?

  • Read texts () & Headlines ()
  •  Buffer reader ()
  •  Read each line ()
300

What does this code do?

bar {

System.out.println("Hello, world!")

}

Passes lambda function that prints “Hello, world!” as an argument into function bar()

300

Where is Javid from?

St Marteen

300

Where did Ama do her internship this summer and what location 

VMWare, remote (suppose to be in Atlanta 

400

When did Kotlin release 

2010

400

Which of the following is not the basic data types in Kotlin?

Lists

400

 What is the entry point for a Kotlin application?

fun main(){}

400

Where did Caren volnter for once ?

Microsoft Teals Program 

400

How many sibblings does Ama have 

4 sibling 

500

Which of these is true for Kotlin variables?
a) val corresponds to final variable in Java.
b) var cannot be changed.
c) val can be changed.
d) All variables are immutable by default.

a) val corresponds to final variable in Java. Both val and var are used to create variables in Kotlin. However, using val makes a variable immutable, i.e. you cannot change its value once initialized. This corresponds to final variable in Java.

500

 Can we execute Kotlin Code Without Jvm?

Yes 

500

You are writing a console app in Kotlin that processes test entered by the user. If the user enters an empty string, the program exits. Which kind of loop would work best for this app? Keep in mind that the loop is entered at least once

a do..while loop

500

Where is Frank from 

New York/New Jersery 

500

Where is Ama orginally from 

Ghana