Upload Button Icon Add office photos

Filter interviews by

Verifone Senior Software Engineer 2 Interview Questions and Answers

Updated 17 Feb 2024

Verifone Senior Software Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Simple programs asked from java basics

Round 2 - Technical 

(1 Question)

  • Q1. About Automation process, testing cycle, defects and management
Round 3 - HR 

(1 Question)

  • Q1. About my previous roles and responsibility, how good m to taking the new role and salary discussion

Interview questions from similar companies

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

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of sorting algorithms include bubble sort, merge sort, quick sort, and insertion sort.

  • Answered by AI
  • Q2. System design of pusub
  • Ans. 

    Pubsub is a messaging pattern where senders (publishers) distribute messages to multiple receivers (subscribers) through a central hub.

    • Pubsub allows for decoupling of components in a system.

    • Messages are typically sent asynchronously.

    • Common implementations include Kafka, RabbitMQ, and Google Cloud Pub/Sub.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. I went through 45 minutes java tech round. The main focus was microservices and deployment process. Code review and testing details. Not much of java questions were asked
Round 2 - Technical 

(1 Question)

  • Q1. Why microservices why not monolithic.
  • Ans. 

    Microservices offer scalability, flexibility, and resilience compared to monolithic architecture.

    • Microservices allow for independent development and deployment of services.

    • Scalability is easier with microservices as individual components can be scaled independently.

    • Microservices promote fault isolation, preventing a single service failure from bringing down the entire system.

    • Flexibility is increased as different techno...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Mainly Leet code easy to medium questions

Round 2 - LLD 

(1 Question)

  • Q1. Design Parking lot with working code.
  • Ans. 

    Design a parking lot system with working code.

    • Create classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking, unparking, checking availability, etc.

    • Use data structures like arrays, lists, or maps to manage parking spots.

    • Consider different types of vehicles and parking spot sizes.

    • Handle edge cases like full parking lot, invalid inputs, etc.

  • Answered by AI
Round 3 - HLD 

(1 Question)

  • Q1. Design notification service.
  • Ans. 

    Design a notification service for sending alerts to users.

    • Use a scalable messaging system like Kafka or RabbitMQ for handling notifications.

    • Implement different types of notifications such as email, SMS, push notifications.

    • Allow users to customize their notification preferences and frequency.

    • Include features like scheduling notifications and tracking delivery status.

    • Ensure security measures are in place to protect user

  • Answered by AI
Round 4 - HM 

(1 Question)

  • Q1. Question related to resume and different tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS / Algo and famous LLD and HLD question. it would be just fine

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical sql questions

Round 2 - Coding Test 

Oops concept and sql db questions

Round 3 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Delete rows from table that are 6 months old from current date
  • Ans. 

    Use SQL query with WHERE clause to delete rows older than 6 months from current date

    • Use CURRENT_DATE() function to get current date

    • Use DATE_SUB() function to subtract 6 months from current date

    • Write a DELETE query with WHERE clause to delete rows older than calculated date

  • Answered by AI

Skills evaluated in this interview

Verifone Interview FAQs

How many rounds are there in Verifone Senior Software Engineer 2 interview?
Verifone interview process usually has 3 rounds. The most common rounds in the Verifone interview process are Technical, HR and Coding Test.

Tell us how to improve this page.

Verifone Senior Software Engineer 2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 772 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
PayPal Interview Questions
3.9
 • 210 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.1
 • 169 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 133 Interviews
Revolut Interview Questions
2.6
 • 93 Interviews
PayU Payments Interview Questions
3.5
 • 53 Interviews
View all

Verifone Senior Software Engineer 2 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Development Engineer
134 salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Software Engineer
102 salaries
unlock blur

₹6.8 L/yr - ₹15 L/yr

Senior Software Engineer
76 salaries
unlock blur

₹8.5 L/yr - ₹24 L/yr

Software Developer
56 salaries
unlock blur

₹5.7 L/yr - ₹16 L/yr

Software Development Engineer II
52 salaries
unlock blur

₹8.4 L/yr - ₹15.6 L/yr

Explore more salaries
Compare Verifone with

Ingenico Group

3.0
Compare

NCR Corporation

3.5
Compare

Diebold Nixdorf

3.8
Compare

Fiserv

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