English For IT:Starter
Module 16
What you will learn
Vocabulary
Cracking the job
interview
Grammar Pronunciation
1 3 4
Soft Skills
Common mistakes Common
mistakes
Small talk with the
interviewer
5
Speaking
Group interview
2
WARMUP
1. You should write down your answers to
interview questions and memorize them
2. You should show how your skills match
the position you’re applying for
3. You should keep your answers structured
4. Keep your answers 1-3 minutes long
5. Tell the interviewer about your family
6. Mention your salary expectations
Behavioral interview questions require
preparation and practice. Today we will look at
some common interview questions, sample
answers and most importantly strategies you can
use to build solid answers to those questions.
First, let’s go over some interview question
basics. Decide 3 pieces of advice which are
good and 3 pieces of advice which are bad.
Vocabulary: Cracking the job interview. Part 1
You’re going to hear a developer answer the first common interview question: “Tell me about yourself”
Hey! My name is Sam. I’m a software engineer and I enjoy solving ____ problems. I have
experience as a full stack web app developer and I enjoy working with all layers of the stack and I
enjoy ____ user friendly ____ websites.
My passion for web app development started when I was doing my internship at AWS and I was
given a solo project to work on for the entirety of the internship and this really gave me full
ownership over everything from the ____ to the actual coding of it. And I was also ____ to
gain a lot of experience and exposure to a lot of AWS cloud computing tools. After my internship I
decided that this is what I wanted to do as a career.
Since then, I’ve gained about 3 years of experience building out dozens of different applications.
At my current company, I am helping out with the ____ of our existing ____ . This includes
building out new microservices as well as updating existing ones. The technologies I have
experience with include .NET for building out APIs, and our server-side code, SQL, MySQL and
Oracle as well as experience with various different JavaScript frameworks including VueJS and
Angular,
I believe my experience and my ____ would make me a great asset for your company.
Vocabulary: Cracking the job interview. Part 1
You’re going to hear a developer answer the first common interview question: “Tell me about yourself”
Hey! My name is Sam. I’m a software engineer and I enjoy solving complex problems. I have
experience as a full stack web app developer and I enjoy working with all layers of the stack and I
enjoy building out user friendly efficient websites.
My passion for web app development started when I was doing my internship at AWS and I was
given a solo project to work on for the entirety of the internship and this really gave me full
ownership over everything from the design decisions to the actual coding of it. And I was also
able to gain a lot of experience and exposure to a lot of AWS cloud computing tools. After my
internship I decided that this is what I wanted to do as a career.
Since then, I’ve gained about 3 years of experience building out dozens of different applications.
At my current company, I am helping out with the modernization of our existing infrastructure.
This includes building out new microservices as well as updating existing ones. The technologies I
have experience with include .NET for building out APIs, and our server-side code, SQL, MySQL
and Oracle as well as experience with various different JavaScript frameworks including VueJS
and Angular,
I believe my experience and my passion would make me a great asset for your company.
‘Crack that job interview’ tip
“Tell me about yourself”
Structure:
★ Give a general overview of what you do (Present Simple: I am a software
engineer)
★ Mention a few things you did in the past (Past Simple: I worked at Google
for 2 years before switching to freelance)
★ Give an overview of something you are doing right now (Currently, I am
working on a healthcare app project etc.)
Vocabulary: Cracking the job interview. Part 2
You’re going to hear a developer answer the first common interview question: “Tell me about a time you
had to persuade someone at work. What did you do?”
At my ____ company, our team supported 20-30 different web applications. There was really no
uniformity in terms of what front-end JavaScript ____ we could or should use. So what ended
up happening is that we would have some apps written in Angular, some apps written in React,
some written in Vue. It was kind of all over the place.
The problem with this was, say you were assigned to write a ____ in a certain app and you
didn’t really know that framework, you would have to at least spend time getting the ____ of it
before you can even start to implement that feature. This potentially increased the development
time by a lot.
So my ____ was just have our apps be written in Vue JS because it’s something that I had
experience with, I thought it was fairly easy to pick up, it’s a lightweight app, and it’s pretty easy
to inject into existing applications.
What I did was I created a little mini ____ and I set up a meeting between my team and my
manager and ____ the pros and cons of using that framework.
The result of that was my manager was on board and we decided to use Vue JS for all our new
development.
Vocabulary: Cracking the job interview. Part 2
You’re going to hear a developer answer the first common interview question: “Tell me about a time you
had to persuade someone at work. What did you do?”
At my previous company, our team supported 20-30 different web applications. There was really
no uniformity in terms of what front-end JavaScript framework we could or should use. So what
ended up happening is that we would have some apps written in Angular, some apps written in
React, some written in Vue. It was kind of all over the place.
The problem with this was, say you were assigned to write a feature in a certain app and you
didn’t really know that framework, you would have to at least spend time getting the basic
understanding of it before you can even start to implement that feature. This potentially increased
the development time by a lot.
So my proposal was just have our apps be written in Vue JS because it’s something that I had
experience with, I thought it was fairly easy to pick up, it’s a lightweight app, and it’s pretty easy
to inject into existing applications.
What I did was I created a little mini demo presentation and I set up a meeting between my team
and my manager and demonstrated the pros and cons of using that framework.
The result of that was my manager was on board and we decided to use Vue JS for all our new
development.
‘Crack that job interview’ tip
“Tell me about a time you had to persuade someone at work.
What did you do?”
Structure:
★ State the problem
★ Describe what steps you took to solve it
★ Describe what the result was
★ Don’t skip over important details and don’t use too many jargon words.
Your interviewer needs to understand you very clearly or else your answer
won’t make an impression.
Vocabulary: Cracking the job interview. Part 3
You’re going to hear a developer answer the first common interview question: “Tell me about a
time you failed at work and what did you learn from it?”
So this one time I was assigned the task of ____ a new feature into one of our applications.
We used git as our ____ so as I was working on this feature, I was continuously pushing to
our master branch which isn’t good practice because you always want to keep your ____
deployable as well as in sync with what’s in ____. Also if we deployed this app with this
feature partially done, it would break the application.
This was the app that barely got updated so I figured it would be alright. But of course, we
had an ____ bug fix that had to be made. And I was like: “We actually can’t deploy it
because the app is going to break.”
Luckily, with the source control we were able to go back and we were able to add that
change to where I started working on that feature.
But in the future, I learn to first create a branch off of master and deploy to that branch,
then ____ the changes back into master.
Vocabulary: Cracking the job interview. Part 3
You’re going to hear a developer answer the first common interview question: “Tell me about a
time you failed at work and what did you learn from it?”
So this one time I was assigned the task of implementing a new feature into one of our
applications. We used git as our source control so as I was working on this feature, I was
continuously pushing to our master branch which isn’t good practice because you always
want to keep your master branch deployable as well as in sync with what’s in production.
Also if we deployed this app with this feature partially done, it would break the application.
This was the app that barely got updated so I figured it would be alright. But of course, we
had an emergency bug fix that had to be made. And I was like: “We actually can’t deploy it
because the app is going to break.”
Luckily, with the source control we were able to go back and we were able to add that
change to where I started working on that feature.
But in the future, I learn to first create a branch off of master and deploy to that branch,
then merge the changes back into master.
‘Crack that job interview’ tip
“Tell me about a time you failed at work and what did you learn
from it?”
Structure:
★ State clearly what happened
★ Choose a story with a “happy ending” (where your mistake didn’t cause
too much damage)
★ Place your main focus on what you learned from that experience
Grammar. Common mistakes
Discuss (not “discuss about”)
Listen to (not “listen smth”)
In English / in PHP (not “on”)
I agree (not “I’m agree”) agree is a verb
I am sure (not “I don’t sure”)
I am trying to watch more movies in English
(not “I trying”)
I like to learn new things (not “I like learn”)
I told him (not “I said him”)
Grammar. Common mistakes
I am sure (not “I don’t sure”)
I am trying to watch more movies in English
(not “I trying”)
I like to learn new things (not “I like learn”)
I told him (not “I said him”)
Practice
Come up with your own
sentences using the “tricky”
words from the grammar
section
Pronunciation tip
Suite [swiːt] Paradigm [ˈpærədʌɪm] Report [rɪˈpɔːt]
API Java [dʒɑːvə] OS Confirm [kənˈfɜː(r)m]
Archive [ˈɑːkʌɪv] Server [sɜː(r)və(r)]
Soft skills
Small talk
Small Talk is important in terms of establishing a
positive connection with the person you are talking
to. You want to come across as a person who is
friendly and easy to work with and small talk can
really help with that.
Here’s what you can do:
Ask the interviewer about their day
“How is your day going?”
“Are you having a good day?”
Make a compliment
“You have a lovely background”
“I love the plant on your desk”
Make a casual comment on your surroundings or
something that happened to you today
“I see you have a big bookcase. That’s cool.”
“I am actually looking forward to going to this Marketing
event I signed up for, It’s happening this weekend.”
Practice
Pick a person. Start and
keep up a casual
conversation with them for
at least 2 minutes
Speaking
Interview role play
If you’re an interviewer:
Think of a question to ask
Give feedback on the
interviewees answer
If you’re an interviewee:
Answer the interviewer’s
question to the best of your
ability.
That’s a wrap!
🌯

More Related Content

PDF
Karat at CMU
PPTX
Preparing for a Tech Interview
PPTX
Presentation for JSPM's RSCOE
PPTX
Rocking The Tech Interview
PPTX
Django BarCamp SF 2014: Technical Interviews for Beginners
PPT
How to Pass an Interview for Software Engineer
PPT
How to Pass an Interview for Software Engineer / IT Specialist?
PPTX
Rock the tech interview january 2015
Karat at CMU
Preparing for a Tech Interview
Presentation for JSPM's RSCOE
Rocking The Tech Interview
Django BarCamp SF 2014: Technical Interviews for Beginners
How to Pass an Interview for Software Engineer
How to Pass an Interview for Software Engineer / IT Specialist?
Rock the tech interview january 2015

Similar to E4IT STARTER - MODULE 16.pdf (20)

PPTX
Rock the tech interview january 2015
PPTX
How to ace your technical interview
PDF
Surviving the technical interview
PPTX
Web Developer Interview Questions
PDF
I'm Graduating Soon. Help! How Do I Get into the Tech Field?
PDF
How I Conduct Technical Interview
PPTX
How to Prepare for and Survive a Technical Interview
PDF
E4IT STARTER - MODULE 15.pdf
PDF
Tips to ace a Technical Interview
PPTX
Complete guide to interview success
PPTX
How to recruit
PPTX
Technical interviews
PPTX
Top 10 software development interview questions with answers
PPTX
Technical interview experience sharing
PPTX
5. Подготовка и явяване на ИТ интервю
PPTX
Cracking the Coding Interview (Oct 2012)
PDF
How to become Industry ready engineers.pdf
PDF
C Interview Guide Boost Your Confidence With Answers To Hundreds Of Secret In...
PDF
Life in the tech trenches (2015)
PDF
CTO Crunch avec Julien Simon, Viadeo
Rock the tech interview january 2015
How to ace your technical interview
Surviving the technical interview
Web Developer Interview Questions
I'm Graduating Soon. Help! How Do I Get into the Tech Field?
How I Conduct Technical Interview
How to Prepare for and Survive a Technical Interview
E4IT STARTER - MODULE 15.pdf
Tips to ace a Technical Interview
Complete guide to interview success
How to recruit
Technical interviews
Top 10 software development interview questions with answers
Technical interview experience sharing
5. Подготовка и явяване на ИТ интервю
Cracking the Coding Interview (Oct 2012)
How to become Industry ready engineers.pdf
C Interview Guide Boost Your Confidence With Answers To Hundreds Of Secret In...
Life in the tech trenches (2015)
CTO Crunch avec Julien Simon, Viadeo
Ad

