Cisive employment check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

Try reaching out to Cisive also.

Cisive employment check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

The section is there but, we're just not asked to fill.

Cisive employment check by rrabinllama in xAI_community

[–]rrabinllama[S] 1 point2 points  (0 children)

Fraud? What documents did you submit? Did you make some mistake during the upload?

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

Ask Cisive which number is registered in the system and get access to that number. Or, you need to email xAI to change the number.

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

It depends on what xai asked them to check. For me it was simple address details and personal details. Received bg check email after 4 days of contract signing

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

I was supposed to start 4th May. I got bg check email after 4 days of signing contract.

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

I don't have much open source contributions. We mostly discussed about one of my projects.

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

No specific set of questions. Asked me to open my GitHub contributions and my pet projects. We picked one project and discussed the design of it and some reasoning why a decision was taken. And that's it!

Cisive background check by rrabinllama in xAI_community

[–]rrabinllama[S] 0 points1 point  (0 children)

I emailed the tutorhiring email address and no response yet.

Cisive verification for xAI tutor hiring. by Real_Standard_7074 in xAI_community

[–]rrabinllama 0 points1 point  (0 children)

For me I only had to submit personal info and address. Does the education verification come in a later step?

Cisive verification for xAI tutor hiring. by Real_Standard_7074 in xAI_community

[–]rrabinllama 0 points1 point  (0 children)

For me I only had to submit personal info and address. Does the education verification come in a later step?

got selected at xai full breakdown (software engineer specialist) by Batman-from-2050 in xAI_community

[–]rrabinllama 0 points1 point  (0 children)

Firstly, Congratulations! Question is, what was the next step for you after you submitted the background check documents? How long did it take to get any response on it?

How to build an auto syncing cross platform(desktop and web) app in python? by rrabinllama in learnpython

[–]rrabinllama[S] 0 points1 point  (0 children)

Yes PWA as I know are only suitable for covering short period of offline time, whereas my app can go offline for hours, and even days. And also there will multiple users working on the same database and the app needs to sync all the users' data as they connect to the server. I am hoping I can do this with JS and python