IT Essentials  Chapter 14

IT Essentials Chapter 14

Professional Development

18 Qs

quiz-placeholder

Similar activities

RIO 2019

RIO 2019

Professional Development

15 Qs

Customer Service

Customer Service

Professional Development

15 Qs

Onboarding day 3/Updated

Onboarding day 3/Updated

Professional Development

15 Qs

Connectel Training Day 2

Connectel Training Day 2

Professional Development

15 Qs

Show & Tell A70

Show & Tell A70

Professional Development

20 Qs

Enhancing Customer Interactions - GREAT QUIZ

Enhancing Customer Interactions - GREAT QUIZ

Professional Development

20 Qs

Device Upgrades

Device Upgrades

Professional Development

20 Qs

VED LAST DAY!

VED LAST DAY!

Professional Development

17 Qs

IT Essentials  Chapter 14

IT Essentials Chapter 14

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

bob bob

Used 3+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is considered ethical behavior by a technician when communicating with a customer?

  • It is normal to send chain emails to customers.

  • A technician can send mass emails to customers.

  • A technician can send forged emails to customers.

A technician must only send solicited emails

Answer explanation

Unsolicited, chain and forged emails are unethical, and maybe illegal, and must not be sent by a technician to a customer.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer uses an operator to compare two variable values within a program. The variable A is assigned a value of 5 and the valuable B is assigned a value of 7. Which condition test syntax would have provided the result of “true”?

  • A >= B

  • A == B

  • A > B

A != B

Answer explanation

==  represents equal
!=   represents not equal
<    represents less than
>    represents greater than
<=  represents less than or equal to
>=  represents greater than or equal to

Because 5 is not equal to 7, the resulting output is “true”.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer is building a script in order to calculate the corporate bank account balance within two decimal places. Which data type would be used in the script to represent the balance?

  • char

  • float

  • Bool

int

Answer explanation

The basic data types used in a script include:

  • int that represents integers

  • char that represents characters

  • float that represents decimal numbers

  • strings that represents alphanumeric characters

  • Bool that represents true or false

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What two roles or tasks are associated with the level one technician? (Choose two.)

  • gathering customer information to initiate a work order

  • gathering diagnostic information from a customer computer

  • escalating a trouble ticket to a level two technician

  • receiving escalated work orders from level two technicians

remotely updating customer drivers and software

Answer explanation

A level one technician is primarily tasked with gathering pertinent information from the customer and then accurately entering that information into a trouble ticket or a work order. Sometimes the level one technician must escalate the problem to a level two technician if the problem requires a higher level of expertise.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What action should a technician avoid when dealing with a talkative customer?

  • giving the customer a full minute to talk

  • asking closed-ended questions to regain control of the conversation

  • stepping in and attempting to refocus the customer

asking social questions such as “How are you today?"

Answer explanation

When dealing with a talkative customer, the technician should not encourage non-problem related conversation. Instead, the technician should try to get the customer to refocus on the problem.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language utilizes scripts that are interpreted and executed line by line when the script is run?

  • C#

  • Java

  • PowerShell

C++

Answer explanation

Scripting languages are different than compiled languages because each line is interpreted and then executed when the script is run. Scripting languages include Windows batch files, PowerShell, Linux shell script, VBScript, JavaScript, and Python.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement best describes a call center?

  • It is a help desk environment where the customers go with their computers to have them fixed.

  • It is a busy, fast-paced work environment that documents computer problems after they have been repaired by technicians.

  • It is a place to provide computer support to customers.

It is a help desk used by customers to make an appointment to report their computer problems.

Answer explanation

A call center might exist within a company and offer service to the employees of that company as well as to the customers of that company. Alternatively, a call center might be an independent business that sells computer support as a service to outside customers. In either case, a call center is a busy, fast-paced work environment, often operating 24 hours a day.

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?