Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oracle Team. If you also belong to the team, you can get access from here

Oracle Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oracle Global Customer Support Interview Questions and Answers

Updated 22 Oct 2015

Oracle Global Customer Support Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Compilation related
  • Q2. Some basic Questions
  • Q3. Some puzzle from google, I don't remember what it was

Interview Preparation Tips

Round: Test
Experience: According to me the time given was little less than time required to solve these many questions. Questions were simple, speed was important. I had attempted Technical and LR sections properly and could attempt few questions of English, because of time constraint. You should maintain speed from beginning only. They say there is no negative marking, but they check accuracy, which means number of correct answers to total number of attempted questions, so even if negative marking is not there, do not mark randomly.
According to me, Since I attempted technical portion properly, I got interview call Server technology and because of LR portion I got interview call for Global Customer Support(GCS). I could not clear interview for server tech, but I could clear interviews for GCS
Tips: Maintain speed from beginning,

Round: Puzzle Interview
Experience: They will just see your approach, not the answer. I was asked one puzzle and was told to come after an hour, with the proper answer.
You will have all the sources to find out results, but the thing is they will consider the answer that is framed by you.
They will just check approach. I had given wrong answer but they liked my approach, so I was selected. They called me 3 times, each time giving some different puzzle. Just think on your own, don't give them google answers.
Tips: Be confident while answering questions and have some basic knowledge of Customer Support.


Round: Technical Interview
Experience: Some basic question only, I knew the answer properly.
Tips: Only one technical question was asked, they don't focus on your technical knowledge that much.

Round: HR Interview
Experience: This round was just for formality according to me. They asked basic questions like did you take drop in your career and all such questions.
Tips: Just work hard, No matter what, You should have faith that you will get something that you deserve, may be something more than that.
Don't get depressed when you don't get in first few companies, Don't get depressed when you can't clear HR round because of your communication skills, Dont feel that you are not that good......You will get best thing at perfect time.... Just wait for that time and don't leave hope..... HOPE is most important......If you can't trust yourself, how can you expect others to do so....Just keep doing till you get it............... All the best :)

General Tips: Just have hope till you get placed..........this is the toughest time for each and every student, you are not the only one..... just think that some better opportunity is waiting for you........On the day of your placement, you won't be able to believe that you actually got placed..........That day everything will go in your favor..............Just wait for that day and keep studying..... all the best :)
Skill Tips: Don't give bookish answers
Skills: Approaching A Problem, Confidence
College Name: NIT Surathkal

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked all, current job profile, automation, infrastructure, situation based questions, linux windows all.
  • Q2. After 3 round i dont know what they judge and no tranferant feedback from them. Overall is good but need to be focus on transparency with candidate and employees.

Interview Questionnaire 

2 Questions

  • Q1. PATTERN PROBLEMS
  • Q2. CALCULATION OF CHILDREN AND GRANDCHILDREN
  • Ans. 

    Calculate the number of children and grandchildren

    • Count the number of direct children of a person

    • Count the number of grandchildren of a person

    • Use recursion to count all descendants

    • Consider only living descendants

    • Exclude step-children and adopted children

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic
Practice

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Partitioning even and odd numbers in an array
  • Ans. 

    Partition even and odd numbers in an array

    • Iterate through the array and check if each number is even or odd

    • Create two separate arrays for even and odd numbers

    • Combine the two arrays to get the final partitioned array

  • Answered by AI
  • Q2. Leaders in an array
  • Ans. 

    Find leaders in an array of strings

    • Leaders are elements that are greater than all elements to their right

    • Traverse array from right to left and keep track of maximum element

    • Add maximum element to result if it is a leader

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be skilled with advanced data structures (recursion, graph) and dynamic programming

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C++ basic questions, also asked me to run few programs on online gdb

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your primary skill set very well, data structure and algorithm is also mandatory also a little bit of system design.

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java, SQL, java framework, weblogic and OMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. Just be honest in what you know and you will succeed

Interview Questionnaire 

1 Question

  • Q1. Reverse linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for sql and coding

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

Timing was in the afternoon. 
The platform was easy to operate and worked on considerable speed. 
Both the webcam and audio was supposed to be ON during the test duration.
We could switch between the questions of the same section in case we wanted to change the answers.

  • Q1. 

    Minimum Spanning Tree Problem Statement

    You are provided with an undirected, connected, and weighted graph G(V, E). The graph comprises V vertices (numbered from 0 to V-1) and E edges.

    Determine and retu...

  • Ans. 

    Find the total weight of the Minimum Spanning Tree in a graph using Kruskal's algorithm.

    • Implement Kruskal's algorithm to find the Minimum Spanning Tree.

    • Sort the edges based on their weights and add them to the MST if they don't form a cycle.

    • Keep track of the total weight of the MST and return it as the output.

  • Answered by AI
  • Q2. 

    Maximum Points On Straight Line Problem Statement

    You are provided with a 2-D plane and a set of integer coordinates. Your task is to determine the maximum number of these coordinates that can be aligned ...

  • Ans. 

    Find the maximum number of points that can be aligned in a straight line on a 2-D plane.

    • Iterate through each pair of points and calculate the slope between them.

    • Store the slope in a hashmap and keep track of the frequency of each slope.

    • The maximum frequency of slopes + 1 gives the maximum number of points on a straight line.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria6 CGPAAmdocs interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should be very fluent in each and every data structure that you have studied so that you are able to answer even the trickiest question by knowing the basics. This will happen only if you have tried enough questions on different platforms.
Tip 2 : Object Oriented Programming is the easiest and the most underrated concept. In every interview I have given so far, they have asked me the OOPs concepts. I have learnt and understood each and every basic concept of OOPs, primarily from the videos of Coding Ninjas which have polished my skill in this area and now I can answer any question of this topic. 
Tip 3 : The projects that you have done in your college life should be on your tips. You should know each and every little detail of it, and sometimes the interviewer may also ask what would happen if you changed some things in your project, so you should be clear with it's working and how would your project work after changing some specifications.

Application resume tips for other job seekers

Tip 1 : Highlight your technical skills and write only the things from which you will be comfortable answering from.
Tip 2 : Try to maximize the number of technical achievements on the resume and minimize the extra curricular part.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. RPA Development Automation Anywhere V11 questions.Scenarios,Ui automation,SAP automation,Excel Automation,Power automate desktop

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a Hands on experience and Clear understanding of your Skill and Project.

Oracle Interview FAQs

What are the top questions asked in Oracle Global Customer Support interview?

Some of the top questions asked at the Oracle Global Customer Support interview -

  1. Some puzzle from google, I don't remember what it ...read more
  2. Compilation rela...read more
  3. Some basic Questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 840 Interviews
Amdocs Interview Questions
3.7
 • 516 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 227 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
View all
Senior Software Engineer
2.5k salaries
unlock blur

₹10.3 L/yr - ₹40 L/yr

Principal Consultant
2.1k salaries
unlock blur

₹10.9 L/yr - ₹37 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9.1 L/yr - ₹25 L/yr

Senior Member of Technical Staff
1.8k salaries
unlock blur

₹13.4 L/yr - ₹45 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹9.7 L/yr - ₹30 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.0
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview