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
2.7

based on 54 Reviews

Filter interviews by

ZapCom Group Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top ZapCom Group Interview Questions and Answers

View all 7 questions

ZapCom Group Interview Experiences

Popular Designations

8 interviews 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

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best

Skills evaluated in this interview

Top ZapCom Group Sdet Automation Test Engineer Interview Questions and Answers

Q1. what is interface in java an d explain OOPS concepts
View answer (1)

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced technical recruiter with a passion for connecting top talent with innovative companies.

    • Over 5 years of experience in technical recruiting

    • Strong network of candidates in the tech industry

    • Skilled in sourcing, screening, and interviewing candidates

    • Proven track record of successful placements

    • Passionate about staying up-to-date on industry trends and best practices

  • Answered by AI
  • Q2. What's your current salary and expectation
  • Ans. 

    I am currently earning $70,000 and my salary expectation is $80,000.

    • Current salary: $70,000

    • Salary expectation: $80,000

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When asked to tell about myself, it means I should brief on my experience. I have 10 years experience and so well explained why I left each organisation. They didn't ask me anything on technical side or recruiting Q's. They just rejected with the reason I am talkative and I have no listening skills. I didn't interrupt while they spoke.

Technical Recruiter Interview Questions asked at other Companies

Q1. What different visas are you aware of. Can you name some of them.
View answer (1)

Scrum Master - Project Manager Interview Questions & Answers

user image Nirrmala Mohann

posted on 9 Aug 2023

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

I applied via Job Portal

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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant to profile they ask the question
Round 3 - Technical 

(1 Question)

  • Q1. Relevant to profile they ask the question
Round 4 - One-on-one 

(1 Question)

  • Q1. Package and negotiation post selection

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company to work they are flexible and supportive, they help employees in every aspect of professional growth.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about automation framework
  • Ans. 

    An automation framework is a set of guidelines, best practices, tools, and libraries used for creating and executing automated tests.

    • Automation frameworks provide structure and organization to automated testing efforts.

    • They help in reducing maintenance efforts by promoting reusability of code.

    • Frameworks can be data-driven, keyword-driven, or hybrid in nature.

    • Popular automation frameworks include Selenium, Appium, and R

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

ZapCom Group interview questions for popular designations

 QA Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Senior QA Consultant

 (1)

 Senior Software Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 Technical Recruiter

 (1)

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

(2 Questions)

  • Q1. Experience Hr asked questions
  • Q2. Questions about previous employment

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Job Fair and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java8 concept all java 8 feature, used in project
  • Ans. 

    Java 8 features used in project

    • Lambda expressions for functional programming

    • Stream API for efficient data processing

    • Default methods for backward compatibility

    • Date and Time API for improved date handling

    • Optional class for null checks

    • Parallel processing for improved performance

  • Answered by AI
  • Q2. Spring boot all configuration que, feature.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare interview questions, all logical programm, basic opps concepts, project working exp.

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

Jobs at ZapCom Group

View all

Interview Questionnaire 

2 Questions

  • Q1. 1. Basic SQL Questions
  • Q2. 2. C# Advance Concepts

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (167)

I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mavens, POM, framework creation, Work done in Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge, confidence and Work Experience on different technologies at depth helps

Senior QA Consultant Interview Questions asked at other Companies

Q1. Write a java program to remove the character which repeats in a string
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, Interfaces, Exception Handling, Collections, SQL, etc
  • Q2. Coding Question - Find 2nd largest element in array with least time complexity
  • Ans. 

    Find the 2nd largest element in an array with the least time complexity.

    • Sort the array in descending order and return the element at index 1.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the array and update the variables accordingly.

    • Return the second largest element.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question - print * matrix
  • Q2. HashMap, HashSet, Spring, Spring Framework, Microservices, etc
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic Details, CTC Info
  • Q2. Tech Stack, Challenges Faced in career

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 round, L1, L2 and Manager round.
Question were easy to moderate level.
Answered all questions perfectly, still after 3rd round, they rejected me without any reason.
After clearing Technical rounds, They will ask you that you have to work in mandatory Night Shifts.

Skills evaluated in this interview

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

ZapCom Group Interview FAQs

How many rounds are there in ZapCom Group interview?
ZapCom Group interview process usually has 1-2 rounds. The most common rounds in the ZapCom Group interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for ZapCom Group 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 ZapCom Group. The most common topics and skills that interviewers at ZapCom Group expect are Javascript, AWS, SQL, Agile and Coding.
What are the top questions asked in ZapCom Group interview?

Some of the top questions asked at the ZapCom Group 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 Interview Process

based on 4 interviews in last 1 year

Interview experience

3
  
Average

People are getting interviews through

based on 4 ZapCom Group interviews
Job Portal
75%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

ITC Interview Questions
4.0
 • 531 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Adani Group Interview Questions
3.9
 • 173 Interviews
View all

ZapCom Group Reviews and Ratings

based on 54 reviews

2.7/5

Rating in categories

2.9

Skill development

2.7

Work-Life balance

2.8

Salary & Benefits

2.4

Job Security

2.8

Company culture

2.5

Promotions/Appraisal

2.7

Work Satisfaction

Explore 54 Reviews and Ratings
Sr Dot Net Developer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Technical Lead Fullstack Engineer

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
55 salaries
unlock blur

₹10.5 L/yr - ₹30.5 L/yr

Software Engineer
45 salaries
unlock blur

₹5 L/yr - ₹15.1 L/yr

Associate Software Engineer
24 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Scrum Master
20 salaries
unlock blur

₹12 L/yr - ₹26.1 L/yr

Devops Engineer
16 salaries
unlock blur

₹6.4 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview