Jozsef Kecskesi

Qualified Business Intelligence Analyst versed in data querying, analytics, and visualizations to solve complex problems in high-pressure environments.
Activates strong analytical skills to investigate trends in large amount of data and formulate conclusions based on findings.
Excels at cultivating, managing, and leveraging global teams’ relationships to foster extended engagements and business opportunities.

        
        python ~ $ 
      

Very simple python code bits

  • Functions
  • Conditionals
  • Loops
            # Replacing spaces in text with three dots
              
playback = input("What would you say? ").replace(" ", "...")
print(f"Playback: {playback}")
# Demonstrates returning the value of a Boolean expression
def main():
  x = int(input("What's x? "))
  if is_even(x):
    print("Even")
  else:
    print("Odd")
def is_even(n):
  return n % 2 == 0
main()
# Prints square of bricks using a function with a loop and string multiplication
def main():
  print_square(3)
def print_square(size):
  for _ in range(size):
    print_row(size)
def print_row(width):
  print("#" * width)
main()

Education

Dublin Business School

Title | Result | Year

Business Information Systems with Cloud Computing | First Class Honours | 2013-2017

Details

Completed professional development in Business Information Systems with Cloud Computing. Major in Data Analytics and Business Intelligence.

Coursework | Projects

SQL, Big data, Python, R., Business Development, Data Processes, Data Analytics, Business Intelligence, Networking and security, Web-application development, and Cloud computing.

See sample project code snippets from studies and work

Data Analytics

Experience

Data Analyst - Strategy Evaluations | TikTok

July 2020 - Current Job
  • Conducted field studies and data collection to support sophisticated analysis.
  • Developed SQL queries to obtain complex data from tables in remote databases.
  • Python for data cleaning and transformation, preparing data to load it in effective form supporting visualizations and insights.
  • Designed and implemented key measurement reports metrics to global strategy evaluations team, identifying trends and performing root cause analysis.
  • Collected, tracked, and organized data to evaluate current business and market trends.
  • Mined data to uncover insights and identify market trends and inflection points.
  • Made actionable recommendations based on data trends.
  • Managing multiple ongoing strategy evaluations analytical projects.
  • Collaborating and supporting cross-functional, internal, and external stakeholders, local and overseas teams, and departments.
  • Building internal interactive live dashboards to visualize key performance indicators and support root cause analysis for the global strategy evaluations team, filtering down remote big data to insightful graphs and indicators.

Platform Experience Legal Analyst | Accenture - Google | YouTube

Dec 2018 - July 2020
  • Created reports detailing findings and recommendations.
  • Utilized knowledge of data modelling and statistical analysis to note trends and draw conclusions.
  • Analyzed content across multiple platforms, databases, and applications.
  • Provided quality assurance and improve machine classifiers to ensure safety of the platform for all audience and cross-functional teams.
  • Investigated and analyzed social media legal content – all languages, collecting sample data to find patterns and make our workflow more effective in the future.
  • Driven by tight targets and strict legal policies; as a part of a multinational / multicultural team in a busy office in Dublin.
  • Reached tier 2 (higher level of support) level less than 4 months, distributed to special and difficult cases only.
  • As Hungarian native speaker helped for the global teams validating Hungarian legal cases and providing language-support in general.

Content Analyst – Trust & Safety | Hays Ireland | (Accenture | Google | YouTube)

March 2018 - Dec 2018
  • Analyzed social media content both in Hungarian and English, driven by tight targets and fast changing policies, and trained AI via labeling and sampling. Completing various analytics projects and reports based on video content.
Top