Q: Why do you want this position? Do you know the Dimensional way of investing
Group Coordinator Interview Questions
4,451 group coordinator interview questions shared by candidates
Typical interview questions. No real structure to questions, mainly off the cuff. Most interested in what the sales process looks like to me.
Process details Detailed questions around technical terminology
Are you ok to be micromanaged? How many people under you in your current job?
Give me an example of a go-to-market strategy you've run, how do you approach relationship building with cross-functional teams etc.
What do we do in this company?
Tell me about yourself, what is the dimensional way of investing
Tell me about yourself? Why Dimensional?
Do you believe in the Efficient Market Hypothesis?
Interview Question You’re a software engineer, you’re tasked with implementing a service registry and a load-balancer. We provide the interfaces below. Write in your preferred JVM language that implements the following: Interfaces interface LoadBalancer { fun selectServer(): Server? } interface ServiceRegistry { fun registerServer(server: Server): Boolean fun deregisterServer(server: Server): Boolean fun getServers(): List } data class Server(val id: String, val address: String) Load balancer and service registry should be implemented as two HTTP REST servers while calls from one to another should be done via HTTP. Tasks: Implement the ServiceRegistry and LoadBalancer interfaces. The load-balancer should have two flavors of balancing algorithm: One is round-robin and the other is random selection. Prepare a demo with curl / postman / other http tool to demonstrate the flow. Notes: You can use whatever library that you want. You are allowed to use any external tool that might help you, including Google / Stackoverflow / ChatGPT etc.. Time limits: 1h 30m
Viewing 2781 - 2790 interview questions