ACD-201 Exam Question 6

You're designing a file upload process that integrates with an external document management system.
Part of this process is to develop a start form with a file upload component, so that the user can upload multiple files.
The business has requested that the maximum file size that can be uploaded through this process is 1GB. Additionally, you're aware that the integration's API can accept files with a maximum file size of 3GB, but recommends no larger than 1GB.
Can the process be more performant without straining the application or integration?
  • ACD-201 Exam Question 7

    You're developing a user input form for a government services application that includes a file upload component.
    If the uploaded file is a multimedia file (for example: .MP4, .MOV or .WAV), the customer wants these uploaded to Microsoft SharePoint instead.
    What is the best way to achieve this requirement?
  • ACD-201 Exam Question 8

    You need to connect to an external system using OAuth 2.0: SAML Bearer Assertion Flow authentication type, which requests access to an API on of a signed in user.
    This standard has several steps involved with the SAML Bearer Assertion Flow.
    Which two steps should you perform to connect to the external system? (Choose two.)
  • ACD-201 Exam Question 9

    You need to create a web API so that an external system can start a process in your app.
    Which two statements are true about using a service account to authenticate the system? (Choose two.)
  • ACD-201 Exam Question 10

    Your client reported that a form in the application is very slow to load.
    You investigate and find a query entity which is nor performing well.
    Which action should you perform to improve query performance for the query entity?