Data Type Flashcards

1
Q

Int16/32/64

A

refers to integer data types with different bit sizes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Float/Double

A

floating data types used for representing decimal numbers (float - 7/double-15)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fixed decimals

A

used for representing decimal numbers with fixed number of digits after the decimal point (255.2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fixed length strength

A

predertermined length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

V_string

A

stores strings of varying lengths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Date/Time

A

allows calculations with date/time
date - YYYY-MM-DD
date time: YYYY-MM-DD HH:MM:SS
time: HH:MM:SS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The input for task 1 contains a list of numbers (formatted as V_String when input into the workflow). All record have 4 digits to the left of the decimal, and some of the records start with a leading zero. To the right of the decimal, there are a varying number of digits (1-5 digits)

Which of the following data types would keep all four digits to the of the decimals and keep only one digit to the right of the decimal?

A

string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In Alteryx, what happens when you format a string field as an INT64 data type

A

non-numeric characters are automatically removed, and a conversion error is indicated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which Alteryx tool can remove leading zeros from a text field while keeping it as a string data type?

A

FORMULA too, but not SELECT tool (create formula with TRIM function)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly