Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Oracle

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Oracle | Vagas da empresa Oracle | Salários da empresa Oracle | Benefícios da empresa Oracle
      Entrevistas da empresa OracleEntrevistas do cargo de Senior Applications Engineer da empresa OracleEntrevista da empresa Oracle


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Capgemini
      3.7★Remuneração e benefícios
      avatar
      SAP
      3.9★Remuneração e benefícios
      avatar
      Bloomberg
      4.0★Remuneração e benefícios
      avatar
      Deel
      4.2★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Senior Applications Engineer

      30 de mar. de 2014
      Candidato(a) sigiloso(a) à entrevista
      Pleasanton, CA

      Outras avaliações de entrevista de vagas de Senior Applications Engineer da empresa Oracle

      Entrevista para Senior Application Engineer

      1 de nov. de 2025
      Funcionário(a) sigiloso(a)
      Hyderābād
      Oferta aceita
      Nenhuma oferta
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. O processo levou 4 semanas. Fui entrevistado pela Oracle (Pleasanton, CA) em fev. de 2010

      Entrevista

      2 rounds of technical interview followed by last round with manager

      Perguntas de entrevista [1]

      Pergunta 1

      Related to Application Egnine
      2 respostas
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa Oracle (Hyderābād).

      Entrevista

      There were 3 rounds. 2 were online and 1 was offline in their campus. They asked DSA and Basic java questions. They focused on Priority Queue, dictionary, 2/3rd largest number, stack questions. They also gave me snippets of code and asked me what will be the output of this code snippet.

      Perguntas de entrevista [1]

      Pergunta 1

      Priority Queue DSA, Java concepts like priority queue, difference between put and patch, arraylist linkedlist difference , their structural differences etc... They were lowkey obsessed with Priority Queue. Gave code snippets and asked me to tell the output. Dictionary, Stack questions were asked in the last round.
      Responder à pergunta

      Entrevista para Senior Applications Engineer

      19 de ago. de 2025
      Funcionário(a) sigiloso(a)
      Hyderābād
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa Oracle (Hyderābād).

      Entrevista

      Total 3 technical rounds + 1 manager round In all 3 rounds , some sql queries and basic problems on String manipulation, Integer Conversions, Stacks. And manager round happened very simple with project discussion, future goals and salary discussion

      Perguntas de entrevista [1]

      Pergunta 1

      SQL query on finding the second highest temp in a table
      Responder à pergunta

      Entrevista para Senior Application Engineer

      16 de mai. de 2025
      Funcionário(a) sigiloso(a)
      Gāndhīnagar, Gujarat
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 3 dias. Fui entrevistado pela Oracle (Gāndhīnagar, Gujarat) em mai. de 2025

      Entrevista

      Hi Everyone, I'm sharing my Oracle Interview Experience at Gandhinagar, Gujarat branch I was invited for Walkin Interview on 9th May 2025 - Saturday. Multiple Invitation was there for the same day and my slot was at around 12:30PM IST. There was total 3 round of interview was taken and 2 was done on the same day. 3rd round was taken on the Next Monday(11th May 2025). About My experience for each round I'm sharing Below

      Perguntas de entrevista [1]

      Pergunta 1

      1st Round Question 1 - Puzzle I have 4 Socks Pair in different colours 1 Pair of Red 1 Pair of Green 1 Pair of Blue 1 Pair of Yellow I want to arrange this pair with the Below Mentioned Conditions Red Pair will have exact 1 Another sock in between them Blue Pair will have Exact 2 Another Socks in betwen them Green pair will have exact 3 Another Socks in between them Yellow pair will have exact 4 Anothers Socks in Between Them Answer -> YRGRBYGB Question 2 -> Java I want to reverse the word from the given string Space position should be as it is String str = "Hello Param How are You Welcome to oracle"; Answer String -> "olleh maraP woH era uoY emocleW ot elcaro"; Question 3 -> Java Want to find non repeating longest continuous string from the given String. String str = "abcdba"; Answer => abcd Approach -> Sliding Window Question 4 -> Mathematics In a room, There are N people and they wanted to do handshake, How many total number of Handshake will happen? Answer => n * (n - 1) / 2 -> Combinations Question 5 -> SQL We have 3 tables Employee -> emp_id, dept_id, emp_name Department -> dept_id, dept_name Salary -> emp_id, amount I want to find 2nd highest salaried Department details Question 6 -> SQL We have 1 Table Salary -> emp_id, amount I want to find 2nd highest salary amount from this given table NOTE: I cannot use any window function or cannot use any limit and offset as well. 2nd Round 1st Question - Java What is Method Overriding and Are you using OOP Concepts in Regular Routine? Can you give some examples where all the concepts are used? 2nd Question - Java Are you familier with Multi-Threading? Do you have any idea about ExecutorService? I want to Design ATM by help of ExecutorService where Multiple user simultaneously can withdraw money. But we have to taken care of money available in ATM that if no Money available then user won't be able to withdraw that and also for simultaneous users, it will synchronous 3rd Question - Java We're given a String. I want to find the maximum distance between to repeatative words String str = "Hello Param Welcome to Oracle Param is from Ahmedabad Param is Java Developer"; Among this, Distance Between "Param" keyword is having the highest distance between first repeated iteration and last repeated iteration. There was one more question was asked in this Round but I forgot the definition of that Question. 3rd Round Question 1 - Java We're given a String in Date Format dd-mon-yyyy and integer n We want to design one Date Adder function without using any date functions available in java. Example... String date = "09-May-2025", int n = 30; It should return "08-Jun-2025" Also it should taken care of Leap years as well. Question 2 - Java Find the Longest common Prefix from the given array of Strings Example String[] arr = new String[]{ "automatic", "auto", "autonomous" } Answer => "auto" Question 3 -> Java Traverse a matrix in stepping order with m * n dimentions Rules If you're reaching to last step then cannot override the step If you're reached to last step and fulfilling the 1st condition then you have to come back to home by using last row and 1st column and need to Print the steps you've covered Example: We've one matrix of 4*4 [1, 2, 3, 4] [5, 6, 7, 8] [9, 10, 11, 12] [13, 14, 15, 16] I'll start Traversing from 0,0 Result will be like this 1, 2, 6, 7, 11, 12, 16, 15, 14, 13, 9, 5 If It will be 4 * 3 or 3 * 4 then it won't be able to traverse the reversal(Last Row and First Col) Question 4 -> Puzzle Find the Winner of Table Tennis game based on Below Conditions Details 3 Players are playing table tennis game Player 1 Played 8 matches Player 2 Played 12 Matches Player 3 Played 14 Matches Rule If any player winning the matches, He'll continue playing and the opponent will be switched Additional Info Player 2 Won the last 7 matches continuesly This was my all over exeperience to Oracle India at Gandhinagar Development Center. Overall Experience was too good and too interactive.
      Responder à pergunta