1.

In Go, which of the following built-in operators are mainly populated:

 

  1. Conditional operators

  2. Increment or decrement operators

  3. Arithmetic operators

  4. Bitwise operators


  5.  
2.
Which of the following text editors is used in Go?
3.
In Go, which of the following are the main interfaces for the I/O package?
4.

In Go, which of the following statements about mutexes is correct:

 

  1. It is used to lock a section of the code into a single thread at a time.

  2. It is used to protect shared resources from non-atomic operations.


  3.  
5.
Go cloud stacks maps to enable garbage collection in __________________ languages.
6.

In Go, which of the following statements about the cloud-specific setup code is correct?
7.
Which of the following syntaxes is correct for the for loop in Go?
8.
In Go, which of the following functions is used to read from a string to make the buffer more efficient?
9.
In Go, which of the following identifiers are not used as a constant or as names of variables?
10.
Which of the following tools is used to automatically format the source code of a Go program?