PAWS Job Candidate Selection Process Programmer... 5 SQL Report Writer/Developer Standard Interview Questions... 5

Size: px
Start display at page:

Download "PAWS Job Candidate Selection Process Programmer... 5 SQL Report Writer/Developer Standard Interview Questions... 5"

Transcription

1 Contents Page PAWS Job Candidate Selection Process... 1 Step 1: Candidate Screening... 1 Step 2: Interview Committee Review... 1 Step 3: Candidate Interview... 1 Step 4: Interview Committee Decision Process... 3 Step 5: Review of Candidates References... 3 References No issues... 3 References Potential issues... 3 References Potential issues disqualify candidate... 3 Step 6: Conditional Offer... 4 Step 7: Other Recruitment Options (As Needed)... 4 Standard Interview Questions... 5 Programmer... 5 SQL Report Writer/Developer... 7 Extended Interview Questions... 9 Programmer... 9 SQL Report Writer/Developer Document PP Version 1.0 i

2 PAWS Job Candidate Selection Process These steps outline how to vet job candidates for positions within the Programming, Applications, and Web Services (PAWS) department. Contact the Managing Director, Robby McCasland, with any questions about this process. Step 1: Candidate Screening The Managing Director screens candidates to determine if they are a good fit using the Careers at the Texas Tech University System hiring manager portal. During the screening process, the Managing Director reviews each candidate s application and resume for experience with the toolsets utilized in the PAWS department, such as.net, Microsoft SQL Server (MS SQL), and SQL Server Reporting Services (SSRS). Step 2: Interview Committee Review The Managing Director sends applications for candidates who appear to have the necessary experience to the interview committee for review. The interview committee includes the following individuals: PAWS Managing Director PAWS Enterprise Programmer Analyst V (Programming Focus) PAWS Enterprise Programmer Analyst V (Integration and Database Administration Focus) Assistant Vice President for Information Services (as needed) Representatives from other departments (when assisting these departments with their hiring process) Step 3: Candidate Interview Based on feedback from the interview committee, the Managing Director schedules candidate interviews. Below, the interview process is outlined. Document PP Version 1.0 1

3 Process for Conducting Interviews If a candidate appears to have the necessary skillset for the position, the Managing Director initiates the interview process. Interviews are conducted in person, through Skype, or by phone. Interviews use both standard and extended interview question sets. The former set explores experience, credentials, and behavior, while the latter set assesses the candidate s ability to perform essential job duties. Initial interview The interview committee meets with the candidate and asks them a set of standard questions. Immediately after the interview, the interview committee discusses the candidate. If the candidate provided answers that indicate knowledge of the skillset required for the position, the candidate receives a set of extended interview questions. Extended interview The extended interview questions focus on basic operational knowledge that the candidate would need immediately if hired for the position. The candidate completes these questions at home within a specified time limit. The Enterprise Programmer Analyst V (Programming Focus) reviews the extended interview questions once the candidate completes them. If the candidate s responses to the extended interview questions demonstrate an ability to perform basic job functions and align with the knowledge and experience shown in the initial interview, the interview committee schedules a second interview. Second interview In the second interview, the interview committee asks follow-up questions based on the candidate s responses to extended interview questions (e.g., Why did you take this step?). After this interview, the interview committee convenes a final time and determines if the candidate should receive a conditional offer of employment. Document PP Version 1.0 2

4 Step 4: Interview Committee Decision Process After completing all interviews, the interview committee meets to discuss the candidates. During this meeting, the committee reviews notes and impressions of the candidates. In addition, the committee discusses how each of the candidates would fit in with the current team dynamic and how each candidate would potentially perform on PAWS projects. The committee comes to a consensus on who they would like to extend a conditional offer to, pending the completion of a reference check. Step 5: Review of Candidates References The interview committee reviews and contacts references for the candidate(s) who could be offered the position(s). The next step depends on the outcome of the reference contact(s). References No issues If the reference check does not indicate any issues, the Managing Director extends a conditional offer of employment to the candidate. References Potential issues If the reference check indicates potential issues, the interview committee discusses the effects of those issues and decides whether to review the candidate pool again or to move forward with the candidate tentatively selected. References Potential issues disqualify candidate If potential issues disqualify the candidate, the committee reviews the candidate pool again. If the committee selects another suitable candidate from the pool, the candidate review restarts at Step 5. If the interview committee determines that the remaining candidates are not suitable for the position, then the position remains open, and the recruitment process restarts at Step 1 for all new candidates. Document PP Version 1.0 3

