đa ta bây

đa ta bây

University

30 Qs

quiz-placeholder

Similar activities

Alkusz ki mit tud

Alkusz ki mit tud

University

32 Qs

Alkusz kvíz 2023 Karácsony

Alkusz kvíz 2023 Karácsony

University

31 Qs

nhập môn tài chính - tiền tệ (nhóm 4)

nhập môn tài chính - tiền tệ (nhóm 4)

University

25 Qs

Enderman Language

Enderman Language

KG - Professional Development

28 Qs

Recursos Humanos

Recursos Humanos

University

25 Qs

Latihan Soal UKAI UMM

Latihan Soal UKAI UMM

University

26 Qs

Soccer

Soccer

KG - University

27 Qs

Technical Quiz Round - 1

Technical Quiz Round - 1

University

25 Qs

đa ta bây

đa ta bây

Assessment

Quiz

Fun

University

Easy

Created by

Trang Dương Thùy

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1️⃣ What is the primary advantage of using Golang memdb?

A. Persistence on disk

B. Eliminates disk access for faster response

C. Automatic indexing in SQL

D. Built-in transactions across servers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2️⃣ What is a key limitation of memdb?

A. No transaction support

B. Vulnerability to data loss on server crash

C. Very slow for lookups

D. Requires external database driver

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3️⃣ Which use case is not ideal for memdb?

A. Session store

B. Realtime analytics

C. High-traffic spike apps

D. Long-term archival storage

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4️⃣ In memdb schema, StringFieldIndex{Field: "Email"} implies:

A. Sorting by email auto on disk

B. Unique index on Email for lookups

C. Non-unique index for range queries

D. Email will be stored as binary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5️⃣ What does txn.LowerBound("person", "age", 25) return?

A. Objects with age <= 25

B. Objects with age ≥ 25, ordered by age

C. First object with age exactly 25

D. None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6️⃣ Why does memdb use First(table, "id", value)?

A. To update existing records

B. To fetch the first matching object by index

C. To delete the first record

D. To perform full table scan

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7️⃣ How do you insert or update an object in memdb?

A. txn.Update(...)

B. txn.Insert(...)

C. txn.Put(...)

D. txn.Save(...)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?