Upload Button Icon Add office photos
Engaged Employer

i

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

eProductivity Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

eProductivity Software Interview Questions and Answers

Updated 2 Nov 2023
Popular Designations

7 Interview questions

A Network Engineer was asked
Q. Briefly describe stack switching issues.
Ans. 

Stack switching issues refer to problems that arise when switching between different network stacks.

  • Can occur when transitioning between IPv4 and IPv6 stacks

  • May lead to compatibility issues with older network devices

  • Can result in performance degradation or network downtime

View all Network Engineer interview questions
A Network Engineer was asked
Q. How do you load balance with two ISPs connected to a router using BGP?
Ans. 

Load balancing with two ISP's connected to a router using BGP involves configuring BGP with both ISPs and setting up load balancing policies.

  • Configure BGP with both ISPs on the router

  • Set up load balancing policies to distribute traffic between the two ISPs

  • Use BGP attributes such as AS path prepending, local preference, and MED to influence traffic flow

  • Monitor and adjust the load balancing setup as needed

View all Network Engineer interview questions
A Network Engineer was asked
Q. Explain the architecture of Checkpoint firewall.
Ans. 

Checkpoint firewall architecture includes multiple layers of security, such as inspection modules, security gateways, and management servers.

  • Checkpoint firewall architecture consists of inspection modules, security gateways, and management servers.

  • Inspection modules analyze network traffic and enforce security policies.

  • Security gateways act as the enforcement points for security policies.

  • Management servers are use...

View all Network Engineer interview questions
A Network Engineer was asked
Q. How do BGP and EIGRP work?
Ans. 

BGP and EIGRP are routing protocols used in networking to determine the best path for data packets to travel.

  • BGP (Border Gateway Protocol) is an exterior gateway protocol used to route traffic between different autonomous systems.

  • EIGRP (Enhanced Interior Gateway Routing Protocol) is an interior gateway protocol used within a single autonomous system.

  • BGP uses path vector routing algorithm to make routing decisions ...

View all Network Engineer interview questions
A Principal Engineer was asked
Q. What are the different types of inheritance in JavaScript?
Ans. 

Types of inheritance in JavaScript include prototypal inheritance, classical inheritance, and mixins.

  • Prototypal inheritance involves objects inheriting directly from other objects.

  • Classical inheritance involves objects inheriting from classes.

  • Mixins involve combining multiple objects to create a new object with the combined properties and methods.

View all Principal Engineer interview questions
A Network Engineer was asked
Q. Brief obout firewall experience and troubleshooting experience
Ans. 

I have extensive experience with firewalls, including configuring, monitoring, and troubleshooting issues.

  • Configured firewalls to restrict unauthorized access

  • Monitored firewall logs for suspicious activity

  • Troubleshooted firewall issues to ensure network security

  • Implemented firewall rules to comply with company policies

  • Worked with vendors to resolve firewall hardware or software issues

View all Network Engineer interview questions
A Principal Engineer was asked
Q. Scope of javascript functions
Ans. 

JavaScript functions define reusable blocks of code that can be called and executed.

  • Functions can take parameters and return values.

  • Functions can be defined using function declarations, function expressions, or arrow functions.

  • Functions can be assigned to variables and passed as arguments to other functions.

  • Functions can be invoked using the function name followed by parentheses.

View all Principal Engineer interview questions
Are these interview questions helpful?

eProductivity Software Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed before Nov 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Brief about your network experiences
  • Q2. Brief obout firewall experience and troubleshooting experience
  • Ans. 

    I have extensive experience with firewalls, including configuring, monitoring, and troubleshooting issues.

    • Configured firewalls to restrict unauthorized access

    • Monitored firewall logs for suspicious activity

    • Troubleshooted firewall issues to ensure network security

    • Implemented firewall rules to comply with company policies

    • Worked with vendors to resolve firewall hardware or software issues

  • Answered by AI
  • Q3. Brief about stack switching issues
  • Ans. 

    Stack switching issues refer to problems that arise when switching between different network stacks.

    • Can occur when transitioning between IPv4 and IPv6 stacks

    • May lead to compatibility issues with older network devices

    • Can result in performance degradation or network downtime

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. How BGP and EIGRP works
  • Ans. 

    BGP and EIGRP are routing protocols used in networking to determine the best path for data packets to travel.

    • BGP (Border Gateway Protocol) is an exterior gateway protocol used to route traffic between different autonomous systems.

    • EIGRP (Enhanced Interior Gateway Routing Protocol) is an interior gateway protocol used within a single autonomous system.

    • BGP uses path vector routing algorithm to make routing decisions based...

  • Answered by AI
  • Q2. How to loadbalance with two ISP's connected to a router using BGP
  • Ans. 

    Load balancing with two ISP's connected to a router using BGP involves configuring BGP with both ISPs and setting up load balancing policies.

    • Configure BGP with both ISPs on the router

    • Set up load balancing policies to distribute traffic between the two ISPs

    • Use BGP attributes such as AS path prepending, local preference, and MED to influence traffic flow

    • Monitor and adjust the load balancing setup as needed

  • Answered by AI
  • Q3. Explain the architecture of Checkpoint firewall
  • Ans. 

    Checkpoint firewall architecture includes multiple layers of security, such as inspection modules, security gateways, and management servers.

    • Checkpoint firewall architecture consists of inspection modules, security gateways, and management servers.

    • Inspection modules analyze network traffic and enforce security policies.

    • Security gateways act as the enforcement points for security policies.

    • Management servers are used to ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 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 tips