More from Anna Gandrabura (20)

PDF
E4IT STARTER - MODULE 13.pdf
PDF
E4IT STARTER - MODULE 14.pdf
PDF
E4IT STARTER - MODULE 12.pdf
PDF
E4IT STARTER - MODULE 11.pdf
PDF
E4IT STARTER - MODULE 10.pdf
PDF
E4IT STARTER - MODULE 9.pdf
PDF
E4IT STARTER - MODULE 8.pdf
PDF
E4IT STARTER - MODULE 7.pdf
PDF
E4IT STARTER - MODULE 6.pdf
PDF
E4IT STARTER - MODULE 5.pdf
PDF
E4IT STARTER - MODULE 4.pdf
PPTX
English For IT Starter Module 3.pptx
PPTX
English For IT Starter Module 2.pptx
PDF
English For IT Starter Module 1.pptx.pdf
PDF
Module_4 English For IT Starter.pdf.pdf
PDF
Module_3 English For IT Starter.pdf
PDF
Module_1 English For IT Starter.pdf
PPTX
Pronunciation Lesson 8 - THE CHAOS POEM.pptx
PPTX
Pronunciation Lesson 7 Accents without video.pptx
PDF
Pronunciation Lesson 6 Intonation.pptx.pdf
E4IT STARTER - MODULE 13.pdf
E4IT STARTER - MODULE 14.pdf
E4IT STARTER - MODULE 12.pdf
E4IT STARTER - MODULE 11.pdf
E4IT STARTER - MODULE 10.pdf
E4IT STARTER - MODULE 9.pdf
E4IT STARTER - MODULE 8.pdf
E4IT STARTER - MODULE 7.pdf
E4IT STARTER - MODULE 6.pdf
E4IT STARTER - MODULE 5.pdf
E4IT STARTER - MODULE 4.pdf
English For IT Starter Module 3.pptx
English For IT Starter Module 2.pptx
English For IT Starter Module 1.pptx.pdf
Module_4 English For IT Starter.pdf.pdf
Module_3 English For IT Starter.pdf
Module_1 English For IT Starter.pdf
Pronunciation Lesson 8 - THE CHAOS POEM.pptx
Pronunciation Lesson 7 Accents without video.pptx
Pronunciation Lesson 6 Intonation.pptx.pdf
Ad

