<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Victoria Lisitsyna</title>
    <description>The latest articles on DEV Community by Victoria Lisitsyna (@lisitsynav).</description>
    <link>https://dev.to/lisitsynav</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1074338%2Fb5b20363-0c22-454a-9cf9-d3df1de35aa3.jpg</url>
      <title>DEV Community: Victoria Lisitsyna</title>
      <link>https://dev.to/lisitsynav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lisitsynav"/>
    <language>en</language>
    <item>
      <title>Preparing for Your Technical Interview: A Developer's Guide</title>
      <dc:creator>Victoria Lisitsyna</dc:creator>
      <pubDate>Thu, 11 May 2023 13:13:30 +0000</pubDate>
      <link>https://dev.to/hyperskill/preparing-for-your-technical-interview-a-developers-guide-1p0g</link>
      <guid>https://dev.to/hyperskill/preparing-for-your-technical-interview-a-developers-guide-1p0g</guid>
      <description>&lt;p&gt;The interview is an important step to getting the job. The course of the interview determines whether they will be hired or not. It also defines the final salary and grade. Even if an interviewee knows a programming language well, an interview is always stressful, and it can be an obstacle to put one's best foot forward.&lt;/p&gt;

&lt;p&gt;Considering that to get a good job, you need to prepare for your interview carefully. In this article, I want to share a few tips to help developers prepare for technical interviews, and tell how &lt;a href="https://hyperskill.org/?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;Hyperskill&lt;/a&gt; will be useful for this. These tips helped me to prepare and pass several developer interviews.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you're looking for a way to learn new skills and advance your career, Hyperskill's project-based learning platform offers a personalized curriculum and a variety of tracks to help you achieve your goals.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Six tips for preparing for an interview
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Tip 1: Get details about the upcoming interview
&lt;/h3&gt;

&lt;p&gt;If you are interested in joining a particular company or team, you can get information before the interview about what to expect. For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;google other people's feedback about the interview process and the questions they were asked.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;find a few articles about the hiring process in this company.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;look at the list of skills in the job description (in LinkedIn, for example). Most likely, the interviewer will ask you skill-related questions.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tip 2: Structure your previous experience
&lt;/h3&gt;

&lt;p&gt;Structure your previous work experience or pet projects. Recall difficult problems that you were able to solve. During the interview, you may be asked to talk about the projects where you have been involved, the challenges you have encountered, and the topics you have learned.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you are preparing for your first interview and don't have any work experience, it is helpful to publish several training pet projects on GitHub.&lt;/em&gt; As a project-based educational platform, Hyperskill engages you in solving projects related to different domain areas so that you could publish the results. And what's more, some of the projects are based on real test assignments. For example, if you are a Java developer, pay attention to the following projects: &lt;a href="https://hyperskill.org/projects/49?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;Java Online chat&lt;/a&gt;, &lt;a href="https://hyperskill.org/projects/52?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;File Server&lt;/a&gt;, &lt;a href="https://hyperskill.org/projects/171?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;SQLite Viewer&lt;/a&gt;. And here are the Python projects based on real test assignments: &lt;a href="https://hyperskill.org/projects/145?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;Web Scraper&lt;/a&gt;, &lt;a href="https://hyperskill.org/projects/105?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;To-Do List&lt;/a&gt;, &lt;a href="https://hyperskill.org/projects/114?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;Regex Engine&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tip 3: Find and answer the top interview questions
&lt;/h3&gt;

&lt;p&gt;To prepare for a job interview, google the top questions on a programming language, a framework, or a tool you're interested in and find the answers.&lt;br&gt;
For example, there is &lt;a href="https://www.interviewbit.com/python-interview-questions/#freshers" rel="noopener noreferrer"&gt;a list of top Python interview questions&lt;/a&gt;. You can easily find similar question lists for other languages.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tip 4: Fill the knowledge gaps in your programming language and tools
&lt;/h3&gt;

&lt;p&gt;Revise the programming language concepts. Focus on your gaps. Interviewers often ask questions to check your competencies and understand whether you are following trends in your domain.&lt;br&gt;
Take note of &lt;a href="https://hyperskill.org/tracks?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;the Hyperskill tracks&lt;/a&gt;. Hyperskill covers all popular programming languages and more. Tracks combine theory with practice, which helps you better understand and remember information.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feuhxpj75ic9zj51lh09r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feuhxpj75ic9zj51lh09r.png" alt="Tracks in Hyperskill"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Tip 5: Learn basic algorithms and data structures
&lt;/h3&gt;

&lt;p&gt;Interviewers often ask questions about computer science fundamentals, basic algorithms, and structures. They include specifics on sorting and search algorithms, arrays, lists, stacks and queues, hash maps, trees, and others. Before the interview, it is worth reviewing these concepts and solving some exercises using them. You can repeat them by solving the &lt;a href="https://hyperskill.org/tracks/54?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;Practicing Algorithms with Python&lt;/a&gt; track on Hyperskill.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tip 6: Prepare for live coding exercises
&lt;/h3&gt;

&lt;p&gt;If you are supposed to solve a live coding exercise during your interview with time constraints, practice it beforehand. There is an approach that makes it much easier to deal with coding exercises:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understand the problem statement, and try to rephrase it in your own words.&lt;/li&gt;
&lt;li&gt;Make up or take a look at test input-output examples.&lt;/li&gt;
&lt;li&gt;Describe your approach to solving the problem. Demonstrate how it will work on the input-output examples.&lt;/li&gt;
&lt;li&gt;Write your code according to the standards of the programming language.&lt;/li&gt;
&lt;li&gt;Estimate the complexity of an algorithm using &lt;a href="https://hyperskill.org/learn/step/16699?utm_source=devto_hs&amp;amp;utm_medium=social&amp;amp;utm_campaign=interview&amp;amp;utm_term=11.05.2023" rel="noopener noreferrer"&gt;the Big O notation&lt;/a&gt;. Think about how to optimize it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Keep in mind that interviewers evaluate not only your solutions. They also pay attention to your way of thinking and communicating, your depth of knowledge, and whether or not you can write well-readable code.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Good luck with your interviews, and have interesting projects!&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>technology</category>
      <category>career</category>
      <category>interview</category>
    </item>
  </channel>
</rss>
