SlideShare une entreprise Scribd logo
1  sur  57
How to Pass an Interview for a Software Engineer? What to Do and What to Avoid? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Table of Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What is a Job Interview? A Stressful Situation or a Chance to Demonstrate Your Knowledge and Skills?
What is a Job Interview? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How to Overcome the Stress? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Interview Preparation What is the Best Way to Prepare Yourself for an Upcoming Interview?
Steps to Prepare for an Interview ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Research the Company ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Research the Company (2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Research the Offered Position ,[object Object],[object Object],[object Object],[object Object],[object Object]
Prepare for Technical Questions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Prepare for Technical Questions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Interview Process Typical Scenario for a Technical Interview
Technical Interview: The Process ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Presenting the Company / Position ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],My name is … Our company is … bala-bla-bla … We are leader in … bla-bla-bla … Our products bla-bla-bla … Our projects … bla-bla-bla … We are the best!
Presenting Yourself ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Present yourself in short – your relevant experience, education, how did you start programming, etc.
Technical Assessment ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Technical Question – Example ,[object Object],[object Object],In C# which explain the fastest algorithm to sort a list of customers by their first name? …  I know the build-in Array.Sort() method, but I am not sure it is the fastest. If I had a computer I would perform a Google search. For multi-core CPUs I could try the parallel sorting using LINQ with parallel extensions. I should either implement own comparer or use a lambda function to sort by the FirstName property.
Technical Task – Example ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],How do you can randomize a sequence of playing cards?
Personal Character Assessment ,[object Object],[object Object],[object Object],Do you have experience working in a team? What do you prefer – being a leader or a player? Do you play some kind of sport? At what position? How do you react if you are about to miss a deadline?
Personal Character Assessment (2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Negotiation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Your Questions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Typical Interview Questions and Answers (for Junior Software Development Positions)
Typical Interview Questions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
General Questions Experience, Education, Future Plans
Typical General Questions Where are you from? What High school have you graduated? What University have you graduated / studying now? When you started programming? How many books about computer programming you have read? What was the name of the last? Do you believe that computer programming is your passion and your future job? Can you work on full time (8 hours/day)? If not how many hours a week you can work?
Typical General Questions (2) What are your English skills? Can you freely talk on the telephone in English? What are your plans for the next few years? How you see your career after 2 or 3 years? How you inform yourself about new technologies? Do you read news or blogs? Which sites? Shall you study more after you graduate your current University degree? Maybe abroad? How will you describe your typical work day? What do you know about our company?
Technical Questions Algorithms, Databases, Web Technologies, Etc.
Typical Technical Questions ,[object Object],Explain what is a hash-table and how it works. Explain how the QuickSort works. How fast is it? You are given a set of words. Find all their subsets. Can you draw a picture of a linked list? You have to implement a Web spider which runs on a cluster of machines. How you will design it? Explain how polymoprhism works in the object-oriented programming (OOP)? What is typical for the Strings in C# / Java / PHP?
Typical Technical Questions (2) ,[object Object],What is database constraint? How constraints work? You have a table consisting of: EmployeeId (PK), Name, Salary, ManagerId (FK), DeptId (FK). Write a SQL query to find the name, salary and department of the employee that has minimal salary in his/her department. If many employees take the minimal salary, display just one of them. How we implement one-to-many and many-to-many relationship in relational databases? When we use "1 x 1" relationships in database modelling? Give an example.
Typical Technical Questions (3) ,[object Object],[object Object],How we execute multiple tasks in the same time in C#? What is the difference between DOM, SAX and StAX parsers for XML? How you use DOM in C# / Java / PHP? What is XPath and how it works? Give an example. How you use Xpath in C# / Java / PHP? You have to download 500 files from Internet but your network bandwidth is not too wide to handle 500 downloads simultaneously so you want to download the files by 10 at a time. How you implement this?
Typical Technical Questions (4) ,[object Object],Explain the meaning of the following CSS rule: .newscolumn { width: 400px; float: left; clear: both; } Explain the difference between HTTP GET and POST requests. We have a <div> element in a HTML page which is visible. How to hide the <div> with JavaScript? How to do the above in jQuery?
Typical Technical Questions (5) ,[object Object],What is custom tag / user control in a ASP.NET / Java based Web application? How it works? When we need this technology? How you could implement a shopping cart in ASP.NET / Java / PHP? What is AJAX and how it works? How we use AJAX in ASP.NET / jQuery / PHP / Java based Web application? We have a list of products that have name, price and photo. We need to display them in a Web application. Describe the steps to do this in ASP.NET / Java / PHP. How we implement URL rewriting in ASP.NET / Java Web application / PHP?
Typical Technical Questions (6) ,[object Object],What is source control repository? Which source control software you have used and when? What is software requirements specification (SRS)? What is the typical structure of such document? What is unit testing? When we need it? What unit testting frameworks you have used? How the continous integration works? Explain what is agile development. What is SCRUM? Explain the most important practices of SCRUM.
Abstract Thinking Questions Puzzles, Unsolvable Problems, Etc.
Abstract Thinking Questions ,[object Object],[object Object],Estimate how many gas stations exist in Sofia. Do you see the tree outside on the street? Can you calculate how many leaves it has? You have 8 balls. One of them is defective and weighs less than others. You have a balance to measure balls against each other. In 2 weighings how do you find the defective one?
Personal Character Questions Your Best and Worst Qualities, Ability to Work in a Team, How do you Handle a Stressful Situation?
Typical Personal Character Assessment Questions ,[object Object],Describe the ideal software company from your dreams. Can you describe an ideal collague / team member? What are your 5 best personal character qualities? What are your 5 worst personal character qualities? What kind of sport do you practice? At which position do you play? What shall you do if you have a deadline until tomorrow and your project is not completed? How do you resolve a conflict with a colleague?
Typical Personal Character Assessment Questions (2) ,[object Object],Do you prefer to work independently or in a team? Give some examples of a team work from your experience. Describe a difficult work situation / project you have experienced and how you overcame it. What does motivate you and what does not? How do you handle stress and pressure? How you can evaluate your results. What is success?
Typical Personal Character Assessment Questions (3) ,[object Object],What were your responsibilities at your last job / last project? What major challenges and problems did you face? How did you handle them? Why are you leaving your current job? What interests you about this job? What challenges are you looking for in this position? Why we need to hire you, not someone else?
The &quot;Salary&quot; Question How to Answer in the Best Way?
The &quot;Salary&quot; Question ,[object Object],[object Object],[object Object],What salary do you expect? I don't care about the payment. I want to work at the company for long-term and I believe that if my results are good I will be paid accordingly. I understand that I have to learn a lot. Thus now I think I could start with a salary of XXX leva and in a year I expect to become more skillful and get a pay rise of YYY (or be fired if I don't meet your expectations).
The &quot;Salary&quot; Question (2) ,[object Object],[object Object],[object Object],[object Object],I don't know what salary to expect. Please make an offer for me. You will be a junior developer (trainee). For this position our salary range is from XXX to YYY leva.
The &quot;Salary&quot; Question (3) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Typical Mistakes and How to Avoid Them? One Wrong Word Could Spoil the Deal!
Typical Mistakes ,[object Object],[object Object],[object Object],[object Object],Did you have colleagues or classmates who you can't stand? What were they? Why you can't stand them? Generally I can stand anyone. I don't like too much XXX kind of people but if I need to work in a team with such colleagues I will defenitely find a way.
Typical Mistakes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Typical Mistakes (2) ,[object Object],[object Object],[object Object],This is my first job and I want to start with 1800 leva net salary because I am very smart and experienced. I will work in your company for few months and will go abroad for a better job after I get some experience. I want to start a job at some management position because I have graduated University in UK.
Typical Mistakes (3) ,[object Object],[object Object],I want to start working but my University education is my first priority. Thus I will be unable to come at work each Tuesday and each Wednesday and when I have tests, exams and projects. My first priority is my job. In the same time I have some commitments in the University but I am flexible to do my best to move them out of working time. Sometimes (e.g. once monthly) I will have to take tests / exams in the University and I hope we could find a way to avoid harmful consequences for my projects at work due to my eventual absence. Do you think this would be possible?
Other Hints Do not Come Late, Usual Dressing, …
Other Hints ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Recommended Books ,[object Object],[object Object]
Homework ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Homework (2) ,[object Object],[object Object],[object Object],[object Object],[object Object]
How to Pass an Interview for Software Engineer? ,[object Object]
Thank You!

