Skip to main content

IELTS - General Training- Speaking Test 1

Topic: Describe a time when you forgot something important.

You should say

  • When it happened
  • What you forgot
  • What was the result of your forgetting
  • Why it was important.

Answer
  • Well, I think there are many situations(circumstances)  in my life where I have forgotten something.
  • Today, I would like to talk about an incident when I forgot my documents.
  • I shifted to Ahmedabad in May 2015 because I enrolled in engineering at PDPU, Gandhinagar.
  • My father suggested me to open a bank account. So He could transfer money for my expenses.
  • So I went to a bank which was located on our campus and It was the first experience of the bank for me.
  • I filled up information on the bank form.
  • I attached xerox copies of documents with bank form as well as the also submitted a minimal amount.
  • The Bank manager verified xerox copies of documents along with Original documents.
  • Finally, The bank account was opened.
  • After a few moments later, I got service kit like debit-card, internet service credentials, checkbook, etc.
  • I left the bank with happiness.
  • After several weeks later, when I was checking the service kit of the bank, I realized that I forgot to collect original documents from the bank manager.
  • Without wasting time, I went to the bank and got the shocking news that the new bank manager was appointed a few days ago.
  • I explained the whole incident to the manager and got consolation words from the manager. 
  • The manager contacted the earlier manager and found that the earlier manager had kept safe original documents in the corner-side drawer.
  • Then, I took a long breath.

Popular posts from this blog

Java Collections Interview Q&A List

 The collection framework is the most important concept in java programming. It is necessary that you should have strong knowledge of the Collection framework. Through this article, I will share the topmost interview question and answers that will definitely help you in clearing your interview with flying colors. 1). What is the collection in java? List down interfaces and classes. The Collection is a set framework of interfaces and classes that provides an architecture to store and manipulate the group of objects. Java Collections can achieve all the operations that you perform on data such as searching, sorting, insertion, manipulation, and deletion. 2).  What are the advantages of the Collection framework? Feature Description Performance The collection framework provides highly effective and efficient data structures that result in enhancing the speed and accuracy of a program. Maintainability The code developed ...

Replace Email Template Using Java Pattern and Matcher Class

Let's say you have some simple email template that contains details like email address, phone/mobile or activation link, etc and you want to generate an email template without any free marker dependency using Java Pattern and Matcher class. So let's try to make that and also download a link is given bottom side. Step 1:    Here I created one email template which HTML code looks below. Hi {{user.first_name}} {{user.last_name}}, Welcome and thank you for subscribing. Now that you’ve subscribed, you’ll be receiving our emails {{freq.duration}}. These emails will contain our most recent article or news. You will also receive exclusive offers, promotions, and information on events. Our team is happy to have you on board. If you have any questions or comments, please don’t hesitate to contact us. You can simply reply to our emails or contact me directly using the contact information below. Thanks again! Step 2:  As you can see...

IELTS - General Training - Essay Writing Task 25

 Topic: Government investment in public transport and reductions in public transport prices will greatly help the flight against transport pollution. Do you agree or disagree with this statement?  You should write at least 250 words. Answer :   Nowadays, The number of vehicles has been increased on the road which causes traffic jams and air pollution. I agree with the idea that spending money to keep improving public transport. Public Transport could help us to decrease the above issues. Low fare public transport may attract more people especially students and lower-income people by using this kind of service. Moreover, public transport is more comfortable and convenient routes can please various types of people when they allow them to get rid of terrible conditions like bad weather, rising fuel cost. They could help to solve air pollution when they have their vehicles at home. Less individual vehicles produce fewer greenhouse gases. Good designed and good developed ...