Software Development Fundamentals Free Practice Exam Questions

33 real Software Development Fundamentals exam questions with answers and AI explanations. Microsoft certification prep — page 1 of 4.

  1. Question 1: You are designing a class for an application. You need to restrict the availability of the member variable accessCount to the base class and to any classes tha…
  2. Question 2: You have a stack that contains integer values. The values are pushed onto the stack in the following order: 2,4,6,8. The following sequence of operations is ex…
  3. Question 3: You have a class named Glass that inherits from a base class named Window. The Window class includes a protected method named break(). How should you call the…
  4. Question 16: You are designing a class for an application. You need to restrict the availability of the member variable accessCount to the base class and to any classes tha…
  5. Question 17: You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application. Which typ…
  6. Question 18: You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake (). How should you call t…
  7. Question 20: What are two advantages of normalization in a database? (Choose two)
  8. Question 23: Which three phrases are advantages of connection pooling? (Choose three.)
  9. Question 24: This question requires that you evaluate the underlined text to determine if it is correct. To minimize the amount of storage used on the hard drive by an appl…
  10. Question 25: Which two types of information should you include in an effective test case? (Choose two.)