Mobile Device Proxy Configuration and Traffic Analysis

This quiz tests knowledge of proxy configuration and network traffic monitoring tools for mobile devices. Covers iOS and Android platforms, tools like Charles Proxy, Fiddler, and Orbot, and techniques for debugging and analyzing mobile application traffic.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following statements is/are applicable for IOS Application Security for Network Traffic over HTTP/HTTPS?

  1. The analysis of the traffic for a particular device can be done remotely over a network.
  2. The device traffic can be analysed over SSL in the network.
  3. One of the most basic techniques to capture traffic over the device is by using tcpdump.
  4. All of the above
  5. Both (1) and (3)
Question 2 Multiple Choice (Single Answer)

Which of the following is/are incorrect about HTTP proxy servers?

  1. HTTP protocol is designed to interpret traffic at the HTTP level.
  2. HTTP protocol supports any kind of internet traffic.
  3. It is very cheap.
  4. It is not encrypted.
  5. Both (2) and (3)
Question 3 Multiple Choice (Single Answer)

Which of the following is/are applicable to monitor the traffic by proxies in Android 2.x devices?

  1. It is necessary to root the device and update its memory storage.
  2. The manually configuration of proxy setting is also possible for non-rooted devices.
  3. Orbot can transparently proxy traffic on an app-by-app basis through Tor.
  4. All of the above
  5. Both (1) and (2)
Question 4 Multiple Choice (Single Answer)

Which of the following is/are correct about SOCKS proxy servers?

  1. It is slower than HTTP.
  2. SOCKS protocol supports any kind of internet traffic.
  3. The latest version of this protocol is SOCKS5.
  4. All of the above
  5. Both (1) and (2)
Question 5 Multiple Choice (Single Answer)

Which of the following is/are correct about 'Charles debugging proxy' in iPhone HTTP connection debugging?

  1. It is used to modify the HTTP requests on its proxy server.
  2. It can run on Windows and OS X.
  3. To run this proxy, the system's firewall access is mandatory.
  4. All of the above
  5. Both (1) and (3)
Question 6 Multiple Choice (Single Answer)

What are the tasks of the Orbot application in Android devices?

  1. It allows the mobile phone users to access anything from the device without any extra intervention or traffic.
  2. Tor is available for Android devices by installing the package named Orbot.
  3. Orbot provides many local proxies and other proxy interfaces.
  4. Orbot has the ability to transparently torify all of the TCP traffic on your Android device.
  5. All of the above
Question 7 Multiple Choice (Single Answer)

What are the following prerequisites for iPhone applications with the Charles debugger?

  1. There should be a proper connection of subnets and the iPhone.
  2. The operating machine should be on the same LAN subnet.
  3. Charles debugging proxy must be installed.
  4. A proper wireless connection is required.
  5. All of the above
Question 8 Multiple Choice (Single Answer)

Which of the following is/are non-applicable to view http traffic on the mobile phone device via a computer proxy?

  1. To find the right IP address on the desktop.
  2. To change the proxy settings on the phone.
  3. To make sure that the proxy allows external connections.
  4. To make sure that both the mobile device and the proxy machine are on the same network.
  5. None of the above
Question 9 Multiple Choice (Single Answer)

Which of the following is/are correct about Fiddler to sniff mobile device application traffic?

  1. It can handle the data traffic for web apps as well as web services.
  2. It allows us to see inside requests coming and going from the browser.
  3. It handles and troubleshoots the Ajax requests.
  4. All of the above
  5. Both (1) and (2)
Question 10 Multiple Choice (Single Answer)

What is the task of 'iWebinspector' in mobile device testing?

  1. It allows to check the authenticity of the users in a networking medium.
  2. It allows to remotely debug the MobileSafari from the Computer's Browser.
  3. It allows to test websites in a lot of different Browsers and also Mobile Devices.
  4. All of the above
  5. Both options (1) and (2)
Question 11 Multiple Choice (Single Answer)

Which of the following is/are correct about proxy testing in mobile device testing?

  1. This testing is used to measure the performance of a mobile device.
  2. It can be used to set up a server to proxy and debug your mobile device.
  3. It is used to check the database back in the mobile device.
  4. It is used to measure the network accessibility in mobile device.
  5. Both (1) and (4)
Question 12 Multiple Choice (Single Answer)

Which of the following is/are incorrect about 'BrowserStack' in mobile device testing?

  1. It is used to test the websites.
  2. It uses the VM directory to test the apps.
  3. It is used to remotely debug the apps.
  4. This is not a free service.
  5. Both (3) and (4)
Question 13 Multiple Choice (Single Answer)

Which of the following is/are correct about the resolutions of mobile device traffic?

  1. The performance testing is much suitable to detect mobile device traffic.
  2. The performance testing also simulates the loads of traffic.
  3. An effective traffic pattern is mandatory to detect such traffic.
  4. All of the above
  5. Both (1) and (3)
Question 14 Multiple Choice (Single Answer)

What is called remote debugging in mobile device testing?

  1. It can be used to set up a server to proxy and debug your mobile device.
  2. It can measure the performance of a mobile device.
  3. It can also test the browser configuration.
  4. It checks the authenticity of the server.
  5. (1), (2) and (3) are correct.
Question 15 Multiple Choice (Single Answer)

What are the advantages of simulating mobile content via an emulator to record mobile device traffic?

  1. It is suitable to check the functionality of the device.
  2. It allows to perform the testing process faster and is used for multi tasks.
  3. It is used to quickly accesses the data while detecting mobile device traffic.
  4. All of the above
  5. Both (1) and (3)