Ready to practice?
The AI interviewer will ask you all 2 questions with real-time feedback.
Adobe
Coding
Technical
Adobe Coding Interview
Created by Smart Mock Interview
Interview Questions
- Two Sumcoding
Title: Two Sum
Problem: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
- Valid Parenthesescoding
Title: Valid Parentheses
Problem: Given a string containing parentheses and letters, determine if the parentheses are valid (every opening bracket has a matching closing bracket in the correct order).