Contenu connexe

Tendances

Pte introduction
Pte introductionPte introduction
Pte introduction劲 张
 
50 common interview questions & answers
50 common interview questions & answers50 common interview questions & answers
50 common interview questions & answersRichard Morgan
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanMrJobApplications
 
How To Write A Resume/CV - Resume Writing Tips
How To Write A Resume/CV - Resume Writing TipsHow To Write A Resume/CV - Resume Writing Tips
How To Write A Resume/CV - Resume Writing TipsResumonk
 
IELTS Speaking Strategies 1
IELTS Speaking Strategies 1IELTS Speaking Strategies 1
IELTS Speaking Strategies 1Briana Songer
 
64 hr-job-interview-questions-and-answers
64 hr-job-interview-questions-and-answers64 hr-job-interview-questions-and-answers
64 hr-job-interview-questions-and-answersfebatul
 
IELTS Speaking Part 2.pptx
IELTS Speaking Part 2.pptxIELTS Speaking Part 2.pptx
IELTS Speaking Part 2.pptxDipak Bohara
 
IELTS Reading Question Types: Information and Tips
IELTS Reading Question Types: Information and Tips IELTS Reading Question Types: Information and Tips
IELTS Reading Question Types: Information and Tips Melanie Gerosano
 
Becoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationBecoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationJenny Sommers
 
