Logo Passei Direto
Material
Study with thousands of resources!

Text Material Preview

ACD300
Real Dumps
https://www.certspots.com/exam/acd300/
Appian ACD300 Real Dumps
1. You are planning a strategy around data volume testing for an Appian 
application that queries and writes to MySQL database.
You have administrator access to the Appian application and to the database.
What are two key considerations when designing a data volume testing 
strategy?
A. Data from previous tests needs to remain in the testing environment prior 
to loading prepopulated data
B. large datasets must be loaded via Appian processes
C. The amount of data that needs to be populated should be determined by 
the project sponsor and the stakeholders based on their estimation
D. Testing with the correct amount of data should be in the definition of 
done as part of each sprint.
E. Data model changes must wait until towards the end of the protect.
Answer: DE
Appian ACD300 Real Dumps
2. You are presented with the following application requirement:
Users must be able to navigate throughout the application while maintaining 
complete visibility in the application structure, and easily navigate to 
previous locations. 
Which Appian Interface Pattern would you recommend?
A. Use Bullous as Cards pattern on the home page lo prominently display 
application choices.
B. Implement an Activity History pattern to track an organizations activity 
measures.
C. implement a drilldown report pattern to show detailed information about 
report data.
D. Include a breadcrumbs pattern on applicable inert aces to show the 
organizational hierarchy
Answer: C
Appian ACD300 Real Dumps
3. You are the lead developer for an Appian project, in a backlog refinement 
meeting. You are presented with the following user story.
As a restaurant customer. I need to be able to place my food order online to 
avoid waiting in line for take out.’
Which two functional acceptance criteria would you consider ‘good’?
A. The user will click Save, and the order information will be saved in the 
ORDER table and have audit history
B. The user will receive an email notification when their order is completed.
C. The system must handle up to 500 unique orders per day
D. The user cannot submit the form without filling out all required fields.
Answer: BD
Appian ACD300 Real Dumps
4. You need to design a complex Appian integration to call a RESTful API. 
The RESTful API will be used to update a case in a customer's legacy system.
What are three prerequisites for designing the integration?
A. Define the HTTP method that the integration will use.
B. Understand the content of the expected body. Deluding each field type 
and their limits
C. Understand whether this integration will be used in an interface or in a 
process model
D. Understand the different error codes managed by the API and the process 
of error handing m Appall
E. Understand the business rules to be applied to ensure the business logic of 
the data
Answer: ABD
Appian ACD300 Real Dumps
5. You are required to configure a connection so that Jira can inform 
Appian when specific tickets change (using webhook).
Which three required steps will allow you to connect both systems?
A. Create a Web API object and set up the correct security.
B. Configure the connection In Jira specifying the URE and 
credentials
C. Create a new API Key and associate a service account
D. Give the service account system administrator privileges
E. Create an integration object from Appian to Jira to periodically 
check the ticket status
Answer: ABC
Appian ACD300 Real Dumps
6. Your application contains a process model that is scheduled to run 
daily at a certain time, which kicks off a user input task to a specified 
user on the IST time zone for morning data collection The time zone 
is set to the (default) pm timezone.
In this situation, what does the pm timezone reflect?
A. The time zone of the server where Appian is intuited 
B. The line zone of the user who most recently published the process 
model
C. The default time zone for the environment as specified in the 
Administration Console
D. The time zone of the user who is completing the input task.
Auswer: C
Appian ACD300 Real Dumps
7. As part of an upcoming release of an application, a new nullable field is 
added to a table that contains customer data. The new field is used by a 
report in the upcoming release, and is calculated using data from another 
table.
Which two actions should you consider when creating the script to add the 
new field?
A. Create a rollback script that clears the data from the field
B. Add a view that joins the customer data to the data used in calculation
C. Create a script thatadds the heid and leaves it null.
D. Create a script that adds the field and then populate it
E. Create a rollback script that removes the field.
Answer: D,E
Appian ACD300 Real Dumps
8. Review the following result of an explain statement:
Which two conclusions can you draw from this?
A. The join between the tables Order_detail and productneeds to be fine-
tuned due to Indices
B. The worst join is the one between the table order_detail and customer
C. The join between the tables order_detail, order and customerneeds to be 
tine-tuned due to indices.
D. The request is good enough to support a high volume of data. but could 
demonstrate some limitations if the developer queries information related to 
the product
E. The worst join is the one between the table order_detail and order.
Answer: A,B
Appian ACD300 Real Dumps
9. You have created a Web API in Appian. with the following URL to 
call it:
https://exampleappiancloud.com/suite/webapi/usef_managefnent/ 
users ?username=)=john.smith.
Which is the connect syntax forreferring to the user name parameter'
A. httpirequest usees username
B. httpirequest queryParameters.username
C. httpirequest formData username
D. httpirequest.queryParameters users username
Answer: B