What did you learn through specific project?
Architecture Intern Interview Questions
3,370 architecture intern interview questions shared by candidates
Tell me something interesting that's not on your resume.
How comfortable are you working with multiple outside entities?
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.
Quelles sont vos motivations, connaissez-vous nos marques et niveau d’anglais
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)
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
Viewing 3291 - 3300 interview questions