TPA

TPA

Professional Development

9 Qs

quiz-placeholder

Similar activities

FinTech 21-1 Advanced Solidity

FinTech 21-1 Advanced Solidity

Professional Development

8 Qs

AWS Developer Day2

AWS Developer Day2

Professional Development

14 Qs

Ngobras Dit Tech Maret 2021

Ngobras Dit Tech Maret 2021

Professional Development

10 Qs

DP MÓDULO 02 pt-br

DP MÓDULO 02 pt-br

Professional Development

11 Qs

DP-900 MÓDULO 03 pt-br

DP-900 MÓDULO 03 pt-br

Professional Development

11 Qs

Bedrock Immersion Day Quiz

Bedrock Immersion Day Quiz

Professional Development

10 Qs

REDES E INTERNET

REDES E INTERNET

Professional Development

12 Qs

AWS Skill Up!

AWS Skill Up!

Professional Development

12 Qs

TPA

TPA

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Mannu Thareja

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is TPA?

Tactical Process Application

Touch Point Architecture

Third Party Administrator

Through Payment Access

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are Access Tokens? (can choose multiple answers)

A valid Access Token will make sure the API Gateway will pass the request on to the API and can be used as input for the permissions check

The Access Token is sent with any request from the client; signed, so it can be trusted; encrypted, so the contents cannot be read outside ING; decrypted when it passes the API Gateway

Access Tokens are JSON objects (JSON Web Tokens). Because these objects contain data, the API Gateway does not require a database, which makes it scalable.

Access Tokens are does not contain any data. The API Gateway requires a database, which makes it scalable.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is means?

Means are used to identify and authenticate

There are many types of means. Next to the examples on the right, think of SMS TAN, Smart Secure, One Time Passwords, Grid Cards, etc.

The means are primarily used by the clients, e.g. calling ING CLT (Customer Loyalty Team)

In TPA, every means has its own implementation that complies to the interfaces of the authentication platform, The Gateway.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are means used for?

Authentication

Authorisation

Both

None of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Who is responsible for authenticating API request?

Capability API

API Gateway

Experience API

All of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Who is responsible for authorisation of API request?

Capability API

API Gateway

Experience API

All of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Permission API?

Authenticating User

Providing Permission for the user

It is an external service used by ING

It is called by API Gateway

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are APIs?

It is a set of endpoints

It can be accessed through http method

It can be defined by swagger or open API specifications

It cannot connect to the database

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does TPA recommend to create Experience APIs?

Yes

No