i
SecurView Systems
Filter interviews by
HTTP smuggling is a technique used to bypass security measures by manipulating the way HTTP requests are interpreted by intermediaries.
HTTP smuggling involves sending specially crafted HTTP requests that can be interpreted differently by different components in the communication chain
It can be used to bypass firewalls, web application firewalls, and other security measures
One example of HTTP smuggling is HTTP request s...
SSRF is a server-side attack that allows an attacker to make requests from the server. CSRF is a client-side attack that tricks a user into performing an action on a website.
SSRF stands for Server-Side Request Forgery
It allows an attacker to send requests from the server to other servers
This can be used to access internal systems or perform actions on behalf of the server
CSRF stands for Cross-Site Request Forgery
It tri...
I appeared for an interview before Feb 2023.
Top trending discussions
posted on 14 Oct 2023
I applied via Approached by Company and was interviewed in Apr 2023. There were 4 interview rounds.
posted on 20 Oct 2023
posted on 8 Feb 2024
I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.
Object-oriented programming concepts that help in designing and implementing software systems.
Encapsulation: bundling data and methods together
Inheritance: creating new classes from existing ones
Polymorphism: using a single interface to represent different types
Abstraction: hiding complex implementation details
Encapsulation: grouping related data and methods together
Association: relationship between classes
Composition:...
Annotations used in Spring Boot applications
1. @RestController - Marks a class as a controller that handles HTTP requests
2. @RequestMapping - Maps HTTP requests to handler methods
3. @Autowired - Injects dependencies into a bean
4. @Service - Marks a class as a service component
5. @Repository - Marks a class as a repository component
6. @Component - Marks a class as a generic Spring component
7. @Configuration - Indicates ...
Abstract classes and methods in Java provide a way to define common behavior that can be inherited by subclasses.
An abstract class is a class that cannot be instantiated and is meant to be extended by other classes.
An abstract method is a method that is declared without an implementation in an abstract class.
Subclasses of an abstract class must provide an implementation for all abstract methods.
Abstract classes can hav...
posted on 24 Jun 2024
I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.
posted on 11 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.
I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies
Passionate about software engineering
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Experience working in Agile development environment
Bachelor's degree in Computer Science from XYZ University
I enjoy hiking, playing guitar, and reading science fiction novels in my free time.
Hiking: I love exploring new trails and being in nature.
Playing guitar: I find it relaxing and enjoy learning new songs.
Reading science fiction novels: I love getting lost in imaginative worlds and exploring futuristic concepts.
My studies are going well, I am currently learning new programming languages and working on various projects.
Studying programming languages like Java, Python, and C++
Working on projects involving web development and data analysis
Attending coding bootcamps and online courses to enhance my skills
posted on 21 Sep 2023
posted on 6 Feb 2025
I appeared for an interview in Aug 2024.
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Easy level questions on string, linked list and array
TCP is a connection-oriented protocol while UDP is connectionless.
TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.
TCP is slower but more reliable while UDP is faster but less reliable.
TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...
A nibble swap program in C
Nibble swap means swapping the 4-bit halves of a byte
Use bitwise operators to perform the swap
Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);
Reverse a linked list in C language.
Create three pointers: current, previous, and next.
Traverse the linked list and change the direction of the pointers.
Return the new head of the reversed linked list.
API call in C
Include the necessary header files
Create a URL string with the required parameters
Use the curl library to make the API call
Handle the response data appropriately
based on 3 interviews
Interview experience
based on 14 reviews
Rating in categories
Security Consultant
91
salaries
| ₹5.1 L/yr - ₹19.2 L/yr |
Security Engineer
84
salaries
| ₹2.8 L/yr - ₹9 L/yr |
Security Analyst
40
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Associate Security Consultant
35
salaries
| ₹2.3 L/yr - ₹10 L/yr |
Senior Security Engineer
34
salaries
| ₹4.2 L/yr - ₹12 L/yr |
PC Solutions
RNF Technologies
Hidden Brains InfoTech
Affine