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

      Amdocs

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Amdocs | Vagas da empresa Amdocs | Salários da empresa Amdocs | Benefícios da empresa Amdocs
      Entrevistas da empresa AmdocsEntrevistas do cargo de UI Developer da empresa AmdocsEntrevista da empresa Amdocs


      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. Indeed, Inc. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Indeed, Inc.

      Empresas seguidas

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

      Buscas de vagas

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

      Entrevista para UI Developer

      14 de abr. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Pune
      Nenhuma oferta
      Experiência positiva
      Entrevista fácil

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela Amdocs (Pune) em mar. de 2021

      Entrevista

      The interview happened online through Google Meet. There were total 4 rounds, But I got rejected after 3 round which was mangerial round. The 3 rounds were as follows - 1. Techniqual Round 1 2. Techniqual Round 2 3. Mangerial Round

      Perguntas de entrevista [1]

      Pergunta 1

      Profile: Software Developer (UI Developer - React) Branch: Pune Mode: Microsoft Teams Duration: 1hr 10min Level: Very Easy - Easy Round 1: Coding, JavaScript and ReactJs What will be the output of the program and why? const a = { name: ‘ram’ } const b = a b.lastName = ‘Lakhan’; b.gender = ‘Male’ console.log(a, b); What will be the output of the program and why? const a = { value: 15 } a.func = () => console.log(‘karan’); console.log(a) What will be the output of the program and why? for (var i = 0; I < 4; i++ ) { setTimeout( function () { console.log(i) }, 2000) Change the output to print different numbers with ES5 feature only. We have two objects: Create a merge function to merge obj2 properties into obj1. Without using any inbuilt methods. let obj1 = { name: ‘karan’, lastName: ‘negi’ } let obj2 = { age: ‘26’, occupation: ‘developer’ } Output should be like – obj1 = { name: ‘karan’, lastName: ‘negi’, age:’26’, occupation: ‘developer’ } Write a function such that it returns, any value b/w max and min but not the max and min value in an array. i.e let arr = [ 3, 5, 7, 1, 9 ] Output can be : 3 or 5 or 7 What will be the output: var output = ( function (x) { delete x; return x; })(0); How Javascript Engine works ? How asynchronous things happen in Javascript ? What happens if we do this. state instead of using this.setState()? How connect Method works in Redux. How will you pass child component props back to the parent component? Round 2: Coding, ReactJs and JavaScript Duration: 1hr 15min Level: Very Easy - Easy Mode: Microsoft Teams What is a prototype in Javascript? What is babel, and why do we need it? What is webpack, and why do we need it? React Lifecycle Methods . D/w Functional Component and Class Based Component. How to connect to Redux using a functional based component. Types of hooks in functional based components. WAP to find a factorial of a number using Recursion. Write a function that accepts a string and print out the input in reverse order i.e Input : Welcome to Javascript Output: emocleW ot tpircsavaJ What is the output of the following program - let arr = [‘karan’, ‘singh’, ‘negi’, ‘the’, ‘greatest’] console.log(arr.splice(1)) What is the output of the following program - for (var i = 0; I < 4; i++ ) { setTimeout( function () { console.log(i) }, 2000) What is the output of the following program - var num = 15; function number() { console.log(num) var num = 18; } number() What is the difference b/w == and === ? Round 3: Managerial Round Duration: Mode: Microsoft Teams Introduce yourself. Tell me about your strengths Did you have any conflict in previous company regarding work How do you manage your time What is your salary expectation and why should we hire you Tell me about the difficult task that you have encountered in your previous project.
      Responder à pergunta
      31

      Outras avaliações de entrevista de vagas de UI Developer da empresa Amdocs

      Entrevista para UI Developer

      27 de mar. de 2022
      Candidato(a) sigiloso(a) à entrevista
      Pune
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Amdocs (Pune) em mar. de 2022

      Entrevista

      Amdocs has the most arrogant and rude hiring interview panel. they will reject you on silly questions like it wont even matter to them how confident and how much knowledge u have. If you don't answer one question on that they will judge you. Too oversmart panel they have. Sitting to demotivate you as much as they can

      Perguntas de entrevista [1]

      Pergunta 1

      1. place the div in the center 2. reverse string in js 3. setTimeout 4. mainly js 5. complicated css design pattern was asked 6. rest api
      Responder à pergunta
      1

      Entrevista para UI Developer

      9 de mar. de 2022
      Candidato(a) sigiloso(a) à entrevista
      Bombaim
      Nenhuma oferta
      Experiência negativa
      Entrevista fácil

      Candidatura

      Candidatei-me online. Fui entrevistado pela Amdocs (Bombaim) em mar. de 2022

      Entrevista

      Online test consists of angular,react ,html5 and css questions. Worst coding editor i have ever seen in the quiz. For javascript/node environment length property was not working on string. Couldn't complete the coding round

      Perguntas de entrevista [1]

      Pergunta 1

      What is the use of React-redux use?
      Responder à pergunta

      Entrevista para UI Developer

      8 de jul. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Pune
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela Amdocs (Pune) em mai. de 2021

      Entrevista

      1. Online Test on HTML, CSS, JavaScript, React, Java, SQL and Aptitude 2. Technical Round on React 3. Managerial Round about the Project and Role. The Interviewer in MR is very negative ruthless person and always looked to reject, He is not convinced to any of my answers.

      Perguntas de entrevista [2]

      Pergunta 1

      Merge Two Arrays of Objects based on some condition
      Responder à pergunta

      Pergunta 2

      About the Project Role and Responsibilities
      Responder à pergunta
      2