Filter interviews by
RAID stands for Redundant Array of Independent Disks. It is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.
RAID 0: Striping without parity. Requires a minimum of 2 HDDs. Offers increased performance but no data protection.
RAID 1: Mirroring. Requires a minimum of 2 HDDs. Of...
DC stands for Domain Controller, it is a server that responds to security authentication requests within a Windows Server domain.
DC is a server that authenticates users, computers, and other devices on a network.
DC stores a database of user accounts and security information.
To configure DC, you need to install the Active Directory Domain Services role on a Windows Server.
After installing the role, you can use the Activ...
BCP stands for Business Continuity Planning. It is a process of creating a system of prevention and recovery from potential threats to a company.
Identify critical business functions and processes
Assess potential risks and vulnerabilities
Develop strategies for prevention and recovery
Test and update the plan regularly
Train employees on their roles and responsibilities
IT security involves protecting computer systems and networks from unauthorized access, use, disclosure, disruption, modification, or destruction.
IT security includes implementing measures such as firewalls, antivirus software, encryption, and access controls.
Regularly updating software and systems to patch vulnerabilities is crucial for IT security.
Training employees on cybersecurity best practices can help prevent da...
Top trending discussions
I was interviewed in Jul 2024.
Js questions , es6 , typescript, react , redux
Relevant experience , work experience,
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.
Azure Functions allows you to write small pieces of code that run in response to events.
It supports multiple programming languages like C#, JavaScript, Python, etc.
You can easily integrate Azure Functions with other Azure services like Azure Storage, Azure Cosmos DB, etc...
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
It was a multiple questions test, 90 minutes test 43 questions technical question based on the position i have applied. It is intermediate level of test. I have cleared the test.
In RESTful APIs, 'put' is used to update an entire resource, while 'patch' is used to update only specific fields of a resource.
PUT is used to update the entire resource, while PATCH is used to update specific fields
PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the specific fields to be updated
PUT is idempotent, meaning multiple identical requests will have th...
Restful is an architectural style for designing networked applications, while WebClient is a class in Java used for making HTTP requests.
RESTful is an architectural style that uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.
WebClient is a class in Java that provides a higher-level API for making HTTP requests and handling responses.
RESTful APIs are stateless and use standard HTTP status...
Serialization is the process of converting an object into a byte stream, while deserialization is the process of converting a byte stream back into an object in Java.
Serialization is achieved by implementing the Serializable interface in Java.
Deserialization is done by reading the byte stream and reconstructing the object using the readObject() method.
Example: ObjectOutputStream for serialization and ObjectInputStream
Functional interfaces in Java 8 are interfaces with a single abstract method, used for lambda expressions and method references.
Functional interfaces have only one abstract method, but can have multiple default or static methods.
They can be used with lambda expressions and method references.
Examples include java.lang.Runnable, java.util.Comparator, and java.util.function.Predicate.
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
Substring is a part of a string, SQL query is used to retrieve data from a database, and prime numbers are numbers divisible only by 1 and themselves.
Substring: a portion of a string, specified by its starting and ending indices
SQL query: a statement used to retrieve data from a database, using SELECT, FROM, WHERE, and other clauses
Prime numbers: numbers that are only divisible by 1 and themselves, such as 2, 3, 5, 7,
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors that an object can have.
An object is created using the class as a template.
For example, consider a class called 'Car' that has properties like 'color', 'brand', and 'model'. An object of this class can be created as 'myCar' with specific values for these properties.
The class 'Car' can also...
posted on 11 May 2023
I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.
Kernel panic is a critical error that occurs when the kernel of an operating system detects an internal error that it cannot recover from.
Check for hardware issues such as faulty RAM or hard drive
Update or reinstall drivers
Check for any recent software or system updates
Try booting in safe mode
If all else fails, reinstall the operating system
Patching servers involves identifying vulnerabilities, testing patches, scheduling downtime, and applying patches.
Identify vulnerabilities through regular scans and assessments
Test patches in a non-production environment before applying to production servers
Schedule downtime during off-peak hours to minimize impact on users
Apply patches using automated tools or manual processes depending on the complexity of the patch
M...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant