i
NeoSOFT
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Authentication verifies the identity of a user, while authorization determines what a user can access.
Authentication confirms the user's identity through credentials like passwords or biometrics
Authorization controls the user's access to resources or features based on their identity and permissions
Example: Logging into a website with a username and password is authentication, while being able to view/edit specific page
Promises are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
RxJS is a library for reactive programming using Observables to handle asynchronous data streams.
RxJS stands for Reactive Extensions for JavaScript.
It allows you to work with asynchronous data streams and handle events.
RxJS provides operators to transform, filter, combine, and create observables.
Example: Using RxJS to handle user input events in a web application.
I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.
CTC from previous employer is confidential information.
CTC from previous employer is considered confidential
It is not appropriate to disclose salary details from previous job
Focus on discussing your skills and experiences instead of previous salary
Expected CTC should be based on industry standards, experience, skills, and location.
Research industry standards for Full Stack Developers in the specific location
Consider your experience level and skills when determining expected CTC
Factor in the cost of living in the location where the job is based
Be prepared to negotiate based on the job responsibilities and benefits offered
Coding test in javascript and question related to the tech stack
Cloning is the process of creating an exact copy of an object or organism.
There are two main types of cloning: reproductive cloning and therapeutic cloning.
Reproductive cloning involves creating a genetically identical copy of an organism, such as Dolly the sheep.
Therapeutic cloning is the process of creating embryonic stem cells for medical research and treatment.
Cloning can also refer to making copies of software or
final is a keyword in Java used to declare constants, while finalize is a method in Java used for cleanup operations.
final is used to declare constants in Java
final variables cannot be reassigned
finalize is a method in Java used for cleanup operations before an object is garbage collected
NeoSOFT interview questions for designations
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
Get interview-ready with Top NeoSOFT Interview Questions
Coding test is medium level.easy question of array and sorting
1 Hours aptitude test on hacker rank based on Aptitude question, Java, SQL
Wrapper class is a class that wraps around a primitive data type and provides additional functionality.
Wrapper classes in Java are used to convert primitive data types into objects.
They provide methods to access the value of the wrapped primitive type.
Examples include Integer, Double, Boolean, etc.
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
The self keyword in Python is a reference to the current instance of a class.
Self is the first parameter in the definition of instance methods within a class.
It is used to access variables and methods within the class.
Self is not a reserved keyword in Python, but it is a convention to use self as the first parameter in instance methods.
posted on 16 May 2024
I applied via campus placement at P E S College of Engineering, Mandya and was interviewed before May 2023. There were 3 interview rounds.
Aptitude
Logically reasoning
Verbal
Use Set data structure to remove duplicate elements from the array.
Create a Set from the array to automatically remove duplicates.
Convert the Set back to an array to get the unique elements.
Example: const array = ['apple', 'banana', 'apple', 'orange'];
Example: const uniqueArray = [...new Set(array)];
1 Interview rounds
based on 4 reviews
Rating in categories
Software Engineer
2k
salaries
| ₹3.5 L/yr - ₹14 L/yr |
Software Developer
705
salaries
| ₹2.8 L/yr - ₹13.4 L/yr |
Senior Software Engineer
701
salaries
| ₹5.6 L/yr - ₹19 L/yr |
Softwaretest Engineer
510
salaries
| ₹2.8 L/yr - ₹7.3 L/yr |
Front end Developer
183
salaries
| ₹2.4 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech