Linked list manipulation
Technology Development Interview Questions
1,351 technology development interview questions shared by candidates
Convert a string format to another. For example, “January 01, 2019” -> “01/01/19” (arrays, strings problem)
Talk about a recent achievement that made you proud.
LC question about moving grid to make letter Y
- Menciona una vez que hayas aprendido algo nuevo para poder lograr un objetivo
Tell me about a time you and someone else worked together to accomplish something
Given an array of Commands and a string, return the result of performing each command on the given string. A Command is a class that denotes append, delete, or undo.
Design a bank account using Object-Oriented Principles.
Technical: Design a data structure to store information where transaction_value and transaction_dates are given as [1, 'Credit', $50] and [1, "12132013"]. Behavioral: 1) Tell me about a time you challenged a status quo. 2) Tell me about a time you collaborated with a teammate. 3) Tell me about a time where you had to learn something new (focused on the results). Case Interview: Capital One purchased a company to provide a Virtual Card service for this customers. For each card holder, any number of Virtual Cards can be issued. What are the benefits and challenges of providing such service? Bunch of If and elses code to fix so that the conditions for transaction are met.
Traverse through a singly linked list
Viewing 981 - 990 interview questions