SlideShare una empresa de Scribd logo
1 de 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!

Más contenido relacionado

La actualidad más candente

Interview Techniques
Interview TechniquesInterview Techniques
Interview TechniquesA B Shinde
 
Interview Training for Hiring Managers
Interview Training for Hiring ManagersInterview Training for Hiring Managers
Interview Training for Hiring ManagersTina Berg
 
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...Paulo Caroli
 
Interviewing Skills for Hiring Managers
Interviewing Skills for Hiring ManagersInterviewing Skills for Hiring Managers
Interviewing Skills for Hiring Managerskvokacek
 
Self introduction in interview for job powerpoint presentation slides
Self introduction in interview for job powerpoint presentation slides Self introduction in interview for job powerpoint presentation slides
Self introduction in interview for job powerpoint presentation slides SlideTeam
 
Example Presentation About Myself Interview PPT PowerPoint Presentation Slides
Example Presentation About Myself Interview PPT PowerPoint Presentation SlidesExample Presentation About Myself Interview PPT PowerPoint Presentation Slides
Example Presentation About Myself Interview PPT PowerPoint Presentation SlidesSlideTeam
 
Introduce Yourself Job Application PowerPoint Presentation Slides
Introduce Yourself Job Application PowerPoint Presentation SlidesIntroduce Yourself Job Application PowerPoint Presentation Slides
Introduce Yourself Job Application PowerPoint Presentation SlidesSlideTeam
 
Conducting interviews
Conducting interviewsConducting interviews
Conducting interviewsGia Tri Tien
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanMrJobApplications
 
Behavioural Interviewing Skills, 2012-2013
Behavioural Interviewing Skills, 2012-2013Behavioural Interviewing Skills, 2012-2013
Behavioural Interviewing Skills, 2012-2013ankiit aggarwal
 
How To Make A Good Presentation
How To Make A Good PresentationHow To Make A Good Presentation
How To Make A Good PresentationWilliam Kaplin
 
:: Competency Based Interview ::
:: Competency Based Interview :::: Competency Based Interview ::
:: Competency Based Interview ::Bahaa Azim
 
Resume Mech. Draftsman
Resume Mech. DraftsmanResume Mech. Draftsman
Resume Mech. DraftsmanMuhammad Islam
 
Introduce Yourself Job Application Powerpoint Presentation Slides
Introduce Yourself Job Application Powerpoint Presentation SlidesIntroduce Yourself Job Application Powerpoint Presentation Slides
Introduce Yourself Job Application Powerpoint Presentation SlidesSlideTeam
 
How to write an effective resume?
How to write an effective resume?How to write an effective resume?
How to write an effective resume?Deepak Kumar
 
Job Interview Techniques
Job Interview TechniquesJob Interview Techniques
Job Interview TechniquesNanette Bajador
 
RDrew Resume Workshop
RDrew Resume WorkshopRDrew Resume Workshop
RDrew Resume WorkshopRon Drew
 
Making an Impactful Presentation
Making an Impactful PresentationMaking an Impactful Presentation
Making an Impactful PresentationWong Yew Yip
 

La actualidad más candente (20)

Interview Techniques
Interview TechniquesInterview Techniques
Interview Techniques
 
Interview Training for Hiring Managers
Interview Training for Hiring ManagersInterview Training for Hiring Managers
Interview Training for Hiring Managers
 
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...
Retrospectivas Divertidas: atividades e idéias para fazer retrospectivas ágei...
 
Interviewing Skills for Hiring Managers
Interviewing Skills for Hiring ManagersInterviewing Skills for Hiring Managers
Interviewing Skills for Hiring Managers
 
Self introduction in interview for job powerpoint presentation slides
Self introduction in interview for job powerpoint presentation slides Self introduction in interview for job powerpoint presentation slides
Self introduction in interview for job powerpoint presentation slides
 
Example Presentation About Myself Interview PPT PowerPoint Presentation Slides
Example Presentation About Myself Interview PPT PowerPoint Presentation SlidesExample Presentation About Myself Interview PPT PowerPoint Presentation Slides
Example Presentation About Myself Interview PPT PowerPoint Presentation Slides
 
Introduce Yourself Job Application PowerPoint Presentation Slides
Introduce Yourself Job Application PowerPoint Presentation SlidesIntroduce Yourself Job Application PowerPoint Presentation Slides
Introduce Yourself Job Application PowerPoint Presentation Slides
 
Interview Skills
Interview SkillsInterview Skills
Interview Skills
 
