Open In App

Paytm Interview Experience | Set 28 (For Software Developer)

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: The first round was a coding round with 2 questions on mettl:

  1. Write a program to find sum of first largest k elements from a given array of integers.GeeksforGeeks Link
  2.  You have to make a necklace with pearls. Minimum number of pearls that can be used is 1 and maximum is n. Each pearl has a magnificence coefficient and the necklace should be such that the pearls are in ascending order of their magnificence. Find such number of necklaces that can be formed with given condition. Input given is n (no of pearls), Lowest magnificence and highest magnificence. Example n= 1, LM= 8 HM=9, so there can be 2 cases, one necklace with pearl 8 and one with pearl 9.

Round 2: Round 2 was f2f interview with following questions:

  1. Your projects in previous company.
  2. MVC model.
  3. What is the role of controller, implement one example.
  4. How can you implement an api in a controller?
  5. Use of Request Mapping and few annotations of Spring boot(as my project was in spring)
  6. How does hibernate interact with database, where do you define your queries?
  7. From where does a Spring boot application starts?
  8. Difference between GET request and PUT request.
  9. Program to print boundary values of a binary tree. Different approaches that can be used. Write code for it.
    Solution: GeeksforGeeks Link

Round 3: f2f round:

  1. Write an example of Rest API.
  2. Condition based question on database. Design a database to print passbook of a user. What will be the structure of schema?
  3. What is Sharding and partitioning in database?
  4. MVC approach for a given condition.
    Solution: GeeksforGeeks Link

Round 4: f2f

  1. Puzzle : 3 boxes with incorrect labels (apple, oranges and mixed), identify the correct label.
  2. Detailed level discussion on my current project, it’s complete flow and my contribution in the project.

Last Updated : 10 Jan, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads