Filter interviews by
Reversing a string involves rearranging its characters in the opposite order, which can be done using various programming techniques.
Using Built-in Functions: Many programming languages have built-in functions to reverse strings. For example, in Python: `reversed_string = original_string[::-1]`.
Using Loops: You can reverse a string by iterating through it in reverse order. Example in Java: `for (int i = str.length...
Print natural numbers in spiral form using a 2D array.
Create a 2D array with dimensions n x n.
Initialize variables for row and column boundaries.
Iterate through the array in a spiral pattern, filling in natural numbers.
Black-box testing is a software testing method where the internal structure or code of the application is not known to the tester.
Tests are conducted based on the software requirements and functionality.
Tester focuses on inputs and outputs without knowledge of how the system works internally.
Common techniques include equivalence partitioning, boundary value analysis, and decision table testing.
Examples: Functional...
Unit testing focuses on testing individual components or units of code in isolation, while integration testing focuses on testing how those units work together.
Unit testing is done on individual units or components of code to ensure they work correctly in isolation.
Integration testing is done to test how those individual units work together as a whole system.
Unit testing is typically done by developers, while inte...
Print pyramid from Fibonacci sequence
Generate Fibonacci sequence up to a certain number
Use the Fibonacci numbers to create the pyramid structure
Print each row of the pyramid with appropriate spacing
Design SQL tables for library management system
Create tables for books, authors, members, transactions, etc.
Use primary and foreign keys to establish relationships between tables
Include columns like book title, author name, member ID, due date, etc.
Overloading and overriding are two concepts in object-oriented programming that allow methods to have multiple implementations.
Overloading is when a class has multiple methods with the same name but different parameters.
Overriding is when a subclass provides a different implementation of a method that is already defined in its superclass.
Overloading is resolved at compile-time while overriding is resolved at runti...
Implement Push Function for Queue using Array or ArrayList
Create a function that takes an array or ArrayList and a string as input
Add the string to the end of the array or ArrayList
Return the updated array or ArrayList
I implemented various features including X, Y, and Z.
Implemented feature X which improved system performance by 20%
Developed feature Y which allowed for real-time data analysis
Added feature Z which improved user experience by simplifying the interface
Explanation of OOPS pillars with real-life examples
Abstraction: Hiding implementation details, e.g. using a TV remote without knowing how it works
Encapsulation: Grouping related data and functions, e.g. a car's engine and transmission
Inheritance: Creating new classes from existing ones, e.g. a sports car class inheriting from a car class
Polymorphism: Using a single interface to represent multiple classes, e.g. a s...
It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques
Print natural numbers in spiral form using a 2D array.
Create a 2D array with dimensions n x n.
Initialize variables for row and column boundaries.
Iterate through the array in a spiral pattern, filling in natural numbers.
I appeared for an interview in Feb 2025.
Reversing a string involves rearranging its characters in the opposite order, which can be done using various programming techniques.
Using Built-in Functions: Many programming languages have built-in functions to reverse strings. For example, in Python: `reversed_string = original_string[::-1]`.
Using Loops: You can reverse a string by iterating through it in reverse order. Example in Java: `for (int i = str.length() - ...
Exam to test reasoning and aptitude, and speed to answer them
Dsa question easy to medium level
Sorting a linked list can be efficiently done using merge sort due to its O(n log n) time complexity.
Use merge sort as it works well with linked lists due to its divide-and-conquer approach.
Split the linked list into two halves using the slow and fast pointer technique.
Recursively sort both halves and then merge them back together.
Example: For a linked list 4 -> 2 -> 1 -> 3, the sorted list will be 1 -> 2 -...
Check if a string of brackets is valid by ensuring every opening bracket has a corresponding closing bracket in the correct order.
Use a stack to keep track of opening brackets. Example: For '({[]})', push '(', '{', '[' onto the stack.
For each closing bracket, check if it matches the top of the stack. Example: For '}', pop '{' from the stack.
If the stack is empty at the end, the brackets are valid. Example: '()[]{}' is ...
It’s system generated
Time ,speed ,distance
Java application using oops concept
I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.
I appeared for an interview before Jun 2024, where I was asked the following questions.
Star behavior signifies the performance and scalability of systems, often used in distributed computing and network analysis.
In distributed systems, star behavior indicates how well a system can handle increased loads without performance degradation.
For example, in a star topology network, the central hub's performance is crucial as it connects all nodes.
In software design, star behavior can refer to how components int...
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
Simple programs asked from java basics
I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.
Top trending discussions
The duration of Verifone interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 19 interview experiences
Difficulty level
Duration
based on 205 reviews
Rating in categories
Software Development Engineer
136
salaries
| ₹6.8 L/yr - ₹15.9 L/yr |
Software Engineer
113
salaries
| ₹6.8 L/yr - ₹15 L/yr |
Senior Software Engineer
65
salaries
| ₹9 L/yr - ₹25 L/yr |
Software Development Engineer II
53
salaries
| ₹8.4 L/yr - ₹15.6 L/yr |
Software Developer
51
salaries
| ₹5.7 L/yr - ₹16 L/yr |
FIS
Broadridge Financial Solutions
PayPal
MasterCard