Gainwell Technologies
SuperSeva Services Interview Questions and Answers
Q1. Different Types of Claims
Different types of claims refer to various categories of requests for compensation or benefits.
Health insurance claims
Auto insurance claims
Property insurance claims
Workers' compensation claims
Life insurance claims
Q2. what is ur exp in c,python and oracle.
I have 8 years of experience in C, Python, and Oracle.
8 years of experience in C programming, including developing applications and optimizing code.
Proficient in Python for scripting, automation, and web development.
Extensive experience in Oracle database management, including SQL queries and performance tuning.
Q3. Extension methods and writing the code for an API
Extension methods allow adding new methods to existing types without modifying the original code. Writing code for an API involves designing and implementing the interface for interacting with a software application.
Extension methods in C# allow adding new methods to existing classes without modifying the original source code.
When writing code for an API, consider the functionality that needs to be exposed to users and design the interface accordingly.
API code should be well-...read more
Q4. the structures of github repositories for a flask based application
Q5. Class components in react
Class components are ES6 classes that extend from React.Component and have a render method.
Class components are used for more complex components that require state or lifecycle methods.
They have a constructor method where you can initialize state.
They can have lifecycle methods like componentDidMount, componentDidUpdate, componentWillUnmount, etc.
Example: class MyComponent extends React.Component { constructor() { super(); this.state = { count: 0 }; } render() { return
{this....read more
Q6. Find the largest element by time complexity O(n)
Use a linear scan to find the largest element in an array.
Iterate through the array and keep track of the largest element found so far.
Compare each element with the current largest element and update if necessary.
Time complexity is O(n) as we only need to scan the array once.
Q7. Sort an array without built-in functions
Interview Process at SuperSeva Services
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month