what is your experience explain your portfolio.
Data Architecture Interview Questions
3,370 data architecture interview questions shared by candidates
They are all project-specific based on my portfolio.
Questions pertaining to the studio sectors
Tell us more about you and your journey ? Where do you see yourself in the company? Walk us through your portfolio? In your previous job what was your rule and responsibility? What is the expected salary
Why are you interested in working in obra?
What will you do if you have three tasks that will due at the same day, and you know you are not able to finish on time.
How comfortable are you working with multiple outside entities?
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Previous company experience and salary expectations.
How would AI change the way Datacenters are designed and architected
Viewing 3301 - 3310 interview questions