SlideShare a Scribd company logo
1 of 20
Download to read offline
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

Similar to E4IT STARTER - MODULE 16.pdf

Industry stories on agile, scrum and kanban
Industry stories on agile, scrum and kanbanIndustry stories on agile, scrum and kanban
Industry stories on agile, scrum and kanbanBusiness901
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2CDI Apps for Good
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Rob Rankin
 
How to design and build great apps (with moderator notes)
How to design and build great apps (with moderator notes)How to design and build great apps (with moderator notes)
How to design and build great apps (with moderator notes)Andreas Weder
 
Business value through requirements
Business value through requirementsBusiness value through requirements
Business value through requirementsDevon Goda
 
On Selecting JavaScript Frameworks (Women Who Code 10/15)
On Selecting JavaScript Frameworks (Women Who Code 10/15)On Selecting JavaScript Frameworks (Women Who Code 10/15)
On Selecting JavaScript Frameworks (Women Who Code 10/15)Zoe Landon
 
Unti 6: Final Reflection (ENGL 2311)
Unti 6: Final Reflection (ENGL 2311)Unti 6: Final Reflection (ENGL 2311)
Unti 6: Final Reflection (ENGL 2311)Michael Nzoiwu
 
The principles of agile development
The principles of agile developmentThe principles of agile development
The principles of agile developmentRajat Samal
 
8 employer branding must-haves to engage developers
8 employer branding must-haves to engage developers8 employer branding must-haves to engage developers
8 employer branding must-haves to engage developersTaras Makh
 
Rails Operations - Lessons Learned
Rails Operations -  Lessons LearnedRails Operations -  Lessons Learned
Rails Operations - Lessons LearnedJosh Nichols
 
Developers Border Line: Unit Testing
Developers Border Line: Unit TestingDevelopers Border Line: Unit Testing
Developers Border Line: Unit TestingSikandar Ahmed
 
Outsourcing to Android App Developers
Outsourcing to Android App DevelopersOutsourcing to Android App Developers
Outsourcing to Android App DevelopersSteven Brough
 
PLC Class project Lab Brett Bloomberg
PLC Class project Lab Brett BloombergPLC Class project Lab Brett Bloomberg
PLC Class project Lab Brett BloombergBrett Bloomberg
 

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

Industry stories on agile, scrum and kanban
Industry stories on agile, scrum and kanbanIndustry stories on agile, scrum and kanban
Industry stories on agile, scrum and kanban
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2
 
How to design and build great apps (with moderator notes)
How to design and build great apps (with moderator notes)How to design and build great apps (with moderator notes)
How to design and build great apps (with moderator notes)
 
Evaluation 6
Evaluation 6Evaluation 6
Evaluation 6
 
Business value through requirements
Business value through requirementsBusiness value through requirements
Business value through requirements
 
On Selecting JavaScript Frameworks (Women Who Code 10/15)
On Selecting JavaScript Frameworks (Women Who Code 10/15)On Selecting JavaScript Frameworks (Women Who Code 10/15)
On Selecting JavaScript Frameworks (Women Who Code 10/15)
 
Unti 6: Final Reflection (ENGL 2311)
Unti 6: Final Reflection (ENGL 2311)Unti 6: Final Reflection (ENGL 2311)
Unti 6: Final Reflection (ENGL 2311)
 
Mobile app project
Mobile app projectMobile app project
Mobile app project
 
The principles of agile development
The principles of agile developmentThe principles of agile development
The principles of agile development
 
8 employer branding must-haves to engage developers
8 employer branding must-haves to engage developers8 employer branding must-haves to engage developers
8 employer branding must-haves to engage developers
 
Rails Operations - Lessons Learned
Rails Operations -  Lessons LearnedRails Operations -  Lessons Learned
Rails Operations - Lessons Learned
 
bug-advocacy
bug-advocacybug-advocacy
bug-advocacy
 
Developers Border Line: Unit Testing
Developers Border Line: Unit TestingDevelopers Border Line: Unit Testing
Developers Border Line: Unit Testing
 
Outsourcing to Android App Developers
Outsourcing to Android App DevelopersOutsourcing to Android App Developers
Outsourcing to Android App Developers
 
