
DevOps의 정석 - DevOps의 시작부터 끝까지 모두 짚어 드립니다!
JeongSuk Lee
DevOps 컨퍼런스에서 지겹게 듣던 “DevOps는 문화입니다!”라는 말이 무엇을 의미하는지 궁금하신 분들을 위한 과정입니다. DevOps의 3대 요소인 People, Process & Technology에 대한 전반적인 부분을 다루고 이를 실제로 어떻게 구현하는지도 함께 알아볼 수 있습니다.
중급이상
CI/CD, BDD
I will share my know-how based on my experience with coding tests while preparing for overseas job transfers! Through this lecture, you will learn 10 questions you must solve before taking the coding test for new/experienced employees + tips for writing an English resume for experienced employees.
Coding test
Writing a Career English Resume
Complete it with confidence according to the difficulty level!
We'll share practical coding test know-how 🚀
🤔 My company says they have a coding test, but I'm not sure what type of test it will be .
🥲 I'm not sure where my current coding skills are . I'm scared of preparing for coding tests!
😮 I'm curious to see how other people solve coding test problems.
🤨 I'm thinking about working/changing jobs overseas , but I'm having trouble getting information about coding tests or resume writing.
Hello! I am My name is Jeongsuk Lee and I work for one of Australia's four major banks.
During my time as an interviewer and interviewer working with IT companies, I've seen many people who were unprepared for coding tests. Even if they knew about the test in advance, they often struggled to prepare for it. Therefore, based on my experience conducting coding tests while preparing for a job abroad as an interviewer, I'd like to share my knowledge on how to approach and solve coding tests .
Moreover, while books and online resources on recruiting new employees are readily available, it's difficult to find information on how to write a resume for an overseas (Australian) career change . Therefore, in this lecture, I'll share with developers preparing for an international career change the know-how they need to know about the proper resume format.
If you can solve the following problems, you don't need to take this course. However, if you're having trouble solving them, I highly recommend it!
Example Problem (Difficulty: Advanced)
An array with n data items can be partitioned into any number of contiguous sub-segments, and every data item must fall within exactly one segment.
After partitioning, the data within each partition is sorted in ascending order without changing the order of the partitions. The sorted partitions are concatenated, and if the concatenated array is sorted in ascending order, the partition set is considered valid.
Find the maximum number of sub-segments into which the array can be partitioned so that the partition set is valid.
Example 1 Array = [2, 10, 5, 9]
Subsegment after partition: [2], [10, 5, 9]
Subsegment after sorting: [2], [5, 9, 10]
Final array: [2, 5, 9, 10]
Maximum number of subsegments: 2
Example 2 Array = [2, 1, 3, 2, 4, 4, 5, 8, 7, 7]
Subsegment after partitioning: [2, 1], [3, 2], [4], [4], [5], [8, 7, 7]
Subsegment after sorting: [1, 2], [2, 3], [4], [4], [5], [7, 7, 8]
Final array: [1, 2, 2, 3, 4, 4, 5, 7, 7, 8]
Maximum number of subsegments: 6
Q. I want to join a company as a new developer, but I'm having trouble answering the beginner-level questions here.
The five beginner-level questions are of a difficulty level that even beginners should be able to solve, so we recommend that you supplement your background knowledge through algorithm lectures, etc.
Q. Looking at the coding test solutions, it seems like they were mainly written in two programming languages. I only know one language. What should I do?
It doesn't matter which language you use for the coding test. However, because recent trends favor polyglot developers, we recommend learning one language to a degree of expertise and then developing your skills in the remaining languages through Google searches to the point where you can code.
Q. I'm an HR professional preparing for a coding test. What can I gain from this course?
This is a great opportunity to learn about how coding tests are conducted at other companies. It also provides a chance to reference questions when offering coding tests to determine whether they are appropriately challenging for the position you're currently applying for.
📢 Please check before taking the class!
Who is this course right for?
People preparing for coding tests
People preparing to write an English resume for a career position
Need to know before starting?
Familiarity with one or more programming languages (Java, Python)
426
Learners
16
Reviews
7
Answers
3.9
Rating
7
Courses
한국/호주/영국에서 Full-stack developer, DevOps Engineer/Consultant로 15년 정도 일을 하고 있는 Digital Nomad IT Engineer 입니다. IT 조직 운영의 최적화를 위해 끊임 없이 새로운 주제에 대해서 공부를 하고 있으며, 은퇴할 때까지 Engineer로 생활하고 싶다는 꿈을 가지고 있습니다. 현재는 호주 Melbourne에 있는 한 은행의 Developer Experience 팀에서 DevOps로 활동하고 있습니다.
All
17 lectures ∙ (3hr 54min)
Course Materials:
All
1 reviews
$34.10
Check out other courses by the instructor!
Explore other courses in the same field!