Oracle logo

Oracle Security Engineer Coding Questions

15 practice questions for Oracle Security Engineer interviews

Oracle security engineer interviews cover threat modelling, secure architecture design, vulnerability assessment, cryptography fundamentals, and incident response.

All Roles Software Engineer Backend Engineer Frontend Engineer Full Stack Engineer Mobile Engineer Data Engineer Data Scientist ML Engineer DevOps Engineer DevOps Engineer Product Manager SRE Security Engineer Engineering Manager Data Analyst UX/UI Designer QA Engineer
coding Easy Verified Question #1

1. Top Recurring Substring


Category: Graph coding problem
A search analytics service needs to find which fixed-length pattern occurs most often in a block of text. Given a lowercase string s and a positive...
Input: Graph (nodes and edges)
Output: Computed result
coding Easy Verified Question #2

2. Active Sprint Filter


Category: Graph coding problem
A project tracking system logs team activity throughout the workday. Each log entry has the format "teamId action timestamp", where action is...
Input: Graph (nodes and edges)
Output: Printed output
coding Medium Verified Question #3

3. Evens Before Odds


Category: Array coding problem
You are given an integer array nums. Rearrange nums so that all even numbers appear before all odd numbers. The relative order of even or odd...
Input: Array
Output: Integer
coding Easy Verified Question #4

4. Top Frequency Substring


Category: Graph coding problem
Given a string text containing only lowercase English letters and a positive integer k, find the substring of length k that appears most...
Input: Graph (nodes and edges)
Output: Computed result
coding Easy Verified Question #5

5. Card Straight Check


Category: String coding problem
You are dealt five playing cards. Determine whether they can form a straight, which is a sequence of five consecutive values regardless of suit. Card...
Input: String
Output: Computed result
coding Medium Verified Question #6

6. Cyclic Digit Primality


Category: Algorithm coding problem
A number is called a cyclic prime if every rotation of its decimal digits produces a prime number. A rotation moves the leftmost digit to the...
Input: Integer(s)
Output: Computed result
coding Medium Verified Question #7

7. Tower Game Optimizer


Category: Array coding problem
A tower has n floors numbered from 0 to n - 1. Each floor has an energy cost to traverse and a reward value. You start a ball at one chosen...
Input: Array
Output: Computed result
coding Medium Verified Question #8

8. Social Network Friend Suggester


Category: Array coding problem
Build a friend recommendation system for a social network. Given n users (indexed 0 to n - 1) and a list of existing friendships (undirected...
Input: Array
Output: Array
coding Medium Verified Question #9

9. Item Price Tracker


Category: Algorithm coding problem
Design a class that tracks the price history of a single product. Price records are keyed by timestamp and can be updated at any time. The tracker...
Input: Given input
Output: Computed result
coding Easy Verified Question #10

10. [CodeSignal] Filtered Palindrome Check


Category: Array coding problem
Given two character arrays skipChars and inputChars, determine whether inputChars forms a palindrome after removing all characters that appear...
Input: Array
Output: Printed output
coding Easy Verified Question #11

11. Eliminate Adjacent Repeats


Category: String coding problem
You are given a string s of lowercase English letters. In one operation, you may change any single character to any other lowercase letter. Find...
Input: String
Output: Integer
coding Easy Verified Question #12

12. [CodeSignal] Adjacent Character Removal


Category: Algorithm coding problem
You have a word of length L made up only of lowercase English letters. A character at position i is called a conflict if it equals the...
Input: Number(s)
Output: Integer
coding Medium Verified Question #13

13. Top Values After Operations


Category: Array coding problem
You are given an array of non-negative integers nums and two integers k and m. Perform exactly k operations on nums. In each operation: 1....
Input: Array
Output: Computed result
coding Easy Verified Question #14

14. Kth Largest Net Borrower


Category: String coding problem
You are analyzing a peer-to-peer lending platform. Each loan is recorded as a triplet [borrower, lender, amount] where borrower and lender are...
Input: List
Output: Computed result
coding Hard Verified Question #15

15. Expression Simplifier


Category: String coding problem
Given an algebraic expression string containing single lowercase-letter variables, the operators + and -, and parentheses ( and ), simplify...
Input: String
Output: Computed result

No AI generated questions yet for Oracle.

Related Oracle Security Engineer interview prep

Start practicing Oracle questions

Sign up for free to access walkthroughs, AI-generated questions, and more.

Get Started Free