i
Sequretek It Solutions
Filter interviews by
DNS port number is 53.
DNS port number is used for DNS queries and responses.
It is a well-known port number, which is 53.
DNS uses both TCP and UDP protocols on port 53.
SSH port number is 22.
SSH port number is used for secure communication over a network.
Default port number for SSH is 22.
Port number can be changed for security reasons.
Example: ssh user@hostname -p 2222
A brute force attack is a trial-and-error method used by hackers to crack passwords or encryption by systematically trying all possible combinations.
Brute force attacks are time-consuming but effective against weak passwords.
Hackers use automated tools to try all possible combinations until the correct one is found.
Examples include trying all possible 4-digit PIN codes or dictionary words as passwords.
Strong passwords ...
I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.
Mathematics and grammar
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.
Decision Tree is preferred over Random Forest when interpretability is important.
Decision Tree is easier to interpret and visualize than Random Forest.
Decision Tree is better suited for small datasets with few features.
Random Forest is better suited for large datasets with many features.
Random Forest is less prone to overfitting than Decision Tree.
Decision Tree can be used as a building block for Random Forest.
If inter...
posted on 25 Aug 2022
I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.
Duration: 1hr
Topics: Array, LinkedList,Stack
Code for insertion in a binary tree
Create a new node with the given data
If the tree is empty, make the new node as root
Else, traverse the tree to find the appropriate position to insert the new node
If the data is less than the current node, go to the left subtree
If the data is greater than the current node, go to the right subtree
Repeat until an appropriate position is found
Set the new node as the child of the appropri
Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into two sub-arrays.
Choose a pivot element from the array
Partition the array around the pivot element
Recursively apply quick sort to the left and right sub-arrays
Combine the sorted sub-arrays to get the final sorted array
I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.
Check if a path exists between two nodes in a graph
Use depth-first search (DFS) or breadth-first search (BFS) to traverse the graph
Start from the source node and explore all connected nodes until the destination node is reached
If the destination node is found during the traversal, return true; otherwise, return false
Store passwords securely using hashing algorithms and salt
Use strong hashing algorithms like bcrypt or SHA-256
Add a unique salt to each password before hashing
Store only the hashed password in the database
Regularly update hashing algorithms and salts for added security
In JavaScript, 'this' refers to the current object that is executing the current function.
The value of 'this' is determined by how a function is called.
When a function is called as a method of an object, 'this' refers to the object itself.
When a function is called in the global scope, 'this' refers to the global object (window in a browser, global in Node.js).
Arrow functions do not have their own 'this' value and inste...
I applied via LinkedIn and was interviewed in Nov 2022. There were 3 interview rounds.
The project architecture end-to-end includes the overall design and structure of the project from start to finish.
The architecture should include the hardware and software components, as well as the communication protocols and data flow.
It should also consider the scalability, security, and performance of the system.
Examples of project architecture include client-server, microservices, and event-driven architectures.
Th...
SCD Type 2 is implemented by creating a new record for each change and maintaining a history of changes.
Identify the business key and version number for the dimension table.
Create a new record with a new version number for each change to the dimension data.
End-date the previous record and start-date the new record to maintain a history of changes.
Use effective dates to determine which record is active at any given poin...
Display non-repeated elements
Iterate through the elements and count their occurrences
Display only those elements with occurrence count of 1
Use a hash table or dictionary to store the counts
Time complexity: O(n)
List vs Tuple and use case for Tuple
List is mutable while Tuple is immutable
List uses square brackets while Tuple uses parentheses
Tuple is used when data needs to be protected from modification
Tuple is also used for returning multiple values from a function
It was easy asked about some basic concepts
Basic coding based on data structures
React Queries are a library for managing server state in React applications.
React Queries provide a way to fetch and cache data from an API in React components.
They offer features like caching, background fetching, and automatic refetching.
React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.
Yes, useEffect() hook can run twice under certain conditions.
useEffect() hook can run twice if the dependencies array changes between renders.
This can happen if the dependencies array contains values that change frequently.
For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.
I appeared for an interview in Aug 2024.
I am a Software Developer with experience in projects involving data structures, algorithms, and Python.
Worked on a project implementing a binary search tree data structure in Python.
Implemented sorting algorithms like bubble sort and quicksort in a project.
Answered questions related to Python concepts like list comprehensions and lambda functions.
Solved algorithmic questions involving concepts like recursion and dynam
based on 2 interviews
Interview experience
based on 34 reviews
Rating in categories
Associate Consultant
201
salaries
| ₹2 L/yr - ₹8 L/yr |
Consultant
63
salaries
| ₹3 L/yr - ₹12 L/yr |
SOC Analyst
25
salaries
| ₹1.8 L/yr - ₹8.2 L/yr |
Project Manager
21
salaries
| ₹8 L/yr - ₹17.5 L/yr |
Linux Administrator
20
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Subex
MathCo
Innovatiview India Ltd
Watchyourhealth.com