1. What is Exported identifier ? Junior A. a name beginning with an uppercase letter, making it visible to code in other packages B. a versioned collection of packages defined by a go.mod file that records the import path and dependencies C. the command that compiles and runs functions prefixed with Test in files ending _test.go D. an import with an underscore name used solely to trigger a package's side effects without referencing it Reveal the answer + AI explanation — free account
2. Which term means: "a name beginning with an uppercase letter, making it visible to code in other packages"? Junior A. Blank import B. Exported identifier C. go test D. Go module Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Exported identifier — a versioned collection of packages defined by a go.mod file that records the import path and dependencies B. Exported identifier — a parameterless, non-callable setup routine that runs automatically once when its package is first loaded C. Exported identifier — a name beginning with an uppercase letter, making it visible to code in other packages D. Exported identifier — the command that compiles and runs functions prefixed with Test in files ending _test.go Reveal the answer + AI explanation — free account
4. What is Go module ? Junior A. a versioned collection of packages defined by a go.mod file that records the import path and dependencies B. a parameterless, non-callable setup routine that runs automatically once when its package is first loaded C. a name beginning with an uppercase letter, making it visible to code in other packages D. an import with an underscore name used solely to trigger a package's side effects without referencing it Reveal the answer + AI explanation — free account
5. Which term means: "a versioned collection of packages defined by a go.mod file that records the import path and dependencies"? Junior A. Blank import B. init function C. go test D. Go module Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. Go module — a versioned collection of packages defined by a go.mod file that records the import path and dependencies B. Go module — a name beginning with an uppercase letter, making it visible to code in other packages C. Go module — an import with an underscore name used solely to trigger a package's side effects without referencing it D. Go module — a parameterless, non-callable setup routine that runs automatically once when its package is first loaded Reveal the answer + AI explanation — free account
7. What is init function ? Mid A. a parameterless, non-callable setup routine that runs automatically once when its package is first loaded B. a versioned collection of packages defined by a go.mod file that records the import path and dependencies C. a name beginning with an uppercase letter, making it visible to code in other packages D. an import with an underscore name used solely to trigger a package's side effects without referencing it Reveal the answer + AI explanation — free account
8. Which term means: "a parameterless, non-callable setup routine that runs automatically once when its package is first loaded"? Mid A. init function B. Exported identifier C. Go module D. Blank import Reveal the answer + AI explanation — free account
9. Which statement is correct? Mid A. init function — an import with an underscore name used solely to trigger a package's side effects without referencing it B. init function — a parameterless, non-callable setup routine that runs automatically once when its package is first loaded C. init function — a name beginning with an uppercase letter, making it visible to code in other packages D. init function — the command that compiles and runs functions prefixed with Test in files ending _test.go Reveal the answer + AI explanation — free account
10. What is go test ? Junior A. a parameterless, non-callable setup routine that runs automatically once when its package is first loaded B. a versioned collection of packages defined by a go.mod file that records the import path and dependencies C. the command that compiles and runs functions prefixed with Test in files ending _test.go D. a name beginning with an uppercase letter, making it visible to code in other packages Reveal the answer + AI explanation — free account
11. Which term means: "the command that compiles and runs functions prefixed with Test in files ending _test.go"? Junior A. Exported identifier B. go test C. Go module D. init function Reveal the answer + AI explanation — free account
12. Which statement is correct? Junior A. go test — a name beginning with an uppercase letter, making it visible to code in other packages B. go test — the command that compiles and runs functions prefixed with Test in files ending _test.go C. go test — a versioned collection of packages defined by a go.mod file that records the import path and dependencies D. go test — a parameterless, non-callable setup routine that runs automatically once when its package is first loaded Reveal the answer + AI explanation — free account
13. What is Blank import ? Mid A. an import with an underscore name used solely to trigger a package's side effects without referencing it B. a name beginning with an uppercase letter, making it visible to code in other packages C. the command that compiles and runs functions prefixed with Test in files ending _test.go D. a parameterless, non-callable setup routine that runs automatically once when its package is first loaded Reveal the answer + AI explanation — free account
14. Which term means: "an import with an underscore name used solely to trigger a package's side effects without referencing it"? Mid A. Go module B. go test C. Exported identifier D. Blank import Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. Blank import — a parameterless, non-callable setup routine that runs automatically once when its package is first loaded B. Blank import — a versioned collection of packages defined by a go.mod file that records the import path and dependencies C. Blank import — the command that compiles and runs functions prefixed with Test in files ending _test.go D. Blank import — an import with an underscore name used solely to trigger a package's side effects without referencing it Reveal the answer + AI explanation — free account