5 Step 6: Conditional Offer If the tentatively selected candidate is still the consensus candidate of the interview committee after the review of references, then the committee makes a conditional offer of employment through the jobs system. From this point forward, all communication with the candidate comes through the jobs system. Step 7: Other Recruitment Options (As Needed) If after a reasonable period the internal search does not locate suitable candidates, the committee considers other recruitment options. These include Advertising in an attempt to get additional applications into the candidate pool and Contract-to-hire options with search firms. If the committee decides to offer a contract-to-hire option, candidates must still undergo Steps 1 through 4 of the selection process. Upon completing the contract period, the contract-to-hire employee must apply for the open position and enter the candidate pool as a new applicant. Document PP Version 1.0 4

6 Standard Interview Questions Programmer What is your experience with VB or C#.Net? What are the benefits of using a generic list of class objects to return data over a data table? What is the benefit of the using directive? What are the conceptual benefits to using data classes to interact with data elements instead of using data tables? How do you invoke a web service? What is your experience with ASP.net? What are the benefits of using a master page? What are the benefits of using user controls? What are the benefits of separating the presentation and data manipulation logic? How do you register a third-party user control assembly use in one or all of your applications pages? If you wanted to invoke a web service in one of our applications via JavaScript, what would need to change about that service? What is your experience with SQL, specifically running against MSSQL (if possible)? What is the importance of primary keys and foreign keys in database design? How do you return the primary key of a record that was just inserted? How do you insert records from one table to another? What command would you use to insert or update a record, depending on the existence of a key value in the destination table? Is there a benefit to using stored procedures for CRUD activity in MSSQL 2005 and later versions? What is the benefit of using indexes? What is the execution plan used for a query? Do you have any experience with web services? Restful and/or SOAP JSON XML Document PP Version 1.0 5

7 Do you have any experience with XML? What have you done with XML? Have you done anything with XSD? Have you done anything with XSL? What is your experience with HTML, CSS, and JavaScript? What are the issues you encounter using the video or audio tag across the various browsers? What steps do you take make a web page accessible to persons using screen readers? How do you center an element using on tags? What does CSS stand for? What are the benefits of using CSS? How do you center an element using CSS? Are you familiar with any of the JavaScript frameworks like jquery, Bootstrap, MooTools, and Prototype? Are objects in JavaScript strongly typed? Tell us about a project you have executed from beginning to end. Did you collect the requirements? Did you create a scope? Did you maintain the application post deployment? How do you prefer to learn (books, online, in-person class environment, etc.)? How fast do you learn new skills or tools? Are you a quick learner? Where do you see your career in five years? Do you prefer to work as part of a team or individually? Are you comfortable working by yourself? How do you cope with stress? Based on the description of our department s responsibilities, where do you see yourself fitting in? What can you bring to the team? Document PP Version 1.0 6

8 SQL Report Writer/Developer What is your experience with SQL, specifically running against MSSQL (if possible)? What is the importance of primary keys and foreign keys in database design? How would you return the primary key of a record that was just inserted? How would you insert records from one table to another? What command would you use to insert or update record depending on the existence of a key value in the destination table? What is the benefit of using indexes? Describe your knowledge of and experience with writing complex structured queries. Describe your knowledge of and experience with SQL Server Reporting Services. Describe your knowledge of and experience with Cognos and other reporting tools. Describe your knowledge of and experience with performance tuning, query optimization, and troubleshooting SQL queries. What are the best tools to complete these tasks? Describe your knowledge of, and experience with, SQL in the development of reports and dashboards? Tell us about a project you executed from beginning to end. Did you collect the requirements? Do you create a scope? Did you maintain post deployment? How are you at dealing with deadlines? How do you prefer to learn? Are you a quick learner? Do you prefer to work as part of a team or individually? Are you comfortable working by yourself? How do you cope with stress? Document PP Version 1.0 7

9 What is your process for dealing with difficult people and situations? Based on the description of our department s responsibilities, where do you see yourself fitting in? What can you bring to the team? Document PP Version 1.0 8

10 Extended Interview Questions Programmer Instructions The purpose of this evaluation is to verify and assess your abilities to interact with a database using ASP.Net and Visual Basic with Visual Studio. Create interfaces to perform each of the tasks listed below against the database specified in the web.config connections. The connection you are to use is named "connection" in the connectionstrings block of the web.config. All of the interfaces will use the table "EvalTable". Data validation is encouraged. Table Structure Column Name RecNo BooleanData NumericData StringData DataData Data Type AutoNumber Primary Key Yes/No Number Short(50) Date/Time Document PP Version 1.0 9

11 Tasks You may create a single interface that implements all three tasks, or, implement them individually. Task 1: Create an interface that allows for the creation of an entry in the table for all of the columns. ***For extra credit, return the primary key that is created upon insert. [Your interface here.] Document PP Version

12 Task 2: Create an interface that allows for the selection and updating of an entry in the table for all of the columns. [Your interface here.] Document PP Version

13 Task 3: Create an interface that allows for the deletion of an entry in the table. [Your interface here.] Document PP Version

