Filter interviews by
I applied via Campus Placement
Program to check if 2 words are anagrams and to print a sentence with reverse order of words.
Create a function to check if two words are anagrams by sorting the characters in each word and comparing them.
Create a function to reverse the order of words in a sentence by splitting the sentence into words, reversing the order, and joining them back together.
Use arrays of strings to store the words in the sentence and the t
Selection sort and insertion sort programs for array of strings
Selection sort: Find the smallest element in the array and swap it with the first element, repeat for remaining elements
Insertion sort: Iterate through the array, for each element, compare with previous elements and insert in correct position
Create a simple login page in HTML
Use <form> element to create a form for login
Include <input> elements for username and password
Add a <button> element for submitting the form
Use CSS for styling the login page
Top trending discussions
posted on 13 Jan 2023
I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
posted on 27 Feb 2024
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 4 interview rounds.
That was conducted in my College and it was online assessment for aptitude
The == operator checks for equality, while the === operator checks for strict equality (including data type).
The == operator only checks for equality of values, not data types.
The === operator checks for both equality of values and data types.
Example: 5 == '5' would return true, but 5 === '5' would return false.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
The duration of Epicor Software Corporation interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1 interview
Interview experience
based on 174 reviews
Rating in categories
Product Developer
93
salaries
| ₹9 L/yr - ₹24.6 L/yr |
Technical Application Specialist
81
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Senior Associate
71
salaries
| ₹8.1 L/yr - ₹25.5 L/yr |
Senior Product Developer
67
salaries
| ₹14.7 L/yr - ₹36.8 L/yr |
Senior Software Engineer
50
salaries
| ₹12.1 L/yr - ₹30 L/yr |
Apisero
Actalent Services
Cyber Infrastructure
TestingXperts