DEV Community

Ramya .C
Ramya .C

Posted on

Day 9 – My Data Analytics Journey at Payilagam

I attended a mock interview session that gave me real-time exposure to the interview process and helped me assess my progress so far.

Activities of the Day:

  • Aptitude Test
  • Group Discussion (GD)
  • Face-to-Face Interview
  • HR Interaction Session

Each round improved my confidence, communication skills, and interview readiness.

In the HR session, I learned:

  • How to apply for jobs effectively
  • Top platforms like LinkedIn, Naukri, and Internshala
  • How to present myself professionally

Mock Interview – Today's Questions

What is a Pivot Table?

A Pivot Table in Excel is a tool used to summarize, analyze, and explore data.
It allows users to group data into rows and columns and perform operations like totals, averages, and counts easily.

What are Charts in Excel?

Charts visually represent data to help users identify trends, patterns, and comparisons.
Common charts:Bar, Line, Pie, Column

Python: Voting Eligibility Program
age = int(input("Enter your age: "))
if age >= 18:
print("You are eligible to vote.")
else:
print("You are not eligible to vote.")

What I Learned Today?:

●How to explain concepts clearly under pressure
●How to structure my answers in interviews
●How Python is used in real-world tasks like logic building and user input validation

My Goal

To become a skilled and confident Data Analyst with a strong foundation in:

  • Python
  • Excel
  • SQL
  • Communication & Interview Skills

If you're a beginner like me, stay consistent, practice daily, and be open to feedback.
Every small step counts toward your big goal.

Top comments (0)