Conducting interviews
Conducting interviewsConducting interviews
Conducting interviews
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson Plan
 
Behavioural Interviewing Skills, 2012-2013
Behavioural Interviewing Skills, 2012-2013Behavioural Interviewing Skills, 2012-2013
Behavioural Interviewing Skills, 2012-2013
 
How To Make A Good Presentation
How To Make A Good PresentationHow To Make A Good Presentation
How To Make A Good Presentation
 
:: Competency Based Interview ::
:: Competency Based Interview :::: Competency Based Interview ::
:: Competency Based Interview ::
 
Resume Mech. Draftsman
Resume Mech. DraftsmanResume Mech. Draftsman
Resume Mech. Draftsman
 
Interview
InterviewInterview
Interview
 
Introduce Yourself Job Application Powerpoint Presentation Slides
Introduce Yourself Job Application Powerpoint Presentation SlidesIntroduce Yourself Job Application Powerpoint Presentation Slides
Introduce Yourself Job Application Powerpoint Presentation Slides
 
How to write an effective resume?
How to write an effective resume?How to write an effective resume?
How to write an effective resume?
 
Job Interview Techniques
Job Interview TechniquesJob Interview Techniques
Job Interview Techniques
 
RDrew Resume Workshop
RDrew Resume WorkshopRDrew Resume Workshop
RDrew Resume Workshop
 
Making an Impactful Presentation
Making an Impactful PresentationMaking an Impactful Presentation
Making an Impactful Presentation
 

Destacado

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
 

Destacado (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
 

Similar a 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
 

Similar a 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
 

Más de Doncho Minkov

Más 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
 

Último

do's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Jobdo's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of JobRemote DBA Services
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一lvtagr7
 
办理哈珀亚当斯大学学院毕业证书文凭学位证书
办理哈珀亚当斯大学学院毕业证书文凭学位证书办理哈珀亚当斯大学学院毕业证书文凭学位证书
办理哈珀亚当斯大学学院毕业证书文凭学位证书saphesg8
 
MIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewMIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewSheldon Byron
 
Back on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveBack on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveMarharyta Nedzelska
 
定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一
 定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一 定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一
定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一Fs sss
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607dollysharma2066
 
LinkedIn Strategic Guidelines April 2024
LinkedIn Strategic Guidelines April 2024LinkedIn Strategic Guidelines April 2024
LinkedIn Strategic Guidelines April 2024Bruce Bennett
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Discovery Institute
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyOrtega Alikwe
 
Jumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3AJumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3Ajumarkdiezmo1
 
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...nitagrag2
 
Protection of Children in context of IHL and Counter Terrorism
Protection of Children in context of IHL and  Counter TerrorismProtection of Children in context of IHL and  Counter Terrorism
Protection of Children in context of IHL and Counter TerrorismNilendra Kumar
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxJenniferPeraro1
 
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdf
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdfMost Inspirational Leaders Empowering the Educational Sector, 2024.pdf
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdfTheKnowledgeReview2
 
Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewCrack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewNilendra Kumar
 
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一2s3dgmej
 

Último (20)

do's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Jobdo's and don'ts in Telephone Interview of Job
do's and don'ts in Telephone Interview of Job
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
 
办理哈珀亚当斯大学学院毕业证书文凭学位证书
办理哈珀亚当斯大学学院毕业证书文凭学位证书办理哈珀亚当斯大学学院毕业证书文凭学位证书
办理哈珀亚当斯大学学院毕业证书文凭学位证书
 
MIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewMIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx review
 
Back on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveBack on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental Leave
 
定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一
 定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一 定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一
定制(UOIT学位证)加拿大安大略理工大学毕业证成绩单原版一比一
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
 
LinkedIn Strategic Guidelines April 2024
LinkedIn Strategic Guidelines April 2024LinkedIn Strategic Guidelines April 2024
LinkedIn Strategic Guidelines April 2024
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, India
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary Photography
 
Jumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3AJumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3A
 
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort ServiceYoung Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
 
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
 
Protection of Children in context of IHL and Counter Terrorism
Protection of Children in context of IHL and  Counter TerrorismProtection of Children in context of IHL and  Counter Terrorism
Protection of Children in context of IHL and Counter Terrorism
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptx
 
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档
格里菲斯大学毕业证(Griffith毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdf
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdfMost Inspirational Leaders Empowering the Educational Sector, 2024.pdf
Most Inspirational Leaders Empowering the Educational Sector, 2024.pdf
 
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
 
Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewCrack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
 
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
 

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.