PLC Class project Lab Brett Bloomberg
PLC Class project Lab Brett BloombergPLC Class project Lab Brett Bloomberg
PLC Class project Lab Brett Bloomberg
 
Building an app from scratch
Building an app from scratchBuilding an app from scratch
Building an app from scratch
 
The Heart Of Agile
The Heart Of AgileThe Heart Of Agile
The Heart Of Agile
 
Technologies used
Technologies usedTechnologies used
Technologies used
 
Q6
Q6Q6
Q6
 

More from Anna Gandrabura

E4IT STARTER - MODULE 13.pdf
E4IT STARTER - MODULE 13.pdfE4IT STARTER - MODULE 13.pdf
E4IT STARTER - MODULE 13.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 15.pdf
E4IT STARTER - MODULE 15.pdfE4IT STARTER - MODULE 15.pdf
E4IT STARTER - MODULE 15.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 14.pdf
E4IT STARTER - MODULE 14.pdfE4IT STARTER - MODULE 14.pdf
E4IT STARTER - MODULE 14.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 12.pdf
E4IT STARTER - MODULE 12.pdfE4IT STARTER - MODULE 12.pdf
E4IT STARTER - MODULE 12.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 11.pdf
E4IT STARTER - MODULE 11.pdfE4IT STARTER - MODULE 11.pdf
E4IT STARTER - MODULE 11.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 10.pdf
E4IT STARTER - MODULE 10.pdfE4IT STARTER - MODULE 10.pdf
E4IT STARTER - MODULE 10.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 9.pdf
E4IT STARTER - MODULE 9.pdfE4IT STARTER - MODULE 9.pdf
E4IT STARTER - MODULE 9.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 8.pdf
E4IT STARTER - MODULE 8.pdfE4IT STARTER - MODULE 8.pdf
E4IT STARTER - MODULE 8.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 7.pdf
E4IT STARTER - MODULE 7.pdfE4IT STARTER - MODULE 7.pdf
E4IT STARTER - MODULE 7.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 6.pdf
E4IT STARTER - MODULE 6.pdfE4IT STARTER - MODULE 6.pdf
E4IT STARTER - MODULE 6.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 5.pdf
E4IT STARTER - MODULE 5.pdfE4IT STARTER - MODULE 5.pdf
E4IT STARTER - MODULE 5.pdfAnna Gandrabura
 
E4IT STARTER - MODULE 4.pdf
E4IT STARTER - MODULE 4.pdfE4IT STARTER - MODULE 4.pdf
E4IT STARTER - MODULE 4.pdfAnna Gandrabura
 
English For IT Starter Module 3.pptx
English For IT Starter Module 3.pptxEnglish For IT Starter Module 3.pptx
English For IT Starter Module 3.pptxAnna Gandrabura
 
English For IT Starter Module 2.pptx
English For IT Starter Module 2.pptxEnglish For IT Starter Module 2.pptx
English For IT Starter Module 2.pptxAnna Gandrabura
 
English For IT Starter Module 1.pptx.pdf
English For IT Starter Module 1.pptx.pdfEnglish For IT Starter Module 1.pptx.pdf
English For IT Starter Module 1.pptx.pdfAnna Gandrabura
 
Module_4 English For IT Starter.pdf.pdf
Module_4 English For IT Starter.pdf.pdfModule_4 English For IT Starter.pdf.pdf
Module_4 English For IT Starter.pdf.pdfAnna Gandrabura
 
Module_3 English For IT Starter.pdf
Module_3 English For IT Starter.pdfModule_3 English For IT Starter.pdf
Module_3 English For IT Starter.pdfAnna Gandrabura
 
Module_1 English For IT Starter.pdf
Module_1 English For IT Starter.pdfModule_1 English For IT Starter.pdf
Module_1 English For IT Starter.pdfAnna Gandrabura
 
Pronunciation Lesson 8 - THE CHAOS POEM.pptx
Pronunciation Lesson 8 - THE CHAOS POEM.pptxPronunciation Lesson 8 - THE CHAOS POEM.pptx
Pronunciation Lesson 8 - THE CHAOS POEM.pptxAnna Gandrabura
 
Pronunciation Lesson 7 Accents without video.pptx
Pronunciation Lesson 7 Accents without video.pptxPronunciation Lesson 7 Accents without video.pptx
Pronunciation Lesson 7 Accents without video.pptxAnna Gandrabura
 

