Whitetable
API Documentation
Resume API
Question API
Some API Description
POST
https://apis.whitetable.ai/questions
Header
token
{AUTH_TOKEN}
Content-Type
application/json
Body
{
"job_profile": "{JOB_DESCRIPTION}",
"candidate_details": "{RESUME_URL}",
"context": "{JOB_CONTEXT}",
"noq": 10
}
Candidate Ranking API
Sample Request
cURL
Copy
curl -X POST https://apis.whitetable.ai/questions
-H 'token: {AUTH_TOKEN}'
-H 'Content-Type: application/json'
-d {"job_profile":"{JOB_DESCRIPTION}","candidate_details":"{RESUME_URL}","context":"{JOB_CONTEXT}","noq":10}
Sample Response
CONTENT TYPE
application/json
Copy
[
"Tell me a little bit about yourself and your journey as a Frontend Developer.",
"Looking back at your experience with Cogoport, what accomplishment are you most proud of and why?",
"This role requires a strong understanding of VueJS or React. Can you describe your experience with these frameworks and elaborate on any specific projects where you leveraged their strengths?",
"Can you walk me through your process of building a reusable component in React, considering aspects like state management, props, and testing?",
"Our application heavily relies on efficient DOM manipulation. How would you optimize a component for performance if you notice slow rendering or interactions?",
"Describe your experience with CSS preprocessors like SASS or LESS and how they benefit large-scale frontend development.",
"How do you stay updated with the latest trends and advancements in frontend technologies?",
"Explain your approach to writing unit tests for your frontend code. What tools or frameworks do you prefer, and how do you ensure adequate test coverage?",
"Security is paramount in our applications. How would you handle sensitive user data within a frontend application to prevent vulnerabilities like XSS attacks?"
]
"When you see a problem in the world, and perhaps you are the only one who does, take the initiative to be the solution."
Copyright © 2023
Desert Tree Pvt Ltd.
All Rights Reserved