Webtel Electrosoft
10+ Elara Capital Interview Questions and Answers
Q1. What is Multithreading? What is the use of background worker?
Multithreading is the concurrent execution of multiple threads to achieve parallelism and improve performance.
Multithreading allows multiple threads to run concurrently within a single process.
It enables parallel execution of tasks, improving performance and responsiveness.
Background worker is a component that simplifies multithreading by providing a dedicated thread for executing time-consuming tasks in the background.
It allows the main thread to remain responsive and not ge...read more
Q2. How to create a file and append some text in that file.
To create a file and append text, use file handling functions in the programming language.
Open the file in append mode
Write the text to the file
Close the file
Q3. Difference between abstarct and interface.
Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define the methods that a class must implement.
Abstract classes can have constructors and instance variables, while interfaces cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Abstract classes are used when there is a need for a common base class for multiple related classes, while interfaces ...read more
Q4. Types of classes that you can use in c#
C# supports various types of classes including abstract, sealed, static, and partial classes.
Abstract classes cannot be instantiated and are used as base classes for other classes.
Sealed classes cannot be inherited and are used to prevent further modification.
Static classes cannot be instantiated and contain only static members.
Partial classes allow a class to be defined in multiple files.
Other types of classes include generic classes, nested classes, and value classes.
Q5. What is static?
Static is a keyword in programming that denotes a variable or method that belongs to the class rather than an instance of the class.
Static variables and methods can be accessed without creating an instance of the class.
Static variables are shared among all instances of the class.
Static methods cannot access non-static variables or methods.
Examples of static methods include Math.max() and Arrays.sort().
Q6. What is namespace?
A namespace is a container that holds a set of identifiers to avoid naming conflicts.
Namespaces are used to organize code and avoid naming collisions.
They can be nested within other namespaces.
They are declared using the 'namespace' keyword.
They can be used to group related classes, functions, and variables.
For example, the 'std' namespace in C++ contains standard library functions and objects.
Q7. How many forms are in income tax
There are multiple forms in income tax, each serving a different purpose.
There are forms for individual taxpayers (e.g. Form 1040, Form 1040EZ)
There are forms for businesses (e.g. Form 1120 for corporations, Form 1065 for partnerships)
There are forms for specific types of income or deductions (e.g. Schedule A for itemized deductions)
The number of forms can vary depending on the taxpayer's situation
Q8. What is the difference between 2b and 2a ?
Q9. Csn you travel if told to travell 70 km in a day
Yes, I am willing to travel 70 km in a day for work.
I am comfortable with traveling for work purposes.
I have reliable transportation and am willing to use it for work.
I am able to manage my time effectively to ensure I can complete the required travel.
I have previously traveled for work and am familiar with the process.
I am willing to adapt to any changes or challenges that may arise during travel.
Q10. What is 3b reconciliation?
Q11. What is gst ?
Interview Process at Elara Capital
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month