Interview Training for Hiring Managers
Interview Training for Hiring ManagersInterview Training for Hiring Managers
Interview Training for Hiring ManagersTina Berg
 
Tough Interview Questions & The Answers That Will Impress Potential Employers
Tough Interview Questions & The Answers That Will Impress Potential EmployersTough Interview Questions & The Answers That Will Impress Potential Employers
Tough Interview Questions & The Answers That Will Impress Potential EmployersCachinko
 
IELTS Reading - An Overview of IELTS Reading Question Types AC - GT
IELTS Reading - An Overview of IELTS Reading Question Types AC - GTIELTS Reading - An Overview of IELTS Reading Question Types AC - GT
IELTS Reading - An Overview of IELTS Reading Question Types AC - GTIELTSBackup
 
How to Write a Resume (CV)?
How to Write a Resume (CV)?How to Write a Resume (CV)?
How to Write a Resume (CV)?Svetlin Nakov
 
IELTS Listening - Form Completion - Introduction - Useful Tips
IELTS Listening - Form Completion - Introduction - Useful TipsIELTS Listening - Form Completion - Introduction - Useful Tips
IELTS Listening - Form Completion - Introduction - Useful TipsIELTSBackup
 

Tendances (20)

Pte introduction
Pte introductionPte introduction
Pte introduction
 
Job interview
Job interviewJob interview
Job interview
 
50 common interview questions & answers
50 common interview questions & answers50 common interview questions & answers
50 common interview questions & answers
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson Plan
 
How To Write A Resume/CV - Resume Writing Tips
How To Write A Resume/CV - Resume Writing TipsHow To Write A Resume/CV - Resume Writing Tips
How To Write A Resume/CV - Resume Writing Tips
 
IELTS Speaking Strategies 1
IELTS Speaking Strategies 1IELTS Speaking Strategies 1
IELTS Speaking Strategies 1
 
64 hr-job-interview-questions-and-answers
64 hr-job-interview-questions-and-answers64 hr-job-interview-questions-and-answers
64 hr-job-interview-questions-and-answers
 
IELTS Speaking Part 2.pptx
IELTS Speaking Part 2.pptxIELTS Speaking Part 2.pptx
IELTS Speaking Part 2.pptx
 
IELTS Reading Question Types: Information and Tips
IELTS Reading Question Types: Information and Tips IELTS Reading Question Types: Information and Tips
IELTS Reading Question Types: Information and Tips
 
Becoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationBecoming an Effective Interviewer Presentation
Becoming an Effective Interviewer Presentation
 
