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
3.3

based on 84 Reviews

Filter interviews by

Bottomline Software Developer Interview Questions, Process, and Tips

Updated 24 Jun 2024

Top Bottomline Software Developer Interview Questions and Answers

  • Q1. Ninja Competition Our hero Ninja is organizing a coding competition where only two teams can participate simultaneously. To make the competition interesting and fair, bot ...read more
  • Q2. Help Bob Out! Bob has just turned 18 years old and has opened a Bank account. However, since he has just opened his bank account he is not very experienced about the work ...read more
  • Q3. Technical Questions Tree traversal(Pre-order, Post-order, In-order, Level-order) and code of all orders. All type Sorting Algorithms and their use cases How will you make ...read more
View all 6 questions

2 Bottomline Software Developer Interview Experiences

10 questions found

Sort by: Popular

Software Developer Interview Questions

user image Anonymous

posted on 24 Jun 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Coding Test Round

It was combination of mcqs and 2 coding questions

2

Technical Round (3 Questions)

  • Q1. What is oops concepts
  • Q2. Difference between java nd putjon
  • Q3. Tell about ur project
3

One-on-one Round (2 Questions)

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

Skills evaluated in this interview

Software Developer Interview Questions

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Apr 2021.

3 Interview Rounds

1

Coding Test Round (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 Our hero Ninja is organizing a coding competition where only two teams can participate simultaneously. To make the competition interesting and...read more
  • Q2. Help Bob Out! Bob has just turned 18 years old and has opened a Bank account. However, since he has just opened his bank account he is not very experienced abou...read more
2

Video Call Round (2 Questions)

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.

  • Q1. OOPS Questions

    Tell me somethings about OOPs.
    Functional v/s OOPS programming language
    Polymorphism
    Static and Final Keyword in JAVA

  • Q2. Technical Questions Explain your project. Show working of your project. Tech stack used. Rest API There are 3 boxes of green, orange and green+orange. how will ...read more
3

Video Call Round (1 Question)

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.

  • Q1. Technical Questions Tree traversal(Pre-order, Post-order, In-order, Level-order) and code of all orders. All type Sorting Algorithms and their use cases How wil...read more

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

Skills evaluated in this interview

Get interview-ready with top interview questions

Interview questions from similar companies

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

I was interviewed in Nov 2024.

2 Interview Rounds

1

HR Round (2 Questions)

  • Q1. Experience in past proyects
  • Q2. Experience leading a group of develeopers
2

Technical Round (2 Questions)

  • Q1. It was more like a talk about your experience
  • Q2. Code test to create a small search enginee
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via Referral

3 Interview Rounds

1

Coding Test Round

Java internals, coding questions 2sum

2

Technical Round (2 Questions)

  • Q1. Hld of your previous project
  • Q2. Question related to self build projects
3

HR Round (2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I was interviewed in Aug 2024.

2 Interview Rounds

1

Coding Test Round

Medium level leetcode question

2

Technical Round (2 Questions)

  • Q1. Explain about your project
  • Q2. Explain functionalities in detail
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 -
Result
 -

1 Interview Round

1

Coding Test Round

Coding test was medium to hard leetcode problems.

I applied via Referral and was interviewed in Apr 2022.

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. I was asked about pascals triangle and basic questions from oops, dbms, SQL, networking and other topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DSA and study all theory subjects.
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I was interviewed before Feb 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. Linked list (detect loop, reverse, delte a node) tree (height, DFS) graph theory concept C++ basic questions
3

One-on-one Round (1 Question)

  • Q1. Total 3 round of Technical interviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ basics, Algo and Data structure and some basic concept of graph theory.

Software Developer Interview Questions

Yodlee user image CodingNinjas

posted on 4 Apr 2022

I was interviewed before Apr 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The second round is also written but you need to write programming based on their concept.

  • Q1. Find prime numbers You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N. Note: A prime number is a natural numb...read more
  • Q2. Check If The String Is A Palindrome You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, ...read more
2

Face to Face Round (6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions mainly on Java and OOPS concepts.

  • Q1. Java Question

    Difference between Static methods and Instance methods

  • Q2. Java Question

    Difference between Abstract Class and Interface

  • Q3. Java Question

    ClassNotFoundException Vs NoClassDefFoundError in Java

  • Q4. Java Question

    Difference between Error and Exception

  • Q5. Java Question

    What is SerialVersionUID?

  • Q6. Java Question

    What are the requirement for creating a Immutable Class in Java?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAYodlee interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

Mobileum user image MONALI kothari

posted on 4 Jul 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Copy constructor implementation it was based on
2

Technical Round (1 Question)

  • Q1. Binary search question on array
3

HR Round (1 Question)

  • Q1. Experience and expectations on salary

Bottomline Interview FAQs

How many rounds are there in Bottomline Software Developer interview?
Bottomline interview process usually has 3 rounds. The most common rounds in the Bottomline interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Bottomline Software Developer 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, Cash Management, Cost Reduction, Financial Services and GIT.
What are the top questions asked in Bottomline Software Developer interview?

Some of the top questions asked at the Bottomline Software Developer interview -

  1. What is oops conce...read more
  2. Difference between java nd put...read more

Tell us how to improve this page.

Join Bottomline We make complex business payments simple, smart, and secure.
Bottomline Software Developer Salary
based on 11 salaries
₹10 L/yr - ₹25 L/yr
88% more than the average Software Developer Salary in India
View more details
Senior Software Engineer
70 salaries
unlock blur

₹12.5 L/yr - ₹36 L/yr

Software Engineer
62 salaries
unlock blur

₹8.8 L/yr - ₹21 L/yr

Technical Lead
20 salaries
unlock blur

₹22.3 L/yr - ₹40 L/yr

Product Owner
17 salaries
unlock blur

₹19 L/yr - ₹36.7 L/yr

QA Engineer
16 salaries
unlock blur

₹12.5 L/yr - ₹21.8 L/yr

Explore more salaries
Compare Bottomline with

Fiserv

3.3
Compare

FIS

3.9
Compare

ACI Worldwide

4.3
Compare

TCS

3.7
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