QUESTION #1

Which uAdmin function prints all SQL statements going to DB?

A. uadmin.DBDebug
B. uadmin.DebugDB
C. uadmin.DatabaseDebug
D. uadmin.DebugDatabase


QUESTION #2

Which uAdmin function allows public access to media handler without authentication?

A. uadmin.AccessPublicMedia
B. uadmin.PublicMediaAccess
C. uadmin.AccessMedia
D. uadmin.PublicMedia


QUESTION #3

Which uAdmin function is the timeout of a login cookie in seconds?

A. uadmin.CookieTimeout
B. uadmin.TimeoutCookie
C. uadmin.CookieTimeoutLogin
D. uadmin.TimeoutCookieLogin


QUESTION #4

Which uAdmin function is the list view max number of records?

A. uadmin.PageLength
B. uadmin.PageLimit
C. uadmin.PageList
D. uadmin.PageMax


QUESTION #5

Which uAdmin function is the standard reporting level?

A. uadmin.StandardLevel
B. uadmin.StandardReporting
C. uadmin.ReportingLevel
D. uadmin.LevelReporting


QUESTION #6

What are the different reporting levels?

A. TABULAR, SUMMARY, MATRIX
B. ANALYTICAL, INFORMATIONAL, RESEARCH
C. FORMAL, INFORMAL, PROPOSAL, INTERNAL, PERIODIC, FUNCTIONAL
D. DEBUG, WORKING, INFO, OK, WARNING, ERROR


QUESTION #7

[ OK ] Initializing DB: [12/12]

             ___       __          _
      __  __/   | ____/ /___ ___  (_)___
     / / / / /| |/ __  / __  __ \/ / __ \
    / /_/ / ___ / /_/ / / / / / / / / / /
    \__,_/_/  |_\__,_/_/ /_/ /_/_/_/ /_/
    

Which uAdmin function will match the given statement above?

A. uadmin.StandardLevel = 5
B. uadmin.ReportingLevel = 5
C. uadmin.StandardReporting = 5
D. uadmin.LevelReporting = 5


QUESTION #8

[ OK ] Initializing DB: [9/9]
2019/03/21 10:38:51 [ OK ] Server Started: http://0.0.0.0:8080

             ___       __          _
      __  __/   | ____/ /___ ___  (_)___
     / / / / /| |/ __  / __  __ \/ / __ \
    / /_/ / ___ / /_/ / / / / / / / / / /
    \__,_/_/  |_\__,_/_/ /_/ /_/_/_/ /_/
    

Which uAdmin function will match the given statement above?

A. uadmin.TimeStampReport = true
B. uadmin.TimeStampReport(true)
C. uadmin.ReportTimeStamp = true
D. uadmin.ReportTimeStamp(true)


QUESTION #9

Suppose that you have 8 data inside the model. In every page, it will display 4 data.

Which uAdmin function will match the given statement above and how many pages will it take?

A. uadmin.PageLength = 4
         Total pages: 2


B. uadmin.PageLength = 2
         Total pages: 4


C. uadmin.PageLimit = 4
         Total pages: 2


D. uadmin.PageLimit = 2
         Total pages: 4



QUESTION #10

[2019-03-21 10:50:22] [0.13ms] SELECT count(*) FROM "languages" WHERE "languages"."deleted_at" IS NULL
[0 rows affected or returned ]

Which uAdmin function will match the given statement above?

A. uadmin.DatabaseDebug = true
B. uadmin.DebugDatabase = true
C. uadmin.DBDebug = true
D. uadmin.DebugDB = true


QUESTION #11

type ModelName struct {
        // Your code
}

Which uAdmin function is the standard struct to be embedded in any other struct to make it a model for uAdmin?

A. uadmin.NewModel
B. uadmin.Model
C. uadmin.NewModelArray
D. uadmin.ModelArray


QUESTION #12

The user logins his account in uAdmin application. After 25 seconds, the webpage redirects to the login form because his cookie has expired.

Which uAdmin function will match the given statement above?

A. uadmin.TimeoutCookie = 25
B. uadmin.TimeoutCookieLogin = 25
C. uadmin.CookieTimeout = 25
D. uadmin.CookieTimeoutLogin = 25


QUESTION #13

In your terminal, what command will be used check the version of uAdmin?

A. uadmin version
B. uadmin.Version
C. uadmin-version
D. uadmin(Version)


QUESTION #14

Output: vvr3ba3vnaalw6ziiwwi

Which uAdmin function will match the given statement above?

A. uadmin.GenerateBase32 = 20
B. uadmin.GenerateBase32(20)
C. uadmin.GenerateBase64 = 20
D. uadmin.GenerateBase64(20)


QUESTION #15

Output: 8QnuCccbjCw27CbYlK7GtYZ9AOH5zz

Which uAdmin function will match the given statement above?

A. uadmin.GenerateBase32 = 30
B. uadmin.GenerateBase32(30)
C. uadmin.GenerateBase64 = 30
D. uadmin.GenerateBase64(30)