14 SQL Report Writer/Developer Instructions The first section of this evaluation is in the context of an Access database; the second section contains general exercises set against a schema defined in the supplied tables. The supplied Access database contains normalized anonymous patient discharge records for the state of Texas in the first through fourth quarters of Using the supplied database, implement the prompts in Access. Return the modified database as your submission for the first section. Your completed Word document is your submission for the second section. Table Definitions AttendingPhysician Name AttendingPhysicianID AttendingPhysicianName Service ReportingService Active Type Long Integer Yes/No Document PP Version

15 Registration Name MedicalRecordNumber PatientLastName PatientFirstName DateOfBirth SocialSecurityNumber PatientAddressLine1 PatientAddressLine2 PatientCity PatientState PatientZipCode PatientCounty PatientPhone PatientRace PatientSex PatientEmployer PCPID Deceased Type Date/Time Long Integer Yes/No VisitTable Name MedicalRecordNumber VisitNumber PreAdmitDate AdmitDate DischargeDate TotalCharges TotalPayments ARBalance PatientTypeMnemonic DRGNumber DRGGrouper ProgramMnemonic AdmissionSource AdmittingNurseStation DischargeLocation RevenueFSC FinalDischargeDisposition AttendingPhysicianID Section 1: Access Database and Tasks Type Long Integer Date/Time Date/Time Date/Time Currency Currency Currency Long Integer Long Integer Long Integer 1. Write a query to return the counties with discharges associated with Toxic effect venom in the fourth quarter of Document PP Version

16 2. Write a query to return the total discharges in each quarter by patient race and gender (e.g. first quarter 2013, male, American Indian/Eskimo/Aleut, etc.). 3. Write a query to return the average age of patients discharged, by public health region, for the fourth quarter. 4. Choose one of the three previous questions and build a report that displays the results of the query you wrote. Section 2: General Tasks (Tabletop Exercise) 1. Write a query to identify duplicate physicians from the AttendingPhysician table. This query should display the physician name and the number of duplicates. 2. Write a query to return the average age and count of all patients discharged in October Write a query to list all patients (medical record number, last name, first name) who stayed in the hospital longer than five days, but only showing each patient once. 4. Write two different queries to list the patient zip of all patients not seen in 2009, but have been seen in Query 1. Write this query using the IN statement. Query 2. Write this query using a join to a subquery. 5. Write a report to show the count of patients seen by attending physician/patient age. Roll the patient age up to the following groups: 0-5, 6-10, 10-15, 15+. Write the query. Document PP Version

17 Would you develop this report using a crosstab (matrix) or a list? Include a rough image of how you would design the report. Document PP Version

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 ) Course Title ASP.NET ( Level 1 ) Course Description ASP Stands for Active Server Pages it s the most secure robust server side technology. It s used to create dynamic web applications, ASP.NET is a unified

More information