More from Anna Gandrabura (20)

E4IT STARTER - MODULE 13.pdf
E4IT STARTER - MODULE 13.pdfE4IT STARTER - MODULE 13.pdf
E4IT STARTER - MODULE 13.pdf
 
E4IT STARTER - MODULE 15.pdf
E4IT STARTER - MODULE 15.pdfE4IT STARTER - MODULE 15.pdf
E4IT STARTER - MODULE 15.pdf
 
E4IT STARTER - MODULE 14.pdf
E4IT STARTER - MODULE 14.pdfE4IT STARTER - MODULE 14.pdf
E4IT STARTER - MODULE 14.pdf
 
E4IT STARTER - MODULE 12.pdf
E4IT STARTER - MODULE 12.pdfE4IT STARTER - MODULE 12.pdf
E4IT STARTER - MODULE 12.pdf
 
E4IT STARTER - MODULE 11.pdf
E4IT STARTER - MODULE 11.pdfE4IT STARTER - MODULE 11.pdf
E4IT STARTER - MODULE 11.pdf
 
E4IT STARTER - MODULE 10.pdf
E4IT STARTER - MODULE 10.pdfE4IT STARTER - MODULE 10.pdf
E4IT STARTER - MODULE 10.pdf
 
E4IT STARTER - MODULE 9.pdf
E4IT STARTER - MODULE 9.pdfE4IT STARTER - MODULE 9.pdf
E4IT STARTER - MODULE 9.pdf
 
E4IT STARTER - MODULE 8.pdf
E4IT STARTER - MODULE 8.pdfE4IT STARTER - MODULE 8.pdf
E4IT STARTER - MODULE 8.pdf
 
E4IT STARTER - MODULE 7.pdf
E4IT STARTER - MODULE 7.pdfE4IT STARTER - MODULE 7.pdf
E4IT STARTER - MODULE 7.pdf
 
E4IT STARTER - MODULE 6.pdf
E4IT STARTER - MODULE 6.pdfE4IT STARTER - MODULE 6.pdf
E4IT STARTER - MODULE 6.pdf
 
E4IT STARTER - MODULE 5.pdf
E4IT STARTER - MODULE 5.pdfE4IT STARTER - MODULE 5.pdf
E4IT STARTER - MODULE 5.pdf
 
E4IT STARTER - MODULE 4.pdf
E4IT STARTER - MODULE 4.pdfE4IT STARTER - MODULE 4.pdf
E4IT STARTER - MODULE 4.pdf
 
English For IT Starter Module 3.pptx
English For IT Starter Module 3.pptxEnglish For IT Starter Module 3.pptx
English For IT Starter Module 3.pptx
 
English For IT Starter Module 2.pptx
English For IT Starter Module 2.pptxEnglish For IT Starter Module 2.pptx
English For IT Starter Module 2.pptx
 
English For IT Starter Module 1.pptx.pdf
English For IT Starter Module 1.pptx.pdfEnglish For IT Starter Module 1.pptx.pdf
English For IT Starter Module 1.pptx.pdf
 
Module_4 English For IT Starter.pdf.pdf
Module_4 English For IT Starter.pdf.pdfModule_4 English For IT Starter.pdf.pdf
Module_4 English For IT Starter.pdf.pdf
 
Module_3 English For IT Starter.pdf
Module_3 English For IT Starter.pdfModule_3 English For IT Starter.pdf
Module_3 English For IT Starter.pdf
 
Module_1 English For IT Starter.pdf
Module_1 English For IT Starter.pdfModule_1 English For IT Starter.pdf
Module_1 English For IT Starter.pdf
 
Pronunciation Lesson 8 - THE CHAOS POEM.pptx
Pronunciation Lesson 8 - THE CHAOS POEM.pptxPronunciation Lesson 8 - THE CHAOS POEM.pptx
Pronunciation Lesson 8 - THE CHAOS POEM.pptx
 
Pronunciation Lesson 7 Accents without video.pptx
Pronunciation Lesson 7 Accents without video.pptxPronunciation Lesson 7 Accents without video.pptx
Pronunciation Lesson 7 Accents without video.pptx
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

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.