File size: 511 Bytes
38f0814 c63220b 38f0814 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
workforce = {
"total_employees": 3600,
"key_executives": [
{"name": "Harshil Mathur", "role": "CEO"},
{"name": "Shashank Kumar", "role": "CTO"}
],
"hiring_trends": "Growing",
"average_tenure": "2.5 years",
"employee_reviews": {
"glassdoor": 4.5,
"ambitionbox": 4.3
},
"company_culture": {
"description": "High-trust, high-performance culture.",
"core_values": ["Innovation", "Customer-Centricity", "Trust", "Collaboration"]
}
} |