Certified Scrum Master Sample Exam Questions

In our last post we have seen how to prepare for CSM exam and the efforts and  cost involved in it.
Below are some of the sample questions for CSM exam. You can get many such practice questions here .
Which of the following is a characteristic of a good Scrum Team?
A) Its members all have similar skills.
B) It waits for tasks to be assigned to it.
C) It seeks direction from the ScrumMaster.
D) It is self-organizing.
Answer D
Which of the following is a responsibility of the product owner?
A) Determine the team composition necessary for success
B) Determine the appropriate release dates
C) Determine the appropriate solution or approach for the product
D) Determine the length of the sprint
Answer B
Which technique might a ScrumMaster use to facilitate communication between the Development Team and the Product Owner?
A) Teach the Product Owner about the development processes employed by the Development Team during the Sprints.
B) Teach the Development Team to communicate in terms of business needs and objectives.
C) Facilitate collaborative meetings between the Development Team and the Product Owner.
D) All of these
Answer D
Q:”The CEO asks the Development Team to add a “very important” item to the current Sprint. What should the Development Team do?”
A) Add the item to the current Sprint without any adjustments.
B) Add the item to the current Sprint and drop an item of equal size.
C) Add the item to the next Sprint.
D) Inform the Product Owner so he/she can work with the CEO.
Answer D
What are the desirable qualities of a Product Vision?
A) Outlines traceability back to overall corporate governance in IT investment
B) Provides a complete breakdown structure of the ROI formula
C) Features a detailed overview that enlightens and inspires
D) Describes why the project is pursued and the product desired end state
Answer D
Above questions are taken from public internet and answers are based on our understanding. Please contact us if you have any query or concern.

Solved: How to enable call forwarding in Android

In this post we will discuss how to start call forwarding in an Android phone.
  • Click on the “Phone” icon in menu.
  • In the top right, click on three vertical dots .
  • Click on “Settings”
  • Click “Calling Accounts”
  • Select the SIM for which you want to enable call forwarding.
  • Select “Call Forwarding”
  • Select the forwarding option like “Always Forward” or “When Busy” or When Unanswered” or “When Unreachable”
  • It will ask for the number on which the call should be forwarded.
  • After entering the number click “Turn On”
Please note that these settings can be enabled only if your mobile operator allows this service. Some operators may charge you extra for enabling this service.

Later if you want to disable call forwarding please refer this post.

That’s All!

Solved: How to add disk in a virtual box VM

To add new disk in Virtual box VM it should be in powered off state.
  • Select the Virtual box VM in which you want to add the disk and power off the VM.
  • Right click on the VM and go to “Settings” .
Select “Storage” .
  • In the right Window you will see two icons with + sign.
  • Hover the mouse on the icon which says “Adds Hard Disk” and click on it.

  • Click on “Create New Disk”
  • Select VDI
  • Select “Dynamically Allocated”
  • Give disk a name and select size.
  • Click Create
  • Click OK
Once the disk is  created start the VM and login to it.
  • You should now see the new disk in VM.
  • If the disk is not visible run OS commands to scan the disk.
For Solaris execute “devfsadm -Cv” in the OS to scan the disk.
And if you are using Linux follow this post for scanning new LUNs .
Hope this post is helpful to you. Do let us know if you have any query.

How to check data balance in Idea Internet or start data balance notifications

In this post we will see how to check data balance left in Idea mobile internet for postpaid connection.
  • Dial *121#
  • Select “Self Care” . Type 4 and press Send.
  • Select “My Data Usage” . Type 4 and press Send.
It will display your current usage and balance left.
Follow below guide if you want to enable data balance notifications, so that whenever you stop internet it will display data usage and balance.
  • Dial *121#
  • Select “Self Care” . Type 4 and press Send.
  • Select “Data Notification”.  Type 5 and press Send.
  • Select “Start Notification”. Type 1 and press Send.
This will start data balance notification for you.

Solved: How to resize windows command prompt window

By  default the windows command prompt window will be small. But it can be very annoying to work in such a small window.
Here we will show you how to resize the window as per your requirement.
  • Open the command prompt(CMD) by right clicking on it and selecting “Run as administrator”.
  • Right click on the top of the window where the “Command Prompt” is written.

  • Click on “Properties” and select “Layout” tab.
  • Increase the “Width” and “Height” of “Window Size” as per your requirement. You can also change “Screen Buffer Size” if needed so that you can scroll back to more lines.

  • Finally Click OK and try re-opening the Terminal.