i
HCLTech
Filter interviews by
Zero trust security model is the latest trend in cybersecurity.
Zero trust security model focuses on verifying identity and device security before granting access.
AI and machine learning are being used to enhance cybersecurity defenses.
Cloud security and data protection are top priorities for organizations.
Ransomware attacks are on the rise, prompting increased focus on incident response and recovery.
Endpoint security s...
The tech process involves planning, designing, developing, testing, and implementing technology solutions.
Planning: Define project scope, goals, and requirements.
Designing: Create technical architecture and user interface.
Developing: Write code and build the technology solution.
Testing: Conduct quality assurance and user acceptance testing.
Implementing: Deploy the technology solution and provide support.
Examples: Using...
What people are saying about HCLTech
posted on 19 Aug 2024
RDBMS stands for Relational Database Management System in SQL.
RDBMS is a type of database management system that stores data in a structured format using rows and columns.
It allows users to establish relationships between different data sets.
SQL (Structured Query Language) is commonly used to interact with RDBMS.
Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent multiple data types.
Examples include method overloading and method overriding in object-oriented programming.
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.
posted on 14 Feb 2023
I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.
The experience for writing code
Reverse a string in Java
Convert the string to a character array
Use two pointers, one at the start and one at the end of the array
Swap the characters at the two pointers and move the pointers towards each other
Repeat until the pointers meet in the middle
This question is about calculating the number of vowels and consonants in a string.
Iterate through each character in the string
Check if the character is a vowel or a consonant
Increment the respective count variable
Return the counts of vowels and consonants
Anagrams can be found by sorting both strings and comparing them.
Sort both strings alphabetically
Compare the sorted strings
If they are the same, the strings are anagrams
Example: 'listen' and 'silent' are anagrams
An anagram of a string is a rearrangement of its characters to form a new string with the same set of characters.
Anagrams can be formed by rearranging the letters of a word or phrase.
Anagrams can be used in cryptography and word games.
Examples of anagrams include 'listen' and 'silent', 'debit card' and 'bad credit'.
A palindrome is a string that reads the same forwards and backwards.
Compare the first character with the last character, the second character with the second-to-last character, and so on.
If any pair of characters doesn't match, the string is not a palindrome.
Ignore spaces and punctuation marks when comparing characters.
Convert the string to lowercase or uppercase to make the comparison case-insensitive.
posted on 25 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.
All aptitude related questions they asked like quantity aptitude reasoning English
All coding related questions from C and java language
I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.
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...
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Software Engineer
23.2k
salaries
| ₹1.7 L/yr - ₹8 L/yr |
Technical Lead
21.1k
salaries
| ₹6.9 L/yr - ₹25 L/yr |
Senior Software Engineer
15.7k
salaries
| ₹4 L/yr - ₹16.6 L/yr |
Lead Engineer
14.9k
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Analyst
14.3k
salaries
| ₹0.8 L/yr - ₹6.5 L/yr |
TCS
Wipro
Accenture
Cognizant