Interviewing. The Basics Show up on time. Look professional. – Better than the average employee. Be awake. Plan ahead to make sure you know where you.

Slides:



Advertisements
Similar presentations
 GRADE 11.  How you write your personal essay shows the admissions committee why you are different from other applicants. It provides information about.
Advertisements

Step 4: Inviting to Coach
SEO Search Engine Optimization: Communicating well with search engines and with human beings. GET OUT OF YOUR SEO TIME MACHINE SEO hasn’t died, but it.
Interview Workshop The Pennsylvania State University Actuarial Science Club September 18, 2013.
© 2014 wheresjenny.com Prep talk Prep Talk before the interview:
HIRE Experience ! Sacramento Professional Network 1 3 Steps to a Flawless Informational Interview November 26, 2013.
What does it take!?. As you know, the employment market has changed dramatically in the past few years. We came a long way form the times where all that.
Intro to CIT 594
1 CS 177 Week 12 Recitation Slides Running Time and Performance.
Rejection Blues by Mirella M. Moro. Outline Submitting your work is important Factors influence paper selection What to do if paper rejected What rejection.
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
CS 106 Introduction to Computer Science I 03 / 03 / 2008 Instructor: Michael Eckmann.
Administrivia Turn in ranking sheets, we’ll have group assignments to you as soon as possible Homeworks Programming Assignment 1 due next Tuesday Group.
Project title (make sure to include your logo) All Your Names Plan on no more than 10 minutes (about 6-7 slides)
CS 106 Introduction to Computer Science I 10 / 15 / 2007 Instructor: Michael Eckmann.
CS 106 Introduction to Computer Science I 10 / 16 / 2006 Instructor: Michael Eckmann.
Tips on Choosing a Good Book and Writing a Review
INTERVIEW.
Why is it important? Because the application is your first chance to present your skills to the employer.  Read the entire application form before you.
Getting a Job Soon you will be looking for your first job.
M.S. Job Search and Resume Writing Workshop Min Zhong (modified from a Caltech Resume workshop by Niniane Wang) March 13, 2008.
Frustrated with your sales numbers? Learn best in class sales practices.
How Do I Find a Job to Apply to?
SOFTWARE ENGINEERING JOBS Tyler White & Mim Cobaj.
Abstraction IS 101Y/CMSC 101 Computational Thinking and Design Tuesday, September 17, 2013 Carolyn Seaman University of Maryland, Baltimore County.
Writing Expository Compositions Starting Your Essay At some point you’re going to have to write an essay called an Expository Composition This means any.
1 HCC Brandon Independent Study Orientation Power Point Instructor: Tiffany Cantrell.
Overcoming Objections For Bookings & Recruiting By Donna Nettleton.
Preparing for an Interview Activity 5: Careers, Training, and Specialization in Louisiana.
Interviewing for a Job Preparing for the interview During the Interview After the Interview.
CRACKING THE CODING INTERVIEW Nitish Upreti. Nitish
Find out more about your family.  We are all going to learn a little bit more about ourselves and our heritage by interviewing an older family member.
Interviewing. Interview Scenario You’re working as a software engineer – Several open tickets – Bug Reports – Sprint deadline approaching You need another.
Informational Interviews Creating Professional Connections.
P ERSUASIVE WRITING Advertising. W HAT IS ADVERTISING ? Advertising is a tool used to get people to want to buy something. The main reason ads are created.
Successful Interviewing. Objective Students will be able to anticipate and articulate key job skills and be prepared for a real job interview.
By Jackie Schneider Are you sitting comfortably? Let’s get listening!
Lesson 12, Unit 5 Applications, Interviews, Cover Letters, and Work Permits Based on the Plan Ahead educational materials made available by Gap Inc. at.
Microsoft ® Office PowerPoint ® 2003 Training Playing sound [Your company name] presents:
AGENDA Placement Process Resume Interviews Preparation / Subjects ?? Interview Questions Q & A.
The Unwritten Rules of Interviewing Juan C. Meza Sandia National Laboratories Presentation to AGEP, Rice University, Houston, TX July 21, 2000.
© 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Reducing Waste in the Test Cycle.
Interview Workshop The Pennsylvania State University Actuarial Science Club April 3, 2014.
Welcome to: Mr. O’Neill’s AP Computer Science Class SAN MARCOS HIGH SCHOOL KNIGHT PRIDE Leading... Now Tomorrow Forever.
1 CS 177 Week 12 Recitation Slides Running Time and Performance.
... And Make the Most out of your Summer Internship.
Gather all necessary information Fill out job applications Create a resume Apply Practice for Interview Plan appearance Interview for the job Soon you.
Peer Pressure / Refusal Skills. Health Class Reminders Take out your Peer Pressure and Refusal Skills notes from last Friday. Take the first 10 minutes.
How to Land a Top-Paying Computer and Information Systems Managers Job- Your Complete Guide to Opportunities- Resumes and Cover Letters- Interviews- Salaries-...
Year 13 Assembly 18 NOVEMBER UCAS  69 applications have been sent  27 applications being processed now  8 late applicants!  Year 14 applications.
Fall 2015, Kevin Quinn CSE373: Data Structures & Algorithms Lecture 25: Problem Solving CSE373: Data Structures and algorithms1.
Week 7-10 MondayTuesdayWednesdayThursdayFriday Joel test & interviewing No reading GroupsReviewsSectionProgress report due Readings out Reading dueGroups.
"If you fail to plan, you plan to fail".
June REU 2003 How to Conduct Research Some Rules of Thumb.
Applying for a Job Resume and Interviewing. Items to include when applying for a job…  Resume  References  Portfolio (if appropriate) Items to bring.
Proper Interview Techniques May 13, Be Quiet and Focus Listen to the question asked and then answer; keeping the answer between 2 and 3 minutes.
© 2015 albert-learning.com How to talk to your boss How to talk to your boss!!
THE JOB SEARCH PROCESS Opening the Door to Opportunity.
Final Test Job Interview 10% Ten questions – 10% or if you are lazy – remember as many as you can for some points.
Journal 2/22/2016 What is the scariest thing about a job interview? Tell me about any experience you have had being interviewed. What is the most difficult.
Interview Preparedness
Expanding and Factoring Algebraic Expressions
Simplifying Algebraic Expressions
Presented by CMLE Dr. Mary Wilkins Jordan
Getting a Job Soon you will be looking for your first job.
Organization Leadership Skill Area
Interviews AASCEND JOB CLUB.
Interview Preparedness
Week 6 - Monday CS221.
Contacting your Charity
Presentation transcript:

Interviewing

The Basics Show up on time. Look professional. – Better than the average employee. Be awake. Plan ahead to make sure you know where you are going and who to ask for.

Before the Interview Research the position. – BAD: a ‘dev’ writes code, a ‘tester’ tests it, and a ‘manager’ keeps them on track. – Research exactly what that position means at that company. Study Computer Science basics Plan answers to ‘common questions’ Practice! – It’s a lot more difficult than you might think. – Practice on paper and/or a white board. Don’t use an IDE. Do general practice problems. – Use online suggestion sites (glassdoor.com) and practice problems.

Computer Science ‘basics’ Know the details about the language you will be using. – For Java: static, implements, extends, garbage collector, classes, methods, objects, etc. Know algorithms and data structures (you will be asked about these): – Quick sort, Merge sort, Tree traversals (BST especially for sorting) – Depth/breadth first search. – Arrays/ArrayLists/Linked Lists/Etc. Insert/delete/search  efficiency of each? – HashMaps (or other Hash object) Why it’s useful Insert/delete/search  efficiency of each? – Properties of different variable types Read the javadoc on Strings.

Technical problems to expect They’re meant to make you think (and talk). Rarely will the problem be obvious/blatant: – “Write me a program that returns the 5 th character in a string.” The problems are designed to have more than one correct answer. – “If you have an array of integers, give me back a list of all integers which appear more than once.”

Answering a technical problem Do not obsess about finding the best answer right away. (they don’t care) – Start with an obvious solution, write it out, and then improve on it. TALK!!! – You’re code is not important. Plan it out first, don’t just start coding. Ask tons of questions, even if they may be obvious. – Clarify the prompt.

Non-technical questions They will ask about you: – Experiences you’ve had. – Lessons you’ve learned. – Challenges you’ve overcome. – Etc. Assume they have read your resume, transcript, and application. – Reference to it if that will help your answer. Come prepared with a few ‘stories’ about your Computer Science history.

Now it’s your turn Come with questions. Ask for advice. Use this time to tell them anything extra about you that hasn’t come up. – If you have a great story, find a way to segue to it. This is their time to sell their company to you.

Final Notes Try to stay relaxed. – Be a nice and interesting person, beyond your code. One bad interview won’t end your chances. They want to help you, let them do so! – Ask tons of questions. – Ask for advice. If you’ve gotten to the interview, you’re already doing well! Look back at these slides, and find what you’re missing.

After the Interview If you don’t hear back within a week or two, send them an to remind them of you. Don’t take it personally if you don’t get an offer. You can ask for more time to make a decision (within reason) – You can also ask them to hurry up if you have another time constraint. If you don’t like the team they place you on, you can ask for another position. – BE POLITE!