Add office photos
Premium Employer

Siemens

4.1
based on 4.5k Reviews
Filter interviews by

Jindal Poly Films Interview Questions and Answers

Updated 10 Dec 2024
Popular Designations

Q1. Indexing a dictionary for faster search

Ans.

Indexing a dictionary for faster search

  • Use hash tables for constant time lookup

  • Consider using a trie for prefix search

  • Sort the keys for binary search

  • Use a balanced tree for range queries

Add your answer

Q2. Difference between microservices and monolithic

Ans.

Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

  • Microservices are loosely coupled and can be developed and deployed independently.

  • Monolithic applications are tightly coupled and require a full deployment for any changes.

  • Microservices allow for better scalability and fault tolerance.

  • Monolithic applications can be simpler to develop and deploy initially.

  • Examples of microservices include Net...read more

Add your answer

Q3. Microservices vs monolithic

Ans.

Microservices are modular and scalable, while monolithic is simpler but less flexible.

  • Microservices allow for independent deployment and scaling of individual components

  • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

  • Microservices can be more fault-tolerant and resilient to failures

  • Monolithic architecture can be more efficient for small applications with limited functionality

  • Examples of microservices architecture include ...read more

Add your answer

Q4. Zero one knapsack problem

Ans.

Zero one knapsack problem is a classic optimization problem in computer science.

  • It involves selecting a subset of items with maximum value, subject to a weight constraint.

  • It is a NP-hard problem and can be solved using dynamic programming.

  • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

Add your answer
Discover Jindal Poly Films interview dos and don'ts from real experiences

Q5. What is static keyword

Ans.

The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

  • Static variables retain their values across all instances of a class.

  • Static methods can be called without creating an instance of the class.

  • Static classes cannot be instantiated and are used for grouping related methods and variables.

  • Example: 'static int count = 0;' declares a static variable 'count' in a class.

Add your answer

Q6. Authentication in .net core

Ans.

Authentication in .NET Core

  • ASP.NET Core Identity provides authentication and authorization functionality

  • Authentication middleware can be added to the pipeline using AddAuthentication() method

  • Authentication schemes can be configured using AddScheme() method

  • Authentication can be done using various providers like JWT, OAuth, etc.

Add your answer

Q7. Explain Oops in detail ?

Ans.

Object-oriented programming paradigm focuses on objects and classes to organize code and data.

  • OOPs stands for Object-Oriented Programming

  • It focuses on objects and classes to organize code and data

  • Encapsulation, Inheritance, Polymorphism, and Abstraction are key principles of OOPs

  • Example: Class Car with properties like color, model, and methods like start(), stop()

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

Interview Process at Jindal Poly Films

based on 5 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 Senior Software Engineer Interview Questions from Similar Companies

3.5
 • 92 Interview Questions
3.8
 • 36 Interview Questions
4.0
 • 25 Interview Questions
3.5
 • 24 Interview Questions
4.2
 • 22 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