I translated this passage into Chinese as follows:
All the questions I received were exactly the same as those in another post.
-
OA: A full-stack CodeSignal repository test, with AI. A book/library management system.
-
Coding problem 1: The first problem was translating expressions (
T1 = T4). -
Coding problem 2: Calculate the total price of products in an array of strings, in the format
sku|product name|quantity|unit price (cents). The follow-ups were to calculate prices after applying discounts. The discount types werepctandbxyf, for examplea100|pct|20ora100|bxyf|1|2. I remember that the last part asked me to sort all the products by shelf number and whether they were frozen. -
System design: An inventory management system.
-
Behavioral interview:
Tell me about the most interesting project you have been responsible for.
Have you made a mistake involving deployment? What did you learn from fixing the problem?
Discussion
Loading comments…