Infinity Microservices-1
Infinity Microservices-1
1. Deployed MS in AWS cloud natively & get 401 unauthorized. What could be missing
here?
x-api-key / JWT
2. Deployed MS in Azure cloud natively & get 401 unauthorized. What could be missing
here?
Code / JWT
5. In Arrangement MS, API configurations for the Kubernetes are bundled under a single
yaml file called
arrangement-api-config.yml
6. In Party MS, API configurations for the Kubernetes are bundled under a single yaml file
called
party-configmap.yml
7. Which infinity microservice supports AKS & EKS deployment in AZURE and AWS
cloud respectively, and not as cloud native functions is
Document MS
8. Which microservice that provides the flexibility to store generic data for the lifetime of
the journey, without a fixed view on how that data will be used.
Originations Data Storage
14. To enable BIAN service domain, list out the properties added in configmap yaml
temn.msf.event.bian.mapping / temn.config.service.base.path /
temn.config.service.resource.path (All the above)
15. Property used in MS to subscribe / listen the events from other MS.
temn.msf.ingest.source.stream
17. Prerequisites to be configured for MDAL events from Party MS to flow E2E
All the MS (party, generic, Eventstore, adapter) should use the same kafka
Mdal events needs to be configured in generic config MS independently
19. Microservice that holds Balance and Transaction of an account. It has the capabilities to
store the Portfolio Details
Holdings MS
20. API that has the ability to monitor the health of the application, also useful not only to
test the internal health of an application but also external dependencies such as a third
party API which the application relies on to function correctly
Health Check APIs
21. Which of the following container/pod is the Health Check API not applicable
Inbox outbox processor
22. Which is the standard used while domain and operation names in the events released
from microservices
BIAN
23. Prerequisite step involved in transact for AA product to get ingested into MCMS
AA Products should be proofed and published in Transact
28. Microservice that does the investigation or exercise of care that a reasonable business or
person is normally expected to take before entering into any agreement or contract with
another party or an act with a certain standard of care
Due Diligence MS
30. Microservice that helps to collect events raised from individual MS and forwards the
event to the target topic
Event Store MS
31. Framework impl to be configured in marketing catalog to generate the token from the
keycloak server
Com.temenos.micorservice.framework.core.security.GenerateKeyCloakToken
32. Property that is used to make the field mandatory at the swagger spec level
Nullable
33. Store configuration files on Generic Configuration MS, list of files supported
Xml, property & json
35. Infra MS that provides nonrepudiation capability for all messages executed from external
channel or temenos channel application
Adapter MS
38. Which one of the below options is called when the external user submits a service request
from the online banking app, the service order captured in the service request MS is
instantly processed by the core banking system and also got the
response/acknowledgement back to the user immediately
Real-Time
40. What are the two configuration files that need to be configured for the resource filter
fields in Entitlement MS
APIResourceFilters & EntityResourceFilters
47. Which MS acts as a request management system that can capture different service
requests like financial and nonfinancial raised in digital retail banking app
Service Request MS
49. Microservice that holds all the primary information about customers
Party MS
50. The records available in ms_inbox_events table are retained for 60 minutes by default.
When the time exceeds the default x minutes, the data are deleted automatically. The
property used to retain records in ms_inbox_events is
temn.msf.scheduler.inboxcleanup.schedule
51. Service that is used for the faster retrieval of configuration data in Generic configuration
MS is
Cache Service
52. In docker, if the MS & DES are running across different machines, what are the
properties to be enabled to make communication between them
Extra_hosts:”kakfa:127.0.0.1” & “schema-registry:127.0.0.1”