Latest Sapient Aptitude Question SOLUTION: MediaPlayer mediaPlayer = MediaPlayer.create(context, R.raw.sound_file_1); mediaPlayer.start(); In this line of code, Which function has to be mentioned to start the mediaPlayer?