SlideShare ist ein Scribd-Unternehmen logo
1 von 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!

Weitere ähnliche Inhalte

Was ist angesagt?

Interview Tips and Tricks Jan 2018
Interview Tips and Tricks Jan 2018Interview Tips and Tricks Jan 2018
Interview Tips and Tricks Jan 2018Victoria Welsby
 
resume writing
resume writingresume writing
resume writingAnmol Jain
 
Making Your Resume Great
Making Your Resume GreatMaking Your Resume Great
Making Your Resume Greatbkeairns
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanMrJobApplications
 
Interview Preparation
Interview PreparationInterview Preparation
Interview PreparationLilesh Pathe
 
Resume writing ppt
Resume writing pptResume writing ppt
Resume writing pptAnu Nain
 
Technical Proposal Writing
Technical Proposal Writing Technical Proposal Writing
Technical Proposal Writing Darshan Vithani
 
CV Writing Presentation
CV Writing Presentation CV Writing Presentation
CV Writing Presentation Farman Ali
 
Top 10 telecommunications engineer interview questions and answers
Top 10 telecommunications engineer interview questions and answersTop 10 telecommunications engineer interview questions and answers
Top 10 telecommunications engineer interview questions and answersjomgori
 
Cv and resume writing
Cv and resume writingCv and resume writing
Cv and resume writingaimonbhatti
 
Interview Preparation
Interview PreparationInterview Preparation
Interview PreparationKeith Tatley
 
Keywords for Resume: Resume Optimization Guide
Keywords for Resume: Resume Optimization GuideKeywords for Resume: Resume Optimization Guide
Keywords for Resume: Resume Optimization GuideResume Keywords
 
Becoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationBecoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationJenny Sommers
 

Was ist angesagt? (20)

Interview Tips and Tricks Jan 2018
Interview Tips and Tricks Jan 2018Interview Tips and Tricks Jan 2018
Interview Tips and Tricks Jan 2018
 
resume writing
resume writingresume writing
resume writing
 
Writing a Professional Resume
Writing a Professional ResumeWriting a Professional Resume
Writing a Professional Resume
 
Resume Workshop
Resume WorkshopResume Workshop
Resume Workshop
 
Making Your Resume Great
Making Your Resume GreatMaking Your Resume Great
Making Your Resume Great
 
Job-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson PlanJob-Applications.com Interviewing Lesson Plan
Job-Applications.com Interviewing Lesson Plan
 
Self assessment
Self assessmentSelf assessment
Self assessment
 
Interview Preparation
Interview PreparationInterview Preparation
Interview Preparation
 
Resume Building
Resume BuildingResume Building
Resume Building
 
Resume writing ppt
Resume writing pptResume writing ppt
Resume writing ppt
 
Technical Proposal Writing
Technical Proposal Writing Technical Proposal Writing
Technical Proposal Writing
 
CV Writing Presentation
CV Writing Presentation CV Writing Presentation
CV Writing Presentation
 
Top 10 telecommunications engineer interview questions and answers
Top 10 telecommunications engineer interview questions and answersTop 10 telecommunications engineer interview questions and answers
Top 10 telecommunications engineer interview questions and answers
 
Interview questions
Interview questionsInterview questions
Interview questions
 
Interviewing PPT
Interviewing PPTInterviewing PPT
Interviewing PPT
 
Cv and resume writing
Cv and resume writingCv and resume writing
Cv and resume writing
 
Cv
CvCv
Cv
 
Interview Preparation
Interview PreparationInterview Preparation
Interview Preparation
 
Keywords for Resume: Resume Optimization Guide
Keywords for Resume: Resume Optimization GuideKeywords for Resume: Resume Optimization Guide
Keywords for Resume: Resume Optimization Guide
 
Becoming an Effective Interviewer Presentation
Becoming an Effective Interviewer PresentationBecoming an Effective Interviewer Presentation
Becoming an Effective Interviewer Presentation
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von Doncho Minkov

Mehr von 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
 

Kürzlich hochgeladen

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 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
 
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night StandCall Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNBruce Bennett
 
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...amitlee9823
 
➥🔝 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
 
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
 
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
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
➥🔝 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
 
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdf
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdfDMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdf
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdfReemaKhan31
 
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...gajnagarg
 
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men 🔝Secunderabad🔝...
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men  🔝Secunderabad🔝...➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men  🔝Secunderabad🔝...
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men 🔝Secunderabad🔝...amitlee9823
 
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...amitlee9823
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfKen Fuller
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...sonalitrivedi431
 
Dubai Call Girls Kiki O525547819 Call Girls Dubai Koko
Dubai Call Girls Kiki O525547819 Call Girls Dubai KokoDubai Call Girls Kiki O525547819 Call Girls Dubai Koko
Dubai Call Girls Kiki O525547819 Call Girls Dubai Kokokojalkojal131
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...amitlee9823
 

Kürzlich hochgeladen (20)

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 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
 
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night StandCall Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 🥵 Book Your One night Stand
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWN
 
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
 
➥🔝 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...
 
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
 
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)
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
➥🔝 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...
 
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdf
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdfDMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdf
DMER-AYUSH-MIMS-Staff-Nurse-_Selection-List-04-05-2024.pdf
 
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls fazilka Escorts ☎️9352988975 Two shot with one girl ...
 
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men 🔝Secunderabad🔝...
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men  🔝Secunderabad🔝...➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men  🔝Secunderabad🔝...
➥🔝 7737669865 🔝▻ Secunderabad Call-girls in Women Seeking Men 🔝Secunderabad🔝...
 
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
 
Dubai Call Girls Kiki O525547819 Call Girls Dubai Koko
Dubai Call Girls Kiki O525547819 Call Girls Dubai KokoDubai Call Girls Kiki O525547819 Call Girls Dubai Koko
Dubai Call Girls Kiki O525547819 Call Girls Dubai Koko
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
 

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.