Interview Training for Hiring Managers
Interview Training for Hiring ManagersInterview Training for Hiring Managers
Interview Training for Hiring Managers
 
Tough Interview Questions & The Answers That Will Impress Potential Employers
Tough Interview Questions & The Answers That Will Impress Potential EmployersTough Interview Questions & The Answers That Will Impress Potential Employers
Tough Interview Questions & The Answers That Will Impress Potential Employers
 
IELTS Reading - An Overview of IELTS Reading Question Types AC - GT
IELTS Reading - An Overview of IELTS Reading Question Types AC - GTIELTS Reading - An Overview of IELTS Reading Question Types AC - GT
IELTS Reading - An Overview of IELTS Reading Question Types AC - GT
 
How to Write a Resume (CV)?
How to Write a Resume (CV)?How to Write a Resume (CV)?
How to Write a Resume (CV)?
 
Skills for the TOEFL IBT
Skills for the TOEFL IBTSkills for the TOEFL IBT
Skills for the TOEFL IBT
 
PTE EXAM
PTE EXAMPTE EXAM
PTE EXAM
 
IELTS Listening - Form Completion - Introduction - Useful Tips
IELTS Listening - Form Completion - Introduction - Useful TipsIELTS Listening - Form Completion - Introduction - Useful Tips
IELTS Listening - Form Completion - Introduction - Useful Tips
 
Admissions pp final
Admissions pp finalAdmissions pp final
Admissions pp final
 
IELTS Reading Overview
IELTS Reading OverviewIELTS Reading Overview
IELTS Reading Overview
 
IELTS
IELTSIELTS
IELTS
 

En vedette

How to Introduce Yourself Quickly
How to Introduce Yourself QuicklyHow to Introduce Yourself Quickly
How to Introduce Yourself QuicklyGilda Bonanno
 
Introduce yourself
Introduce yourselfIntroduce yourself
Introduce yourselfeijioda11
 
About Me PowerPoint Presentation
About Me PowerPoint PresentationAbout Me PowerPoint Presentation
About Me PowerPoint PresentationLeah Stensland
 
Django Interview Questions and Answers
Django Interview Questions and AnswersDjango Interview Questions and Answers
Django Interview Questions and AnswersPython Devloper
 
Top 7 software developer interview questions answers
Top 7 software developer interview questions answersTop 7 software developer interview questions answers
Top 7 software developer interview questions answersSuccessSecrets247
 
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...Universitat Politècnica de Catalunya
 
Self introduction In Interviews
Self introduction In InterviewsSelf introduction In Interviews
Self introduction In InterviewsPeter Fisher
 
Tell Me About Yourself
Tell Me About YourselfTell Me About Yourself
Tell Me About Yourselfguest576f22f
 
An interview presentation that lands senior-level jobs
An interview presentation that lands senior-level jobsAn interview presentation that lands senior-level jobs
An interview presentation that lands senior-level jobspsymar
 
Sample resume ppt
Sample resume pptSample resume ppt
Sample resume pptlissarray
 
20 Rules of Change Management in Organizations by Catherine Adenle
20 Rules of Change Management in Organizations by Catherine Adenle20 Rules of Change Management in Organizations by Catherine Adenle
20 Rules of Change Management in Organizations by Catherine AdenleCatherine Adenle
 
INTERVIEWING POWERPOINT
INTERVIEWING POWERPOINT INTERVIEWING POWERPOINT
INTERVIEWING POWERPOINT Andrew Schwartz
 
Job interview slide show
Job interview slide showJob interview slide show
Job interview slide showlmcdonaldbe
 
Software Engineering ppt
Software Engineering pptSoftware Engineering ppt
Software Engineering pptshruths2890
 
Introduce yourself
Introduce yourselfIntroduce yourself
Introduce yourselfmarpila
 
All About Me Slideshow
All About Me SlideshowAll About Me Slideshow
All About Me Slideshowzalawlor
 
All About Me Powerpoint
All About Me PowerpointAll About Me Powerpoint
All About Me PowerpointAmber Bauerly
 

En vedette (20)

How to Introduce Yourself Quickly
How to Introduce Yourself QuicklyHow to Introduce Yourself Quickly
How to Introduce Yourself Quickly
 
