Impressico Business Solutions
Finanshels Interview Questions and Answers
Q1. Program to print Fibonacci series, prime numbers, pattern(high-level), basic recursion questions
Program to print Fibonacci series, prime numbers, pattern(high-level), basic recursion questions
Fibonacci series can be printed using a loop or recursion
Prime numbers can be found using a loop and checking for divisibility
Pattern printing can be done using nested loops and conditional statements
Basic recursion questions can include factorial, sum of digits, etc.
Q2. difference between method overloading and overriding
Method overloading and overriding are two concepts in object-oriented programming that allow methods to have multiple implementations.
Method overloading is when multiple methods have the same name but different parameters.
Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.
Overloading is resolved at compile-time while overriding is resolved at runtime.
Overloading is used to provide different ways of ...read more
Q3. what are abstraction and interface
Abstraction is the process of hiding implementation details while interface defines a contract for a class.
Abstraction is achieved through abstract classes and methods
Interface is a collection of abstract methods and constants
Abstraction allows for easier maintenance and modification of code
Interface allows for multiple inheritance in Java
Abstraction and interface are both used to achieve abstraction in programming
Q4. Program to create a react component to firr an api and show the data
Create a React component to fetch and display data from an API
Use the useEffect hook to fetch data from the API
Store the fetched data in state using useState
Render the data in the component's JSX
Q5. What is the difference between content writing and copywriting?
Content writing focuses on providing information and value to the reader, while copywriting aims to persuade and sell a product or service.
Content writing is informative, educational, and focuses on providing value to the reader.
Copywriting is persuasive, promotional, and aims to sell a product or service.
Content writing is often used for blog posts, articles, and educational materials.
Copywriting is often used for advertisements, product descriptions, and sales pages.
Content...read more
Q6. What is Factory Pattern?
Factory Pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Factory Pattern is used to create objects without specifying the exact class of object that will be created.
It promotes loose coupling by separating object creation from the rest of the code.
Commonly used in situations where a class can't anticipate the class of objects it must create.
Examples i...read more
Q7. Test Scenario to write IRCTC login site.
Test scenario for IRCTC login site
Verify if the login page is displayed correctly
Check if the username and password fields are present
Validate the error message when entering incorrect credentials
Test the 'Forgot Password' functionality
Verify if the 'Remember Me' option works correctly
Interview Process at Finanshels
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month