Vikas Shah. OptiSource International (an Essilor Company), Long Island, NY Title: Lead Software Programmer/Analyst (.

Vikas Shah. OptiSource International (an Essilor Company), Long Island, NY Title: Lead Software Programmer/Analyst (. Vikas Shah Visa Status: H1 B until 06/2017 631-680-8805 Experience Summary Around 8 years of exp in designing, developing and delivering quality solutions using Microsoft Technologies in the domains of

More information

Student Employment Management System Hiring Manager User Guide. Last Updated: 10/3/17

Student Employment Management System Hiring Manager User Guide. Last Updated: 10/3/17 Student Employment Management System Hiring Manager User Guide Last Updated: 10/3/17 Introduction: The Student Employment Management System (SEMS) is a web-based system that supports various aspects of

More information

Pittsource Instructions: Applying to the Standardized Patient position

Pittsource Instructions: Applying to the Standardized Patient position Pittsource Instructions: Applying to the Standardized Patient position Thank you for your interest in the Standardized Patient Program at the University Of Pittsburgh School Of Medicine. For more information

More information

Jim Boyd.NET Senior Software Engineer Independent Contractor

Jim Boyd.NET Senior Software Engineer Independent Contractor Jim Boyd.NET Senior Software Engineer Independent Contractor Jim.Boyd@JBSystemConsulting.com Website: http://www.jbsystemconsulting.com Skill Set: Visual Studio and TFS (all versions),.net(vb and C#),

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF RICHMOND CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Employment Page Frequently Asked Questions (FAQs) 1. Where can I find more information on employment opportunities with LASC?

Employment Page Frequently Asked Questions (FAQs) 1. Where can I find more information on employment opportunities with LASC? Employment Page Frequently Asked Questions (FAQs) 1. Where can I find more information on employment opportunities with LASC? Employment opportunities can be found at the Court s website at www.lacourt.org.

More information

IIITM-K/ 0559 /17 12 th October 2017 REQUIRES

IIITM-K/ 0559 /17 12 th October 2017 REQUIRES IIITM-K/ 0559 /17 12 th October 2017 REQUIRES IIITM-K invites the applications from suitable candidates for the post of Senior Software Engineer, Senior Project Associates, Senior Android Developer, Junior

More information

SUMMARY OF QUALIFICATIONS

SUMMARY OF QUALIFICATIONS AMJAD AZIZ 1157 Rutherford Close SW Edmonton, Alberta T6W 1H6 Website: www.amjadaziz.com Email: amjadaziz@live.ca Mobile: 780.288.1515 Home: 780.249.0338 SKILLS Build customised websites to the highest

More information

ASP.NET- Enterprise Applications

ASP.NET- Enterprise Applications COURSE SYLLABUS ASP.NET- Enterprise Applications Industrial Training (3 MONTHS) PH: 0481 2411122, 09495112288 E-Mail: info@faithinfosys.com Marette Tower Near No.1 Pvt. Bus Stand Vazhoor Road Changanacherry-01

More information

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst SALARY: $24.83 - $37.24 Hourly $51,644.58 - $77,467.00 Annually OPENING DATE: 02/23/17 CLOSING DATE: 03/23/17 11:59

More information

ANCHIT MADAAN. EMPLOYER : Infosys Limited DESIGNATION : Senior Systems Engineer DURATION : July, 2014 to Present

ANCHIT MADAAN. EMPLOYER : Infosys Limited DESIGNATION : Senior Systems Engineer DURATION : July, 2014 to Present ANCHIT MADAAN Date of Birth 18 th Jan 1993 Address 487, Phase 1-b, Shivalik Avenue, Naya Nangal, Punjab 140126 Email anchitmadaan93@gmail.com Phone +91-9882404746 +91 OBJECTIVE To work in a professional

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE OVERVIEW: FULL STACK FLEX PROGRAM Prepare for a career as an end-to-end web developer at The Coding Boot Camp at UNC Charlotte. Our Full Stack Flex course gives you

More information

Operating Systems: MS DOS, WINDOWS 3.1, 95, 98, WINDOWS 2000, WINDOWS NT & XP, UNIX various server platforms.

Operating Systems: MS DOS, WINDOWS 3.1, 95, 98, WINDOWS 2000, WINDOWS NT & XP, UNIX various server platforms. IBRAHIM ABE GARBA 5993 Brookmont Dr, Columbus, Ohio 43026 Web Site: www.abeitconsulting.com Cell: 614 562 8471 E Mail: iagarba@gmail.com EDUCATION Master of Science in Information Resource Management,

More information

Enterprise Data Architect

Enterprise Data Architect Enterprise Data Architect Position Summary Farmer Mac maintains a considerable repository of financial data that spans over two decades. Farmer Mac is looking for a hands-on technologist and data architect

More information

The ehealth Record (ehr) Internship Pilot Programme 2012: Job openings

The ehealth Record (ehr) Internship Pilot Programme 2012: Job openings The ehealth Record (ehr) Internship Pilot Programme 2012: Job openings No Company Name 1 St. Teresa's Hospital 2 Smart Practice Healthcare Intern Position Project Executive Job Responsibilities Requirement

More information

TeamSite Component Development

TeamSite Component Development 4-7525 TeamSite Component Development Course Outline Overview This course is intended for TeamSite developers and project managers. This two-day class covers the skills and knowledge needed to construct

More information

Adobe Analytics Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-386

Adobe Analytics Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-386 Adobe Analytics Architect Adobe Certified Expert Exam Guide Exam number: 9A0-386 Revised 06 February 2018 About Adobe Certified Expert Exams To be an Adobe Certified Expert is to demonstrate expertise

More information

Quick Base Certification Overview

Quick Base Certification Overview Quick Base Certification Overview Get the Most Value Out of Quick Base, Demonstrate Your Expertise and Bolster Your Career The Quick Base Certification Program validates Quick Base mastery at two levels:

More information

Student Registration System Redesign Project Overview. Kevin Yeung Student Information Systems

Student Registration System Redesign Project Overview. Kevin Yeung Student Information Systems Project Overview Kevin Yeung Student Information Systems Project Overview Goals of project Evaluating different technologies Design/ Prototyping/Proof of concept Putting in new development/continuous integration

More information

Programmer Analyst Gateway Progression Plan

Programmer Analyst Gateway Progression Plan August 2017 Programmer Analyst Gateway Progression Plan Scope: Programmer Analysts (PAs) are part of the IT Services Applications team and provide ERP and enterprise software support, along with software

More information

Interview Questions And Answers For Experienced Candidates In Php Mysql

Interview Questions And Answers For Experienced Candidates In Php Mysql Interview Questions And Answers For Experienced Candidates In Php Mysql We have selected PHP Technology Questions and Answers, PHP Interview Questions and their Solution and PHP Tutorial for all levels

More information

WW.IT-IQ Training & Solutions (PTY) LTD

WW.IT-IQ Training & Solutions (PTY) LTD GAMES DEVELOPMENT COURSE OUTLINES DURATION: 4 YEARS Course Modules Prerequisite Prerequisite Completing the Fundamentals of Programming Course Completing the Object Oriented Programming Course Initialization

More information

Assignment front sheet

Assignment front sheet Assignment front sheet Qualification Unit number and title Pearson BTEC Higher Nationals in Computing and Systems Development Unit 42: Programming in.net Student name Assessor name Dr Derek Peacock Date

More information

Unit 1 Research Project. Eddie S. Jackson. Kaplan University. IT525: Database Design and Data Modeling

Unit 1 Research Project. Eddie S. Jackson. Kaplan University. IT525: Database Design and Data Modeling Running head: UNIT 1 RESEARCH PROJECT 1 Unit 1 Research Project Eddie S. Jackson Kaplan University IT525: Database Design and Data Modeling 05/11/2014 UNIT 1 RESEARCH PROJECT 2 Unit 1 Research Project

More information

Case Study. DotNetNuke Intranet Portal for MNC s Brainvire Infotech Pvt. Ltd Page 1 of 1

Case Study. DotNetNuke Intranet Portal for MNC s Brainvire Infotech Pvt. Ltd Page 1 of 1 Case Study DotNetNuke Intranet Portal for MNC s www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 1 Client Requirement CLIENT currently has a Sharepoint portal which caters to their needs. But

More information

PeopleAdmin 7 User s Guide. Applicant Tracking System - Faculty Positions -

PeopleAdmin 7 User s Guide. Applicant Tracking System - Faculty Positions - PeopleAdmin 7 User s Guide Applicant Tracking System - Faculty Positions - - Table of Contents Introduction... Getting Started... User Roles Logging Into Your Account Home Page Posting a Position... Creating

More information

.NET-Technologies COURSE SYLLABUS. Industrial Training. PH : , Vazhoor Road Changanacherry-01

.NET-Technologies COURSE SYLLABUS. Industrial Training.   PH : , Vazhoor Road Changanacherry-01 COURSE SYLLABUS.NET-Technologies Industrial Training (4 MONTHS) PH : 0481 2411122, 09495112288 E-Mail : info@faithinfosys.com www.faithinfosys.com Marette Tower Near No. 1 Pvt. Bus Stand Vazhoor Road Changanacherry-01

More information

The Information Technology Program (ITS) Contents What is Information Technology?... 2

The Information Technology Program (ITS) Contents What is Information Technology?... 2 The Information Technology Program (ITS) Contents What is Information Technology?... 2 Program Objectives... 2 ITS Program Major... 3 Web Design & Development Sequence... 3 The Senior Sequence... 3 ITS

More information

Grand Orange Lodge of Ireland Privacy Notice

Grand Orange Lodge of Ireland Privacy Notice Grand Orange Lodge of Ireland Privacy Notice Introduction The Grand Orange Lodge of Ireland is registered with the Information Commissioner s Office for the purposes of compliance with the Data Protection

More information

: 20488B: Customized Developing Microsoft SharePoint Server

: 20488B: Customized Developing Microsoft SharePoint Server Module Title Duration : 20488B: Customized Developing Microsoft SharePoint Server : 2 days Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Manual: Create a Staff Posting Initiator

Manual: Create a Staff Posting Initiator Manual: Create a Staff Posting Initiator Revised: 11-27-17 Introduction The University of Georgia has implemented a new version of its applicant tracking system, ipaws. The objective of ipaws is to streamline

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

DE Introduction to Web Development with Microsoft Visual Studio 2010

DE Introduction to Web Development with Microsoft Visual Studio 2010 DE-10267 Introduction to Web Development with Microsoft Visual Studio 2010 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2010 Delivery Method Instructor-led (Classroom)

More information

Mason G. Allen. Colorado Springs, CO Portfolio: masonallen.com LinkedIn: masongallen GitHub: mason-allen

Mason G. Allen. Colorado Springs, CO Portfolio: masonallen.com   LinkedIn: masongallen GitHub: mason-allen Mason G. Allen Colorado Springs, CO Portfolio: masonallen.com Email: mason.allen@gmail.com LinkedIn: masongallen GitHub: mason-allen PROFESSIONAL SUMMARY Worked as an IT manager for 6+ years for one of

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: Spring 2011 COURSE TITLE: COURSE NUMBER: Data Design and Implementation (MSCE SQL) CIST0252 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION:

More information

Signing up for NJ Sharing Network s 5K Celebration of Life

Signing up for NJ Sharing Network s 5K Celebration of Life Signing up for NJ Sharing Network s 5K Celebration of Life Choose your Event Site To sign up for the 5K, visit www.njsharingnetwork.org/5k and click Sign Up under the event you wish to attend. You will

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Overview The course has been extended by one day in response to delegate feedback. This extra day will allow for timely completion of all the

More information

August Objectives. Agenda. Promoting Your Professional Development with ACMPE. Describe the foundation and value of certification and fellowship

August Objectives. Agenda. Promoting Your Professional Development with ACMPE. Describe the foundation and value of certification and fellowship Promoting Your Professional Development with ACMPE 2015 MGMA-Louisiana Annual Conference August 19-21, 2015 Objectives Describe the foundation and value of certification and fellowship Explain the steps

More information

INTERFACE FOUNDATIONS OF WEB DEVELOPMENT

INTERFACE FOUNDATIONS OF WEB DEVELOPMENT INTERFACE FOUNDATIONS OF WEB DEVELOPMENT FOUNDATIONS OF WEB DEVELOPMENT SYLLABUS Course Description Foundations of Web Development is a 10-week, part-time course where students learn the basic concepts

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions 20488B; 5 days, Instructor-led Course Description In this course, students learn core skills that are common to almost all SharePoint development

More information

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Page 1 of 10 ABOUT THIS COURSE In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Student Guide to Neehr Perfect Go!

Student Guide to Neehr Perfect Go! Student Guide to Neehr Perfect Go! I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to Neehr Perfect... 6 VI. Activities... 6

More information

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488A: Developing SharePoint Server 2013 Core Solutions Delivery Method: Instructor-led (classroom) Duration: 5 Days Level: 300 COURSE OVERVIEW About this Course In this course, students learn

More information

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Course: 20489A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course provides SharePoint

More information

CS Final Exam Review Suggestions - Spring 2018

CS Final Exam Review Suggestions - Spring 2018 CS 328 - Final Exam Review Suggestions p. 1 CS 328 - Final Exam Review Suggestions - Spring 2018 last modified: 2018-05-03 Based on suggestions from Prof. Deb Pires from UCLA: Because of the research-supported

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Course Code: 20488B About this course In this course, students learn core skills that are common to almost all SharePoint development

More information

Job Aid Office Visit Master Template

Job Aid Office Visit Master Template Job Aid Office Visit Master Template You asked, we listened. Office Visit template is an upgrade to the office visit template of Falcon Physician, delivering faster loading times and easier navigation

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

HIRING MANAGER S USER S GUIDE

HIRING MANAGER S USER S GUIDE HIRING MANAGER S USER S GUIDE Southeastern Louisiana University PeopleAdmin, Inc. 816 Congress Avenue Suite 1800 Austin, TX 78701 877-637-5800 TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 4 CREATING

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

PASCO SHERIFF S OFFICE POSITION DESCRIPTION

PASCO SHERIFF S OFFICE POSITION DESCRIPTION POSITION NUMBER: 537 Retirement Class Code: HA Class Title: Web Designer and Developer Type of Position: Civilian Pay Grade: P15 Board Of County Commissioners - Authorized: 1. Workweek: Full-Time (40 hours)

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Days/Duration 5 Code M20488 Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM GW CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

Data Scientists / Data Analysts (m/f) educational ackground university degree in data science, computer science, software engineering

Data Scientists / Data Analysts (m/f) educational ackground university degree in data science, computer science, software engineering The International Placement Services (ZAV), a department of the German Federal Employment Agency in cooperation with EURES, is recruiting and placing job seekers who Data Scientists / Data Analysts (m/f)

More information

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488 36 Contact Hours Course Overview In this course, students learn core skills that are common to almost all SharePoint development

More information

LIVE ONLINE PROGRAM UNIVERSITY OF ARIZONA CODING BOOT CAMP CURRICULUM OVERVIEW

LIVE ONLINE PROGRAM UNIVERSITY OF ARIZONA CODING BOOT CAMP CURRICULUM OVERVIEW UNIVERSITY OF ARIZONA CODING BOOT CAMP LIVE ONLINE PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Curriculum Overview The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES Page 1 of 11 ABOUT THIS COURSE This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on teaching individuals

More information

Certified Selenium Professional VS-1083

Certified Selenium Professional VS-1083 Certified Selenium Professional VS-1083 Certified Selenium Professional Certified Selenium Professional Certification Code VS-1083 Vskills certification for Selenium Professional assesses the candidate

More information

A Road Map for Advancing Your Career. Distinguish yourself professionally. Get an edge over the competition. Advance your career with CBIP.

A Road Map for Advancing Your Career. Distinguish yourself professionally. Get an edge over the competition. Advance your career with CBIP. TDWI Certification A Road Map for Advancing Your Career Distinguish yourself professionally. Get an edge over the competition. Advance your career with CBIP. www.tdwi.org/cbip TDWI s Certified Business

More information

Certified ASP.NET Programmer VS-1025

Certified ASP.NET Programmer VS-1025 VS-1025 Certified ASP.NET Programmer Certification Code VS-1025 Microsoft ASP. NET Programming Certification allows organizations to strategize their IT policy and support to easily connect disparate business

More information

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST)

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) OUM TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) Author: Adrienne Little Creation Date: May 6, 2012 Last Updated: September 5, 2012 Version: 1.0 1 DOCUMENT CONTROL 1.1 Change Record

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Contents Registration and Login... 2 How do I register if I am an external applicant?... 2 Do I have to register in order to apply for a job?... 2 What should I do if I have