Introduce yourself
Introduce yourselfIntroduce yourself
Introduce yourself
 
About Me PowerPoint Presentation
About Me PowerPoint PresentationAbout Me PowerPoint Presentation
About Me PowerPoint Presentation
 
PPT ON Self introduction
PPT ON Self introductionPPT ON Self introduction
PPT ON Self introduction
 
Django Interview Questions and Answers
Django Interview Questions and AnswersDjango Interview Questions and Answers
Django Interview Questions and Answers
 
Top 7 software developer interview questions answers
Top 7 software developer interview questions answersTop 7 software developer interview questions answers
Top 7 software developer interview questions answers
 
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...
Video Analysis with Convolutional Neural Networks (Master Computer Vision Bar...
 
Self introduction In Interviews
Self introduction In InterviewsSelf introduction In Interviews
Self introduction In Interviews
 
Cse ppt
Cse pptCse ppt
Cse ppt
 
Computer Science Engineering
Computer Science EngineeringComputer Science Engineering
Computer Science Engineering
 
Tell Me About Yourself
Tell Me About YourselfTell Me About Yourself
Tell Me About Yourself
 
An interview presentation that lands senior-level jobs
An interview presentation that lands senior-level jobsAn interview presentation that lands senior-level jobs
An interview presentation that lands senior-level jobs
 
Sample resume ppt
Sample resume pptSample resume ppt
Sample resume ppt
 
20 Rules of Change Management in Organizations by Catherine Adenle
20 Rules of Change Management in Organizations by Catherine Adenle20 Rules of Change Management in Organizations by Catherine Adenle
20 Rules of Change Management in Organizations by Catherine Adenle
 
INTERVIEWING POWERPOINT
INTERVIEWING POWERPOINT INTERVIEWING POWERPOINT
INTERVIEWING POWERPOINT
 
Job interview slide show
Job interview slide showJob interview slide show
Job interview slide show
 
Software Engineering ppt
Software Engineering pptSoftware Engineering ppt
Software Engineering ppt
 
Introduce yourself
Introduce yourselfIntroduce yourself
Introduce yourself
 
All About Me Slideshow
All About Me SlideshowAll About Me Slideshow
All About Me Slideshow
 
All About Me Powerpoint
All About Me PowerpointAll About Me Powerpoint
All About Me Powerpoint
 

Similaire à How to Pass an Interview for Software Engineer

5. Подготовка и явяване на ИТ интервю
5. Подготовка и явяване на ИТ интервю5. Подготовка и явяване на ИТ интервю
5. Подготовка и явяване на ИТ интервюSvetlin Nakov
 
Cracking The Technical Interview
Cracking The Technical InterviewCracking The Technical Interview
Cracking The Technical Interviewcareercup
 
Test Preparation Strategies
Test Preparation StrategiesTest Preparation Strategies
Test Preparation StrategiesIOdiva
 
How to Pass an Interview for Software Engineer
How to Pass an Interview for Software EngineerHow to Pass an Interview for Software Engineer
How to Pass an Interview for Software Engineersuttoantruot
 
Interviewing and Getting a Job 101
Interviewing and Getting a Job 101Interviewing and Getting a Job 101
Interviewing and Getting a Job 101spartasoft
 
SSA Resume Workshop 2017 Centriq
SSA Resume Workshop 2017 CentriqSSA Resume Workshop 2017 Centriq
SSA Resume Workshop 2017 CentriqTina Pugh
 
Cracking The Technical Interview Uw
Cracking The Technical Interview   UwCracking The Technical Interview   Uw
Cracking The Technical Interview Uwcareercup
 
Feeling anxious about your technical interview
Feeling anxious about your technical interviewFeeling anxious about your technical interview
Feeling anxious about your technical interviewSarah Walsh
 
Cracking the coding interview u penn - sept 30 2010
Cracking the coding interview   u penn - sept 30 2010Cracking the coding interview   u penn - sept 30 2010
Cracking the coding interview u penn - sept 30 2010careercup
 
Preparing yourself for an inteview
Preparing yourself for an inteviewPreparing yourself for an inteview
Preparing yourself for an inteviewHayesha Somarathne
 
Effective interviewing
Effective interviewingEffective interviewing
Effective interviewingnolken
 
Summer of Tech Resume 2014
Summer of Tech Resume 2014 Summer of Tech Resume 2014
Summer of Tech Resume 2014 John Clegg
 
Cracking the coding interview columbia - march 23 2011
Cracking the coding interview   columbia - march 23 2011Cracking the coding interview   columbia - march 23 2011
Cracking the coding interview columbia - march 23 2011careercup
 
Meetup Python Gascoigne Partners
Meetup Python Gascoigne PartnersMeetup Python Gascoigne Partners
Meetup Python Gascoigne PartnersGascoigne Partners
 

Similaire à How to Pass an Interview for Software Engineer (20)

5. Подготовка и явяване на ИТ интервю
5. Подготовка и явяване на ИТ интервю5. Подготовка и явяване на ИТ интервю
5. Подготовка и явяване на ИТ интервю
 
Cracking The Technical Interview
Cracking The Technical InterviewCracking The Technical Interview
Cracking The Technical Interview
 
Karat at CMU
Karat at CMUKarat at CMU
Karat at CMU
 
Test Preparation Strategies
Test Preparation StrategiesTest Preparation Strategies
Test Preparation Strategies
 
How to Pass an Interview for Software Engineer
How to Pass an Interview for Software EngineerHow to Pass an Interview for Software Engineer
How to Pass an Interview for Software Engineer
 
Interviewing and Getting a Job 101
Interviewing and Getting a Job 101Interviewing and Getting a Job 101
Interviewing and Getting a Job 101
 
SSA Resume Workshop 2017 Centriq
SSA Resume Workshop 2017 CentriqSSA Resume Workshop 2017 Centriq
SSA Resume Workshop 2017 Centriq
 
Cracking The Technical Interview Uw
Cracking The Technical Interview   UwCracking The Technical Interview   Uw
Cracking The Technical Interview Uw
 
Feeling anxious about your technical interview
Feeling anxious about your technical interviewFeeling anxious about your technical interview
Feeling anxious about your technical interview
 
Interviews
InterviewsInterviews
Interviews
 
Interview Skills
Interview SkillsInterview Skills
Interview Skills
 
Interview techniques workshop
Interview techniques workshopInterview techniques workshop
Interview techniques workshop
 
Cracking the coding interview u penn - sept 30 2010
Cracking the coding interview   u penn - sept 30 2010Cracking the coding interview   u penn - sept 30 2010
Cracking the coding interview u penn - sept 30 2010
 
Preparing yourself for an inteview
Preparing yourself for an inteviewPreparing yourself for an inteview
Preparing yourself for an inteview
 
Effective interviewing
Effective interviewingEffective interviewing
Effective interviewing
 
SoC Resume2009
SoC Resume2009SoC Resume2009
SoC Resume2009
 
Summer of Tech Resume 2014
Summer of Tech Resume 2014 Summer of Tech Resume 2014
Summer of Tech Resume 2014
 
All About Interview
All About InterviewAll About Interview
All About Interview
 
Cracking the coding interview columbia - march 23 2011
Cracking the coding interview   columbia - march 23 2011Cracking the coding interview   columbia - march 23 2011
Cracking the coding interview columbia - march 23 2011
 
Meetup Python Gascoigne Partners
Meetup Python Gascoigne PartnersMeetup Python Gascoigne Partners
Meetup Python Gascoigne Partners
 

Plus de Doncho Minkov

Plus de Doncho Minkov (20)

Web Design Concepts
Web Design ConceptsWeb Design Concepts
Web Design Concepts
 
Web design Tools
Web design ToolsWeb design Tools
Web design Tools
 
HTML 5
HTML 5HTML 5
HTML 5
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and Forms
 
CSS Overview
CSS OverviewCSS Overview
CSS Overview
 
CSS Presentation
CSS PresentationCSS Presentation
CSS Presentation
 
CSS Layout
CSS LayoutCSS Layout
CSS Layout
 
CSS 3
CSS 3CSS 3
CSS 3
 
Adobe Photoshop
Adobe PhotoshopAdobe Photoshop
Adobe Photoshop
 
Slice and Dice
Slice and DiceSlice and Dice
Slice and Dice
 
Introduction to XAML and WPF
Introduction to XAML and WPFIntroduction to XAML and WPF
Introduction to XAML and WPF
 
WPF Layout Containers
WPF Layout ContainersWPF Layout Containers
WPF Layout Containers
 
WPF Controls
WPF ControlsWPF Controls
WPF Controls
 
WPF Templating and Styling
WPF Templating and StylingWPF Templating and Styling
WPF Templating and Styling
 
WPF Graphics and Animations
WPF Graphics and AnimationsWPF Graphics and Animations
WPF Graphics and Animations
 
Simple Data Binding
Simple Data BindingSimple Data Binding
Simple Data Binding
 
Complex Data Binding
Complex Data BindingComplex Data Binding
Complex Data Binding
 
WPF Concepts
WPF ConceptsWPF Concepts
WPF Concepts
 
Model View ViewModel
Model View ViewModelModel View ViewModel
Model View ViewModel
 
WPF and Databases
WPF and DatabasesWPF and Databases
WPF and Databases
 

Dernier

Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night StandCall Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men 🔝Tumkur🔝 Escorts S...
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men  🔝Tumkur🔝   Escorts S...➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men  🔝Tumkur🔝   Escorts S...
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men 🔝Tumkur🔝 Escorts S...amitlee9823
 
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...amitlee9823
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...poojakaurpk09
 
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...amitlee9823
 
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...Angela Justice, PhD
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jonesjonesyde302
 
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...amitlee9823
 
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxsportsworldproductio
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negronnegronf24
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...Call Girls in Nagpur High Profile
 
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night StandCall Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...amitlee9823
 
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)Delhi Call girls
 

