Filter interviews by
I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.
The financial account is a component of a country's balance of payments that records transactions involving financial assets and liabilities.
It tracks the flow of funds between a country and the rest of the world.
It includes transactions such as foreign direct investment, portfolio investment, and loans.
The financial account is divided into subcategories like direct investment, portfolio investment, and other investmen...
Tally and Zoho are both accounting software, but they have differences in terms of features, pricing, and user experience.
Tally is a popular accounting software primarily used in India, while Zoho is a cloud-based accounting software used globally.
Tally offers comprehensive accounting features like inventory management, payroll, and taxation, whereas Zoho focuses more on small and medium-sized businesses with features ...
I applied via LinkedIn and was interviewed before May 2022. There was 1 interview round.
I can join within 2 weeks.
I need to give a notice period of 1 week to my current employer.
I will need a few days to wrap up my work and handover responsibilities.
I can start as soon as all the formalities are completed.
I am flexible with the joining date and can adjust as per the company's requirement.
I applied via Naukri.com and was interviewed before Aug 2021. There were 4 interview rounds.
Top trending discussions
I was interviewed in Feb 2017.
posted on 3 May 2017
I was interviewed before May 2016.
posted on 9 Jan 2017
I was interviewed before Jan 2016.
I am a Senior Software Engineer with 8 years of experience in developing web applications using Java, Spring, and Angular.
8 years of experience in software development
Proficient in Java, Spring, and Angular
Worked on developing web applications
The page life cycle of ASP.Net is a series of events that occur when a web page is requested and processed by the server.
The page life cycle consists of several stages such as initialization, loading, postback handling, rendering, and unloading.
During the initialization stage, the page and its controls are created and their properties are set.
In the loading stage, the page retrieves and processes the user input and upd...
The core components of .Net Framework include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.
Common Language Runtime (CLR) provides the runtime environment for executing .NET applications.
Framework Class Library (FCL) is a collection of reusable classes, interfaces, and value types that provide access to system functionality.
ASP.NET is a web application framework for building dynamic web page
GC stands for Garbage Collection. It is an automatic memory management process in programming languages.
GC is responsible for reclaiming memory that is no longer in use by the program.
It identifies and frees up memory occupied by objects that are no longer reachable.
GC has different algorithms like Mark and Sweep, Copying, and Generational.
The life cycle of an object involves creation, usage, and eventual garbage colle...
Yes
Use AJAX or WebSocket to send file data to the server
Track the progress of the file upload using the 'progress' event
Calculate the percentage of completion based on the total file size and the amount uploaded
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array has a fixed length, while ArrayList can dynamically resize.
Array can store both primitive and object types, while ArrayList can only store object types.
Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.
Array is more memory efficient than ArrayList.
Array provides direct access to elemen...
Generics should be used when you want to create reusable code that can work with different types.
Generics allow you to write code that can work with different types without sacrificing type safety.
They provide compile-time type checking, reducing the chances of runtime errors.
Generics promote code reusability and maintainability by allowing you to write generic algorithms and data structures.
Using generic classes in .N...
Abstract class and Interface are both used for abstraction, but with some differences.
Abstract class can have both abstract and non-abstract methods, while Interface can only have abstract methods.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Abstract class can have instance variables, while Interface cannot.
Abstract class provides partial implementation, while Interface provid...
SOLID is a set of principles for designing software that is easy to maintain, understand, and extend.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open-Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.
I - Interface Segregation Principle: Clients shou...
I have used the Observer design pattern in my current project.
Observer pattern is used to establish a one-to-many dependency between objects.
It allows multiple objects to be notified and updated automatically when a subject object changes its state.
In my project, we implemented the Observer pattern to notify various components of the system about changes in data.
For example, when a user updates their profile informatio...
Singleton class ensures only one instance is created, while static class allows multiple instances.
Singleton class restricts instantiation of a class to a single object.
It provides a global point of access to the instance.
It is useful when only one instance of a class is required throughout the system.
Singletons can be lazy-loaded or eagerly-loaded.
Static classes allow multiple instances and are not suitable for mainta...
Yes, I have worked on Entity Framework.
I have used Entity Framework version 6.0 in my previous project.
I have experience in designing and implementing database models using Entity Framework.
I have used LINQ to query and manipulate data in Entity Framework.
I have also worked with migrations and code-first approach in Entity Framework.
T4 templates are used to generate code or text files based on a template and input data.
T4 templates automate repetitive code generation tasks.
They can be used to generate code for data access layers, service layers, or UI components.
T4 templates can also be used to generate configuration files or documentation.
They provide a way to separate the logic from the generated output.
T4 templates support customizing the gener...
Modifying the POCO class allows extending the entity with additional properties.
To add extra properties, simply modify the POCO class by adding new properties.
Ensure that the changes are reflected in the database schema if necessary.
Update any existing code that interacts with the POCO class to handle the new properties.
Consider the impact on serialization, validation, and any other relevant aspects.
Notice period refers to the amount of time an employee must give before leaving a job.
Notice period is typically stated in the employment contract or company policy.
It can range from 2 weeks to 3 months depending on the company and position.
During the notice period, the employee is expected to fulfill their job responsibilities.
Some companies may allow employees to buy out their notice period by paying a fee.
Developed a web-based project management tool for tracking tasks and deadlines.
Used React for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database storage
Incorporated authentication and authorization features for user security
I am responsible for designing, developing, and maintaining software solutions for our project.
Designing software architecture and solutions
Developing code and implementing features
Maintaining and debugging existing codebase
Collaborating with team members and stakeholders
Participating in code reviews and testing
I lead a team of software engineers with a clear hierarchy and responsibilities.
I am the Senior Software Engineer leading the team
Directly reporting to me are the Software Engineers
Below them are the Junior Software Engineers and Interns
Each member has specific roles and responsibilities within the team
I frequently feel happy when achieving project milestones and worry when facing technical challenges.
Happy: When successfully implementing a new feature or fixing a critical bug
Worry: When encountering difficult technical issues or tight project deadlines
I would calmly communicate with the team member to understand the situation and work together to resolve the issue.
Communicate with the team member to understand what happened
Work together to identify the changes made and assess the impact
Restore the code from a backup if available
Implement version control practices to prevent similar incidents in the future
I was interviewed in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes, which is 2 fishes.
To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).
To find the number of fishes to be removed, divide the difference by 1% (2 fishes).
Therefore, 50 fishes have to be removed to make the red fishes 98%.
I was interviewed in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find the number of red fishes.
Subtract the number of red fishes from 200 to find the number of non-red fishes.
Calculate 2% of the total number of fishes to find the desired number of red fishes.
Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.
posted on 28 Jun 2017
I was interviewed in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find out how many fishes represent 1%.
Multiply the result by 2 to find out how many fishes represent 2%.
Subtract the result from 200 to find out how many fishes represent 98%.
I was interviewed in Jul 2017.
Yes, I am a fresher with no past working experience.
I am a recent graduate looking to gain experience in the field.
I have completed internships or projects during my studies.
I am eager to learn and grow in a professional environment.
I was responsible for conducting market research, creating social media content, and assisting with event planning.
Conducted market research to identify trends and opportunities
Created engaging social media content to increase brand awareness
Assisted in planning and executing events to promote company products/services
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Strong communication and teamwork skills
Experience with programming languages such as Java, Python, and C++
based on 2 interviews
Interview experience
based on 15 reviews
Rating in categories
MIS Executive
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Compliance Executive
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Audit Executive
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Key Account Manager
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Executive
5
salaries
| ₹0 L/yr - ₹0 L/yr |
VComply
Compliance Compendium
Complinity
Q3 Technologies