Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Arcesium Sdet Automation Test Engineer Interview Questions and Answers

Updated 26 Aug 2024

Arcesium Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the missing number in a permutation array
  • Ans. 

    Find the missing number in a permutation array

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of all numbers from 1 to n (where n is the length of the array)

    • Subtract the sum of the array from the sum of all numbers to find the missing number

  • Answered by AI
  • Q2. Find if there is a loop in linked list
  • Ans. 

    To find a loop in a linked list, use Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To find the starting point of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Coding Test 

Leetcode medium level questions, sql query, puzzle, test writing for api

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Prepare interview questions from geekforgeeks & leetcode.
Round 3 - Technical 

(1 Question)

  • Q1. Api automation related questions with writing the framework.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

90 min coding test
Mid level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read more on basic concepts and programming
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What is test life cycle?
  • Ans. 

    Test life cycle is a series of phases that a software testing process goes through, from planning to test closure.

    • Test life cycle includes test planning, test design, test execution, and test closure.

    • In test planning, test objectives, scope, and test strategy are defined.

    • Test design involves creating test cases and test data.

    • Test execution is the phase where tests are executed and defects are logged.

    • Test closure includ...

  • Answered by AI
  • Q2. Reverse String in java?
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q3. How is given in rest assured?
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs. It provides a simple and intuitive way to write automated tests.

    • Rest Assured is a Java library

    • It is used for testing RESTful APIs

    • It provides a simple and intuitive way to write automated tests

  • Answered by AI
  • Q4. What is When in cucumber?
  • Ans. 

    When in Cucumber is a keyword used to define the conditions under which a particular step or scenario should be executed.

    • When is used to specify the triggering event or condition for a step or scenario

    • It is followed by a regular expression or a Cucumber expression

    • When can be used to perform actions or set up preconditions before executing the step or scenario

    • It can also be used to pass parameters to the step definition

  • Answered by AI
  • Q5. What is Oops concept?
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.

    • Oops stands for Object-Oriented Programming System.

    • It emphasizes the use of classes and objects to structure code.

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Basic aptitude Topic %,trigonometry, mensuration, avg

Round 3 - Coding Test 

Java,. Net, machine learning ,c++,project during college

Round 4 - Group Discussion 

Decision making, self ambition, loyal to company

Round 5 - HR 

(2 Questions)

  • Q1. About self introduction, achievements in college day, project
  • Q2. Why you choose Tcs ,why you are interested in eng in cs

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill and face interview , face interview with confidence even if you don't know about ur ans
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quant and verbal ability

Round 2 - Coding Test 

Questions from DSA and webdevelopement

Round 3 - HR 

(1 Question)

  • Q1. About my goals with the company and how will I contribute to it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and try to answer question in your own words rather than looking online for them

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Cucumber feature file 2. Scenario-based questions 3. Java Exception handling 4. Selenium Questions (wait, window handling, alerts)
  • Q2. 5. git 7. Jenkins and basics of STLC cycle should be known

Interview Preparation Tips

Interview preparation tips for other job seekers - Java, Selenium, and Cucumber should be good. one should have good presence of mind
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Interview Questions 

(2 Questions)

  • Q1. What is java and sql
  • Ans. 

    Java is a popular programming language used for developing applications, while SQL is a language used for managing and querying databases.

    • Java is an object-oriented programming language known for its portability and versatility.

    • SQL stands for Structured Query Language and is used to communicate with databases.

    • Java is used for developing web applications, mobile apps, and enterprise software.

    • SQL is used for creating, up...

  • Answered by AI
  • Q2. What is linked list, write program for it
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Linked list is made up of nodes, each containing data and a reference to the next node.

    • Example: Node 1 -> Node 2 -> Node 3

    • Program to create a linked list in Python: class Node: def __init__(self, data=None): self.data = data self.next = None

  • Answered by AI

Analyst Interview Questions & Answers

Goldman Sachs user image ArunKeshav Sridhar

posted on 23 Aug 2015

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. How many ways can a king go from one end of the chessboard to the diagonally opposite square(The king can move only towards the corner and not diagonally)
  • Ans. 

    The king can move only towards the corner and not diagonally. How many ways can a king go from one end of the chessboard to the diagonally opposite square?

    • The king can only move towards the corner, so there are limited options for each move

    • The total number of moves required to reach the opposite corner is 14

    • Using combinatorics, the total number of ways the king can reach the opposite corner is 3432

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was very well designed with seemingly easy questions but which required deep understanding of fundamentals. I really enjoyed the quantitative part and the data analytics part.
Tips: I would suggest that you focus on the parts that you are good at . It is not necessary to do well in every part. So focus on your strengths.
Duration: 90 minutes
Total Questions: 30

Round: Puzzle Interview
Experience: I initially suggested a brute force method to solve this problem , which was correct but the interviewer asked for a smarter way to solve it using permutations. I initially struggled but i finally got the right answer.
Tips: Walk the interviewer through what you are thinking and think of the smartest way to solve it.

Skills: Problem solving abilities
Duration: 2
College Name: IIT Madras

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join GS?
  • Ans. 

    I want to join GS because of their reputation for excellence and the opportunity to work on challenging projects.

    • GS is known for its prestigious reputation in the financial industry

    • I am attracted to the opportunity to work on complex and challenging projects

    • I admire GS's commitment to innovation and cutting-edge technology

    • I believe GS will provide me with valuable learning and growth opportunities

  • Answered by AI
  • Q2. Questions related to Internal Audit were asked

Interview Preparation Tips

Round: Group Discussion
Experience: I had a good time. Got to know new and valuable additions to Companies Act
Duration: 30 minutes

Round: HR Interview
Experience: It was a great exchange, I really expressed my views and visions well.

Round: Technical Interview
Experience: I was complimented for being calm, confident and patient throughout the interview.

Skills: Technical Knowledge(ML, Ability To Cope Up With Stress, Confidence
College Name: Maharani college
Contribute & help others!
anonymous
You can choose to be anonymous

Arcesium Interview FAQs

How many rounds are there in Arcesium Sdet Automation Test Engineer interview?
Arcesium interview process usually has 2 rounds. The most common rounds in the Arcesium interview process are Technical and Coding Test.
What are the top questions asked in Arcesium Sdet Automation Test Engineer interview?

Some of the top questions asked at the Arcesium Sdet Automation Test Engineer interview -

  1. find the missing number in a permutation ar...read more
  2. find if there is a loop in linked l...read more

Recently Viewed

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

Agility E Services

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Arcesium

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Navi Technologies

No Interviews

LIST OF COMPANIES

Agility E Services

Locations

INTERVIEWS

Arcesium

No Interviews

INTERVIEWS

Navi Technologies

No Interviews

Tell us how to improve this page.

Arcesium Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Senior Analyst
318 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
314 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
223 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
186 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Arcesium with

Edelweiss

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

Goldman Sachs

3.5
Compare

Morgan Stanley

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