Excel
Vicidial
Networking
Software Development
Linux
100

How can you select all of the connected data in a spreadsheet?  

EX. if they are seperated by a blank column this command will only select the side selected

CTRL+A

100

Very Common Issue:  Rep cannot hear and there is no issues with the headset

Dial74 or Dial23 Https Error that needs to be revalidated

100

How can I find my ip address on a windows machine?

Settings.

Bonus points for cmd + ipconfig

100

What command can help install libraries for Python

Pip install

100

What does the command pwd do

Prints Working Directory

Ex. /root/scripts/textline/logs

200

How do you fix the row width to something acceptable?

3 answers, more points for better answers

3. Manual drag

2. Double click column divide to auto resize +100

1. CTRL + A, Format, Auto-Fit Column Width +200

200

Common Issue: Did the rank reset run? I just set Ken Houck to an 8 and everyone else's ranks are messed up.  What Happened?

Carlo's didn't close his tab for the inbound group last night and the rank values are still there for yesterday.  He changes ken, and all current values are reverted to that times values + ken change

200

Which devices ips change in here and which don't?

All stations use DHCP.  All servers and printers have reserved ips


200

What library would you use to use apis in python?

requests

200

What command takes the data from a file and puts it in the command line console.  Like a print?

Cat MEOW

300

When importing a csv or txt file to excel, what step can you do before importing to change the formatting of the data?

Transform.  This is done with the migration process

300

When using the vicidial API what should you put in the "source=" parameter?

The name of your script or function you are doing on the dialer

300

What can you do if a rep's computer cannot authenticate with your domain credentials

Authenticate with localadmin and use powershell to Reset-MachinePassword or Repair connection.

Or authenticate with localadmin and unjoin and rejoin to domain with 2 restarts
300

What is a tool used to automate the timing and schedule of our scripts?

crontab or cronjobs

300

Where do passwords and keys go before they are deployed in scripts to production?

Doppler

400

Difference between .csv file and .xlsx file?

csv is just data seperated by commas and newlines. Sometimes wrapped in quotes

xlsx supports formatting and datatyping and must be opened with excel or spreadsheet applications

400

Where can I find all of the sales numbers used for outbound dialing?

Inbound -> Show DIDs

400

How do we use our firewall do block reps from getting to certain sites?

URL filter

400

What helps us deploy our code to a development server as soon as it is commited?

Github actions.

What is the yml file used for

Local git runner installed on server we deploy containers on

400

What does grep do?

Grabs all lines with your search term and outputs them, must take file or text as input

500

How an you count the number of rows with the state AL in the row?

=COUNTIF(L:L,"AL")

500

Carlos called, its memorial day he said did we remember to turn off the dialer.  How do we do that?

Go to admin->call times.  Click dsi for sales and set todays values to 2400 and check other departments times too

500

What is trace route or the PingPlotter App used for?

Trace route and pingplotter are used to find the number of hops until our destination and determine the time and the amount of packet loss at each stop.

Used when latency is being experienced by reps to determine how bad our latency is and which machine in the hops it is.  And would be nice to flip on another branch like ATT when this happens

500

What is Node.js's version of pip?

NPM

npm install just like pip install

500

What does chmod do?

It changes the permission of a file for admin, group, or users.  Is needed often when making shell scripts and they will no execute ./example.sh if the x bit is not set.

Ex. chmod +x example.sh

M
e
n
u