i
InFynd
Filter interviews by
I applied via campus placement at Erode Sengunthar Engineering College, Erode and was interviewed in Feb 2024. There were 3 interview rounds.
Intermediate questions
Basic sql queries- written
Delete removes specific rows, truncate removes all rows, drop removes entire table.
Delete is used to remove specific rows from a table based on a condition.
Truncate removes all rows from a table but keeps the table structure.
Drop removes the entire table along with its structure and data.
Delete is slower than truncate and drop as it maintains logs for rollback.
Truncate is faster than delete as it does not maintain logs...
Keywords in SQL are essential for querying databases efficiently.
SELECT
FROM
WHERE
JOIN
GROUP BY
ORDER BY
HAVING
INSERT INTO
UPDATE
DELETE
Top trending discussions
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
2 questions based on coding
Reverse a given string
Use built-in functions like reverse() or slice() in Python
Iterate through the string in reverse order and append each character to a new string
Convert the string to an array of characters, reverse the array, then join the characters back together
A linked list is a data structure in Java where each element points to the next element in the list.
Linked list nodes contain data and a reference to the next node
Insertion and deletion operations are efficient in linked lists
Traversal requires iterating through each node starting from the head
Example: Node class with data and next pointer, LinkedList class with methods to insert, delete, and traverse
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
Overfitting occurs when a model learns the training data too well, leading to poor performance on new, unseen data.
Overfitting occurs when a model is too complex and captures noise in the training data.
It can be identified when a model performs well on training data but poorly on test data.
Techniques to prevent overfitting include cross-validation, regularization, and early stopping.
Example: A decision tree with too ma...
Data Analyst
6
salaries
| ₹1.2 L/yr - ₹2 L/yr |
Junior Software Engineer
4
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Data Engineer
4
salaries
| ₹3 L/yr - ₹5.8 L/yr |
Software Engineer
3
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Market Research Analyst
3
salaries
| ₹1.4 L/yr - ₹3 L/yr |
Flipkart
Amazon
Paytm
Snapdeal