Why are you applying for this role?
Customer Engineer Interview Questions
2,688 customer engineer interview questions shared by candidates
Have you worked with API’s
Are you comfortable working with Python
Can you explain what Threat Intelligence is?
What's your thought process in deciding on your next role? What's your technical background and experience?
How does customer service relates to engineering
You are working with a customer who has built an API to give you access to their User Database. Their API contains a set of endpoints that allow you to access the data from the database. The product owner has asked you for a CSV report of all **active** users with a **.test** email address. This report should contain the ID and email address of 1 valid user on each row. **API Documentation:** [https://gorest.co.in](https://gorest.co.in/) **Example output:** id,email 4478538,dhanadeepa_singh@effertz.test 4478541,anjushree_joshi_ii@monahan.test
How would I sell to a non-tech vs tech person
Build a Slack bot that reads employee data from a provided JSON file and responds to HR queries. The bot should support two commands: /list: returns all user first names with their departments. /query : returns specific details (e.g., email, phone) about a user. Only department is required; other fields may be missing. You have 1 hour to complete the task. { "emily": { "department": "Engineering", "manager": "john", "phone": "555-1234", "email": "emily@example.com", "first_name": "Emily", "last_name": "Chen" },
Use the given public API and display the response in the mentioned way
Viewing 801 - 810 interview questions