Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.
Application security is crucial for protecting user data and preventing unauthorized access.
Implement secure authentication methods such as multi-factor authentication
Use encryption to protect data both in transit and at rest
Regularly update and patch software to address security vulnerabilities
Implement proper input validation to prevent SQL injection and other attacks
Conduct regular security audits and penetration te...
Top trending discussions
posted on 17 Nov 2017
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors that an object will have.
It serves as a template for creating multiple instances of objects.
Objects are instances of a class, and they can have their own unique values for the properties defined in the class.
Methods defined in a class can be used to perform actions or manipulate the object's data.
In m...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reuse and promotes modularity.
The class that is being inherited from is called the superclass or base class.
The class that inherits from the superclass is called the subclass or derived class.
The subclass can access the public and protected members of the superclass.
Inhe...
Encapsulation is the process of hiding implementation details and exposing only necessary information.
Encapsulation is a fundamental concept in object-oriented programming.
It helps in achieving data abstraction and information hiding.
It allows for better control over the data and prevents unauthorized access.
Examples include access modifiers like public, private, and protected in Java.
Encapsulation also helps in reduci
Loops are used to execute a block of code repeatedly. PHP has four types of loops: for, while, do-while, and foreach.
Loops help in automating repetitive tasks.
For loop is used when the number of iterations is known.
While loop is used when the number of iterations is unknown.
Do-while loop is similar to while loop, but it executes the code block at least once.
Foreach loop is used to iterate over arrays or objects.
posted on 17 Dec 2024
I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.
Aptitude round contains basic aptitude questions
In coding round string operation are important
I applied via Campus Placement
There is aptitude test
Yeah some times there is taff questions too
posted on 21 Mar 2024
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
posted on 19 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
Remove duplicates from an array of strings efficiently using various methods.
Use a Set: Convert the array to a Set to automatically remove duplicates. Example: `const uniqueArray = [...new Set(array)];`
Filter Method: Use `filter` to keep only unique items. Example: `const uniqueArray = array.filter((item, index) => array.indexOf(item) === index);`
Reduce Method: Use `reduce` to build a new array with unique items. Ex...
posted on 22 Feb 2022
I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.
I have extensive experience using .NET in past projects.
Developed web applications using ASP.NET MVC framework
Utilized C# for backend development
Worked with .NET Core for cross-platform development
Used Entity Framework for database access
Implemented RESTful APIs using ASP.NET Web API
Integrated third-party libraries and frameworks through NuGet
Implemented unit tests using NUnit or MSTest
Mix questions of aptitude and technical knowledge. 3 hours 25 questions (may be) even scenario and optimal solution. This interview was conducted in Whitefield, Bangalore branch. Sep 2009.
based on 1 interview
Interview experience
Customer Service Representative
34
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Customer Service Executive
17
salaries
| ₹2.4 L/yr - ₹4.1 L/yr |
Technical Lead
7
salaries
| ₹14.9 L/yr - ₹34.5 L/yr |
Azure Developer
7
salaries
| ₹4.5 L/yr - ₹26 L/yr |
Senior Network Security Engineer
6
salaries
| ₹18 L/yr - ₹25 L/yr |
TCS
Accenture
Wipro
Cognizant