Filter interviews by
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Top trending discussions
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Just asked some concepts of coding
posted on 16 Apr 2023
I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.
There was an online test which has MCQs. Had technical questions from java, microservices, springboot, rdbms
Find duplicate numbers in an unsorted array and return the array.
Iterate through the array and keep track of seen numbers using a hash table.
If a number is already in the hash table, it is a duplicate.
Add the duplicate number to a new array and return it.
Deep copy creates a new object with its own memory, while shallow copy creates a new reference to the same memory.
Deep copy duplicates the object and all of its contents, while shallow copy only duplicates the object itself.
Deep copy is more memory-intensive than shallow copy.
In Python, deep copy can be achieved using the copy.deepcopy() method, while shallow copy can be achieved using the copy.copy() method.
Comparator in Java 8 provides default methods and lambda expressions for sorting.
Comparator in Java 8 can be implemented using lambda expressions.
Comparator in Java 8 provides default methods like reversed() and thenComparing() for sorting.
Comparator in pre-Java 8 versions can be implemented using anonymous inner classes.
Comparator in pre-Java 8 versions requires more code to implement compared to Java 8.
Example: Sorti...
posted on 23 Jun 2022
Level 0 aptitude questions were present
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
Quantitative,reasoning,verbal
I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
Inheritance, abstract class, override, and interface are all concepts in object-oriented programming.
Inheritance allows a class to inherit properties and methods from another class.
Abstract classes cannot be instantiated and are used as a blueprint for other classes.
Override is used to provide a new implementation for a method that is already defined in a parent class.
Interfaces define a set of methods that a class mus...
Full text index is a database index that allows for efficient text-based searching.
Full text index is used to search for specific words or phrases within a large amount of text data.
It is commonly used in search engines, document management systems, and social media platforms.
Full text index can be created on one or more columns of a table in a database.
It uses techniques such as stemming, stop words, and word proximit...
Constructors and destructors are special methods used in object-oriented programming languages to initialize and destroy objects.
Constructors are used to initialize objects when they are created.
Destructors are used to clean up resources used by an object when it is destroyed.
Constructors have the same name as the class and are called automatically when an object is created.
Destructors have the same name as the class p...
PHP 7 is faster, more secure and has new features compared to PHP 5.
PHP 7 has improved performance with up to 2x faster execution
PHP 7 has better error handling and type declarations
PHP 7 has new operators and functions like spaceship operator and null coalescing operator
PHP 7 has removed deprecated features like mysql extension
PHP 7 has improved support for Unicode
PHP 7 requires 64-bit architecture
PHP 7 has improved m...
PHP caching, session handling, and API token security
PHP caching techniques include opcode caching, data caching, and query caching
Session handling in PHP involves creating a unique session ID for each user and storing session data on the server
To prevent token hijacking in APIs, use HTTPS, set expiration times for tokens, and use token revocation
Other security measures include input validation, output encoding, and us
Store procedures, indexes, and virtual tables are important features of MySql.
Store procedures are pre-written code blocks that can be executed on demand.
Indexes are used to speed up database queries by creating a quick lookup table.
Virtual tables are temporary tables that are created on the fly and do not persist in the database.
Examples of store procedures include creating a new user or updating a record.
Examples of ...
based on 1 review
Rating in categories
Network Engineer
328
salaries
| ₹2.2 L/yr - ₹8 L/yr |
Senior Network Engineer
134
salaries
| ₹4.3 L/yr - ₹16 L/yr |
Senior Engineer
118
salaries
| ₹3.5 L/yr - ₹12.4 L/yr |
Technical Specialist
109
salaries
| ₹8.2 L/yr - ₹27 L/yr |
Assistant Manager
106
salaries
| ₹4.8 L/yr - ₹19.3 L/yr |
TCS
Wipro
Tech Mahindra
HCLTech