i
Codebase
Filter interviews by
asyncio is a Python library for writing concurrent code using the async/await syntax.
asyncio allows for non-blocking I/O operations
It provides a way to write asynchronous code in a synchronous style
asyncio is built on top of the event loop, which schedules and executes coroutines
Examples of asyncio-based libraries include aiohttp and aioredis
Multithreading is the ability of a program to perform multiple tasks concurrently.
Multithreading allows a program to utilize multiple CPUs or cores.
It can improve performance and responsiveness of a program.
Threads share the same memory space and can communicate with each other.
Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input.
Pub sub is short for publish-subscribe. It is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers.
Publishers send messages to a topic or channel without knowing who the subscribers are.
Subscribers receive messages from the topic or channel they have subscribed to.
Pub sub is commonly used in distributed systems a...
Decorators are functions that modify the behavior of other functions or classes without changing their source code.
Decorators are used to add functionality to existing code without modifying it.
They are defined using the @ symbol followed by the decorator function name.
Decorators can be used to add logging, caching, authentication, and other features to functions and classes.
Examples of decorators in Python includ...
Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking the main thread.
Asynchronous programming is achieved through the use of callbacks, promises, and async/await functions.
It is commonly used in web development for handling user input and making API calls.
Asynchronous programming can improve the performance and responsiveness of an application.
Examples ...
Design patterns are reusable solutions to commonly occurring problems in software design.
Design patterns provide a standard terminology and a common platform for communication among developers.
They help in making code more flexible, reusable, and maintainable.
Examples of design patterns include Singleton, Factory, Observer, and Decorator patterns.
Pub sub is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers.
Publishers send messages to a topic or channel without knowing which subscribers will receive them.
Subscribers express interest in one or more topics and receive messages only when they are published to those topics.
Pub sub is commonly used in distributed...
Decorators are functions that modify the behavior of other functions or classes without changing their source code.
Decorators are used to add functionality to existing code without modifying it.
They are defined using the '@' symbol followed by the decorator function name.
They can be used to add logging, caching, authentication, and other features to functions or classes.
Examples include the @staticmethod and @classmeth...
Multithreading is the ability of a program to perform multiple tasks concurrently.
Multithreading allows a program to utilize multiple CPUs or cores.
It can improve performance and responsiveness of a program.
Threads share the same memory space and can communicate with each other.
Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input.
asyncio is a Python library for writing concurrent code using the async/await syntax.
asyncio allows for non-blocking I/O operations
It provides a way to write asynchronous code in a synchronous style
asyncio is built on top of the event loop, which schedules and executes coroutines
Examples of asyncio-based libraries include aiohttp and aioredis
I applied via Job Portal and was interviewed before Apr 2022. There were 3 interview rounds.
Decorators are functions that modify the behavior of other functions or classes without changing their source code.
Decorators are used to add functionality to existing code without modifying it.
They are defined using the @ symbol followed by the decorator function name.
Decorators can be used to add logging, caching, authentication, and other features to functions and classes.
Examples of decorators in Python include @st...
Design patterns are reusable solutions to commonly occurring problems in software design.
Design patterns provide a standard terminology and a common platform for communication among developers.
They help in making code more flexible, reusable, and maintainable.
Examples of design patterns include Singleton, Factory, Observer, and Decorator patterns.
Pub sub is short for publish-subscribe. It is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers.
Publishers send messages to a topic or channel without knowing who the subscribers are.
Subscribers receive messages from the topic or channel they have subscribed to.
Pub sub is commonly used in distributed systems and ev...
Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking the main thread.
Asynchronous programming is achieved through the use of callbacks, promises, and async/await functions.
It is commonly used in web development for handling user input and making API calls.
Asynchronous programming can improve the performance and responsiveness of an application.
Examples of as...
Top trending discussions
LINQ (Language Integrated Query) is a powerful feature in .NET for querying collections in a concise and readable manner.
LINQ allows querying various data sources like arrays, collections, databases, and XML.
Example: var results = myList.Where(x => x.Age > 30); // Filters list for ages greater than 30.
Supports method syntax (e.g., .Select()) and query syntax (e.g., from x in myList).
LINQ provides deferred executi...
posted on 17 Aug 2024
I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.
I am most proficient in Java.
Extensive experience in developing applications using Java
Strong understanding of object-oriented programming principles
Familiarity with popular Java frameworks like Spring and Hibernate
I would design a system using scalable architecture, efficient data storage, and optimized query processing.
Utilize a distributed database system like Cassandra or Hadoop for storing large volumes of data
Implement data partitioning and sharding to distribute the data across multiple servers
Use indexing and caching mechanisms to optimize query performance
Employ load balancing techniques to evenly distribute incoming req...
API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.
API allows different software systems to communicate with each other.
It defines the methods and data formats that applications can use to request and exchange information.
Examples of APIs include Google Maps API, Twitter API, and Facebook Graph API.
Low code/no code is a development approach that allows users to create applications with minimal coding knowledge.
Low code/no code platforms provide visual interfaces and pre-built templates for app development.
Users can drag and drop components and configure settings without writing code.
These platforms are designed to speed up the development process and empower non-technical users to create applications.
Examples of ...
I appeared for an interview in Apr 2025, where I was asked the following questions.
I appeared for an interview in Nov 2024, where I was asked the following questions.
AI involves creating systems that can perform tasks requiring human intelligence, like learning and problem-solving.
Machine Learning: Algorithms that enable computers to learn from data (e.g., spam detection in emails).
Natural Language Processing: Understanding and generating human language (e.g., chatbots like Siri or Alexa).
Computer Vision: Enabling machines to interpret and make decisions based on visual data (e.g.,...
Explore in-depth questions about Large Language Models (LLMs) to understand their capabilities and limitations.
What are the architectural differences between various LLMs like GPT-3, BERT, and T5?
How do LLMs handle context and maintain coherence in long conversations?
What are the ethical implications of using LLMs in generating content?
How do LLMs manage biases present in training data, and what are the consequences?
Ca...
I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.
They asked coding questions related to Javascript. It was a total of 1-hour duration.
If your score is greater than 60, then no need for further rounds. They will hire you directly.
But if your score is between 40-60 then they will arrange 2nd round interview most probably technical.
If your score is below 40 then it is a rejection
based on 2 interview experiences
Difficulty level
Duration
based on 28 reviews
Rating in categories
Senior Software Engineer
19
salaries
| ₹17 L/yr - ₹27 L/yr |
Software Engineer
4
salaries
| ₹8 L/yr - ₹14.2 L/yr |
HR Manager
4
salaries
| ₹10 L/yr - ₹10.4 L/yr |
Software Developer
3
salaries
| ₹6.8 L/yr - ₹6.8 L/yr |
QA Engineer
3
salaries
| ₹7.5 L/yr - ₹10 L/yr |
Bhash Software Labs
QR Crypher
Apptunix
HirePro Consulting