PegaSystems Pega Systems ask questions mainly on Java, for me following questions were asked during interview. 1. Operator overloading presents in Java or not . Explain more about this. 2. Overriding, how do you achieve polymorphism in java? 3. String and Stringbuffer. 4. Inner class and outer class concepts. 5. Inheritance in Java: Given a programming problem by deriving class from B to A . 6. Abstract class and interface: relate them and give a real time scenario.
Interview With Fashion And You Interview 1: Q1. How will you store the state of the fashionandyou.com website's user's open state in the system? So basically design an architecture and use a proper data structure for storing the last opened state of the website. Interview 2: Q1. Write down a program for merging the two sorted arrays into one sorted array. Q2. Write down a program for finding the next available number by shuffling the digits of given number and You can design algorithm. Ex. I/P 2345890 O/P 2345908 Q3. Design an architecture and choose the data structure for handling the following two problems. Problem A: If an N-user logs in and sees the a product and this product has k inventory then, all N user shouldn't see the Out of Stock message. Product P (Size of Inventory = 5): User A B C D E Problem B: N products and N Discounts. Q4. What are the technologies have you used till now ? ...
Comments
Post a Comment