ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

64 / 375

Question 64:

Your team is planning to host a git repository using Azure Repos. The team would be hosting the following types of files- ASP.Net core code files
Images, JavaScript files linked to the projects
The team wants to follow the best practices when it comes to hosting the files in a git-based repository. 
Which of the following are ideal strategies when working with large binary source files? Choose two answers from the options given below-

Answer options:

A.Compress the image files and store them in the git repository for better space management.
B.Leave the large image files as they are.
C.Upload the compiled code to the repository for better management of the entire code base.
D.Avoid committing compiled code onto the repository.