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

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. More about API automation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. To create CI/CD pipeline
  • Ans. 

    A CI/CD pipeline automates code integration, testing, and deployment for efficient software delivery.

    • Define the stages: Build, Test, Deploy, Monitor.

    • Use tools like Jenkins, GitLab CI, or CircleCI for automation.

    • Implement version control with Git for source code management.

    • Automate testing with frameworks like JUnit or Selenium.

    • Deploy using containerization tools like Docker or orchestration with Kubernetes.

  • Answered by AI
  • Q2. Questions related to cloud
  • Q3. Programs like Fibonacci,factorial for Devops engineer

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

I was MCQ + Coding round, Their were MCQ Based on DSA, Aptitude and 2 easy coding questions.

  • Q1. 

    Ninja Competition Problem Statement

    Ninja is organizing a coding competition where two teams compete at a time. To keep it fair and interesting, both teams must have an equal number of members. Ninja’s ta...

  • Ans. 

    Check if Ninja can create two teams with equal members given an integer N and its divisors.

    • Iterate through all divisors of N and assign members to the first or second team based on whether the divisor is even or odd.

    • Keep track of the total members in each team and check if they are equal at the end.

    • Return true if the total members in both teams are equal, false otherwise.

  • Answered by AI
  • Q2. 

    Help Bob Out! - Validating IFSC Code

    Bob has just turned 18 and opened a bank account. Being inexperienced with banking, Bob needs your help to validate whether an IFSC code provided by his bank is valid.

    ...
  • Ans. 

    Validate IFSC code based on given rules and return True or False for each test case.

    • Check if the code is 11 characters long.

    • Verify the first four characters are uppercase alphabets.

    • Ensure the fifth character is '0'.

    • Validate that the last six characters are alphanumeric.

  • Answered by AI
Round 2 - Video Call 

Round duration - 50 Minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

Round 3 - Video Call 

Round duration - 50 minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaBottomline Technologies interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, Development, Programming Languages, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be strong at your basics.
Tip 2 : Do at least 2 projects and ask to find answers like why are you choosing this tech stack? why did not you choose its alternatives Know your project in and out because they might ask you for a modification in your project?

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on your resume.
Tip 3 : Try to keep a single-page resume.

Final outcome of the interviewRejected
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
  • Ans. 

    Java OOPs (Object-Oriented Programming) principles include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to present the sa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api

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.4
 • 39 Interviews
RGBSI Interview Questions
3.3
 • 27 Interviews
MapmyIndia Interview Questions
3.7
 • 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.0
 • 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.8
Compare
write
Share an Interview