i
FIS
Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
Java program to reverse a string
Create a char array from the input string
Use two pointers to swap characters at opposite ends
Continue swapping until the pointers meet in the middle
Program to find duplicates in a given string and print the count of characters
Iterate through each character in the string and store the count of each character in a hashmap
Print the characters with count greater than 1 to find duplicates
Handle both uppercase and lowercase characters separately if needed
Test cases for mobile recharge feature
Verify user can successfully recharge their mobile with valid amount
Verify user receives confirmation message after successful recharge
Verify user cannot recharge with invalid amount
Verify user cannot recharge with insufficient balance
Verify user cannot recharge if network connection is lost
posted on 1 Aug 2024
SOLID is a set of five design principles to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without aff...
Memory allocation in Java is managed by the JVM using the heap and stack memory areas.
Java uses the heap memory for storing objects and the stack memory for storing method calls and local variables.
Memory allocation in Java is automatic and managed by the garbage collector.
Java provides the 'new' keyword to allocate memory for objects on the heap.
Primitive data types are stored on the stack, while objects are stored on
posted on 30 Apr 2024
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 21 Jul 2022
I applied via Indeed and was interviewed in Jun 2022. There were 2 interview rounds.
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Started with the introduction.
Then there were two-three coding questions.
Some OS and DBMS concepts were asked.
Questions related to testing were also included.
If the given string is: STR...
O(1).
In the worst case, only constant extra space is required.
Time Complexity: O(...You are given ‘N’ a...
In this approach, we iterate through the numbers from 1 to N. We will find the sum of its digits and add it to the integer itself for each number. Then, we check if the obtained sum is equal to N.
We create a recursive function called sumOfDigits(num) that returns the sum of digits of the number num.
Algorithm:
Round duration - 60 minutes
Round difficulty - Medium
This was quite a tough round that can be cleared only by practice and understanding the problem. They asked about the profile first, then questions related to testing, SDLC, and so on. And then, I was asked to write test cases for two to three problems. Writing a test case was a task in this round. The interview was a senior testing engineer and was very friendly and helpful also and answered all my queries related to work.
Test Cases for Paytm Wallet (at least 10)
You are downloading a file in your system, write test cases for this situation (5-6 TEST CASES)
Tip 1 : Practice question from every section (Arrays, String, Data Structures)
Tip 2 : Practice question that required you to write test cases for a problem (as they judge you on your practical implementation)
Tip 3 : Practice low level designing questions (it indirectly helps you to write test cases )
Tip 4 : Choose your favorite Data Structure and practice well on it (as this is the most commonly asked question)
Tip 1 : Have at least three projects in your resume (Include only those which you can explain and demonstrate)
Tip 2 : Include a column of "Position of Responsibility" in addition to your work experience and technicalities (it is impactful as it shows your extra activities apart from your regular curriculum)
posted on 31 Mar 2022
I applied via Recruitment Consulltant and was interviewed before Mar 2021. There was 1 interview round.
posted on 24 Jul 2021
I was interviewed in Jan 2021.
Find duplicates in a string and count repeated letters
Iterate through each character in the string
Use a hash map to store the count of each character
If a character is already present in the hash map, increment its count
After iterating through the string, filter the hash map to get the duplicate characters and their counts
posted on 13 Sep 2018
I applied via Recruitment Consultant and was interviewed before Sep 2017. There were 5 interview rounds.
based on 5 reviews
Rating in categories
Senior Software Engineer
2.7k
salaries
| ₹7 L/yr - ₹29 L/yr |
Software Engineer
1.6k
salaries
| ₹4.2 L/yr - ₹16 L/yr |
Lead Engineer
681
salaries
| ₹7.3 L/yr - ₹26.4 L/yr |
Team Member
675
salaries
| ₹1.5 L/yr - ₹6 L/yr |
Senior Leader Engineer
634
salaries
| ₹9.9 L/yr - ₹30.5 L/yr |
TCS
Infosys
Wipro
HCLTech