Upload Button Icon Add office photos
Engaged Employer

i

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

ZapCom Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZapCom Group Sdet Automation Test Engineer Interview Questions, Process, and Tips

Updated 3 Jul 2024

ZapCom Group Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. Java Program for count of characters in the given string
  • Ans. 

    Java program to count characters in a given string

    • Use a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Print the characters and their counts at the end

  • Answered by AI
  • Q2. Program for reverse string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q3. Write the xpath or CSS code for selected value in the amazon site
  • Ans. 

    XPath code for selected value in Amazon site

    • Use the 'contains' function to locate the selected value

    • Identify the unique attributes of the selected value to create a specific XPath

    • Consider using the 'text()' function to locate text within an element

  • Answered by AI
  • Q4. What is interface in java an d explain OOPS concepts
  • Ans. 

    An interface in Java is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.

    • Interfaces in Java are used to achieve abstraction and multiple inheritance.

    • Interfaces cannot have method bodies, only method signatures.

    • Classes can implement multiple interfaces, but can only extend one class.

    • Example: interface Shape { void draw(); }

    • Example...

  • Answered by AI
  • Q5. Explain POM framework
  • Ans. 

    POM framework is a design pattern used in automation testing to create an object repository for web elements.

    • POM stands for Page Object Model

    • It helps in creating reusable code and reduces code duplication

    • Each web page is represented as a separate class, with locators and methods to interact with elements

    • Improves test maintenance and readability

  • Answered by AI
  • Q6. Explain the technologies that you worked with
  • Ans. 

    I have worked with technologies such as Selenium, Java, TestNG, Maven, Jenkins, and Git.

    • Selenium for automation testing

    • Java for programming test scripts

    • TestNG for test case management

    • Maven for project management

    • Jenkins for continuous integration

    • Git for version control

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic neetcode questions
Selenium
Appium

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Lots of technical questions over automation, javascript overview questions, coding questions over string and array. (Not hard one)
  • Q2. General manual testing like what is regression smoke sanity BVA.
  • Q3. API testing question like path variable , response code ,put vs patch
Round 2 - Technical 

(3 Questions)

  • Q1. Second round will be tough, if your interviewer is karan vaid then you have to deep into javascript.
  • Q2. He will ask deep questions on javascript on promise , async await , callbacks .
  • Q3. Cookies, event loops . Mainly go through namaste js series in youtube. You will be able to answer his questions 80 percent.

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember one thing in round 2 whatever answer you will give if its correct then the interviewer will go deep until you are not able to give answer. Don't feel low be confident to give your next answer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Coding interview, framework

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

De/algo leetcode medium level

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Graph, DP, array, Stack

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of OOPS, Project, C++, To write the SQL query, Puzzle, real life questions, string question

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong command in any one language
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Moderate level coding question

Round 2 - Technical 

(1 Question)

  • Q1. Ques on java appium framework ci / cd
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic neetcode questions
Selenium
Appium

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

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Coding interview, framework

ZapCom Group Interview FAQs

How many rounds are there in ZapCom Group Sdet Automation Test Engineer interview?
ZapCom Group interview process usually has 1 rounds. The most common rounds in the ZapCom Group interview process are Technical.
What are the top questions asked in ZapCom Group Sdet Automation Test Engineer interview?

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

  1. what is interface in java an d explain OOPS conce...read more
  2. write the xpath or CSS code for selected value in the amazon s...read more
  3. Java Program for count of characters in the given str...read more

Tell us how to improve this page.

ZapCom Group Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 552 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
View all
ZapCom Group Sdet Automation Test Engineer Salary
based on 4 salaries
₹11.5 L/yr - ₹27.8 L/yr
69% more than the average Sdet Automation Test Engineer Salary in India
View more details

ZapCom Group Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
61 salaries
unlock blur

₹10.5 L/yr - ₹30.5 L/yr

Software Engineer
42 salaries
unlock blur

₹5 L/yr - ₹12.6 L/yr

Associate Software Engineer
24 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Scrum Master
18 salaries
unlock blur

₹17 L/yr - ₹25.5 L/yr

Devops Engineer
16 salaries
unlock blur

₹6.5 L/yr - ₹15 L/yr

Explore more salaries
Compare ZapCom Group with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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