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
Senior Backend Developer Interview Questions
1,024 senior backend developer interview questions shared by candidates
What are the different http status codes and describe their usage?
What is the most important contribution you made to your company.
O que te motiva a trabalhar no Meli?
They asked me to write an sql query
How you will configure and setup the Entity framework - WEB API .NET
Q: Why did you choose to apply to the position?
Typical algorithmic questions such as arrays and trees related, a bit of code design. A pair programming session. Maybe not much related to architecture design.
Engineering skills regarding backend ..etc and live code challenge
How to implement semaphore, semaphore vs mutex,
Viewing 801 - 810 interview questions
See Interview Questions for Similar Jobs
Senior Back End EngineerSenior Backend EngineerPython Backend DeveloperBack End DeveloperSoftware Engineer Web Applications DeveloperBack End EngineerPython Backend EngineerWeb Applications DeveloperJava Flex DeveloperJava Web Applications DeveloperSoftware Engineer Web DeveloperReact Js DeveloperBackend DeveloperJava Front End DeveloperPhp Backend DeveloperRuby On Rails EngineerSoftware DevelopersSenior Back-end Engineer