Mobile apps Flashcards

1
Q

What are the 5 interactive tiles shown for a mobile app?

A
  1. User experience
  2. Crashes
  3. Data privacy
  4. Network performance
  5. Called Services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 charts under User experience?

A
  1. Apdex rating
  2. User sessions and Users
  3. New Users
  4. App version distribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To what is the “New users” metric tied to?

A

Tied to devices. A user will be counted multiple times if he installs the app on different devices

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

What are the 4 static widgets for the details page of a mobile app?

A
  1. Problems
  2. Top 3 actions
  3. Geographic regions
  4. Events
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 options you have for Geographic regions?

A
  1. Active sessions
  2. Users
  3. Crash count
  4. Apdex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The chart under Crashes?

A

Crashes by version

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

Charts under Network performance?

A
  1. Network performance (requests, error rate, request time)

2. Top providers

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

Charts under Data Privacy?

A
  1. Data collection level

2. Crash report

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

What are the 2 properties of crashes based on which Dynatrace creates Crash groups?

A
  1. similarity of the stack trace

2. occurrence in the source code

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

What are the 4 areas on a Crash group analysis page?

A
  1. Occurance breakdown
  2. Stack trace
  3. Device information
  4. Session information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you fine tune RUM data captured by Dyntrace?

A

Javascript tag API

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

What are 4 additional functionalities of the Javascript API tag?

A
  1. Tag user
  2. Custom error report
  3. Defining custom user action
  4. Defining user session/action properties
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is user-opt-in mode?

A

Allow users the possibility to choose what data they want to share

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

What are the 3 types of naming rules?

A
  1. URL cleanup
  2. action naming
  3. extraction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a URL cleanup rule used for?

A

Group user actions

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

What is an extraction rule used for?

A

Rename a user action or a web request URL to a part of the string

17
Q

What are the 5 performance anomalies for mobile apps?

A
  1. Crash rate increase
  2. Slow user action
  3. Unexpected low load
  4. Unexpected high load
  5. Error rate increase
18
Q

When creating session and user action properties, what are the 2 expression types that you can use?

A
  1. API

2. Server-side request attribute

19
Q

When creating session and user action properties, what are the 3 data types that you can use?

A
  1. String Max 100
  2. Long
  3. Double