Salary:
OHO is seeking an entry-level WordPress/Drupal Developer to work alongside developers, project managers, and designers as part of a growing projects team. You will work with senior developers to develop large websites that meet requirements communicated through annotated wireframes and technical specifications.
Requirements:
Please provide an example of a site that you have built with a brief description of the work that you completed and provide an answer to the question below:
How would you write a function to return an array of customer names who have ordered over $200 of product given the array structure provided below? Assume there is an indeterminate amount of customers and orders per customer.
—————————————————–
$customers = [
1 => [
‘name’ => ‘Alice’,
‘orders’ => [
‘49.99’,
‘75.32’,
…
],
],
2 => [
‘name’ => ‘Bob’,
‘orders’ => [
‘209.28’,
‘22.92’,
…
],
],
…
];
—————————————————–
OHO Interactive is an Equal Opportunity Employer