Solved: How to disable call forwarding in Android

In this post we will discuss how to disable 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 disable call forwarding.
  • Select “Call Forwarding”
  • Select the option for which you want to disable call forwarding, like “Always Forward” or “When Busy” or When Unanswered” or “When Unreachable” .
  • Click “Turn off”
Later if you wan to enable call forwarding please refer this post.

That’s All Folks!

How to prepare for Certified Scrum Master exam

Hello!
Below we are sharing the detailed steps for becoming CSM.
In the current fast paced and rapidly evolving software industry it’s very important that you immediately respond to changes and adapt  accordingly. This requires you to be aware of the latest Agile and Scrum practices and follow them. During the last few years, demand for Scrum Master has increased substantially.
What is a Scrum Master?
A Scrum Master is someone who understands the Agile and Scrum concepts and help the team to apply them, so that they are more open to change and respond quickly. His role involves removing any impediments to progress of the team, facilitate meetings, and work with Product Owner. A certification of Scrum Master will help you gain a recognition that you are well versed with the Scrum practices.
Certified Scrum Master certification is conducted by Scrum Alliance.
Requirements and Preparation
Below are steps you will have to follow for becoming CSM.
Step 1:- Before you appear for the exam you will have to attend the mandatory CSM training from a Scrum Alliance Certified Scrum Trainer. Training is a 2 day workshop which covers all aspects of Agile and Scrum needed for clearing the exam. Generally the training cost includes the exam fee and 16 Scrum Education Units(SEUs).
Step 2:- Once you have completed the training appear for the online exam. To clear the exam you will have to correctly answer 24 out of 35 questions.
Exam Pattern
It’s an open book exam which you can give from your home also. You just need a desktop/laptop and access to internet. Exam is objective based. Around 70% is the passing score for exam. Most of the questions you will get will be covered in the class room training under different scenarios. Questions in exam are based on the Agile and Scrum best practices. Some questions are direct while many are scenario based.
Cost
Total cost of exam + training comes to around USD 1299 in USA and around Rs 25000 in India.
Practice Questions
You can refer to some good practice exam questions here.

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.