Software Architecture Interview Questions

814 software architecture interview questions shared by candidates

Resume Questions: - Tell me about projects done outside of school. - Why are you leaving your current company? - What could you have improved from your previous company? - Are you currently studying for any industry certifications? Cybersecurity Questions: - Are you familiar with any cybersecurity frameworks (NIST) ? - Are you familiar with PCI Compliance? - What blogs or websites do you follow for - What is the difference between risk and vulnerability? - What is worse false negative or false positive? - Cloud Architecture. - CIA triad.
avatar

Security Architecture

Interviewed at Global Payments

3.6
Jan 18, 2021

Resume Questions: - Tell me about projects done outside of school. - Why are you leaving your current company? - What could you have improved from your previous company? - Are you currently studying for any industry certifications? Cybersecurity Questions: - Are you familiar with any cybersecurity frameworks (NIST) ? - Are you familiar with PCI Compliance? - What blogs or websites do you follow for - What is the difference between risk and vulnerability? - What is worse false negative or false positive? - Cloud Architecture. - CIA triad.

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)
Feb 27, 2018

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)

Viewing 761 - 770 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 814 interview questions and reports from Software architecture interviews. Prepare for your interview. Get hired. Love your job.