cloudflare - important to read up on the company and why you want to work there
Senior Solutions Engineer Interview Questions
399 senior solutions engineer interview questions shared by candidates
Q: Nothing too difficult for this role?
Scripted questions from HR, such as: How do you see the future of collaboration with Customer Success? (as if I can predict the future), Tell me which Cloudflare technology solves problem X (even though I haven’t received any product training), Have you ever trained a peer in another job? and How would you handle a difficult customer?, etc.
Recall the story of a challenging deal
Deep knowledge on API solution img
How your particular skills and experience will make an impact on the team and business.
How have you worked with feature flagging and experimentation in the past with clients and in your own roles?
How can I work most effectively with Account Executives? How many AE's am I comfortable supporting? How can I help expand their existing footprint within a customer?
League Backend Challenge In main.go you will find a basic web server written in GoLang. It accepts a single request /echo. Extend the webservice with the ability to perform the following operations Given an uploaded csv file 1,2,3 4,5,6 7,8,9 Echo (given) Return the matrix as a string in matrix format. // Expected output 1,2,3 4,5,6 7,8,9 Invert Return the matrix as a string in matrix format where the columns and rows are inverted // Expected output 1,4,7 2,5,8 3,6,9 Flatten Return the matrix as a 1 line string, with values separated by commas. // Expected output 1,2,3,4,5,6,7,8,9 Sum Return the sum of the integers in the matrix // Expected output 45 Multiply Return the product of the integers in the matrix // Expected output 362880 The input file to these functions is a matrix, of any dimension where the number of rows are equal to the number of columns (square). Each value is an integer, and there is no header row. matrix.csv is example valid input. Run web server go run . Send request curl -F 'file=@/path/matrix.csv' "localhost:8080/echo" What we're looking for The solution runs The solution performs all cases correctly The code is easy to read The code is reasonably documented The code is tested The code is robust and handles invalid input and provides helpful error messages
Please describe in depth a difficult customer situation and how you handle the customer?
Viewing 291 - 300 interview questions