Expression based hands on
a) Given 4 dictionaries of the students data with id, name and city, Asked me to remove the students which belongs to city Pune
b) Update dict data, Change city name Mumbai to city name Bangalore
Sample Data:
local!students: {
a!map(id: 1, name: "John", city: "Pune"),
a!map(id: 2, name: "Sam", city: "Mumbai"),
a!map(id: 3, name: "Ravi", city: "Pune"),
a!map(id: 4, name: "Anu", city: "Delhi")
} | Appian Interview Questions | Appian Interview Questions - AppianVerse