Add office photos
Premium Employer

Thinkitive Technologies

3.3
based on 49 Reviews
Filter interviews by

Plummy Fashions Interview Questions and Answers

Updated 16 Aug 2024

Q1. What is ternary operant in python

Ans.

Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

  • Ternary operator is written as 'value_if_true if condition else value_if_false'

  • It is a shorthand way of writing an if-else statement in a single line

  • Example: x = 10 if a > b else 20

Add your answer

Q2. What is single page application

Ans.

Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

  • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

  • It eliminates the need for page reloading during use, making it faster and more efficient.

  • Examples include Gmail, Facebook, and Google Maps.

Add your answer

Q3. What is state management

Ans.

State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

  • State management involves storing and updating the state of an application to ensure data consistency.

  • It helps in managing user interface updates based on changes in the application state.

  • State management is crucial for handling user interactions and maintaining a seamless user experience.

  • Examples of state management tools include Redux, ...read more

Add your answer

Q4. Second largest number in an array

Ans.

Find the second largest number in an array of strings.

  • Convert the strings to numbers for comparison.

  • Sort the array in descending order.

  • Return the second element in the sorted array.

Add your answer
Discover Plummy Fashions interview dos and don'ts from real experiences

Q5. What is oops in python

Ans.

Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOP allows for organizing code into reusable components called classes.

  • In Python, classes are defined using the 'class' keyword.

  • Classes can have attributes (variables) and methods (functions).

  • Inheritance allows classes to inherit attributes and methods from other classes.

  • Polymorphism allows objects of different classes to be treated as objects of a comm...read more

Add your answer

Q6. pairs with given sum

Ans.

Find pairs in an array that sum up to a given target value.

  • Use a hash set to store the difference between the target value and each element in the array.

  • Iterate through the array and check if the current element's complement exists in the hash set.

  • Return the pairs that sum up to the target value.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Plummy Fashions

based on 4 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.9
 • 100 Interview Questions
3.4
 • 29 Interview Questions
4.1
 • 26 Interview Questions
3.9
 • 10 Interview Questions
4.0
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter