i
Tidalwave Solutions
Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
Real DOM updates the entire tree when a change is made, while Virtual DOM updates only the specific elements that have changed.
Real DOM updates are slower compared to Virtual DOM updates.
Virtual DOM helps in improving performance by reducing the number of updates needed.
Virtual DOM is a lightweight copy of the Real DOM, which is used to minimize direct interaction with the Real DOM.
Improving browser performance can be achieved through various techniques and optimizations.
Optimize images and videos to reduce file sizes
Minify and compress CSS, JavaScript, and HTML files
Utilize browser caching to reduce loading times
Reduce the number of HTTP requests by combining files
Use asynchronous loading for scripts and stylesheets
A diffing algorithm compares two sets of data to identify the differences between them.
Use algorithms like LCS (Longest Common Subsequence) or Myers diff algorithm for efficient comparison.
Consider factors like time complexity and space complexity when choosing a diffing algorithm.
Implementing a visual diff tool can help users easily see the changes between two versions of a file.
useMemo is used to memoize a value, while useCallback is used to memoize a function.
useMemo is used to memoize a value and recompute it only when its dependencies change.
useCallback is used to memoize a function and recompute it only when its dependencies change.
useMemo is useful for optimizing performance by avoiding unnecessary re-renders.
useCallback is useful for optimizing performance by avoiding unnecessary functi...
Improving backend performance involves optimizing code, database queries, and server configurations.
Optimize database queries by using indexes, avoiding unnecessary joins, and caching results.
Use caching mechanisms like Redis or Memcached to store frequently accessed data.
Implement asynchronous processing for time-consuming tasks to improve response times.
Scale horizontally by adding more servers or using load balancer...
Top trending discussions
Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.
Indexes are created on one or more columns of a table.
They help in speeding up the search, sorting, and joining of data.
Indexes can be created using different algorithms like B-tree, hash, or bitmap.
Using indexes appropriately can significantly enhance query performance.
Exam...
Object-oriented programming concepts in PHP
Encapsulation: bundling data and methods together in a class
Inheritance: creating new classes based on existing ones
Polymorphism: using a single interface to represent different types
Abstraction: hiding unnecessary details and exposing only essential features
Class: blueprint for creating objects
Object: instance of a class
Method: function defined inside a class
Property: variabl
The program capitalizes the first letter of each reversed word in a sentence.
Split the sentence into an array of words using space as a delimiter.
Reverse each word in the array and capitalize the first letter.
Join the modified words back into a sentence.
I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.
Built an app using dot net and angular
I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 5 interview rounds.
posted on 20 Jul 2021
posted on 1 Oct 2024
Triggers are special types of stored procedures that are automatically executed when certain events occur in a database.
Triggers are used to maintain referential integrity, enforce business rules, and automate actions in a database.
They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.
Examples of triggers include auditing changes to a table, updating a related table when a record is
Stored procedures are precompiled SQL queries stored in a database for reuse.
Stored procedures are used to perform specific tasks or operations in a database.
They can improve performance by reducing the amount of data sent between the database and application.
Stored procedures can be called from within other SQL queries or from application code.
They can also help with security by controlling access to data and enforcin
Leetcode easy-medium
Cyber security is the practice of protecting systems, networks, and data from digital attacks.
Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.
It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.
Examples of cyber security measures include firewalls, ant...
Types of encryption include symmetric encryption, asymmetric encryption, and hashing.
Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.
Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.
Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.
Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.
Indexes are created on one or more columns of a table.
They help in speeding up the search, sorting, and joining of data.
Indexes can be created using different algorithms like B-tree, hash, or bitmap.
Using indexes appropriately can significantly enhance query performance.
Exam...
Object-oriented programming concepts in PHP
Encapsulation: bundling data and methods together in a class
Inheritance: creating new classes based on existing ones
Polymorphism: using a single interface to represent different types
Abstraction: hiding unnecessary details and exposing only essential features
Class: blueprint for creating objects
Object: instance of a class
Method: function defined inside a class
Property: variabl
posted on 24 Jun 2024
I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.
Content Writer
5
salaries
| ₹3.6 L/yr - ₹5.4 L/yr |
Graphic Designer
4
salaries
| ₹3.4 L/yr - ₹4.2 L/yr |
Social Media Manager
4
salaries
| ₹4.3 L/yr - ₹8.5 L/yr |
HR Recruiter
3
salaries
| ₹2 L/yr - ₹2 L/yr |
Digital Marketing Executive
3
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Infosys
Wipro
TCS
HCLTech