Azure & AI
Biz Apps
Azure & AI
100

Your healthcare organization is seeking a cloud solution to analyze patient data securely while ensuring compliance with strict data privacy regulations like HIPAA. Which Azure service is the most appropriate for enabling secure, real-time analytics on encrypted healthcare datasets without decrypting them?

Options:

A)Azure Data Lake Storage

B)Azure Confidential Computing

C)Azure Synapse Analytics

D)Azure Monitor

Answer:
B) Azure Confidential Computing

Explanation:
Azure Confidential Computing provides a secure environment where data can be processed without exposing it, even in memory. This is crucial for healthcare organizations managing sensitive patient information under regulations like HIPAA. It leverages Trusted Execution Environments (TEEs) to ensure that data remains encrypted during computations. Other services in the list are powerful but do not inherently focus on real-time analytics on encrypted data.

100

If a company has business central, and they decided to upgrade to D365 F&O, can they extend the functionalities of business central, or do they have to re-implement the solution?

Answer: They have to re-implement the solution

  As Business Central cannot be extended 

100

A gaming company wants to host a backend service for real-time multiplayer games. It requires low-latency connections, custom network configurations, and high performance. Which service is the most suitable?
A. Azure Virtual Machines
B. Azure App Services
C. Azure Kubernetes Service
D. Azure SignalR Service

Answer: A
Explanation: Azure Virtual Machines offer the flexibility to configure custom networks and provide high-performance computing, making them suitable for real-time gaming backends.

200

 How does Azure help businesses ensure their data and AI operations are secure and comply with privacy regulations?

A)Azure Policy                                           

B)Microsoft Sentinel

C)Defender for Endpoint

D)All of the above

Answer: A)Azure Policy

200

what are the two types of applications that can be created using PowerApps?

Canvas
Model-Driven App  

200

Your development team is migrating an application to Azure. It relies on non-standard runtime dependencies and custom configurations. Minimal downtime during migration is critical. Which Azure service should you select?
A. Azure Virtual Machines
B. Azure App Services
C. Azure Functions
D. Azure Static Web Apps

Answer: A
Explanation: Azure Virtual Machines allow for non-standard runtime dependencies and custom configurations, making them suitable for applications requiring minimal downtime during migration.

300

How can Azure’s data services simplify the challenge of working with unstructured data/structured, such as images or text for analysis


A) Azure Synapse                                         

B) OneLake

C)Microsoft Fabric-OneLake

D)All of the above

Answer: C) Microsoft Fabric-OneLake

300

Copilot for sales can be integrated with any other CRM system.

Statement is True Or False

If True, please mention the name of the CRM system

Answer : Only SalesForce

300

A global e-commerce company requires its transaction logs to be available in case of a regional failure. The solution must replicate data to a secondary region but also allow for read access in the secondary region. Which redundancy configuration should you choose?
A. Locally-redundant storage (LRS)
B. Zone-redundant storage (ZRS)
C. Geo-redundant storage with Read Access (RA-GRS)
D. Geo-zone-redundant storage (GZRS)

Answer: C
Explanation: RA-GRS provides read access to the replicated data in the secondary region, ensuring availability for disaster recovery while allowing read operations during primary region outages.

400

What strategies does Azure offer to help organizations prevent data silos when using multiple cloud providers?

 A)Azure Arc                                            

 B)Microsoft Entra ID

 C)Azure Kubernetes
 
 D) All of the above

  Answer: A) Azure Arc.

400

Does the Dynamics 365 Relationship Sales License includes the sales engagements features ( Ex: Who knows whom and predictive forecasting ) ?              TRUE OR FALSE

Answer: Statement is False

400

A healthcare organization is building a patient management system that requires the following features:
  •  A relational database for structured data storage with high availability and disaster recovery capabilities.
  •  A web application for user access, which must be scalable and highly available with minimal management overhead.
  •  The database must support automated failover in case of regional outages.

Which combination of services should they choose?


A. SQL Server on Azure VMs with locally redundant storage and App Services for the web application
B. Azure SQL Database with Zone-Redundant configuration and App Services for the web application
C. SQL Server on Azure VMs with Geo-Replication and a custom web server on Azure VMs
D. Azure SQL Managed Instance with Geo-Replication and App Services for the web application

Answer: B
Explanation:
  •  Azure SQL Database with Zone-Redundant configuration ensures high availability within a region and automated failover in case of regional outages.
  •  Azure App Services is highly scalable and minimizes management overhead, making it ideal for hosting the web application.
  •  This combination provides the best balance of high availability, disaster recovery, and minimal infrastructure management.

500

-What is the Azure tool which can make business process faster and more efficient without replacing human workers?

A)Azure Synapse                                        
B)Azure OpenAI
C)Microsoft Fabric

Answer: B)Azure OpenAI

500

A customer from a manufacturing company currently using Business Central Premium Licenses is inquiring about purchasing additional licenses for their accounting department. To minimize costs, they are considering Business Central Essential licenses instead. The customer is asking whether this approach could work, and would it be beneficial for their company or not?
Question: How would you respond to this customer?

BizApps SAS will respond

500

An e-commerce company wants to deploy a multi-region application with the following requirements:
  •  A globally distributed relational database with read replicas for faster performance.
  •  The ability to perform database backups for compliance purposes.
  •  A scalable front-end web application to handle user traffic.
Which solution is the best fit?

A. SQL Server on Azure VMs with Always On Availability Groups and App Services for the front-end
B. Azure SQL Database with Active Geo-Replication and App Services for the front-end
C. SQL Server on Azure VMs with Geo-Replication and a custom web server on Azure VMs
D. Azure SQL Managed Instance with Active Geo-Replication and Azure Kubernetes Service for the front-end

Answer: B
Explanation:
  •  Azure SQL Database with Active Geo-Replication enables globally distributed databases with read replicas and supports automated backups.
  •  Azure App Services provides scalability and high availability for the web front-end, without requiring custom server management.