Mocademy - Quiz 5

Mocademy - Quiz 5

University

7 Qs

quiz-placeholder

Similar activities

W5- 11/04

W5- 11/04

University

10 Qs

Tutorium 12 - Webtech Node Server

Tutorium 12 - Webtech Node Server

University

7 Qs

Quize 2 Mobile Computing 2

Quize 2 Mobile Computing 2

University

5 Qs

photoshop quiz

photoshop quiz

KG - Professional Development

5 Qs

PBM 3

PBM 3

University

10 Qs

FEJS 2 - Next JS quiz

FEJS 2 - Next JS quiz

University

10 Qs

Almacenamiento App_Movil

Almacenamiento App_Movil

University

5 Qs

PEMASANGAN PERISIAN SISTEM WINDOWS 10

PEMASANGAN PERISIAN SISTEM WINDOWS 10

University

10 Qs

Mocademy - Quiz 5

Mocademy - Quiz 5

Assessment

Quiz

Computers

University

Easy

Created by

Phong Thai

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which type of data that Firebase Remote Config does NOT natively support?

String

Number

Boolean

JSON

CSV

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which one is NOT a Firebase Remote Config loading strategy?

Activate on app resume

Activate behind loading screen

Load new values for next startup

Fetch and activate on load

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

A [.....] is a general term to say a method is meant to be called back whenever something happens.

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

In C#, types called delegates represent references to methods with specific signatures. Developers use delegates to implement callback methods, handle events, and perform tasks where executing a method at a later time is necessary. C# offers various delegates, and two commonly used ones are [.....] and Func, both defined in the System namespace.


5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

[.....] introduces the concept of type parameters to .NET and help make it possible to design classes and methods that defer the specification of one or more type parameters until you use the class or method in your code.

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

(Mark all correct answers)

The Singleton design pattern allows objects to

  • Ensure they only have one instance

Provide easy Unit Testing

  • Provide easy access to that instance

Control their instantiation (for example, hiding the constructors of a class)

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Google Analytics collects usage and behavior data for your app. The SDK logs two primary types of information:

  1. 1. [.....]: What is happening in your app, such as user actions, system events, or errors.

  2. 2. User [.....]: Attributes you define to describe segments of your user base, such as language preference or geographic location.