Pergunta de entrevista da empresa Accenture

Can you explain how a REST API works, and how you would create one using Python?Can you explain how a REST API works, and how you would create one using Python?

Resposta da entrevista

Sigiloso

11 de jul. de 2025

@app.route('/employees', methods=['GET']) def get_employees(): return jsonify({"employees": employee_list})