Recently uploaded (20)

PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PPTX
Core Concepts of Personalized Learning and Virtual Learning Environments
PDF
Literature_Review_methods_ BRACU_MKT426 course material
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
PDF
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
PPTX
Climate Change and Its Global Impact.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
Journal of Dental Science - UDMY (2020).pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
HVAC Specification 2024 according to central public works department
PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PDF
Hazard Identification & Risk Assessment .pdf
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
International_Financial_Reporting_Standa.pdf
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
IP : I ; Unit I : Preformulation Studies
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Environmental Education MCQ BD2EE - Share Source.pdf
Core Concepts of Personalized Learning and Virtual Learning Environments
Literature_Review_methods_ BRACU_MKT426 course material
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
Climate Change and Its Global Impact.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
AI-driven educational solutions for real-life interventions in the Philippine...
FORM 1 BIOLOGY MIND MAPS and their schemes
Journal of Dental Science - UDMY (2020).pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
HVAC Specification 2024 according to central public works department
Race Reva University – Shaping Future Leaders in Artificial Intelligence
Hazard Identification & Risk Assessment .pdf
Introduction to pro and eukaryotes and differences.pptx
International_Financial_Reporting_Standa.pdf
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
IP : I ; Unit I : Preformulation Studies

E4IT STARTER - MODULE 16.pdf

  • 2. What you will learn Vocabulary Cracking the job interview Grammar Pronunciation 1 3 4 Soft Skills Common mistakes Common mistakes Small talk with the interviewer 5 Speaking Group interview 2
  • 3. WARMUP 1. You should write down your answers to interview questions and memorize them 2. You should show how your skills match the position you’re applying for 3. You should keep your answers structured 4. Keep your answers 1-3 minutes long 5. Tell the interviewer about your family 6. Mention your salary expectations Behavioral interview questions require preparation and practice. Today we will look at some common interview questions, sample answers and most importantly strategies you can use to build solid answers to those questions. First, let’s go over some interview question basics. Decide 3 pieces of advice which are good and 3 pieces of advice which are bad.
  • 4. Vocabulary: Cracking the job interview. Part 1 You’re going to hear a developer answer the first common interview question: “Tell me about yourself” Hey! My name is Sam. I’m a software engineer and I enjoy solving ____ problems. I have experience as a full stack web app developer and I enjoy working with all layers of the stack and I enjoy ____ user friendly ____ websites. My passion for web app development started when I was doing my internship at AWS and I was given a solo project to work on for the entirety of the internship and this really gave me full ownership over everything from the ____ to the actual coding of it. And I was also ____ to gain a lot of experience and exposure to a lot of AWS cloud computing tools. After my internship I decided that this is what I wanted to do as a career. Since then, I’ve gained about 3 years of experience building out dozens of different applications. At my current company, I am helping out with the ____ of our existing ____ . This includes building out new microservices as well as updating existing ones. The technologies I have experience with include .NET for building out APIs, and our server-side code, SQL, MySQL and Oracle as well as experience with various different JavaScript frameworks including VueJS and Angular, I believe my experience and my ____ would make me a great asset for your company.
  • 5. Vocabulary: Cracking the job interview. Part 1 You’re going to hear a developer answer the first common interview question: “Tell me about yourself” Hey! My name is Sam. I’m a software engineer and I enjoy solving complex problems. I have experience as a full stack web app developer and I enjoy working with all layers of the stack and I enjoy building out user friendly efficient websites. My passion for web app development started when I was doing my internship at AWS and I was given a solo project to work on for the entirety of the internship and this really gave me full ownership over everything from the design decisions to the actual coding of it. And I was also able to gain a lot of experience and exposure to a lot of AWS cloud computing tools. After my internship I decided that this is what I wanted to do as a career. Since then, I’ve gained about 3 years of experience building out dozens of different applications. At my current company, I am helping out with the modernization of our existing infrastructure. This includes building out new microservices as well as updating existing ones. The technologies I have experience with include .NET for building out APIs, and our server-side code, SQL, MySQL and Oracle as well as experience with various different JavaScript frameworks including VueJS and Angular, I believe my experience and my passion would make me a great asset for your company.
  • 6. ‘Crack that job interview’ tip “Tell me about yourself” Structure: ★ Give a general overview of what you do (Present Simple: I am a software engineer) ★ Mention a few things you did in the past (Past Simple: I worked at Google for 2 years before switching to freelance) ★ Give an overview of something you are doing right now (Currently, I am working on a healthcare app project etc.)
  • 7. Vocabulary: Cracking the job interview. Part 2 You’re going to hear a developer answer the first common interview question: “Tell me about a time you had to persuade someone at work. What did you do?” At my ____ company, our team supported 20-30 different web applications. There was really no uniformity in terms of what front-end JavaScript ____ we could or should use. So what ended up happening is that we would have some apps written in Angular, some apps written in React, some written in Vue. It was kind of all over the place. The problem with this was, say you were assigned to write a ____ in a certain app and you didn’t really know that framework, you would have to at least spend time getting the ____ of it before you can even start to implement that feature. This potentially increased the development time by a lot. So my ____ was just have our apps be written in Vue JS because it’s something that I had experience with, I thought it was fairly easy to pick up, it’s a lightweight app, and it’s pretty easy to inject into existing applications. What I did was I created a little mini ____ and I set up a meeting between my team and my manager and ____ the pros and cons of using that framework. The result of that was my manager was on board and we decided to use Vue JS for all our new development.
  • 8. Vocabulary: Cracking the job interview. Part 2 You’re going to hear a developer answer the first common interview question: “Tell me about a time you had to persuade someone at work. What did you do?” At my previous company, our team supported 20-30 different web applications. There was really no uniformity in terms of what front-end JavaScript framework we could or should use. So what ended up happening is that we would have some apps written in Angular, some apps written in React, some written in Vue. It was kind of all over the place. The problem with this was, say you were assigned to write a feature in a certain app and you didn’t really know that framework, you would have to at least spend time getting the basic understanding of it before you can even start to implement that feature. This potentially increased the development time by a lot. So my proposal was just have our apps be written in Vue JS because it’s something that I had experience with, I thought it was fairly easy to pick up, it’s a lightweight app, and it’s pretty easy to inject into existing applications. What I did was I created a little mini demo presentation and I set up a meeting between my team and my manager and demonstrated the pros and cons of using that framework. The result of that was my manager was on board and we decided to use Vue JS for all our new development.
  • 9. ‘Crack that job interview’ tip “Tell me about a time you had to persuade someone at work. What did you do?” Structure: ★ State the problem ★ Describe what steps you took to solve it ★ Describe what the result was ★ Don’t skip over important details and don’t use too many jargon words. Your interviewer needs to understand you very clearly or else your answer won’t make an impression.
  • 10. Vocabulary: Cracking the job interview. Part 3 You’re going to hear a developer answer the first common interview question: “Tell me about a time you failed at work and what did you learn from it?” So this one time I was assigned the task of ____ a new feature into one of our applications. We used git as our ____ so as I was working on this feature, I was continuously pushing to our master branch which isn’t good practice because you always want to keep your ____ deployable as well as in sync with what’s in ____. Also if we deployed this app with this feature partially done, it would break the application. This was the app that barely got updated so I figured it would be alright. But of course, we had an ____ bug fix that had to be made. And I was like: “We actually can’t deploy it because the app is going to break.” Luckily, with the source control we were able to go back and we were able to add that change to where I started working on that feature. But in the future, I learn to first create a branch off of master and deploy to that branch, then ____ the changes back into master.
  • 11. Vocabulary: Cracking the job interview. Part 3 You’re going to hear a developer answer the first common interview question: “Tell me about a time you failed at work and what did you learn from it?” So this one time I was assigned the task of implementing a new feature into one of our applications. We used git as our source control so as I was working on this feature, I was continuously pushing to our master branch which isn’t good practice because you always want to keep your master branch deployable as well as in sync with what’s in production. Also if we deployed this app with this feature partially done, it would break the application. This was the app that barely got updated so I figured it would be alright. But of course, we had an emergency bug fix that had to be made. And I was like: “We actually can’t deploy it because the app is going to break.” Luckily, with the source control we were able to go back and we were able to add that change to where I started working on that feature. But in the future, I learn to first create a branch off of master and deploy to that branch, then merge the changes back into master.
  • 12. ‘Crack that job interview’ tip “Tell me about a time you failed at work and what did you learn from it?” Structure: ★ State clearly what happened ★ Choose a story with a “happy ending” (where your mistake didn’t cause too much damage) ★ Place your main focus on what you learned from that experience
  • 13. Grammar. Common mistakes Discuss (not “discuss about”) Listen to (not “listen smth”) In English / in PHP (not “on”) I agree (not “I’m agree”) agree is a verb I am sure (not “I don’t sure”) I am trying to watch more movies in English (not “I trying”) I like to learn new things (not “I like learn”) I told him (not “I said him”)
  • 14. Grammar. Common mistakes I am sure (not “I don’t sure”) I am trying to watch more movies in English (not “I trying”) I like to learn new things (not “I like learn”) I told him (not “I said him”)
  • 15. Practice Come up with your own sentences using the “tricky” words from the grammar section
  • 16. Pronunciation tip Suite [swiːt] Paradigm [ˈpærədʌɪm] Report [rɪˈpɔːt] API Java [dʒɑːvə] OS Confirm [kənˈfɜː(r)m] Archive [ˈɑːkʌɪv] Server [sɜː(r)və(r)]
  • 17. Soft skills Small talk Small Talk is important in terms of establishing a positive connection with the person you are talking to. You want to come across as a person who is friendly and easy to work with and small talk can really help with that. Here’s what you can do: Ask the interviewer about their day “How is your day going?” “Are you having a good day?” Make a compliment “You have a lovely background” “I love the plant on your desk” Make a casual comment on your surroundings or something that happened to you today “I see you have a big bookcase. That’s cool.” “I am actually looking forward to going to this Marketing event I signed up for, It’s happening this weekend.”
  • 18. Practice Pick a person. Start and keep up a casual conversation with them for at least 2 minutes
  • 19. Speaking Interview role play If you’re an interviewer: Think of a question to ask Give feedback on the interviewees answer If you’re an interviewee: Answer the interviewer’s question to the best of your ability.