2-array manipulation questions asked - medium level
Software Engineer Internship Interview Questions
23,469 software engineer internship interview questions shared by candidates
What data structure allows popping and adding of items to either sides of itself
Create a bank system in Python3
task is to implement a simplified version of an in-memory database. Plan your design according to the level specifications below: Level 1: In-memory database should support basic operations to manipulate records, fields, and values within fields. Level 2: In-memory database should support retrieving statistics about the frequency of updates to records. Level 3: In-memory database should support multiple users and allow users to lock records. Level 4: In-memory database should support undo and logout operations from users. To move to the next level, you need to pass all the tests at this level.
how do threads and processes differ (communication)
Implement a simple API in Go, serialize/deserialize JSON in Go
What do you think is the hardest course?
Fairly hard coding challenge which requires an understanding of software design. 1 technical interview, passing which you have 3 more interviews (2 tech, 1 behavioral). Technical interviews were LC Medium, easy questions, followed by experience in past projects.
Create a class to implement List.
Interview was asking my coding projects and the implementation of them. Also the software development lifecycle.
Viewing 2851 - 2860 interview questions