[feih] companies/oracle: add GFE user experiences (#515)

This commit is contained in:
Zhou Yuhang 2025-06-23 17:00:00 +08:00 committed by GitHub
parent 2dbe69e966
commit de62f82934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: Oracle Front End Interview Questions
sidebar_label: Oracle interview questions
---
## Insider tips from the GreatFrontEnd community
These tips were shared by [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) users who have completed interviews with Oracle.
**11th Jun 2025**:
> Interview experience for Oracle OCI India SDE-3 role
> Round 1 (DSA) - Given a string "1+3-2", print the output "2". Handle all edge cases. No need to follow BODMAS rule
> Round 2 (JavaScript) - Squash Object question on the GreatFrontend (https://www.greatfrontend.com/questions/javascript/squash-object?practice=practice&tab=coding)
> Round 3 (DSA) - a. Similar elements between two array. arr1 = [1, 2, 2, 4, 5] arr2 = [3, 2, 4, 2] . The output should be [2, 2, 4]. b. Follow up on the same question by giving matrix instead of the two array.
> Round 4 (System Design) - Design the frontend of Jira Board
> Round 5 (System Design) - Design a backend system to block a bot request
> Round 6 (Coding + System Design) - a. Debug a react app. (Functionality is missing from the App. Fix and make the functionality of the App work)
> b. High level frontend architecture of the app that you are currently working
> c. Design a backend system for URL shortener
>
>
> And at least one behavioural question in each round.
For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)!

View File

@ -62,6 +62,7 @@ module.exports = {
'companies/adobe-front-end-interview-questions',
'companies/palantir-front-end-interview-questions',
'companies/salesforce-front-end-interview-questions',
'companies/oracle-front-end-interview-questions',
],
},
],