More information

CPLP and APTD Recertification FAQ Updated May 2018

CPLP and APTD Recertification FAQ Updated May 2018 General Program Questions... 1 Intent of Recertification... 1 Important Dates... 2 Notification... 2 Official Policies... 3 Point Categories & Maximums... 3 How to Submit... 4 Preapproval... 4 Lapses in

More information

Web Development: Advanced Web Scripting Concepts (SCQF level 8)

Web Development: Advanced Web Scripting Concepts (SCQF level 8) General information for centres Unit title: Web Development: Advanced Web Scripting Concepts (SCQF level 8) Unit code: HT92 48 Superclass: CB Publication date: August 2017 Source: Scottish Qualifications

More information

QuantConnect Employer User Guide

QuantConnect Employer User Guide Carnegie Mellon University Master of Science in Computational Finance QuantConnect Employer User Guide Sondi Pripstein, New York Career Counselor Email: Sondip@cmu.edu Phone: 412-268-7829 Katie Cassarly,

More information

Recruitment & On-boarding User Manual

Recruitment & On-boarding User Manual Recruitment & On-boarding User Manual Table of Contents Introduction... 4 Audience of the document... 4 Module overview... 4 Manager Raise Request to Hire... 6 HOD Process Request to Hire... 8 HR Manger

