Last Updated on August 17, 2026 by Status.net Editorial Team
List of Important Technical Skills (Hard Skills): Examples and Applications
- Web and Digital Skills Examples Part 1
- Data Skills Examples Part 2
- Programming Languages Examples Part 3
- Software Skills Examples Part 4
- Technical Knowledge Examples Part 5
- Examples of Technical Skills in Finance and Business Part 6
- Examples of Technical Skills in Sales and Marketing Part 7
- Examples of Technical Skills in Medical and Healthcare Part 8
- Examples of Technical Skills in Manufacturing Part 9
- Basic Technical Skills Everyone Should Have at Work Part 10
- Understanding Primary and Secondary Technical Domain Skills Part 11
- How to Describe Your Level of Technical Proficiency Part 12
- How to Develop and Improve Your Technical Skills Part 13
- How to Highlight Technical Skills on a Resume and in Interviews Part 14
Technical skills, sometimes called hard skills, are the specific, learnable abilities you use to perform a task, operate a tool, or apply specialized knowledge in your field. Employers describe them with several interchangeable terms, including technical expertise, technical proficiency, technical competencies, and technical ability. All of these phrases point to the same underlying idea: how well you can apply concrete, demonstrable knowledge to get a job done.
Technical skills differ from soft skills like communication or teamwork, which describe how you work with others. Technical skills also differ from broader functional skills, which describe the general responsibilities of a role, such as project coordination or customer service. A technical skill is something you can typically test, certify, or observe directly, whether that is writing a line of code, reading a financial statement, or configuring a network router.
If you only need a handful of examples, five commonly cited technical skills include programming, data analysis, cloud computing, network administration, and digital marketing. This guide goes further, breaking down 21 important technical skills across nine categories, from web development and programming languages to industry-specific skills in finance, healthcare, sales, and manufacturing. Whether you are updating a resume, preparing for an interview, or mapping out what to learn next, the sections below offer concrete examples you can point to and build on.
Part 1Web and Digital Skills Examples
Web Development
Web development is a technical skill that consists of designing, building, and maintaining websites and web applications. This includes proficiency in programming languages like HTML, CSS, JavaScript, and others like PHP and Python for backend development. Examples of web development skills include:
- Creating responsive web designs that adapt to different devices and screen sizes.
- Developing web applications using frontend frameworks like React or Angular.
- Building backend systems using Node.js, Django, or Ruby on Rails.
Digital Marketing
Digital marketing is the use of internet-based channels and strategies to promote products or services. This skill requires a deep understanding of various online tools and platforms to effectively reach and engage target audiences. Some examples of digital marketing skills are:
- Running paid advertising campaigns through platforms like Google Ads or Facebook Ads.
- Creating and managing email marketing campaigns using platforms such as Mailchimp.
- Analyzing website traffic and user behavior with tools like Google Analytics.
Search Engine Optimization
Search Engine Optimization (SEO) is the process of improving a website’s visibility on search engine results pages (SERPs) by optimizing its content and structure. This skill is essential for increasing organic traffic and improving a website’s overall performance on platforms like Google. Some examples of SEO skills are:
- Conducting keyword research to identify high-value search terms for targeting.
- Optimizing website content and metadata for search engines.
- Building high-quality backlinks to improve a website’s domain authority.
Social Media Platforms
Understanding and leveraging social media platforms is vital for digital marketing and communication. This skill involves the ability to manage and optimize content for different social media networks, engage with followers, and monitor performance metrics. Some examples of social media platform skills are:
- Developing eye-catching content and posting it on platforms like Instagram, Facebook, Twitter, and LinkedIn.
- Engaging with audiences by replying to comments, messages, and addressing customer concerns.
- Tracking social media performance using tools like Hootsuite or Buffer Analytics to measure success and identify areas for improvement.
Content Management Systems
Content management systems (CMS) let teams build, edit, and publish web content without writing code for every page. Technical proficiency with a CMS is often listed separately from general web development skills because it focuses on configuration and content workflows rather than programming from scratch. Examples of CMS-related technical skills include:
- Installing and customizing themes or templates in WordPress, Shopify, or Squarespace.
- Managing plugins, extensions, and integrations to add new functionality.
- Setting up content workflows, user roles, and publishing schedules for a team.
Related: Technical Skills Examples for Resume
Part 2Data Skills Examples
Data Analysis
Data analysis is the process of interpreting and harnessing information from various sources. Technical skills required for data analysis include a strong understanding of statistics, knowledge of programming languages (such as Python or R), and proficiency in using data visualization tools. Some popular data analysis tools are Microsoft Excel, Tableau, and PowerBI. Examples of data analysis tasks might include:
- Identifying trends and patterns in data sets.
- Cleaning and validating data to ensure accuracy and consistency.
- Creating reports and visualizations to present findings to stakeholders.
Big Data
Big Data refers to the collection, storage, and processing of massive amounts of structured and unstructured data. Technical skills required in this area include distributed computing platforms like Hadoop and Spark, NoSQL databases like MongoDB or Cassandra, and proficiency in big data processing languages like Java or Scala. Examples of big data tasks might include:
- Processing large-scale datasets for use in machine learning models.
- Designing and implementing data pipelines to handle real-time data streams.
- Optimizing performance and storage for big data applications.
Data Mining
Data mining is the process of discovering useful patterns, relationships, and trends in large datasets using various algorithms and methods. Technical skills that are important for data mining include machine learning algorithms, statistical techniques, and programming languages like Python or R. Some commonly used data mining tools are Weka, RapidMiner, and KNIME. Examples of data mining tasks might include:
- Clustering similar data points to identify patterns or groups.
- Implementing classification algorithms for predictive analysis.
- Using association rules to discover relationships between variables.
Data Structures
Technical skills related to data structures include understanding basic data structures like arrays, linked lists, trees, and graphs, as well as more advanced data structures like heaps and hash tables. Familiarity with relevant programming languages like C++, Java, or Python is also necessary. Examples of tasks involving data structures might include:
- Implementing a data structure for efficient search and retrieval.
- Designing algorithms for processing and traversing complex data structures.
- Optimizing memory usage and performance when working with large datasets.
Data Visualization
Data visualization is the skill of turning raw numbers into charts, graphs, and dashboards that make patterns easy to understand at a glance. It often overlaps with data analysis, but it is frequently listed as its own technical skill because it requires familiarity with dedicated visualization tools and design principles for presenting data clearly. Examples include:
- Building interactive dashboards in Tableau or Power BI.
- Designing custom charts and graphics with libraries like D3.js.
- Choosing the right chart type to communicate a specific trend or comparison to a non-technical audience.
Related: Essential Skills for Your Resume
Part 3Programming Languages Examples
Python
Python is an easy-to-learn, object-oriented, general-use computer programming language. The open-source language offers many frameworks and libraries, making it popular across various industries such as engineering, machine learning, finance, and data science. Developers value its flexibility and utilization in multiple domains. Some examples of Python applications include:
- Web development with Django or Flask
- Machine learning using Tensorflow or Scikit-learn
- Data analysis with Pandas
Java
Java is a versatile, object-oriented programming language used widely for application development, including Android apps. It is platform-independent, allowing developers to build applications that can run on any device supporting the Java Runtime Environment. Java is commonly used in web development, mobile applications, and the Internet of Things (IoT). Examples of Java applications include:
- Android app development
- Web development with Spring framework
- Enterprise applications using Java EE
C++
C++ is a powerful, high-performance programming language extending the C programming language with object-oriented features. It is often used in system-level programming, game development, and applications requiring high computational power. C++ is the basis for many software systems, including operating systems, browsers, and graphics engines. Examples of C++ applications include:
- Game development with Unreal Engine
- System software development
- High-performance scientific computing
JavaScript
JavaScript is a versatile, high-level programming language primarily used for adding interactivity and dynamic content to websites. It is one of the core web technologies, along with HTML and CSS. JavaScript can be used for tasks such as form validation, animations, and even server-side development with frameworks like Node.js. Examples of JavaScript applications include:
- Web development with frameworks like React, Angular, or Vue.js
- Server-side development with Node.js and Express
- Creating interactive web elements, such as sliders and menus
R
R is a programming language and software environment for statistical computing and data visualization. It has become popular among data scientists, analysts, and researchers for data manipulation, statistical analysis, and graphics. R provides a wide range of statistical and graphical techniques, making it a powerful tool for data analysis. Examples of R applications include:
- Statistical analysis and data mining
- Data visualization with ggplot2
- Predictive modeling with packages such as caret or randomForest
SQL
SQL (Structured Query Language) is the standard language for communicating with relational databases. Many job postings list SQL separately from general database management because writing queries is a specific, testable skill on its own, even for people who never administer a database server. Examples of SQL skills include:
- Writing SELECT statements with joins, filters, and aggregations to pull specific data
- Creating and modifying tables, views, and stored procedures
- Optimizing slow queries by adjusting indexes or rewriting query logic
Mobile Development (Swift and Kotlin)
Mobile development uses specialized languages to build applications for phones and tablets. Swift is Apple’s language for building iOS apps, while Kotlin has become the preferred language for native Android development. Examples of mobile development skills include:
- Building and publishing native iOS apps using Swift and Xcode
- Developing Android applications with Kotlin and Android Studio
- Working with cross-platform frameworks like React Native or Flutter to target both platforms from one codebase
Related: Technical Skills Examples for Resume
Part 4Software Skills Examples
Project Management Software
Project managers should have a solid grasp of project management methodologies and tools, such as Agile, Scrum, and Kanban. Effective project management ensures timely delivery, efficient resource allocation, and clear communication among team members. Examples of popular project management tools include Trello, Asana, and Jira.
Software Development
Software development comprises the process of designing, coding, testing, and maintaining software applications. It requires extensive knowledge of programming languages such as Python, Java, and C++. These languages are essential in creating robust, flexible, and efficient software programs. For example, Python is ideal for machine learning and data analysis, Java is widely used in web and mobile applications, and C++ is well-suited for system-level programming.
Operating Systems
A thorough understanding of operating systems (OS) such as Windows, macOS, and Linux is crucial for any software professional. Familiarity with OS administration, security, and troubleshooting ensures smooth deployment and maintenance of software applications. For instance, Linux is commonly used in servers and embedded systems, while macOS is tailored for Apple devices, and Windows is designed for general-purpose use across a wide range of devices.
Testing
Software testing is the process of verifying and validating that a software or application performs as expected without errors or defects. It is a critical aspect of software development, as it helps identify potential issues before deployment. Software professionals need to be familiar with various testing techniques, such as unit testing, integration testing, and performance testing. Examples of testing tools are Selenium, JUnit, and LoadRunner.
Version Control and DevOps Tools
Version control lets developers track changes to code, collaborate without overwriting each other’s work, and roll back mistakes safely. Git, along with hosting platforms like GitHub, GitLab, or Bitbucket, has become close to a baseline requirement for most software roles. DevOps tools extend this further by automating how code moves from a developer’s machine into production. Examples of these skills include:
- Managing branches, merges, and pull requests with Git
- Setting up continuous integration and continuous deployment (CI/CD) pipelines using tools like Jenkins or GitHub Actions
- Packaging and deploying applications with containerization tools like Docker and orchestration platforms like Kubernetes
Related: What Are Soft Skills? (and How to Showcase Them)
Part 5Technical Knowledge Examples
AI and Machine Learning
Artificial Intelligence (AI) and Machine Learning are rapidly growing fields that require individuals to have a strong technical foundation. Key skills in these areas include programming languages such as Python, R, and Java, as well as knowledge in data structures and algorithms. Examples of technical expertise in AI and Machine Learning include:
- Developing machine learning models using TensorFlow or PyTorch
- Implementing natural language processing (NLP) techniques for text analysis
- Building neural networks for image recognition tasks
Hardware and Networking
These professionals need to be highly familiar with intricate details to identify and solve various hardware and network-related issues, with a strong grasp of computer components, network protocols, and troubleshooting. Examples of technical skills in hardware and networking include:
- Assembling and configuring computer systems
- Troubleshooting network connectivity issues
- Network administration, configuration, and maintenance
Information Security
Professionals in this field should be well-versed in security principles, protocols, and best practices. They must understand how to safeguard digital assets and protect data from potential threats. Examples of key technical skills in information security include:
- Conducting penetration tests and vulnerability assessments
- Developing and implementing security policies and procedures
- Familiarity with encryption algorithms and secure communication protocols
Database Management
Professionals with expertise in database management should be adept at handling various database systems, updating and maintaining data, and ensuring optimal performance. They must have a firm grasp of database languages, mainly SQL, and understand data modeling and normalization techniques. Examples of technical skills required for database management include:
- Querying and managing relational databases using SQL
- Working with NoSQL databases like MongoDB or Cassandra
- Optimizing database performance and ensuring data integrity
Cloud Computing
Cloud computing skills cover the ability to deploy, manage, and scale applications and data on remote servers instead of local infrastructure. Familiarity with a major cloud provider has become one of the more in-demand technical proficiencies across nearly every industry, including roles outside traditional software development. Examples of cloud computing skills include:
- Provisioning and managing virtual machines, storage, and networking on platforms like Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform (GCP)
- Understanding the differences between infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS)
- Monitoring cloud costs and usage to keep infrastructure spending under control
Examples of Industry Specific Skills
Part 6Examples of Technical Skills in Finance and Business
Finance and business skills are highly valued across various industries. These skills enable professionals to understand and manage financial data, create budgets, and make informed business decisions. Examples of industry-specific skills in finance and business include:
- Financial analysis
- Budgeting and forecasting
- Accounting software proficiency (e.g., QuickBooks, Excel)
Beyond the basics, many finance and business roles now expect familiarity with enterprise systems and data tools that support faster, more accurate decision-making. Additional examples include:
- Financial modeling and scenario forecasting in Excel or Google Sheets
- Enterprise resource planning (ERP) systems such as SAP, Oracle, or NetSuite
- Business intelligence and reporting tools like Power BI or Tableau for tracking key performance indicators
Part 7Examples of Technical Skills in Sales and Marketing
Sales and marketing professionals are responsible for promoting products and services and driving revenue growth. Critical technical skills in this field include understanding customer needs, strategizing marketing efforts, and closing sales deals. Some examples for sales and marketing include:
- Customer Relationship Management (CRM) software (e.g., Salesforce, HubSpot)
- Search Engine Optimization (SEO) and Search Engine Marketing (SEM)
- Digital marketing tools (e.g., Google Analytics, Mailchimp)
As marketing and sales technology continues to expand, professionals in this field increasingly rely on automation and analytics platforms to manage leads and measure return on investment. Additional examples include:
- Marketing automation platforms such as Marketo or ActiveCampaign for nurturing leads at scale
- Sales pipeline forecasting and reporting within a CRM
- A/B testing and conversion rate optimization to improve landing pages and campaigns
Part 8Examples of Technical Skills in Medical and Healthcare
Professionals working in the medical and healthcare industry require specialized knowledge and technical skills to diagnose illnesses, provide patient care, manage medical records, and adhere to industry regulations. Some examples of technical skills in the medical and healthcare field include:
- Electronic Health Record (EHR) systems (e.g., Cerner, Epic)
- Diagnostic tools (e.g., MRI, CT scan) and medical equipment
- Medical coding systems (e.g., ICD-10, CPT)
Healthcare technology continues to evolve quickly, and professionals are often expected to keep pace with new platforms that support remote care and data sharing between systems. Additional examples include:
- Telehealth and remote patient monitoring platforms
- Interoperability standards such as HL7 and FHIR that allow different health systems to exchange data
- Medical imaging and picture archiving software (PACS)
Part 9Examples of Technical Skills in Manufacturing
The manufacturing industry demands a combination of practical skills and knowledge to design, build, and maintain products and machinery efficiently. Proficiency in design software, automation systems, and quality control methods are examples of important skills. Manufacturing industry-specific skills include:
- Computer-Aided Design (CAD) and Computer-Aided Manufacturing (CAM) software
- Programmable Logic Controllers (PLCs)
- Lean manufacturing and Six Sigma methodologies
Modern manufacturing environments increasingly blend mechanical know-how with digital tools that monitor equipment and streamline the supply chain. Additional examples include:
- Robotics and industrial automation systems
- IoT sensors and predictive maintenance software that flag equipment issues before a breakdown occurs
- Enterprise resource planning (ERP) and materials requirement planning (MRP) systems for inventory and supply chain management
Part 10Basic Technical Skills Everyone Should Have at Work
Not every technical skill requires a computer science degree or years of specialized training. Plenty of everyday tasks count as technical skills too, and most employers expect a baseline level of comfort with common workplace technology regardless of role or industry. Some foundational examples include:
- Writing clear, professional emails and organizing an inbox efficiently
- Using spreadsheet software like Microsoft Excel or Google Sheets for basic calculations and formatting
- Creating documents and presentations in tools like Microsoft Word, PowerPoint, or Google Workspace
- Navigating video conferencing platforms such as Zoom or Microsoft Teams
- Storing and sharing files through cloud storage services like Google Drive or Dropbox
- Troubleshooting basic hardware issues, such as reconnecting to Wi-Fi or restarting a frozen printer
These basic technology skills often go unlisted on a resume because they feel obvious, but for entry-level roles or career changers, naming a few specific tools you use comfortably can still add helpful detail. If a job posting mentions strong PC skills or general computer literacy, this is usually the level it refers to.
Part 11Understanding Primary and Secondary Technical Domain Skills
Some job applications, particularly for technical and engineering roles, ask candidates to list their primary and secondary technical domain skills. This phrasing can feel confusing the first time you see it, but the idea is straightforward once you break it down.
Your primary technical domain is the area where you have the deepest, most current expertise, typically backed by the most years of hands-on experience or the most recent, relevant project work. Your secondary technical domain is an area where you have working knowledge and can contribute meaningfully, even though it is not your main specialty.
For example:
- A backend developer might list Java and database design as a primary domain, with cloud infrastructure listed as a secondary domain.
- A network engineer might list network security as a primary domain, with basic scripting in Python listed as a secondary domain.
- A data analyst might list SQL and data visualization as a primary domain, with introductory machine learning listed as a secondary domain.
When filling out this kind of field, it often helps to:
- Name one or two specific technologies or methods within each domain rather than a broad category alone, for example “AWS and Docker” rather than simply “cloud”
- Match your primary domain to the core requirement in the job description whenever your background allows it
- Use the secondary domain to show range while being honest about your depth of experience in that area
Part 12How to Describe Your Level of Technical Proficiency
Listing a skill is only half the story. Employers, recruiters, and hiring managers usually want some sense of how well you actually know it. Technical proficiency is often described using a simple scale:
- Beginner or familiar: You understand the basic concepts and have used the skill in a training or academic setting, but have limited real-world experience.
- Intermediate or proficient: You can apply the skill independently on real projects with occasional guidance.
- Advanced or skilled: You can apply the skill to complex problems, troubleshoot issues, and often help train others.
- Expert: You have deep, extensive experience and are typically viewed as a go-to resource for that skill within a team or organization.
When describing technical proficiency on a resume, in a LinkedIn profile, or during an interview, it often helps to pair the proficiency level with a concrete example. Saying you are proficient in Python is reasonable, but saying you are proficient in Python, having built three data pipelines that process over 100,000 records daily, gives a hiring manager something specific to evaluate. Being honest about your level also matters. Overstating expertise in a technical skill tends to surface quickly once you are asked to demonstrate it in a technical interview or on the job.
Part 13How to Develop and Improve Your Technical Skills
Technical skills are learnable, which is part of what makes them different from natural aptitudes. Whether you are a student building a foundation or a working professional trying to stay current, a few approaches tend to work consistently well:
- Take structured courses through platforms like Coursera, edX, or LinkedIn Learning to build a foundation in a new area
- Pursue certifications that are recognized in your field, such as a cloud provider certification or a project management credential
- Build small, real projects rather than only completing tutorials, since applying a skill to an actual problem reveals gaps that passive learning misses
- Contribute to open-source projects or volunteer for technical tasks at work outside your usual responsibilities
- Find a mentor or more experienced colleague who can review your work and point out blind spots
Students in particular benefit from seeking out internships, capstone projects, or coursework that requires building something tangible, since employers generally weigh demonstrated project experience heavily alongside coursework.
A common mistake when developing technical skills is spending too much time consuming content, such as watching tutorials or reading documentation, without applying it to a real task. Technical skills are built through repetition and troubleshooting. Another common mistake is trying to learn too many tools at once. It is often more effective to reach a comfortable, working level in one skill before splitting attention across several.
Which Technical Skills Are Most in Demand Today
Demand shifts over time, but a few categories have remained consistently valuable across industries in recent years:
- Cloud computing and infrastructure management
- Data analysis and data visualization
- Artificial intelligence and machine learning
- Cybersecurity and information security
- Automation and DevOps tooling
These areas tend to attract strong interest because they touch nearly every industry, including many outside traditional technology companies. Even so, the most valuable technical skill for you to develop is usually the one most directly tied to the role or industry you are targeting.
Part 14How to Highlight Technical Skills on a Resume and in Interviews
Once you have a solid list of technical skills, presenting them effectively matters just as much as having them. A few practical guidelines can help:
- Review the job description and prioritize the technical skills it mentions explicitly, placing the closest matches near the top of your skills section
- List specific tools and technologies rather than vague categories, since “Python, Pandas, and Scikit-learn” tells a hiring manager more than “programming”
- Weave your strongest technical skills into your work experience bullet points with measurable outcomes, such as “automated a reporting process using Python, cutting manual work by several hours per week”
- Keep a portfolio, GitHub profile, or work samples ready to share, since many technical interviews ask you to walk through real examples of your work
A few common mistakes are worth avoiding:
- Listing outdated tools or software you have not used in years, which can create an awkward moment if an interviewer asks a follow-up question
- Copying a generic skills list from a template instead of tailoring it to your actual background and the specific job
- Overloading the resume with every tool you have ever touched, which can bury the skills that matter most for the role
During an interview, be ready to explain not only what a tool does, but how and why you used it on a specific project. Interviewers evaluating technical competencies are often more interested in your problem-solving process than in a perfect textbook answer.
Frequently Asked Questions
What is the difference between technical skills and soft skills?
Technical skills are specific, teachable abilities tied to a tool, method, or body of knowledge, such as coding in Python or reading a balance sheet. Soft skills describe how you work with people and handle situations, such as communication, adaptability, and teamwork. Most roles require a combination of both.
What is the difference between technical skills and functional skills?
Functional skills describe the broader responsibilities of a role, such as project coordination, customer service, or team leadership. Technical skills are the specific, often measurable tools and methods you use to carry out those responsibilities, such as using a CRM to manage customer relationships or using project management software to track deliverables.
Is email considered a technical skill?
Using email professionally, including organizing an inbox, writing clear messages, and managing attachments, is often grouped with basic technology skills. It typically is not listed as a standalone technical skill on a resume for experienced professionals, but it can be worth mentioning for entry-level roles where basic computer literacy is being evaluated.
What are technical competencies?
Technical competencies refer to the practical knowledge and skills required to perform specific tasks in a field, such as coding, data analysis, or equipment operation. The term is often used interchangeably with technical skills, technical proficiency, and technical expertise.
What is technical proficiency?
Technical proficiency describes your level of skill or comfort with a specific tool, technology, or method. It is usually expressed on a scale from beginner to expert, and it helps employers understand not just what you know, but how confidently and independently you can apply it.
What are primary and secondary technical domain skills?
Primary technical domain skills are the area where you have the most depth and recent hands-on experience. Secondary technical domain skills are areas where you have working knowledge and can contribute, even though they are not your main area of expertise. Job applications sometimes ask for both to understand your core strengths as well as your range.
How many technical skills should I list on a resume?
There is no fixed number, but many resumes list between five and ten technical skills that closely match the job description. It is often more effective to list fewer, highly relevant skills than a long, generic list of every tool you have ever used.
What are examples of basic technical skills?
Basic technical skills include using spreadsheet and word processing software, sending professional emails, navigating video conferencing tools, storing files in cloud storage, and troubleshooting simple hardware issues. These skills are relevant across nearly every job, not only technical roles.
Can technical skills be learned without a formal degree?
Many technical skills can be learned through online courses, certifications, bootcamps, self-directed projects, and on-the-job training. A degree can help build a strong foundation in certain fields, but demonstrated, hands-on experience is often what employers weigh most heavily during hiring.
What is the difference between technical knowledge and technical skills?
Technical knowledge refers to understanding concepts, systems, or theory in a given field, such as knowing how a network protocol works. Technical skills refer to the applied ability to use that knowledge to complete a task, such as configuring a router or troubleshooting a connectivity issue. In practice, the two build on each other and are often listed together.
1) How to Prepare for a Job Interview: The Complete Guide
2) Full Guide to Common Interview Questions & Best Answers
3) The Right Questions to Ask After a Job Interview (Complete Guide)
4) How to Follow Up After a Job Interview and Actually Get the Job