Premium Employer

i

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

Bottomline Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bottomline Interview Questions, Process, and Tips

Updated 30 Nov 2024

Top Bottomline Interview Questions and Answers

View all 7 questions

Bottomline Interview Experiences

Popular Designations

17 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci, swap without 3rd var
  • Q2. Non repetitive char in string
  • Ans. 

    Find the first non-repetitive character in a string.

    • Iterate through the string and count the occurrences of each character.

    • Return the first character with a count of 1.

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

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)
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
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api

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 (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About projects worked on, roles handled, current work structure.
  • Q2. APIs related questions, rest APIs, scrum related questions, backlog related questions.
Round 2 - Group Discussion 

Multiple hiring managers were on the call with detailed questions on the scrum ceremonies, backlog management, product related questions, Strategic management of product related questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. More detailed understanding of what I was expecting with related to work.
  • Q2. Detailed explanation on the product roadmap and what was expected of me.
  • Ans. 

    The product roadmap outlines the strategic vision and direction for the product, including key milestones and features.

    • Explain how the product roadmap aligns with the company's overall goals and objectives

    • Detail the timeline for key milestones and feature releases

    • Discuss how feedback from customers and stakeholders is incorporated into the roadmap

    • Explain how the roadmap is communicated to internal teams and external st

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Policy related explanation

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
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

Top Bottomline Software Developer Interview Questions and Answers

Q1. Ninja CompetitionOur hero Ninja is organizing a coding competition where only two teams can participate simultaneously. To make the competition interesting and fair, both the teams should have an equal number of members. As an organizer, Ni... read more
View answer (3)

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)

Bottomline interview questions for popular designations

 Product Manager

 (3)

 QA Engineer

 (2)

 Senior Product Support Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Developer

 (2)

 Software Engineer

 (2)

 Senior QA Engineer

 (1)

 Senior Software Developer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Authentication typee, what is sso
  • Ans. 

    SSO stands for Single Sign-On, a method of authentication that allows a user to access multiple applications with one set of login credentials.

    • SSO eliminates the need for users to remember multiple passwords for different applications.

    • Users can log in once and have access to all authorized applications without needing to log in again.

    • Examples of SSO providers include Okta, Microsoft Azure AD, and Google G Suite.

  • Answered by AI
  • Q2. Scrum related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so proactive process, everything was laid back

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2024

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

DSA based programming question

Round 2 - Technical 

(1 Question)

  • Q1. Synatx based programming knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Domain based questions
Round 4 - HR 

(1 Question)

  • Q1. About myself and my role

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)

Jobs at Bottomline

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Assign cookies using dp

Software Engineer and Site Reliability Engineer Interview Questions asked at other Companies

Q1. How to check cpu utilization, open ports in linux
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(5 Questions)

  • Q1. Write one program to reverese string questions on selenium Framework
  • Q2. Didnt remember what I have answered
  • Q3. Day to day projects
  • Q4. Testcase creation
  • Q5. Challenging questions

Interview Preparation Tips

Interview preparation tips for other job seekers - do well

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Based on Technical skills
  • Q2. On Project Case

Senior Product Support Engineer Interview Questions asked at other Companies

Q1. what is github , clone repository , issue faced in production , whhat is process followed in you last company
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. How do you keep the team motivated to work towards a goal 2. Conflicts with engineering team, how do you handle

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, you have to show genuine interest in the role.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Bottomline Interview FAQs

How many rounds are there in Bottomline interview?
Bottomline interview process usually has 2-3 rounds. The most common rounds in the Bottomline interview process are Technical, One-on-one Round and HR.
How to prepare for Bottomline 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 Bottomline. The most common topics and skills that interviewers at Bottomline expect are Automation, Oracle, Javascript, Production Support and Troubleshooting.
What are the top questions asked in Bottomline interview?

Some of the top questions asked at the Bottomline interview -

  1. Detailed explanation on the product roadmap and what was expected of ...read more
  2. Authentication typee, what is ...read more
  3. What is oops conce...read more
How long is the Bottomline interview process?

The duration of Bottomline interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Bottomline Interview Process

based on 20 interviews

Interview experience

3.6
  
Good
View more
Join Bottomline We make complex business payments simple, smart, and secure.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
Fiserv Interview Questions
3.1
 • 169 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
ACI Worldwide Interview Questions
4.3
 • 11 Interviews
View all

Bottomline Reviews and Ratings

based on 94 reviews

3.3/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.7

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 94 Reviews and Ratings
Senior Software Engineer

Kolkata,

Mumbai

+5

8-13 Yrs

Not Disclosed

Implementation Engineer

Kolkata,

Mumbai

+5

3-5 Yrs

₹ 15-19.8 LPA

Director HR Operations

Kolkata,

Mumbai

+5

10-16 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
71 salaries
unlock blur

₹15 L/yr - ₹36 L/yr

Software Engineer
55 salaries
unlock blur

₹9.7 L/yr - ₹21 L/yr

Technical Lead
22 salaries
unlock blur

₹22.3 L/yr - ₹40 L/yr

Product Owner
17 salaries
unlock blur

₹19 L/yr - ₹36.7 L/yr

Senior Quality Assurance Engineer
16 salaries
unlock blur

₹16 L/yr - ₹29 L/yr

Explore more salaries
Compare Bottomline with

Fiserv

3.0
Compare

FIS

3.9
Compare

ACI Worldwide

4.2
Compare

TCS

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