Customer E1
R42
Random
100

What is Customers V2 API endpoint?

100

Platform is also known as?

b

100

What is status code 404?

200

What is the current deployed SHA for Customer V1?

https://r42-customer-consumer-dev.aexp.com/-/info

875bda017be7f362fbe0ea9511eb4f343ef229a1

875bda01

200

What does DI stand for?

Data Ingress

200

What is Miguel's ADS?

300

What is the profileID for instrument "37000 12300 12300"

45ac7f03-15a0-4625-9125-18daf3cb7b9b

300

Which application tracks the number of points acquired in a transaction?

Ledger

300

In Go how do you declare a constant variable with a value of "abc"?

const str string = "abc"

const str = "abc"

400

Who made the last commit to Profile Processor?

400

What is the slack channel for Rules?

400

500s are for Server Errors, 300s are for _____?

Redirect

500

Which Kafka topics does Profile Processor consume from?

500

How many products are live in E3?

500

Write the a Go function that takes an int argument and returns double its value

func double(x int) int {

    return x * 2;

}