Back to feed
Single Experience
JV
Jayachandra Vandanapu's profile picture
Interview Experience
Jayachandra Vandanapu
BNY Mellon
Intern
IT 2028
Tuesday, August 11, 2026
378 reads
3 min read

BNY MELLON SUMMER INTERN’27 INTERVIEW EXPERIENCE


1. Company and Role

  • Company: BNY Mellon

  • Role: SDE Intern

  • Batch/Year of Graduation: 2028

  • Branch: IT


2. Application Process

  • How did you apply? On Campus

  • Timeline:

    • Online Assessment: 25 July 2026 | Duration: 1.5 hours

    • Interview Dates: 10th of August 2026

    • Offer Date: Same day as interview


3. Interview Rounds

Round 1: Online Assessment (OA)

Mode: On-campus | Platform: HackerRank Desktop App | Shortlisted: 555 students across branches

Type: Coding + Development

  • Format: 2 DSA questions + 1 Spring Boot debugging problem with AI assistance

    • Questions asked to me (solved in C++):

      1. Medium: Minimum cost to purchase all items using coupons, where each coupon halves an item's price using

        code
        1floor(price / 2ⁿ)
        . I used a brute-force approach and passed 12/15 test cases. The optimal approach uses a max heap/priority queue.

      2. Hard: Minimize the diameter of a tree using at most

        code
        1k
        cuts. I couldn't solve this during the OA.

      3. Spring Boot debugging problem based on a food-delivery application and delivery-fee discounts. Easy - 4/4 test cases. AI assistance was available, but the code had to be debugged independently.

Questions reported by other candidates included:

  • 1. LFU cache (not LRU)

  • 2. Bit manipulation HARD

  • 3. Reconstruct array HARD

  • 4. Similar tree / graph problems which are usually Leetcode hard level.

  • Difficulty: Spring Boot was relatively easy, while the DSA section was challenging due to the time limit. Time management was important, and I had to prioritize one question over the other.

    My Experience: I honestly did not expect to qualify for the next round. The previous batch reportedly had 4 DSA questions, while this year the format changed to 2 DSA questions + 1 Spring Boot debugging problem. The unexpected development component made preparation and time management particularly important.

Round 2: Technical Round + Resume round

Duration: ~1 hour 15 minutes | Shortlisted: 38 students across branches

Type: Technical + Resume + HR + Managerial (ASKED ALL AT ONCE)

  • There was no separate HR round; technical, resume, and behavioral questions were covered together. Almost every item on my resume was discussed in detail.

  • Difficulty Level: Fairly manageable if your fundamentals and resume are strong.

Round 3: Technical + HR + Behavioural

Duration: ~30 minutes | Panel: 1 interviewer | Shortlisted: 15 students

DSA https://leetcode.com/problems/find-missing-elements/description/

  • Projects and resume.

  • DevOps: CI/CD concepts, tools used at different stages and their use cases.

  • Git: Merge conflicts and how to resolve them.

  • System design basics: scaling and load balancing.

  • AI/LLMs: Use of ChatGPT/LLMs in development and debugging, including my reasoning process.

  • Aptitude puzzle follow-ups.

Difficulty: Moderate; follow-up questions made the round more challenging.


4. Overall Experience and Tips

  • Overall Interview Experience: Positive.

  • What to prepare? Prepare everything mentioned on your resume. If you cannot confidently explain a technology or project, consider removing it.

  • Tips for Aspirants: Attend the pre-placement talk carefully. It gives useful information about the company, role, hiring process, and what the interviewers may expect.

Verdict: SELECTED 🎉


Questions reported by other candidates included:

  1. https://www.geeksforgeeks.org/aptitude/puzzle-10-balls-in-5-lines/

  2. SCHEMA for Make my trip flights , book my show movie and then write queries on those.

  3. https://leetcode.com/problems/merge-two-sorted-lists/description/

  4. https://leetcode.com/problems/diameter-of-binary-tree/description/

  5. https://leetcode.com/problems/reverse-linked-list/description/

378 reads

Shared on theInterview community feed

Related Experiences

Hand-picked interview stories similar to this one.

8 posts