What is a benefit of using an after insert trigger over using a before insert trigger?

What is a benefit of using an after insert trigger over using a before insert trigger?A . An after insert trigger allows a developer to bypass validation rules when updating fields on the new record.B . An after insert trigger allows a developer to insert other objects that reference the...

December 9, 2020 No Comments READ MORE +

Which statement about the firewall policy authentication timeout is true?

Which statement about the firewall policy authentication timeout is true?A . It is an idle timeout. The FortiGate considers a user to be “idle” if it does not see any packets coming from the user’s source IC . It is a hard timeout. The FortiGate removes the temporary policy for...

December 9, 2020 No Comments READ MORE +

At which stage of the Cyber-Attack Lifecycle would the attacker attach an infected PDF file to an email?

At which stage of the Cyber-Attack Lifecycle would the attacker attach an infected PDF file to an email? A . DeliveryB . ReconnaissanceC . Command and ControlD . ExploitationView AnswerAnswer: D

December 9, 2020 No Comments READ MORE +

Which two actions should you perform?

You are developing a web app that is protected by Azure Web Application Firewall (WAF). All traffic to the web app is routed through an Azure Application Gateway instance that is used by multiple web apps. The web app address is contoso.azurewebsites.net. All traffic must be secured with SSL. The...

December 9, 2020 No Comments READ MORE +

What should a solutions architect recommend to ensure the application is able to handle the workload and avoid downtime?

A company's application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones On the first day of every month at midnight the application becomes much slower when the month-end financial calculation batch executes. This...

December 9, 2020 No Comments READ MORE +

Insert a cable from left controller port 0a to IOMA port 2, and from port 0b to IOMB port 3.

Insert a cable from left controller port 0a to IOMA port 2, and from port 0b to IOMB port 3.View AnswerAnswer: B

December 9, 2020 No Comments READ MORE +

What is the primary different between AAA authentication and authorization?

What is the primary different between AAA authentication and authorization?A . Authentication verifies a username and password, and authorization handles the communication between the authentication agent and the user database.B . Authentication identifies a user who is attempting to access a system, and authorization validates the users password.C . Authentication...

December 9, 2020 No Comments READ MORE +

This scenario is demonstrating which of the following form?

You are working on a project in an enterprise. Some part of your project requires e-commerce, but your enterprise choose not to engage in e-commerce. This scenario is demonstrating which of the following form?A . risk avoidanceB . risk treatmentC . risk acceptanceD . risk transferView AnswerAnswer: A Explanation: Each...

December 9, 2020 No Comments READ MORE +

What does the configuration do?

An administrator has configured the following settings config system settings set ses-denied-traffic enable end config system global set block-session-timer 30 end What does the configuration do? (Choose two)A . Reduces the amount of logs generated by denied trafficB . Enforces device detection on all interfaces for 30 minutesC . Blocks...

December 9, 2020 No Comments READ MORE +

Since sensitive is set to true, the value associated with db password will not be present in state file as plain-text?

Refer to the below code where developer is outputting the value of the database password but has used sensitive parameter to hide the output value in the CLI. output "db_password" { value = aws_db_instance.db.password description = "The password for logging in to the database." sensitive = true} Since sensitive is...

December 9, 2020 No Comments READ MORE +