More information

Employer Frequently Asked Questions

Employer Frequently Asked Questions Employer Frequently Asked Questions WPI Career Development Center Topics: 1. How to Create a Handshake Account 2. Using Handshake for Job/Internship/Co-ops a. Posting a job on Handshake b. Submission Approval

More information

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University Advanced Relational Database Management MISM Course S19-95736 A3 Spring 2019 Carnegie Mellon University Instructor: Randy Trzeciak Office: HBH 1104C Office hours: By Appointment Phone: 412-268-7040 E-mail:

More information

T-SQL Training: T-SQL for SQL Server for Developers

T-SQL Training: T-SQL for SQL Server for Developers Duration: 3 days T-SQL Training Overview T-SQL for SQL Server for Developers training teaches developers all the Transact-SQL skills they need to develop queries and views, and manipulate data in a SQL

More information

Oracle DTP. Release Oracle irecruitment External Applicants User Manual. Created By Date & Time Version Description PAS 9/8/

Oracle DTP. Release Oracle irecruitment External Applicants User Manual. Created By Date & Time Version Description PAS 9/8/ Oracle 2014 DTP Oracle irecruitment External Applicants User Manual Release 12.1.3 Created By Date & Time Version Description PAS 9/8/2014 1.1 Table of Contents Navigation Icons... 2 Overview... 3 Register

