Paytm Interview Experience 2018
Round 1: Coding Round
2 coding questions both from strings :
- To find no of distinct years from the given paragraph.(paragraph consists of 2 or more dates in dd-mm-yyyy format)
- To reverse a sentence and check whether the reversed string is equal to the original one.(do not remember the question exactly)
Round 2:
- Explain all OOPs features of JAVA and write a code differentiating run-time and compile-time polymorphism.(since they required backend java developers)
- Given an array of n-2 elements. The range of elements is n and 2 elements are missing. Find them and write a code for the same.
- https://www.geeksforgeeks.org/sort-an-array-of-0s-1s-and-2s/
- Given an array of n elements in which one element is missing.Find out the missing element.
Round 3:
- Write a program to reverse a string as given a string : “You live in Ranchi”, the output should be : “Ranchi in live you”.
- Write a sql query to get nth highest salary. I gave a solution using limits. They asked to give a solution without using limits.
- Most efficient solution of an expression p^k.
- Some networking questions.Working of HTTP, HTTPs etc.
- Java questions on inheritance and other OOPs concepts.
Please Login to comment...