pelocal interview experience base 16lpa
Summary
I experienced an interview with pelocal, where I was asked questions on Java core concepts, MVC design, and a DSA problem, but was ultimately rejected.
Full Experience
I was asked basic questions like parellelgc and string immutable. In the next round, I was asked to design an MVC controller. I was also asked some Java DSA questions, including a 'buy sell' problem. I was finally rejected.
Interview Questions (3)
Java Core Concepts: String Immutability and GC
Asked basic questions related to Java core concepts such as parellelgc (likely parallel garbage collection) and string immutability in Java.
Design an MVC Controller
Design an MVC controller.
Best Time to Buy and Sell Stock (DSA)
A Java Data Structures and Algorithms question related to the 'buy sell' problem family (e.g., Best Time to Buy and Sell Stock).