i
Datacultr
Filter interviews by
Be the first one to contribute and help others!
posted on 30 Aug 2016
I applied via Campus Placement
I appeared for an interview in Jan 2025.
Test was based on arrays and some dsa concepts.
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
Coding question of moderate difficulty
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
There was a hacker rank assignment
Leetcode style question, medium
posted on 14 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Technical Aptitude on singalton pattern
A man-in-the-middle attack is a cyber security attack where the attacker secretly intercepts and possibly alters the communication between two parties.
Attacker intercepts communication between two parties
Attacker may alter the communication
Commonly occurs in public Wi-Fi networks
Can lead to data theft or unauthorized access
Protecting API involves using authentication, authorization, encryption, rate limiting, and monitoring.
Implement authentication mechanisms such as OAuth, JWT, or API keys
Use authorization to control access to different parts of the API
Encrypt sensitive data using SSL/TLS
Implement rate limiting to prevent abuse and protect against DDoS attacks
Monitor API traffic for unusual activity and potential security threats
CSRF stands for Cross-Site Request Forgery, a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge.
CSRF attacks exploit the trust that a site has in a user's browser, by sending unauthorized requests using the user's session.
Prevent CSRF attacks by using tokens in forms, checking the origin of requests, and implementing proper authentication and autho...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
DSA leetcode on hackerrank
posted on 11 Oct 2021
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
Create a Rest API for coding assessment
Choose a programming language and framework
Define endpoints and HTTP methods
Implement CRUD operations
Use authentication and authorization
Test API using tools like Postman
Pagination can be achieved by limiting the number of records displayed per page and using page numbers.
Limit the number of records displayed per page to improve performance
Use page numbers to navigate through the records
Implement caching to reduce database queries
Consider using lazy loading to improve performance
Use a server-side framework that supports pagination
Consider using a search feature to filter records
HAVING is used to filter results after grouping, WHERE is used to filter results before grouping.
HAVING is used with GROUP BY clause, WHERE is used with SELECT clause
HAVING filters groups based on aggregate functions, WHERE filters rows based on column values
HAVING is slower than WHERE as it operates on grouped data
Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;
Example: SELE...
Creating an index in MySQL improves query performance by allowing faster data retrieval.
Use the CREATE INDEX statement to create an index. Example: CREATE INDEX idx_name ON table_name(column_name);
Indexes can be unique, ensuring no duplicate values. Example: CREATE UNIQUE INDEX idx_unique ON table_name(column_name);
Composite indexes can be created on multiple columns. Example: CREATE INDEX idx_composite ON table_name(c...
Polymorphism in interfaces allows objects to be treated as instances of their parent type, enhancing flexibility and code reusability.
Polymorphism enables methods to do different things based on the object it is acting upon.
Example: An interface 'Animal' with a method 'makeSound()'. Classes 'Dog' and 'Cat' implement this interface with different sounds.
It promotes code reusability and cleaner code by allowing the same ...
based on 2 reviews
Rating in categories
Android Developer
8
salaries
| ₹4.1 L/yr - ₹10.7 L/yr |
Technical Account Manager
7
salaries
| ₹8 L/yr - ₹12.1 L/yr |
Software Engineer
6
salaries
| ₹8.2 L/yr - ₹11.9 L/yr |
Software Developer
5
salaries
| ₹5 L/yr - ₹9 L/yr |
Devops Engineer
5
salaries
| ₹3.2 L/yr - ₹5.8 L/yr |
Fino Paytech
Wibmo
OneCard
ROI NET Solution