Dernier (20)

Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night StandCall Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men 🔝Tumkur🔝 Escorts S...
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men  🔝Tumkur🔝   Escorts S...➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men  🔝Tumkur🔝   Escorts S...
➥🔝 7737669865 🔝▻ Tumkur Call-girls in Women Seeking Men 🔝Tumkur🔝 Escorts S...
 
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
 
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
 
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...
Simple, 3-Step Strategy to Improve Your Executive Presence (Even if You Don't...
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jones
 
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
 
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptx
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negron
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
 
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night StandCall Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
 
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
 

How to Pass an Interview for Software Engineer

  • 1.
  • 2.
  • 3. What is a Job Interview? A Stressful Situation or a Chance to Demonstrate Your Knowledge and Skills?
  • 4.
  • 5.
  • 6. Interview Preparation What is the Best Way to Prepare Yourself for an Upcoming Interview?
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13. The Interview Process Typical Scenario for a Technical Interview
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. Typical Interview Questions and Answers (for Junior Software Development Positions)
  • 25.
  • 26. General Questions Experience, Education, Future Plans
  • 27. Typical General Questions Where are you from? What High school have you graduated? What University have you graduated / studying now? When you started programming? How many books about computer programming you have read? What was the name of the last? Do you believe that computer programming is your passion and your future job? Can you work on full time (8 hours/day)? If not how many hours a week you can work?
  • 28. Typical General Questions (2) What are your English skills? Can you freely talk on the telephone in English? What are your plans for the next few years? How you see your career after 2 or 3 years? How you inform yourself about new technologies? Do you read news or blogs? Which sites? Shall you study more after you graduate your current University degree? Maybe abroad? How will you describe your typical work day? What do you know about our company?
  • 29. Technical Questions Algorithms, Databases, Web Technologies, Etc.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36. Abstract Thinking Questions Puzzles, Unsolvable Problems, Etc.
  • 37.
  • 38. Personal Character Questions Your Best and Worst Qualities, Ability to Work in a Team, How do you Handle a Stressful Situation?
  • 39.
  • 40.
  • 41.
  • 42. The &quot;Salary&quot; Question How to Answer in the Best Way?
  • 43.
  • 44.
  • 45.
  • 46. Typical Mistakes and How to Avoid Them? One Wrong Word Could Spoil the Deal!
  • 47.
  • 48.
  • 49.
  • 50.
  • 51. Other Hints Do not Come Late, Usual Dressing, …
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.