Azure Service Questions


1. How do Service Bus Queues differ from Storage Queues?


Service Bus Queues: Enterprise messaging with advanced features such as message forwarding, dead-letter queues, and configurable time-to-live.
Storage Queues: Simpler, used for basic message queuing among application components, and easier to debug during development.

2. Have you containerized VM based applications? If yes, describe the application, time it took to containerize, and challenges faced. 


3. Cloud Expertise Do you have any experience in improving the performance, scalability and reliability of applications running on Cloud? If yes, describe the application, time it took to make the improvements and challenges faced. 

4. What are the debugging tools you have used in container environment? 





5. Product Expertise: What is the largest-scale system that you have implemented? (scale refers to # of compute instances, or volume of data or transactions)



6. Product Expertise How many system designs did you do in the last 6 months? What were they?



7. Please write your experience with .Net Core and Azure?



8. Have you migrated .Net framework applications to .Net Core? If yes, describe challenges faced during migration?

9. SignalR

10. Logic App 

11. Different kinds of deploying application in Azure

12. How the security is maintained in Azure application.

13. Port configured for Https ?

443

14.  Steps of Build pipeline and release pipeline

15. 

16. What is profiling in Azure?
Profiling is only a procedure for measuring the performance analysis of an application. It is normally done to guarantee that the application is sufficiently steady and can maintain overwhelming traffic.
Visual Studio gives us different tools to do it by gathering the performance information from the application that likewise helps in troubleshooting issues.

Once the profiling wizard is run, it sets up the execution session and collects the data of the sample.
The profiling reports help in:
  • Deciding the longest-running strategies inside the application
  • Measuring the execution time of every strategy in the call stack.
  •         Assessing memory allocation

No comments:

Post a Comment

Pages