Mocademy - Quiz 5

Mocademy - Quiz 5

University

7 Qs

quiz-placeholder

Similar activities

ESP32 y Firebase en Sistemas Embebidos

ESP32 y Firebase en Sistemas Embebidos

University

10 Qs

Google Tech

Google Tech

University

8 Qs

Quiz CodeIgniter 4

Quiz CodeIgniter 4

University

10 Qs

Firebase - Realtime Database

Firebase - Realtime Database

University

10 Qs

Firebase

Firebase

University

10 Qs

Lesson 7: Background tasks

Lesson 7: Background tasks

University

11 Qs

Controller dan Route

Controller dan Route

University

6 Qs

VVCE_GCP_1

VVCE_GCP_1

12th Grade - University

7 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.