google interview
google interview
to me,
Jolijn
Hi Erica,
We hope you're excited for your upcoming interview. I’m Vidhi, a Recruiting
Coordinator working with Jolijn to schedule your hangout interview for
the SWE: Software Engineer, General (Google Ads) - Munich (DE) role.
I'm here to ensure you have a smooth interview process by scheduling your
Hangout interview as follows:
1. Let us know you can make it by replying all to confirm. If you’d like to
do a test Hangout with a member of our team, click here to book a slot.
2. RSVP “Yes” to the Google Calendar invite sent to you via email.
3. Make sure you can access and edit the following Google Doc.
How to prepare:
Unfamiliar with joining Hangouts Meet? Here’s a step-by-step guide on
how to connect.
Please join no more than 5 minutes early, and logout of all other
accounts to prevent technical difficulties.
Thank you!
Vidhi Rupanwal
Recruitment Coordinator -
APAC
careers.google.com
What is a Graph?
Vertices (V): These are the fundamental units of a graph. They can
represent various things depending on the context (e.g., cities, people,
web pages).
Types of Graphs:
Weighted Graph: Each edge has a weight or value associated with it.
This weight can represent cost, distance, capacity, etc. Think of a map
where the edges (roads) have weights representing their lengths.
Subgraph: A graph whose vertex set and edge set are subsets of the
vertex set and edge set of another graph.
Example:
V = {A, B, C, D}
E = {(A, B), (B, C), (C, D), (D, A), (B, D)}
In this graph:
The degree of vertex B is 3 (edges (A, B), (B, C), and (B, D)).
This is just a brief introduction to the basics of graph theory. There are many
more interesting concepts and theorems to explore! Do you have any
specific aspects of graph theory you'd like to learn more about?