Round 2 - Coding Test 

Minor JS code snippets to solve existing bugs

Round 3 - Technical 

(3 Questions)

  • Q1. Discussion on Object Oriented Java Script
  • Q2. Scope of javascript functions
  • Ans. 

    JavaScript functions define reusable blocks of code that can be called and executed.

    • Functions can take parameters and return values.

    • Functions can be defined using function declarations, function expressions, or arrow functions.

    • Functions can be assigned to variables and passed as arguments to other functions.

    • Functions can be invoked using the function name followed by parentheses.

  • Answered by AI
  • Q3. Different types of inheritance in javascript
  • Ans. 

    Types of inheritance in JavaScript include prototypal inheritance, classical inheritance, and mixins.

    • Prototypal inheritance involves objects inheriting directly from other objects.

    • Classical inheritance involves objects inheriting from classes.

    • Mixins involve combining multiple objects to create a new object with the combined properties and methods.

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about eProductivity Software?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

Analyst Interview Questions & Answers

ZIGRAM user image anushka sharma

posted on 11 Jan 2022

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to handle an impatient customer?
  • Ans. 

    Handling an impatient customer requires active listening, empathy, and clear communication.

    • Listen actively to the customer's concerns and acknowledge their frustration.

    • Show empathy by putting yourself in their shoes and understanding their perspective.

    • Communicate clearly and honestly about the situation and what steps can be taken to resolve it.

    • Offer solutions or alternatives to help alleviate their frustration.

    • Follow ...

  • Answered by AI
  • Q2. What to do if the engineers have not given any ETA for the fix , how can you give an update to the customer?
  • Ans. 

    Communicate with the customer and provide regular updates on the progress of the issue.

    • Request an update from the engineers and communicate the same to the customer.

    • Provide an estimated timeline based on the severity of the issue and the resources available.

    • Ensure that the customer is aware of any potential delays or roadblocks.

    • Offer alternative solutions or workarounds if possible.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I could just say that be yourself and answer the question practically and be confident. The most important thing is to be sound enough in communication
Are these interview questions helpful?

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can you walk me through your resume?

Interview Preparation Tips

Interview preparation tips for other job seekers - You will be asked only on the skills you have mentioned in your CV. Prepare well before the interview. People who had taken the interview was my current manager and senior manager. They are very friendly with everyone. Just keep in mind that you have to perform in such a way like you are talking to a friend. All the very best.

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 rounds, 2 coding questions in each round. Managerial round.

eProductivity Software Interview FAQs

How many rounds are there in eProductivity Software interview?
eProductivity Software interview process usually has 3-4 rounds. The most common rounds in the eProductivity Software interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for eProductivity Software 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 eProductivity Software. The most common topics and skills that interviewers at eProductivity Software expect are Packaging, Printing, SQL, Agile and Coding.
What are the top questions asked in eProductivity Software interview?

Some of the top questions asked at the eProductivity Software interview -

  1. How to loadbalance with two ISP's connected to a router using ...read more
  2. Brief obout firewall experience and troubleshooting experie...read more
  3. Explain the architecture of Checkpoint firew...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

ZIGRAM Interview Questions
3.5
 • 42 Interviews
RGBSI Interview Questions
3.3
 • 27 Interviews
MapmyIndia Interview Questions
3.6
 • 26 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Backbase Interview Questions
3.7
 • 23 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
Khoros Interview Questions
3.7
 • 20 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
ThoughtSpot Interview Questions
4.1
 • 19 Interviews
View all

eProductivity Software Reviews and Ratings

based on 35 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.9

Salary

3.7

Job security

4.0

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 35 Reviews and Ratings
QA Engineer

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Tax Accountant

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Sr. QA Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Principal Engineer
16 salaries
unlock blur

₹17.9 L/yr - ₹40 L/yr

Principal QA Engineer
7 salaries
unlock blur

₹14.5 L/yr - ₹35.7 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹7.5 L/yr - ₹7.7 L/yr

QA Engineer
6 salaries
unlock blur

₹8.2 L/yr - ₹12 L/yr

Professional Services Consultant
5 salaries
unlock blur

₹7.1 L/yr - ₹15 L/yr

Explore more salaries
Compare eProductivity Software with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

MapmyIndia

3.6
Compare

Yodlee

3.9
Compare
write
Share an Interview