I was asked multiple System design questions
Software Engineer Intern Interview Questions
9,771 software engineer intern interview questions shared by candidates
They asked me about software engineering fundamentals (I am a fresher.)
asked 1 dsa question easy leetcode reverse all words in a string. and then a rapid fire round asking cs fundamentals of database management systems (ACID properties and concurrency) and object oriented programming and data structures and algorithms time complexity.
Tell me about yourself, use of the STAR framework is encouraged.
Behavioral: First question was "why USAA"? Next questions were "tell me about a time when...". Technical: All pseudocode. First question was given a list, sort the first k integers in ascending order, then the rest in descending order. Second question was to return the number of negative integers in a linked list.
Handshake problem from leetcode .
What is Caching? What is authentication and authorisation?
How would you resolve a conflict with your coworker?
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself.
implement a queue using stacks
Viewing 2271 - 2280 interview questions