More information

TWU Connect Job Posting Guide. 1. Register within the Handshake system *NOTE you will only need to go through this process once!

TWU Connect Job Posting Guide. 1. Register within the Handshake system *NOTE you will only need to go through this process once! TWU Connect Job Posting Guide We ve already created your department company in TWU Connect (Handshake) system (look for TWU your department name ). Once you register within the Handshake system, you ll

More information

DOC // SQL SERVER INTEGRATION SERVICES EBOOK

DOC // SQL SERVER INTEGRATION SERVICES EBOOK 29 October, 2017 DOC // SQL SERVER INTEGRATION SERVICES EBOOK Document Filetype: PDF 477.25 KB 0 DOC // SQL SERVER INTEGRATION SERVICES EBOOK Helpful information and examples on how to use SQL Server Integration

More information

MS-20462: Administering Microsoft SQL Server Databases

MS-20462: Administering Microsoft SQL Server Databases MS-20462: Administering Microsoft SQL Server Databases Description This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database.

More information

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: COURSE NUMBER: HTML Web Page Development CIST-0137 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Full Stack.Net Developer Course

Full Stack.Net Developer Course T&C Apply Full Stack.Net Developer Course From Quick pert Infotech Learning Process .Net Developer Learning Path to Crack Interviews Full Fledged Dot Net Developer MVC & Entity (Framwork Expert) PL SQL

More information

PUBLISHING VACANCIES ON EURAXESS

