Filter interviews by
Jinja templating is a popular template engine for Python web development, used in frameworks like Flask and Django.
Jinja allows for dynamic content generation in HTML templates
It uses double curly braces {{ }} for placeholders and control structures like loops and conditionals
Jinja templates can be extended and included for reusability
Example: {{ variable }} or {% for item in list %}
Middleware is a framework of hooks into Django's request/response processing. It is used to perform actions before and after the view is called.
Middleware is a Python class that defines hooks that can alter the request/response cycle.
It can be used for authentication, logging, error handling, etc.
Middleware classes are defined in settings.py and executed in the order they are listed.
Example: Django's AuthenticationMidd...
Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker.
Redis stores data in key-value pairs.
It is often used for caching frequently accessed data to improve performance.
Redis supports various data structures such as strings, lists, sets, sorted sets, and hashes.
It can be used as a message broker for real-time applications using its pub/sub functionality.
Redis c...
Multithreading involves multiple threads within the same process, while multiprocessing involves multiple processes.
Multithreading shares the same memory space, while multiprocessing has separate memory space for each process.
Multithreading is more lightweight and efficient for I/O-bound tasks, while multiprocessing is better for CPU-bound tasks.
Multithreading can lead to race conditions and synchronization issues, whi...
Developing a complex e-commerce platform with multiple integrations and custom features.
Managing large amounts of data and transactions
Integrating with multiple third-party APIs
Implementing complex business logic and custom features
Ensuring scalability and performance optimization
Collaborating with cross-functional teams
Array, string ,DSA ,Collection ,Stream API ,exception handling
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).
It is used for developing a wide range of applications, from mobile apps to enterprise systems.
Java is known for its strong security features, such as sandboxing and encryption.
It is an object-oriented language, allow...
String is immutable in Java to ensure security, thread safety, and optimization.
Immutable strings prevent accidental changes to data.
String pool optimization is possible due to immutability.
Thread safety is ensured as strings cannot be modified concurrently.
Security is enhanced as sensitive data cannot be altered.
A thread is a lightweight process that can run concurrently with other threads within the same process.
Threads allow for parallel execution of tasks within a single process
Threads share the same memory space and resources of the process
Threads can communicate with each other through shared variables or message passing
Examples: Java threads, POSIX threads (pthreads) in C
A map is a collection of key-value pairs where each key is unique and used to retrieve the corresponding value.
Maps are commonly used in programming to store data in an organized manner.
Keys in a map are used to access the associated values.
Examples of maps include dictionaries in Python and HashMaps in Java.
A collection is a group of related objects or data items that are stored together.
Collections can be used to store and manipulate groups of data in programming.
Examples include arrays, lists, sets, and maps.
Collections provide methods for adding, removing, and accessing elements.
Top trending discussions
I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.
This pen is a premium quality writing instrument that offers a smooth and effortless writing experience.
The pen is made of high-quality materials that ensure durability and longevity.
It has a sleek and elegant design that makes it a perfect gift for professionals.
The pen comes with a refillable ink cartridge that can be easily replaced.
It writes smoothly and effortlessly, making it ideal for everyday use.
The pen is pri...
I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.
I applied via Referral and was interviewed in May 2021. There was 1 interview round.
posted on 19 Nov 2020
I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.
Marketing is the process of promoting and selling products or services to customers.
Marketing involves identifying customer needs and wants
Creating a product or service that meets those needs and wants
Promoting the product or service through advertising, sales, and other tactics
Building relationships with customers to encourage repeat business
Sales is the process of exchanging goods or services for money or other value
...
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
based on 4 interviews
Interview experience
based on 13 reviews
Rating in categories
Associate Software Engineer
7
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Senior Software Engineer
7
salaries
| ₹7 L/yr - ₹11 L/yr |
Software Engineer
6
salaries
| ₹2 L/yr - ₹4 L/yr |
Software Developer
5
salaries
| ₹4.1 L/yr - ₹10.2 L/yr |
UI/UX Designer
5
salaries
| ₹3.9 L/yr - ₹4.8 L/yr |
TCS
Accenture
Wipro
Cognizant