exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 2 question 13 discussion

Actual exam question from Microsoft's AZ-400
Question #: 13
Topic #: 2
[All AZ-400 Questions]

Your company is building a mobile app that targets Android and iOS devices.
Your team uses Azure DevOps to manage all work items and release cycles.
You need to recommend a solution to perform the following tasks:
✑ Collect crash reports for issue analysis.
✑ Distribute beta releases to your testers.
✑ Get user feedback on the functionality of new apps.
What should you include in the recommendation?

  • A. the Microsoft Test & Feedback extension
  • B. Microsoft Visual Studio App Center integration
  • C. Azure Application Insights widgets
  • D. Jenkins integration
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TosO
Highly Voted 5 years, 1 month ago
The answer is B. For mobile, it is always Microsoft Visual Studio App Center
upvoted 122 times
thetrapt
5 years ago
Right. https://visualstudio.microsoft.com/app-center/
upvoted 11 times
hubeau
5 years ago
Yes 2. Start the SDK Open AppDelegate.swift file and add the following lines below your own import statements. import AppCenter import AppCenterAnalytics import AppCenterCrashes In the same file, add the following in your didFinishLaunchingWithOptions delegate method. MSAppCenter.start(“2b17e7b3-f7d8-4f72-8245-48d873b9ed6e”, withServices:[ MSAnalytics.self, MSCrashes.self ])
upvoted 5 times
...
...
magdi
4 years, 6 months ago
this is from MS docs Manage your email preferences to sign up for automatic notifications for builds, distributions, and crashes.
upvoted 3 times
...
...
lolit
Highly Voted 5 years ago
TosO is right -- answer is B. But WHY are there so many fake answers here??
upvoted 21 times
Alexevansigg
4 years, 6 months ago
The guys supplying the questions are experts in stealing exam question... not experts in answering them.
upvoted 62 times
MarsMoon
4 years, 1 month ago
Yes, But atleast they are providing for free. So you should be thankful to examtopics.
upvoted 35 times
DiligentAmoeba
1 year, 8 months ago
totally agree... Let this be a positive community :)
upvoted 2 times
...
...
[Removed]
4 years, 5 months ago
LOOOOOOOL
upvoted 6 times
...
...
LouisD
4 years, 1 month ago
I think this is so that people don't just go in and brain dump the questions, but actually have to figure it out.
upvoted 4 times
coffecold
2 years, 5 months ago
Right, my impression as well..
upvoted 1 times
...
...
...
Hullstar
Most Recent 3 months, 1 week ago
Selected Answer: B
must be an old question, B Microsoft Visual Studio App Center integration is scheduled for retirement in 2025.
upvoted 2 times
...
p2006
6 months, 2 weeks ago
Selected Answer: A
I will go with A, test & feedback extension. Reason, I can see the similar question in Topic1-Question31, it is page-4 for now, and its answer is test & feedback extension. I cannot see app center in it.
upvoted 1 times
...
UrbanRellik
10 months, 1 week ago
Selected Answer: B
B. Microsoft Visual Studio App Center. Soon to be deprecated... (3/31/2025)
upvoted 2 times
...
InversaRadice
1 year ago
The answer is correct 100% and u are all wrong.
upvoted 1 times
...
1sadad
1 year ago
Pretty sure this is out of scope for the AZ400 now, nothing in the learning path on microsoft learn on this.
upvoted 2 times
...
FeriAZ
1 year, 1 month ago
Selected Answer: B
A. Microsoft Test & Feedback extension: This extension is primarily for providing feedback on web applications within Visual Studio, not ideal for mobile app testing and crash reporting. B. Microsoft Visual Studio App Center integration: This service offers features specifically designed for mobile app development, including: Crash reporting: Collects and analyzes crash reports from Android and iOS devices. Distribution: Manages beta releases and distributes builds to testers for various platforms (Android, iOS). User feedback: Enables testers to provide feedback directly within the app through surveys and bug reports.
upvoted 1 times
...
ozbonny
1 year, 2 months ago
Selected Answer: B
I'll go by B
upvoted 1 times
...
wolfyzawolf
1 year, 6 months ago
Users, User Flows, Impact Feature Usage: Tool: Users Explanation: The "Users" tool helps in analyzing the usage of different features within the application by different users over time. This tool will help in understanding how often certain features are being used and by how many users. Number of users who used the actions and its features: Tool: User Flows Explanation: The "User Flows" tool provides insight into the paths users take through your application. It can be utilized to see the sequence of actions users take including which features they interact with, and in what order. The effect that the performance of the application has on the usage of a page or a feature: Tool: Impact Explanation: The "Impact" tool analyzes how performance metrics affect user behavior. For instance, it can help understand how the load time of a page or a feature affects its usage, thus providing insights into areas where performance optimizations can enhance user experience.
upvoted 1 times
...
yana_b
1 year, 8 months ago
Selected Answer: B
Visual Studio App Center lets you automate and manage the lifecycle of your iOS, Android, Windows, and macOS apps. Ship apps more frequently, at higher-quality, and with greater confidence. Connect your repo and within minutes automate your builds, test on real devices in the cloud, distribute apps to beta testers, and monitor real-world usage with crash and analytics data. All in one place. https://visualstudio.microsoft.com/app-center/faq/ https://visualstudio.microsoft.com/app-center/ https://learn.microsoft.com/en-us/appcenter/build/
upvoted 1 times
...
karthikkarthik
1 year, 9 months ago
Selected Answer: B
I think the answer is "B. Microsoft Visual Studio App Center integration" but a similar question that was previously asked confused me: https://www.examtopics.com/discussions/microsoft/view/57280-exam-az-400-topic-1-question-31-discussion/
upvoted 3 times
...
Pavlo
1 year, 10 months ago
B Microsoft Visual Studio App Center integration, and Azure Application Insights widgets.
upvoted 1 times
...
Pukun
1 year, 11 months ago
B. Microsoft Visual Studio App Center integration
upvoted 1 times
...
ShomaV
1 year, 11 months ago
Azure DevOps provides integration with various crash reporting tools, such as App Center Crash Analytics, App Center Distribute. For collecting feedback use Azure DevOps integration with UserVoice
upvoted 1 times
...
jimmyyml
2 years, 2 months ago
From ChatGpt, The recommended solution for collecting crash reports, distributing beta releases, and getting user feedback for a mobile app targeting Android and iOS devices using Azure DevOps is Microsoft Visual Studio App Center integration. B. Microsoft Visual Studio App Center provides a suite of services and tools for mobile app development and management, including crash reporting, beta distribution, and user feedback. It integrates seamlessly with Azure DevOps, allowing teams to manage their mobile app development and releases in one place. A. The Microsoft Test & Feedback extension is a tool for exploratory testing and feedback collection, but it does not provide crash reporting or beta distribution features. C. Azure Application Insights widgets are used for monitoring web applications and do not provide crash reporting or beta distribution features for mobile apps. D. Jenkins is a tool for continuous integration and delivery and does not provide features for crash reporting, beta distribution, or user feedback collection for mobile apps. Therefore, the correct answer is: B. Microsoft Visual Studio App Center integration
upvoted 6 times
MeMoToTe
1 year, 10 months ago
If you ask chatgpt again, it will answer differently. It's not even have up-to-date information
upvoted 1 times
...
...
Yagna_Dev
2 years, 2 months ago
Microsoft test and feedback extension is for browsers. App center is for Ios,Android etc
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago