You are the Lead Developer tasked with delivering four processes for the same client. You have enough developers in the team to develop all the processes in parallel. All the processes have one application in common, another application is used by two processes and one process uses an application that none of the others do.Which of the following statements is true?
It's technically possible for one business object to call another. Outside of using utility objects are any of the following valid reasons why you would want to do this?
A process is required for a client in the banking sector that involves using an application to transfer funds between accounts. A strong security model is in place to prevent any malicious activity but the client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete state or a fault in the source data causing a case to be duplicated or an excessively large transfer to be made.What should be included in the solution design? (Choose three.)
If a solution is to make use of a queue with Maximum Attempts greater than 1, what should the designer put in place? (Choose two.)
Imagine a DR scenario where the main Production database goes down one afternoon. All processes use work queues and all new work is loaded first thing each morning. The database is backed up regularly but not in real time, so the restored back up will be slightly out of date, say by 1 hour.If the backup was restored, and processes were restarted what would be the effect? (Choose two.)
A process is required for a telecoms company to work cases supplied via a daily Excel file. Although the file will only contain around 1000 rows, the average case time is such that the workload is far too big for one machine to complete in a day, so the solution has been designed with multiple machines in mind. One machine will load the work queue while the others wait, then once the queue is ready all machines will work it together. The requirements state that the input file is machine generated, has a known format, is generally clean but may contain exceptions "" rows with an empty cell, partial phone numbers, or accounts that don't exist.What should the solution do to combat this problem?