given an object columnIdsToValues = { text: 'approved', status: 'Done', vacationDays: 1, holidays: 2 } and a formula in String form const formula = 'CONCATENATE("Total: " , sum( holidays, vacationDays)'; you need to replace each key (holidays and vactiondDays) with their values from the Object and return a new string
Junior Full Stack Developer Interview Questions
15,734 junior full stack developer interview questions shared by candidates
Tell me about the project you enjoyed the most.
Difference between PATCH and PUT
The challenge is extremely easy which you can find 1-line solution on Stackoverflow.
Oops concepts Java 8 Angular architecture
What is your perfect condition?
If you have a Billion Dollar, what would you do?
Create a web front-end that allows searching for activities. Think about the needs of a traveler that is looking for things to do in a destination. For example, a person visiting Berlin that is interested in things to do during their visit. For purposes of this take-home test, we provide you with a static JSON file containing dummy activity data. We recommend timeboxing development to 4 hours.
Basic problem solving
The coding 3 exercises were about strings and were easily solvable using the basic operations of functional programming.
Viewing 1201 - 1210 interview questions