References?
Senior Interview Questions
341,945 senior interview questions shared by candidates
Everything was pretty straightforward, just read some BI interviews and make sure you can talk about your professional/student experience.
What is my goal
1. experiences. 2. a graph related question as follows, later on I found out a tricky solution online. //problem: count islands in a graph // // A graph is a collection of nodes that are connected to each other with // edges. There are N nodes, numbered 1..N. and M edges. Each edge connects // two different node numbers. Here is an example graph with N= 8, M=6: // // 1---2---3 6 8 // | | | // 4---5 7 // // The goal is to count the number of islands in the graph. An island is a // graph of nodes that are connected only to themselves and not to any of the // other nodes in the graph. The above example has three islands. As a node // not connected to anything at all is regarded as it own island. // Implement the function IslandCount() below. The values N and M are passed // in, along with the array E which contains pairs of node numbers that are // connected by edges. The above example has E equal to // // E = { 1,2,2,3, 1,4, 2, 5, 4,5, 6, 7} // // IslandCount() should return the number of islands in the graph.
Datastructure/Algo related white board session. Design related Whiteboard sessions
I'd classify this as the most bizarre and unexpected question which was what are the four tenets of object oriented programming.
Tell me about a time you received constructive criticism and what you did afterwards.
None, I was rejected after a 10 question personality test. It's a timed test, questions have nothing to do with sales, beverage industry, management skills.
There were 2 rounds of case interviews and 1 round for presentation of the Data Challenge that I passed before the 1:1 interview
Why do you want to work for Guild?
Viewing 2171 - 2180 interview questions