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

      Arcesium

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Arcesium | Vagas da empresa Arcesium | Salários da empresa Arcesium | Benefícios da empresa Arcesium
      Entrevistas da empresa ArcesiumEntrevistas do cargo de Software Development Engineer In Test (SDET) da empresa ArcesiumEntrevista da empresa Arcesium


      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.

      Buscas de vagas

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

      Entrevista para Software Development Engineer In Test (SDET)

      6 de out. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Bombaim
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      O processo levou 3 semanas. Fiz uma entrevista na empresa Arcesium (Bombaim).

      Entrevista

      Horrible experience, Arcesium does not know how to hire for QA/SDET roles. The profile communicated by the HR was : Lead Test Engineer. I went through 3 rounds and not a single question was asked around QA/SDET/TESTING concepts. First round: DSA leetcode medium - twosum, anagrams, etc. Second round: got rescheduled twice and then the interviewer asked me about system design for an API, no questions about testing tools/methods/approach/etc. He just wanted coding for DB, Synchronization, Classes, Objects, etc etc Third round: here again the HR messed up, she scheduled my interview with someone who wanted a UI/UX experienced person while i spent 90% of my career in backend tech. In this round the interviewer was good, but again asked nothing about testing. I was asked about "Create a nodejs package", "CI/CD creation of pods/nodes", "UI DEVELOPMENT tools". Again no questions around the actual testing stuff. Afterwards, the HR lacks the professional courtesy to even inform about the results via a mail/call. Totally unprofessional and bad way of hiring for QA roles

      Perguntas de entrevista [1]

      Pergunta 1

      everything in tech except the actual QA-TESTING tools and questions
      Responder à pergunta

      Outras avaliações de entrevista de vagas de Software Development Engineer In Test (SDET) da empresa Arcesium

      Entrevista para Software Development Engineer In Test (SDET)

      28 de mar. de 2026
      Candidato(a) sigiloso(a) à entrevista
      Bangalore Rural
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Arcesium (Bangalore Rural) em mar. de 2026

      Entrevista

      Round 1: Online Round ( 1 hr 20 min ) There were 3 sections with each section bounded by time with a 25% negative marking for each wrong answer. Section 1 - MAT 15 questions 20 minutes Filled with Quantitative aptitude questions which were not easy that's for sure Topics - Profit Loss, Work & Time, Probability, Basic Maths, etc ( The time allotted was significantly less which made it very tough ). Section 2 - CS Fundamentals 15 questions 15 minutes A lot of java pseudo code questions ( I code in C++ but those were quite tough for java users too ) with oops, threads, etc all in java were asked, and there were questions on AVL tree, heaps, OS, etc. Section 3 - 2 Coding Questions 45 minutes Maximize sum of K corner elements in Array Other was based on strings ( 11 Shortlisted for interviews ) Round 2 - HackerRank Code Pair ( 1 hour 15 minutes ) The interviewer was a Tech Lead with 5 years in the company, He started with his introduction and then asked for mine. He was very friendly and after a few normal conversations, he moved on to a coding question and the question was - Question - Given a sorted Infinite array we have to find a given element M in it. He asked me to give as many approaches as I can and each time I gave an approach he would write it and then it was followed by time complexity analysis and cases where it failed. I began with Linear Search - O(n) he told ok it's not at all optimal what's next Difference method I would check with a difference and move forward ( He quickly wrote the test case - 1,10^100,10^1000, …. and I have to find 10^100 in the array, in this difference will be very large ). Sliding Window of size K followed by binary Search ( O(n/k) + binary search to which he again said n >>>> k so k can be ignored so we still at O(n) ) Binary Search with a very large number as endpoint ( to which he again gave 10^100 case I mentioned above ). Now I was blank and after a couple of minutes, I asked for some directional hint - to which he pointed me towards a dynamic window type of thing. To which I proposed we will increase window size each time we couldn't find the element and so on thus covering the whole array in a smaller time ( Now he smiled :) ) He asked what window size ?? ( I said starting with 1 and doubling it each time and I linked it with a dynamic array that follows the same principle (the size of the array is doubled when it gets filled up ) ). Why only double why not triple, four times… ??? ( to which I explained we will get the most optimal window size. By tripling our window size will always be greater than that obtained by doubling thus performing a binary search would take longer and along with that we are able to decrease n in each step thus doubling is the minimum and at the same time most optimal factor here ). What's the Time complexity now and how do we get that ( Derive it he meant ). Code it quickly “It was a good explanation even for me” ( He said with a broad smile :) ). Now he started with OOPs first with the basics Polymorphism, Overloading, etc.. then he started making classes and then what will be the output each time changing something, and again the same followed, Then he made a structure that reassembled the diamond problem ( which I didn't know ) I told him about the same still he continued to ask some other questions regarding the same structure and in a way made me solve it without knowing it !! In the end, he asked me if I had any questions, to which I asked about his experience with Arcesium and expectations from an intern he answered all of them nicely, He was just awesome :) (6 Shortlisted for further rounds ) Round 3 - HackerRank Code Pair ( 1 hour 10 minutes ) Just a minute after the first round I got my round 2 mail scheduled 10 minutes from then. Again interviewer was a Tech Lead with 5 years in the company. She began with her intro and then I introduced myself. Then she asked about my projects, tech stacks used, how it works, etc. After this, she asked whether I had done any internship previously ( I was a Teaching Assistant so I told her about that ) and what all subjects have been taught till now. Now she moved on to OOPs. As expected she started from the basics and then kept on diving deep until I couldn't answer :( She started with pillars of OOPs and then asked to explain the same using some real-life examples and continued firing questions without any break Static keyword, Why do we use it ?, Can we make a class static ??, What would happen if we made class static ??, Constructor, Destructor, What's inheritance? , Can the constructor be inherited? Types of Polymorphism, Explain them !! , What's binding? What is static binding, Dynamic Binding? , Differences between them and Explain by taking appropriate classes. Virtual keyword? , why use it? , explain with an example, Abstract classes? etc… She continued asking and asked almost everything about OOPs but she wasn't done yet Now she started creating classes and changing them, extending them, and then asked what will be the output ?? ,( after changing ) Now ??... continued doing the same until I couldn't answer :( Now I was expecting a Coding question but that didn't happen Now It was time for DBMS and it went again like the same starting from the basics What is Database ?, RDBMS ?? Normalization?, Why Normalise a table? Explain with an example !! , Denormalization? , Why would we denormalize a table then if normalization is beneficial? Explain! ACID properties, Explain each one of them and how that property is achieved. What difference between TRUNCATE, DELETE, and DROP, Which one among DELETE and TRUNCATE is faster? Why? Primary Key, Foreign Key? Explain by drawing a table how we use the foreign keys and how it benefits us. Now she started with SQL She gave me a table and asked me to write queries for the questions she was asking, She asked me to write 5 queries I could only write 3 and explain one more. What are locks? How and why they are used? etc…. Now OS What is an OS? , Why do we need it? Processes? How do they communicate? Explain any one type of IPC. Fragmentation and its types, Explain them System calls and a few more. The Complete Round was theoretical Only ( Even for my friend ) Finally, she asked me if I had any questions to which I repeated the same questions from Round 2 which she answered nicely. After 2 hours of waiting got my round 4 mail ( 5 shortlisted for further rounds ) Round 4 - HackerRank Code Pair ( 45 minutes ) The interviewer this time was Associate Director with 17 years of experience. She started with how my previous rounds went. Tired now? etc. Then begin with her introduction and asked me the same. She asked about my project to which I explained, which language do you code in? Do you know Linux? Tell me what all have been taught till now ( till 4th sem ) and explain in short to which I drove her through our course explaining what we learned what we were taught etc. Now she began with OS What is OS? Why OS? How does OS provide an interface to the user ( Follow Up from the previous one )? Explain with examples about the whole procedure. System calls? Explain the procedure. Process Synchronization? How it's achieved ( Locks etc.. )? Explain it. Why it's important? Few more basics questions on OS and DBMS Now she said “I know you can solve the question” and gave me a Coding question that was Easy - Medium Question - Given a sorted array with duplicates I just have to bring all unique elements towards the front in the same array with the condition that the ending of the array is not known ( ie.. I can't use the ending to solve it ) and return the index of the last element. Ex - [1,1,2,2,2,3,3] Output - [1,2,3,X,X,X] X-> can be anything It was pretty simple I gave the hashMap approach first to which she agreed and then asked for better in terms of space Then I just used two pointers and solved it. She asked me to code it which I did quickly and checked the code for some test cases. She asked some more basic questions on arrays and linked lists and then which one will you use if we have to delete, add, etc.. ( Basic stuff ) She suddenly started asking HR questions that I didn't expect Why do you want to join Arcesium? , Why only Arcesium? Where do you see yourself in 10 years? etc …. After some normal conversation, the round ended, This round was pretty light for me Just 2 minutes after the round I received HR round mail. ( 2 shortlisted for HR Round ) Round 5 - HR Round ( 35 minutes ) It was a zoom meeting this time. HR started with his introduction and then I did. Then he opened my resume and started reading it out loud. He opened my project which was a game and asked me to explain what it is and how to play he even played it once :P Then he asked about the motivation for the project and why I made it. Since it was a game he asked me what would I do if I was made CEO of a gaming company and what would I do for its growth ( i just told him about exploring and introducing new things etc. ) He started taking feedback about the complete process and then something new he asked me for stipends offered by other companies and said it was a statistics thing so as to check if we offer the right or not. Then he asked me if I had any questions to which I asked about his experience with Arcesium and this time he just began describing everything, he then walked me through the menu of the office, the laptops then whatnot, I was just sitting and listening to his story. In the end, he said okay then, hope we will meet soon ( Relief was the next level) Finally, the interview process ended and the results came at 8:30 pm the same day. 2 Interns were selected for the internship and I was one of them .

      Perguntas de entrevista [1]

      Pergunta 1

      Round 1: Online Round ( 1 hr 20 min ) There were 3 sections with each section bounded by time with a 25% negative marking for each wrong answer. Section 1 - MAT 15 questions 20 minutes Filled with Quantitative aptitude questions which were not easy that's for sure Topics - Profit Loss, Work & Time, Probability, Basic Maths, etc ( The time allotted was significantly less which made it very tough ). Section 2 - CS Fundamentals 15 questions 15 minutes A lot of java pseudo code questions ( I code in C++ but those were quite tough for java users too ) with oops, threads, etc all in java were asked, and there were questions on AVL tree, heaps, OS, etc. Section 3 - 2 Coding Questions 45 minutes Maximize sum of K corner elements in Array Other was based on strings ( 11 Shortlisted for interviews ) Round 2 - HackerRank Code Pair ( 1 hour 15 minutes ) The interviewer was a Tech Lead with 5 years in the company, He started with his introduction and then asked for mine. He was very friendly and after a few normal conversations, he moved on to a coding question and the question was - Question - Given a sorted Infinite array we have to find a given element M in it. He asked me to give as many approaches as I can and each time I gave an approach he would write it and then it was followed by time complexity analysis and cases where it failed. I began with Linear Search - O(n) he told ok it's not at all optimal what's next Difference method I would check with a difference and move forward ( He quickly wrote the test case - 1,10^100,10^1000, …. and I have to find 10^100 in the array, in this difference will be very large ). Sliding Window of size K followed by binary Search ( O(n/k) + binary search to which he again said n >>>> k so k can be ignored so we still at O(n) ) Binary Search with a very large number as endpoint ( to which he again gave 10^100 case I mentioned above ). Now I was blank and after a couple of minutes, I asked for some directional hint - to which he pointed me towards a dynamic window type of thing. To which I proposed we will increase window size each time we couldn't find the element and so on thus covering the whole array in a smaller time ( Now he smiled :) ) He asked what window size ?? ( I said starting with 1 and doubling it each time and I linked it with a dynamic array that follows the same principle (the size of the array is doubled when it gets filled up ) ). Why only double why not triple, four times… ??? ( to which I explained we will get the most optimal window size. By tripling our window size will always be greater than that obtained by doubling thus performing a binary search would take longer and along with that we are able to decrease n in each step thus doubling is the minimum and at the same time most optimal factor here ). What's the Time complexity now and how do we get that ( Derive it he meant ). Code it quickly “It was a good explanation even for me” ( He said with a broad smile :) ). Now he started with OOPs first with the basics Polymorphism, Overloading, etc.. then he started making classes and then what will be the output each time changing something, and again the same followed, Then he made a structure that reassembled the diamond problem ( which I didn't know ) I told him about the same still he continued to ask some other questions regarding the same structure and in a way made me solve it without knowing it !! In the end, he asked me if I had any questions, to which I asked about his experience with Arcesium and expectations from an intern he answered all of them nicely, He was just awesome :) (6 Shortlisted for further rounds ) Round 3 - HackerRank Code Pair ( 1 hour 10 minutes ) Just a minute after the first round I got my round 2 mail scheduled 10 minutes from then. Again interviewer was a Tech Lead with 5 years in the company. She began with her intro and then I introduced myself. Then she asked about my projects, tech stacks used, how it works, etc. After this, she asked whether I had done any internship previously ( I was a Teaching Assistant so I told her about that ) and what all subjects have been taught till now. Now she moved on to OOPs. As expected she started from the basics and then kept on diving deep until I couldn't answer :( She started with pillars of OOPs and then asked to explain the same using some real-life examples and continued firing questions without any break Static keyword, Why do we use it ?, Can we make a class static ??, What would happen if we made class static ??, Constructor, Destructor, What's inheritance? , Can the constructor be inherited? Types of Polymorphism, Explain them !! , What's binding? What is static binding, Dynamic Binding? , Differences between them and Explain by taking appropriate classes. Virtual keyword? , why use it? , explain with an example, Abstract classes? etc… She continued asking and asked almost everything about OOPs but she wasn't done yet Now she started creating classes and changing them, extending them, and then asked what will be the output ?? ,( after changing ) Now ??... continued doing the same until I couldn't answer :( Now I was expecting a Coding question but that didn't happen Now It was time for DBMS and it went again like the same starting from the basics What is Database ?, RDBMS ?? Normalization?, Why Normalise a table? Explain with an example !! , Denormalization? , Why would we denormalize a table then if normalization is beneficial? Explain! ACID properties, Explain each one of them and how that property is achieved. What difference between TRUNCATE, DELETE, and DROP, Which one among DELETE and TRUNCATE is faster? Why? Primary Key, Foreign Key? Explain by drawing a table how we use the foreign keys and how it benefits us. Now she started with SQL She gave me a table and asked me to write queries for the questions she was asking, She asked me to write 5 queries I could only write 3 and explain one more. What are locks? How and why they are used? etc…. Now OS What is an OS? , Why do we need it? Processes? How do they communicate? Explain any one type of IPC. Fragmentation and its types, Explain them System calls and a few more. The Complete Round was theoretical Only ( Even for my friend ) Finally, she asked me if I had any questions to which I repeated the same questions from Round 2 which she answered nicely. After 2 hours of waiting got my round 4 mail ( 5 shortlisted for further rounds ) Round 4 - HackerRank Code Pair ( 45 minutes ) The interviewer this time was Associate Director with 17 years of experience. She started with how my previous rounds went. Tired now? etc. Then begin with her introduction and asked me the same. She asked about my project to which I explained, which language do you code in? Do you know Linux? Tell me what all have been taught till now ( till 4th sem ) and explain in short to which I drove her through our course explaining what we learned what we were taught etc. Now she began with OS What is OS? Why OS? How does OS provide an interface to the user ( Follow Up from the previous one )? Explain with examples about the whole procedure. System calls? Explain the procedure. Process Synchronization? How it's achieved ( Locks etc.. )? Explain it. Why it's important? Few more basics questions on OS and DBMS Now she said “I know you can solve the question” and gave me a Coding question that was Easy - Medium Question - Given a sorted array with duplicates I just have to bring all unique elements towards the front in the same array with the condition that the ending of the array is not known ( ie.. I can't use the ending to solve it ) and return the index of the last element. Ex - [1,1,2,2,2,3,3] Output - [1,2,3,X,X,X] X-> can be anything It was pretty simple I gave the hashMap approach first to which she agreed and then asked for better in terms of space Then I just used two pointers and solved it. She asked me to code it which I did quickly and checked the code for some test cases. She asked some more basic questions on arrays and linked lists and then which one will you use if we have to delete, add, etc.. ( Basic stuff ) She suddenly started asking HR questions that I didn't expect Why do you want to join Arcesium? , Why only Arcesium? Where do you see yourself in 10 years? etc …. After some normal conversation, the round ended, This round was pretty light for me Just 2 minutes after the round I received HR round mail. ( 2 shortlisted for HR Round ) Round 5 - HR Round ( 35 minutes ) It was a zoom meeting this time. HR started with his introduction and then I did. Then he opened my resume and started reading it out loud. He opened my project which was a game and asked me to explain what it is and how to play he even played it once :P Then he asked about the motivation for the project and why I made it. Since it was a game he asked me what would I do if I was made CEO of a gaming company and what would I do for its growth ( i just told him about exploring and introducing new things etc. ) He started taking feedback about the complete process and then something new he asked me for stipends offered by other companies and said it was a statistics thing so as to check if we offer the right or not. Then he asked me if I had any questions to which I asked about his experience with Arcesium and this time he just began describing everything, he then walked me through the menu of the office, the laptops then whatnot, I was just sitting and listening to his story. In the end, he said okay then, hope we will meet soon ( Relief was the next level) Finally, the interview process ended and the results came at 8:30 pm the same day. 2 Interns were selected for the internship and I was one of them .
      Responder à pergunta
      1

      Entrevista para Software Development Engineer In Test (SDET)

      22 de jun. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Arcesium em jun. de 2024

      Entrevista

      The interview process consisted of 3 steps: Online HackerRank Coding Test: The test included 2 Data Structures and Algorithms (DSA) questions, which were of Medium to Hard difficulty level. Interview Round 1: Focused on problem-solving and DSA questions. Included questions on test case generation. Basic Linux knowledge was also assessed. Interview Round 2: Similar to Round 1, with a focus on problem-solving and DSA questions. Included questions on test case generation. Basic Linux knowledge was assessed again.

      Perguntas de entrevista [1]

      Pergunta 1

      I was asked a DSA problem which appeared to be very simple but the time complexity required was O(n). The question was similar to sorted squares on leetcode, with some modifications.
      Responder à pergunta
      1

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

      avatar
      EPAM Systems
      3.6★Remuneração e benefícios
      avatar
      IBM
      3.6★Remuneração e benefícios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneração e benefícios
      avatar
      Visa Inc.
      3.9★Remuneração e benefícios