rsschool-cv

CV

Victoria Maximenkova

Information Security Specialist

About me

I am a cybersecurity specialist with more than 2.9 years of experience.

Contact information

e-mail: vmridzel@gmail.com

Skills and Proficiency

Code example

KATA "Quarter of the year": Given a month as an integer from 1 to 12, return to which quarter of the year it belongs as an integer number.

const quarterOf = (month) => {
  var promnum = (month - month % 3) / 3;
  if (month % 3 == 0){
    return promnum;
  }
  else {
    return promnum + 1;
  }
}

Cybersecurity Analyst

Positive Technologies (july 2024 - present)

Application Security Engineer

ALGONT (july 2023 - july 2024)

Experience

Information Security Analyst

Cyclone (january 2023 - april 2023)

Information Security Specialist

Sigma (august 2021 - december 2022)

Education

Bauman Moscow State Technical University

Information Security (2018 - 2024)

English

B1

</body> </html>