PUBLISHING VACANCIES ON EURAXESS The aim of publishing job offers in Euraxess is in line with the requirements of the European Commission, which recommends institutions to ensure Open, Transparent and Merit-based recruitment processes.

More information

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led Certification: Microsoft Certified Solutions Developer [MCSD]: Exam 70-488 Course Description

More information

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System HIRING MANAGER S JOB SITE USER S GUIDE Fitchburg State University Hiring System TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 5 CREATING A POSTING.7 Creating Posting from Position Type... 7 Posting

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW - FULL TIME The digital revolution has transformed virtually every area of human activity and you can be part of it as

More information

Awards, Certificates and Diplomas in Employability Skills (5546)

Awards, Certificates and Diplomas in Employability Skills (5546) Awards, Certificates and Diplomas in Employability Skills (5546) QUALIFICATION HANDBOOK Qualification Handbook for centres May 2017 Version 7.1 Qualification at a glance Subject area City & Guilds number

More information

Adobe Analytics Developer Adobe Certified Expert Exam Guide. Exam number: 9A0-411

Adobe Analytics Developer Adobe Certified Expert Exam Guide. Exam number: 9A0-411 Adobe Analytics Developer Adobe Certified Expert Exam Guide Exam number: 9A0-411 Revised 06 February 2018 About Adobe Certified Expert Exams To be an Adobe Certified Expert is to demonstrate expertise

More information

Web Applications Development

Web Applications Development Unit 35: Web Applications Development Unit code: K/601/1510 QCF Level 5: BTEC Higher National Credit value: 15 Aim To enable learners to understand the concepts of web applications and apply the skills

More information

CITY OF RICHMOND JOB APPLICATION GUIDE

CITY OF RICHMOND JOB APPLICATION GUIDE CITY OF RICHMOND JOB APPLICATION GUIDE 5055481 This application guide will provide you with all the necessary information to create a profile within our job application system and to apply for a position

More information

CERTIFIED HIRING MANAGER USER GUIDE

CERTIFIED HIRING MANAGER USER GUIDE CERTIFIED HIRING MANAGER USER GUIDE University of California Santa Cruz Recruitment Management System 12/21/12 TABLE OF CONTENTS INTRODUCTION... 3 BEFORE YOU GET STARTED... 4 Your Web Browser... 4 Web

More information

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Get the skills to design, manage and deploy SharePoint Development platform features in this 5-day instructor lead course. This

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Designing Database Solutions for Microsoft SQL Server 2012 Course 20465A 5 Days Instructor-led, Hands-on Introduction This course describes how to design and monitor high performance, highly available

More information

Full Stack Web Developer Course

Full Stack Web Developer Course T&C Apply Full Stack Web Developer Course From Quick pert Infotech Interview Process Full Stack Web APP Developer Full Stack Web Developer Expert Code Igniter PHP MVC Framwork Expert (asked in almost every

More information

Sensata Technologies Job System User Guide

Sensata Technologies Job System User Guide Sensata Technologies Job System User Guide FOR NON-SENSATA EMPLOYEES (EXTERNAL CANDIDATES) We thank you for your interest in working with Sensata! This document gives detailed instructions for using our

More information

Custom Report Enablement

Custom Report Enablement NN44480-128 Document status: Standard Document version: 0101 Document date: 16 October 2009 All Rights Reserved While the information in this document is believed to be accurate and reliable, except as

More information

Job Description: Junior Front End Developer

Job Description: Junior Front End Developer Job Description: Junior Front End Developer As a front end web developer, you would be responsible for managing the interchange of data between the server and the users, as well as working with our design

More information

BrownNow A Current Events Application for Brown University. Craig Hawkins Advisor: Stan Zdonik Masters Project Report, Brown University 2017

BrownNow A Current Events Application for Brown University. Craig Hawkins Advisor: Stan Zdonik Masters Project Report, Brown University 2017 BrownNow A Current Events Application for Brown University Craig Hawkins Advisor: Stan Zdonik Masters Project Report, Brown University 2017 1. Introduction Brown University has an existing events notification

More information

34: Customer Relationship Management (CRM)

34: Customer Relationship Management (CRM) 34: Customer Relationship Management (CRM) Chapter Contents Methods to Create a Marketing Lead... 34-1 Option 1: CRM Widget... 34-2 Option 2: CRM Group... 34-2 Option 3: Create an Employer... 34-3 Option

More information

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface.

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface. customers can t wait to get their hands on it s new application, developed in Uniface. 1 CUSTOMER SECTOR Information Technology COUNTRY Netherlands CHALLENGE Migrate the rich functionality of a client/server

More information

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS)

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) Microsoft's Business Intelligence (MSBI) Training with in-depth Practical approach towards SQL Server Integration Services, Reporting Services

More information