|
4 | 4 | [](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
|
5 | 5 | [](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
|
6 | 6 |
|
7 |
| -<a href="https://andrei-punko.github.io/java-interview-faq-n-answers"><img src="images/button_java-interview-faq.png" alt="Java interview FAQ" height="40"/></a> |
8 |
| -<a href="https://www.donationalerts.com/r/andd3dfx"><img src="images/button_donate.png" alt="Donate" height="40"/></a> |
9 |
| - |
10 | 7 | ## Prerequisites
|
11 | 8 |
|
12 | 9 | - JDK 21
|
|
49 | 46 | [SQL folder](sql/README.md) contains tasks which require writing SQL queries to solve them.
|
50 | 47 | Check appropriate [video](https://youtu.be/GjDF_LdwYHU) on YouTube
|
51 | 48 |
|
52 |
| -## Interview materials |
| 49 | +## Coding interview materials |
53 | 50 |
|
54 | 51 | The [interview-materials](interview-materials) folder contains some
|
55 | 52 | notes about interview preparation and useful links.
|
56 | 53 | We can perceive materials in this folder as project backlog or "box with other stuff"
|
57 | 54 |
|
58 |
| -## Videos on [YouTube channel](https://www.youtube.com/@andd3dfx) (in chronological order) |
| 55 | +## List of videos on [YouTube channel](https://www.youtube.com/@andd3dfx) (in chronological order) |
59 | 56 | <details>
|
60 | 57 | <summary><b>Expand me</b></summary>
|
61 | 58 |
|
62 |
| -| Название | YouTube | Code | |
| 59 | +| Title | YouTube video link | Code / Repo link | |
63 | 60 | |--------------------------------------------------------------------------------------------------|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
64 | 61 | | Определение максимального количества зрителей стрима | [YouTube](https://youtu.be/uMikT-xpE-w) | [Code](src/main/java/by/andd3dfx/common/CountStreamers.java) |
|
65 | 62 | | Подсчет количества людей каждого возраста (корзинная сортировка) | [YouTube](https://youtu.be/vFsDPm7ecsM) | [Code](src/main/java/by/andd3dfx/sorting/ArrayOfAges.java) |
|
@@ -273,3 +270,7 @@ We can perceive materials in this folder as project backlog or "box with other s
|
273 | 270 | | Три типа аспектов на примере AspectJ | [YouTube](https://youtu.be/S-LrdkfDSCU) | [Repo](https://github.com/andrei-punko/aspectj-sandbox) |
|
274 | 271 | | GitHub Actions: workflows, coverage, badges | [YouTube](https://youtu.be/8O9ZmQfixF4) | [Repo1](https://github.com/andrei-punko/spring-boot-3-template) [Repo2](https://github.com/andrei-punko/aspectj-sandbox) [Repo3](https://github.com/andrei-punko/java-interview-coding) [Repo4](https://github.com/andrei-punko/spring-boot-jwt) |
|
275 | 272 | </details>
|
| 273 | + |
| 274 | +## Appendix. Verbal interview materials |
| 275 | + |
| 276 | +Check [this repo](https://github.com/andrei-punko/java-interview-faq-n-answers) to get materials for preparation to Java verbal interview |
0 commit comments