Upload Button Icon Add office photos
Premium Employer

i

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

AlgoShack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AlgoShack Automation Test Engineer Interview Questions and Answers

Updated 30 Jan 2024

AlgoShack Automation Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was of 1 hour in which basic logical questions were there. and two coding problems where there about strings

Round 2 - Technical 

(3 Questions)

  • Q1. Manual testing Questions * Difference b/w QA & QC * negative test cases on loging modules * types of non functional tesing. * Grey box testing, Beta testing, lambda testing, * Scenarios on TV remote, Lift ...
  • Q2. Automation * Taking Screenshots * Difference b/w selenium 3 & 4 * Selenium components * Frameworks & examples * Parallel execution
  • Ans. 

    The question is about automation testing, specifically focusing on taking screenshots, the differences between Selenium 3 and 4, Selenium components, frameworks and examples, and parallel execution.

    • Taking screenshots is a common practice in automation testing to capture the state of the application at a specific point in time.

    • Selenium 3 and 4 are different versions of the Selenium automation framework, with version 4 i...

  • Answered by AI
  • Q3. Method over loading method over riding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a different implementation of a method inherited from its supercl...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for AlgoShack Automation Test Engineer interview:
  • Java
  • Selenium
  • Manual Testing
  • SQL
  • Jenkins
Interview preparation tips for other job seekers - Be consistent with your preparation, even if it is in small amount do your daily part, continously gain knowledge. hands on, on the tools that you learn, try to do some real project it will play a significant rule

Skills evaluated in this interview

Automation Test Engineer Jobs at AlgoShack

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. System Design and Ds and algo questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normal 3 leetcode medium questions

Round 2 - Assignment 

Machine coding round to design tail -f

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on internal working of os
  • Q2. Questions on projects
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ based Questions from topics of DSA , web development

Round 2 - Asked to live code a unix comman 

(1 Question)

  • Q1. Asked us to live code tail -f unix command
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 4 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 - Coding Test 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Api , debugging , java, logical questions
  • Q2. Sql , test cases, puzzle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

AlgoShack Interview FAQs

How many rounds are there in AlgoShack Automation Test Engineer interview?
AlgoShack interview process usually has 3 rounds. The most common rounds in the AlgoShack interview process are Aptitude Test, Technical and HR.
How to prepare for AlgoShack Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AlgoShack. The most common topics and skills that interviewers at AlgoShack expect are Automation Testing, C#, Test Complete, Manual Testing and API Testing.
What are the top questions asked in AlgoShack Automation Test Engineer interview?

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

  1. Automation * Taking Screenshots * Difference b/w selenium 3 & 4 * Selenium comp...read more
  2. method over loading method over rid...read more
  3. Manual testing Questions * Difference b/w QA & QC * negative test cases on logi...read more

Recently Viewed

JOBS

Indika AI

No Jobs

REVIEWS

greytHR

No Reviews

REVIEWS

Spine Technologies

No Reviews

REVIEWS

Spine Technologies

No Reviews

SALARIES

RUBRIK INDIA

SALARIES

Spine Technologies

REVIEWS

Spine Technologies

No Reviews

INTERVIEWS

greytHR

No Interviews

SALARIES

greytHR

SALARIES

Spine Technologies

Tell us how to improve this page.

AlgoShack Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.4
 • 53 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
View all
AlgoShack Automation Test Engineer Salary
based on 25 salaries
₹2.2 L/yr - ₹8 L/yr
41% less than the average Automation Test Engineer Salary in India
View more details

AlgoShack Automation Test Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.7

Skill development

3.4

Work-life balance

4.2

Salary

4.1

Job security

4.0

Company culture

4.3

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
Automation Test Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Automation Test Engineer

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AlgoShack with

CodeNation

3.7
Compare

Inno Tech

5.0
Compare

Cyber Solutions

5.0
Compare

Techminds Group

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