Carelon Global Solutions
100+ TEK Inspirations Interview Questions and Answers
Q1. If your pega certified? Who java is used in pega,define oops,what are different types of Inheritance, what are activities gives examples,some questions on ruleset
The interviewer asked about Pega certification, Java in Pega, OOPs, Inheritance, Activities, and Ruleset.
Pega is a BPM tool that uses Java for coding.
OOPs stands for Object-Oriented Programming and is a programming paradigm.
There are four types of inheritance: Single, Multiple, Multilevel, and Hierarchical.
Activities are used in Pega to perform a specific task or set of tasks.
Ruleset is a collection of rules that define the behavior of an application.
Q2. What is health and why we are doing insurance?
Health is the state of being physically, mentally, and socially well. Insurance is done to protect oneself from financial loss due to unexpected health issues.
Health refers to the overall well-being of an individual, including physical, mental, and social aspects.
Insurance is done to mitigate the financial risk associated with unexpected health issues.
Health insurance provides coverage for medical expenses, hospitalization, and other related costs.
Without insurance, individua...read more
Q3. how to access amazon page directly directly with out using driver.get how to get the last secong window in selenium (get window handles) how to select mulptiple values in drop downs swap numbers between without...
read moreA list of questions asked in a QA Engineer interview covering topics such as Selenium, Java, and TestNG.
Accessing Amazon page without using driver.get
Getting the last second window in Selenium using getWindowHandles()
Selecting multiple values in drop downs
Swapping numbers without using a third variable
Working with collections and strings
Removing spaces in a string
Printing words in a sentence on separate lines
Understanding exceptions and using throw vs throws
Working with inter...read more
Q4. What do you know about insurance
Insurance is a contract between an individual and an insurance company to protect against financial loss.
Insurance provides financial protection against unexpected events such as accidents, illnesses, and natural disasters.
Premiums are paid to the insurance company in exchange for coverage.
There are different types of insurance such as health, auto, home, and life insurance.
Insurance claims are filed when a covered event occurs and the insurance company pays out benefits.
Insu...read more
Q5. Write a code of angstrom number?
Angstrom number is a number whose sum of cubes of digits is equal to the number itself.
Take input number
Separate digits
Cube each digit
Sum the cubes
Compare with input number
Q6. Coding:, optimal code to print the number 1,100 a prime or not
To print numbers 1 to 100 and check if they are prime or not.
Use a loop to iterate through numbers 1 to 100
For each number, check if it is prime or not
Print the number and whether it is prime or not
Q7. Explain 4 pillars of OOPs concept?
The 4 pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.
Abstraction: Hiding complex implementation details and showing only essential features.
Encapsulation: Binding data and functions together to protect data from outside interference.
Inheritance: Creating new classes from existing ones, inheriting properties and methods.
Polymorphism: Ability of objects to take on multiple forms, allowing flexibility and extensibility.
Q8. 4) Name the programming languages you know?
I know several programming languages including Java, Python, and C++.
Proficient in Java and Python
Familiar with C++ and JavaScript
Experience with SQL and HTML/CSS
Comfortable with object-oriented programming and data structures
Have worked with frameworks such as Spring and Django
Q9. Coding Question 1 - Find sum of squares of numbers in list using stream API.
Find sum of squares of numbers in list using stream API.
Use mapToInt() to convert list of integers to IntStream
Use map() to square each element of IntStream
Use sum() to get the sum of squares
Q10. What the things u learnt from pandemic of 2021 ? Elaborate them
The pandemic of 2021 taught me the importance of adaptability, resilience, and remote collaboration.
Adaptability: Learning to quickly adjust to changing circumstances and work environments.
Resilience: Developing the ability to bounce back from setbacks and challenges.
Remote collaboration: Mastering the art of working effectively with team members from different locations.
Time management: Balancing work and personal life while working from home.
Digital skills: Improving profic...read more
Q11. What are claims
Claims are requests made by policyholders to insurance companies for compensation for damages or losses incurred.
Claims are requests for compensation for damages or losses
They are made by policyholders to insurance companies
Claims can be related to property damage, theft, accidents, or injuries
Insurance companies investigate claims to determine their validity
Valid claims are paid out to the policyholder
Q12. Compare the python and java programming language based on their use cases.
Python is versatile and easy to learn, while Java is more robust and widely used in enterprise applications.
Python is known for its simplicity and readability, making it a popular choice for beginners and rapid development.
Java is statically typed and has a strong emphasis on object-oriented programming, making it suitable for large-scale projects and enterprise applications.
Python is commonly used for web development, data analysis, artificial intelligence, and scientific co...read more
Q13. what is HIPPA Act and objective of HIPPA Act ?
HIPAA Act is a US law that protects sensitive patient health information.
HIPAA stands for Health Insurance Portability and Accountability Act
It sets national standards to protect individuals' medical records and other personal health information
HIPAA ensures the confidentiality, integrity, and availability of protected health information
It also gives patients more control over their health information and sets boundaries on the use and release of health records
Q14. what is legato,what is insurance
Legato is a term used in music to describe smooth and connected notes. Insurance is a contract between an individual or organization and an insurance company to provide financial protection against potential losses.
Legato refers to playing or singing notes smoothly and without interruption.
In insurance, individuals or organizations pay premiums to an insurance company in exchange for coverage against potential risks or losses.
Insurance policies can cover various aspects such ...read more
Q15. what is embedded plan and aggregate plan ? what is the difference bewteen both ?
Embedded plan and aggregate plan are two types of benefit plans offered by employers.
Embedded plan refers to a benefit plan where each employee has their own individual plan within a group plan.
Aggregate plan refers to a benefit plan where all employees are covered under a single plan.
The main difference is that in an embedded plan, each employee has their own unique plan details, while in an aggregate plan, all employees have the same plan.
Embedded plans are more customizabl...read more
Q16. Expalin your Projects and functioning of novel features.
I have worked on projects involving the development of novel features such as machine learning algorithms for predictive analytics.
Developed machine learning algorithms to predict customer churn in a telecom company.
Implemented natural language processing techniques for sentiment analysis in social media data.
Created a recommendation system based on collaborative filtering for an e-commerce platform.
Q17. what is timely filing limit ?
Timely filing limit is the deadline by which a claim must be submitted to an insurance company for reimbursement.
Timely filing limit varies by insurance company and can range from 90 days to one year.
Claims submitted after the timely filing limit may be denied by the insurance company.
It is important for healthcare providers to submit claims within the timely filing limit to ensure reimbursement.
For example, if an insurance company has a timely filing limit of 120 days, a hea...read more
Q18. what are different types of member benefits ?
Different types of member benefits include health insurance, retirement plans, paid time off, and wellness programs.
Health insurance
Retirement plans
Paid time off
Wellness programs
Q19. what is agile and how business analyst work
Agile is an iterative approach to software development that emphasizes flexibility and collaboration. Business analysts work closely with stakeholders to identify and prioritize requirements.
Agile involves breaking down projects into smaller, more manageable chunks called sprints
Business analysts work with stakeholders to define user stories and prioritize them based on business value
They also work closely with developers and testers to ensure that requirements are met and th...read more
Q20. Explain how DL is different from ML
DL uses neural networks with multiple layers to learn complex patterns, while ML uses algorithms to learn from data.
DL uses deep neural networks with multiple layers, while ML uses simpler algorithms like decision trees or SVMs.
DL requires large amounts of data to train effectively, while ML can work with smaller datasets.
DL is more computationally intensive and requires more processing power compared to ML.
DL is better suited for tasks like image and speech recognition, whil...read more
Q21. Coding Question 2 - Searching in 2D sorted array row wise and column wise.
Searching in 2D sorted array row wise and column wise.
Start from the top right corner or bottom left corner
Compare the target with the current element
Move left or down if target is smaller or move right or up if target is larger
Repeat until target is found or out of bounds
Q22. Introduction OOPS Concepts Explain college final year project
My college final year project was a web-based application for online shopping with features like user authentication, product search, and order tracking.
Developed using Java for backend and HTML/CSS/JavaScript for frontend
Implemented OOPS concepts like inheritance, encapsulation, and polymorphism
Used MySQL database for storing user information and product details
Integrated payment gateway for secure transactions
Collaborated with team members to design and develop the project
Q23. what is your expected CTC ?
My expected CTC is based on my experience, skills, and industry standards.
I have researched the average salary range for Benefit Analysts in this industry
I am looking for a competitive salary that reflects my qualifications and contributions
I am open to negotiation based on the overall compensation package offered
Q24. what is difference between medicaid and medicare
Medicaid is a state-run program for low-income individuals, while Medicare is a federal program for seniors and those with disabilities.
Medicaid is based on income and eligibility varies by state
Medicare is based on age and disability
Medicaid covers a wider range of services, including long-term care
Medicare is divided into parts A, B, C, and D, each covering different services
Both programs are funded by taxes
Q25. What is O-Auth ? Which type of authentication/security used in ur project ?
O-Auth is an open standard for authorization. Our project uses token-based authentication for security.
O-Auth is used to allow users to grant access to their resources without sharing their credentials.
It uses tokens for authentication instead of passwords.
Our project uses token-based authentication for security purposes.
Token-based authentication involves generating a unique token for each user that is used to authenticate their requests.
Q26. What are the 5 pillars of oops concept
The 5 pillars of OOPs concept are Inheritance, Encapsulation, Polymorphism, Abstraction, and Class/Object.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
Class/Object: Blueprint for creatin...read more
Q27. explain about data scrapping,computer vision,agile methodologies,change request,testing methods
Data scraping, computer vision, agile methodologies, change request, and testing methods are all important aspects of software engineering.
Data scraping involves extracting data from websites or other sources.
Computer vision involves using algorithms to interpret and analyze visual data.
Agile methodologies are a set of principles for software development that prioritize flexibility and collaboration.
Change requests are requests for modifications to software that have already ...read more
Q28. what is COB and different types of COBs ?
COB stands for Coordination of Benefits. It refers to the process of determining which insurance plan is primary and which is secondary when a patient is covered by multiple insurance plans.
COB helps prevent overpayment by ensuring that the total amount paid by all insurance plans does not exceed the total cost of the claim.
Types of COBs include non-duplication of benefits, traditional COB, and maintenance of benefits.
Non-duplication of benefits means that the secondary plan ...read more
Q29. How to calculate YTD attrition percentage
YTD attrition percentage is calculated by dividing the number of employees who have left during the year by the average number of employees during the year, multiplied by 100.
Calculate the total number of employees who have left during the year
Calculate the average number of employees during the year
Divide the number of employees who have left by the average number of employees, then multiply by 100 to get the YTD attrition percentage
Q30. What type of challenges have you faced during requirement elicitation?
During requirement elicitation, I have faced challenges related to understanding client needs, managing conflicting requirements, and dealing with changing priorities.
Understanding client needs: Sometimes clients may have difficulty articulating their requirements clearly, requiring additional probing and clarification.
Managing conflicting requirements: Different stakeholders may have conflicting needs and priorities, requiring negotiation and compromise.
Dealing with changing...read more
Q31. Can i explain url borrower information form
The URL borrower information form is a document used to collect personal and financial details of a borrower through an online link.
The form typically includes fields for the borrower's name, contact information, employment details, income, and credit history.
It may also request information about the borrower's assets, liabilities, and any co-borrowers or guarantors.
The form is often used by lenders or financial institutions to assess the borrower's eligibility for a loan or ...read more
Q32. Encapsulation and inheritance practical examples
Encapsulation and inheritance are key concepts in object-oriented programming.
Encapsulation: hiding the internal state of an object and restricting access to it. Example: using private variables and public methods in a class.
Inheritance: allowing a class to inherit properties and behavior from another class. Example: a 'Dog' class inheriting from an 'Animal' class.
Q33. Tree Data Structure and it's variations.
Tree data structure is a hierarchical data structure with nodes connected by edges.
Variations include binary trees, binary search trees, AVL trees, red-black trees, etc.
Trees can be used to represent hierarchical relationships like file systems, organization structures, etc.
Traversal methods include in-order, pre-order, post-order, and level-order traversal.
Q34. what is java? oops conceps?
Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.
Java is platform-independent and can run on any operating system with the help of JVM.
It follows the OOPS concepts like inheritance, encapsulation, polymorphism, and abstraction.
Java has a vast library of pre-built classes and APIs that make development faster and easier.
Java is used for developing various applications like Android apps, web applications, enter...read more
Q35. solve 30%1800
The answer is 540.
To solve 30% of 1800, multiply 30/100 by 1800.
30/100 x 1800 = 540
Q36. How to implemented dependency injection in ur projects ?
Dependency injection is implemented by creating interfaces for dependencies and injecting them into the class constructor.
Identify dependencies and create interfaces for them
Create a class constructor that accepts the interfaces as parameters
Use a dependency injection framework like Spring or Guice
Avoid using static methods or singletons to access dependencies
Q37. what is in and out of network providers ?
In-network providers are contracted with the insurance company to provide services at a discounted rate, while out-of-network providers are not contracted and may result in higher out-of-pocket costs for the insured.
In-network providers have agreed upon rates with the insurance company
Out-of-network providers do not have a contract with the insurance company
Using in-network providers typically results in lower out-of-pocket costs for the insured
Out-of-network providers may re...read more
Q38. What is a process? What is a thread? What are string? Why are strings immutable? What is JDK and JRE? What is synchronisation? What are opps concepts? What is data base? What is a query?
A set of technical questions related to software engineering concepts.
Process: an instance of a program that is being executed by the operating system.
Thread: a lightweight process that can run concurrently with other threads within a process.
String: a sequence of characters.
Strings are immutable to ensure their values cannot be changed once created.
JDK: Java Development Kit, a software development environment for building Java applications.
JRE: Java Runtime Environment, a so...read more
Q39. What is claim
A claim is a request for payment made by an individual or organization to an insurance company or government agency.
Claims are made when an individual or organization experiences a loss or damage that is covered by their insurance policy.
The claimant submits documentation and evidence of the loss or damage to the insurance company or government agency.
The insurance company or government agency reviews the claim and determines whether it is covered by the policy or program.
If ...read more
Q40. State management techniques in realtime ? How to use them??
Realtime state management techniques include WebSockets, Server-Sent Events, and GraphQL Subscriptions.
WebSockets allow bidirectional communication between client and server, enabling real-time updates.
Server-Sent Events allow the server to push updates to the client without the client having to request them.
GraphQL Subscriptions allow clients to subscribe to specific data and receive updates when that data changes.
Other techniques include polling, long polling, and Comet.
Q41. What is insurance
Insurance is a contract between an individual and an insurance company to protect against financial loss.
Insurance provides financial protection against unexpected events
Individuals pay premiums to an insurance company in exchange for coverage
Insurance policies can cover a variety of risks, such as health, property, and liability
Insurance companies use actuarial science to calculate risk and set premiums
Claims are filed when an insured event occurs and the insurance company p...read more
Q42. What is Testng and how it is helpful to the project
TestNG is a testing framework for Java that helps in organizing and running test cases efficiently.
TestNG allows for grouping of test cases, prioritizing them, and running them in parallel.
It provides annotations for setting up preconditions and postconditions for test cases.
TestNG generates detailed test reports and logs for easy debugging and analysis.
It supports data-driven testing using parameters and data providers.
TestNG integrates seamlessly with build tools like Maven...read more
Q43. How to use request specification using rest assured
Request specification in Rest Assured is used to define the request details like base URI, path, headers, etc.
Create a RequestSpecification object using given() method
Set base URI using baseUri() method
Set path using basePath() method
Add headers using header() method
Add query parameters using queryParam() method
Example: given().baseUri("https://api.example.com").basePath("/users").header("Authorization", "Bearer token").queryParam("name", "John")
Q44. what is claims adjudication process ?
Claims adjudication process is the evaluation of a claim to determine its validity and payment amount.
Claims are submitted by healthcare providers for services rendered to patients.
The claim is reviewed by the insurance company to ensure it meets coverage criteria.
Adjudication involves verifying the patient's eligibility, the provider's credentials, and the service's necessity.
The claim is then processed and a payment amount is determined based on the insurance policy.
If the ...read more
Q45. How to analyze attrition trend and reduce it
To analyze attrition trend and reduce it, one can use data analysis, employee feedback, and implementing retention strategies.
Collect and analyze data on employee turnover rates over time
Conduct exit interviews to understand reasons for attrition
Implement retention strategies such as career development opportunities, competitive compensation, and work-life balance initiatives
Monitor employee engagement and satisfaction levels regularly
Provide ongoing training and support for ...read more
Q46. If you know the process , how to manage MVC and microservices and basics all good
Understanding of managing MVC and microservices is good
MVC is a design pattern that separates an application into three components: Model, View, and Controller
Microservices is an architectural style that structures an application as a collection of small, independent services
Understanding of RESTful APIs, containerization, and orchestration tools like Docker and Kubernetes is important
Experience with frameworks like Spring Boot, Node.js, and Ruby on Rails is beneficial
Q47. what is RCM ?
RCM stands for Revenue Cycle Management, which is the process of managing claims, payments, and revenue generation in healthcare organizations.
RCM involves tracking a patient's journey from scheduling an appointment to receiving payment for services rendered.
It includes verifying insurance coverage, submitting claims, and following up on unpaid claims.
Efficient RCM can help healthcare organizations improve cash flow and reduce denials.
Examples of RCM software include Epic Sys...read more
Q48. what is HMO and PPO plans ?
HMO and PPO plans are types of health insurance plans that differ in terms of network coverage and cost-sharing.
HMO (Health Maintenance Organization) plans require members to choose a primary care physician and get referrals to see specialists.
PPO (Preferred Provider Organization) plans offer more flexibility in choosing healthcare providers and do not require referrals to see specialists.
HMO plans typically have lower out-of-pocket costs but limited provider networks, while ...read more
Q49. Write a program to reverse a string with using any string functions
Program to reverse a string without using string functions
Create a function that takes a string as input
Initialize an empty string to store the reversed string
Iterate through the input string in reverse order and append each character to the new string
Return the reversed string
Q50. How much expecting CTC
I am expecting a competitive salary based on industry standards and my experience.
I have researched the industry standards for this position and my level of experience
I am open to negotiation based on the specific responsibilities and benefits offered
I am looking for a fair and competitive salary that reflects my skills and contributions to the company
Q51. Explain concept of oops
Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
Q52. What is Business requirement documentation, have you worked on it
Business requirement documentation is a detailed description of the needs and expectations of a business for a software system.
Business requirement documentation outlines the goals, objectives, and constraints of a project.
It includes detailed descriptions of the functionalities and features required in the software.
It serves as a guide for developers and stakeholders throughout the project.
Examples of business requirement documentation include use cases, user stories, and fu...read more
Q53. What are the frameworks you have worked on?
I have worked on various testing frameworks such as Selenium, JUnit, TestNG, and Cucumber.
Selenium
JUnit
TestNG
Cucumber
Q54. do u have any constraint in wfo
No, I do not have any constraint in WFO.
I am proficient in using WFO tools and have experience in optimizing workforce management.
I am familiar with the best practices and industry standards in WFO.
I am adaptable and can work with different WFO systems and processes.
I am open to learning new WFO technologies and techniques.
Q55. What is mortgage insurance
Mortgage insurance is a type of insurance policy that protects a lender or investor in case the borrower defaults on their mortgage payments.
Mortgage insurance is typically required for borrowers who put down less than 20% of the home's purchase price.
There are two types of mortgage insurance: private mortgage insurance (PMI) for conventional loans and mortgage insurance premium (MIP) for FHA loans.
Mortgage insurance allows lenders to offer loans with lower down payments, mak...read more
Q56. What types of analysis have you come across
Various types of analysis include SWOT, PESTLE, GAP, Root Cause, Cost-Benefit, and Trend analysis.
SWOT analysis - Strengths, Weaknesses, Opportunities, and Threats
PESTLE analysis - Political, Economic, Sociological, Technological, Legal, and Environmental factors
GAP analysis - Identifying the gap between current and desired state
Root Cause analysis - Identifying the underlying cause of a problem
Cost-Benefit analysis - Evaluating the costs and benefits of a decision
Trend analy...read more
Q57. Does HMO requires referral ?
Yes, HMO typically requires a referral for specialist care.
HMO plans usually require a primary care physician (PCP) referral for specialist visits.
Referrals are needed to ensure that the care is medically necessary and cost-effective.
Without a referral, the HMO may not cover the specialist visit or procedure.
Some exceptions may apply for emergency situations or certain preventive services.
Q58. Explain serialisation and de serialisation in API automation
Serialisation is the process of converting an object into a format that can be easily stored or transmitted, while deserialisation is the reverse process.
Serialisation is used to convert complex data structures into a string format that can be sent over a network or stored in a file.
De-serialisation is the process of converting the serialized data back into its original form.
In API automation, serialisation is often used to convert request and response data into JSON or XML f...read more
Q59. Explain couple of best practices you have implemented
Implemented automated testing and code reviews for better quality assurance
Implemented automated testing using Selenium for regression testing
Introduced code reviews to catch bugs early in the development process
Utilized continuous integration tools like Jenkins to automate testing processes
Q60. Your projects and microservices design patterns
I have experience designing and implementing microservices using various design patterns.
Utilized design patterns like Singleton, Factory, and Observer for microservices architecture
Implemented service discovery using tools like Eureka or Consul
Used API Gateway pattern for routing and load balancing
Employed Circuit Breaker pattern for fault tolerance and resilience
Designed microservices to be loosely coupled and independently deployable
Q61. What is the purpose of the report which you generate ?
The report serves to provide insights and information on a specific topic or area of interest.
The report is generated to communicate important information to stakeholders.
It can be used to identify trends, patterns, and areas for improvement.
The report may also be used to make informed decisions and develop strategies.
Examples include sales reports, financial reports, and performance reports.
The report should be clear, concise, and easy to understand.
It should also be tailore...read more
Q62. What is Authorization
Authorization is the process of granting or denying access to resources based on the user's identity and privileges.
Authorization determines what actions a user can perform on a system or application.
It involves verifying the user's identity and checking if they have the necessary permissions.
Authorization can be role-based, where access is granted based on predefined roles, or rule-based, where access is determined by specific rules.
Examples of authorization mechanisms inclu...read more
Q63. How to use in technical, who is recognize technology,
Recognizing and utilizing technology in a technical setting.
Stay updated on latest technological advancements
Understand how to apply technology to improve processes
Utilize tools and software effectively
Seek training and certifications in relevant technologies
Q64. How would you manage if multiple people are working on Same web page/Component
Q65. Do you have power backup and WiFi in your hostel?
Q66. How to manage conflict resolution and external system dependencies
Conflict resolution and managing external system dependencies are crucial for a Senior Scrum Master.
Encourage open communication and collaboration among team members to address conflicts early on
Facilitate discussions to understand different perspectives and find mutually agreeable solutions
Establish clear communication channels with external systems and stakeholders to manage dependencies effectively
Regularly review and update dependency maps to identify potential risks and ...read more
Q67. What is closure in js
Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.
Closure allows a function to access variables from its outer scope even after the outer function has finished executing.
It is created whenever a function is defined within another function.
Closure is commonly used to create private variables and functions in JavaScript.
Q68. 4 pillars of oops
The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.
Polymorphism: Ability of an object to take on many forms.
Q69. Introduce urself
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
Q70. do you have any idea Akamai Security configuration and CDN
Akamai Security configuration involves setting up rules and policies to protect web applications, while CDN helps in delivering content efficiently.
Akamai Security configuration includes setting up WAF rules, access control policies, and threat intelligence feeds.
CDN (Content Delivery Network) helps in caching content closer to end-users for faster delivery and reducing server load.
Akamai offers various security features like DDoS protection, bot management, and SSL/TLS encry...read more
Q71. Write a star pattern
Print a star pattern using loops
Use nested loops to print the pattern
Increment the number of stars in each row
Example: for a pattern with 5 rows -
*
**
***
****
*****
Q72. What is scrum and its ceremonies
Scrum is an agile framework for managing work, with ceremonies like sprint planning, daily stand-ups, sprint review, and sprint retrospective.
Scrum is an agile methodology used for managing software development projects.
Key ceremonies in Scrum include sprint planning, daily stand-ups, sprint review, and sprint retrospective.
Sprint planning involves defining the work to be done in a sprint.
Daily stand-ups are short meetings where team members discuss progress and plan for the ...read more
Q73. Difference between HMO and PPO plans
HMO plans require members to choose a primary care physician and get referrals for specialists, while PPO plans offer more flexibility in choosing healthcare providers.
HMO plans require members to choose a primary care physician
HMO plans require referrals for specialists
PPO plans offer more flexibility in choosing healthcare providers
PPO plans do not require referrals for specialists
Q74. explain MVVM architecture flow and reason for its use
MVVM is a software architecture pattern that separates the user interface from the business logic.
MVVM stands for Model-View-ViewModel
Model represents the data and business logic
View represents the user interface
ViewModel acts as a mediator between the View and Model
ViewModel exposes data and commands to the View
MVVM is used to improve code maintainability, testability, and separation of concerns
Q75. 1. list vs tuple vs set 2. find the sum of the combination which gives target
List, tuple, and set are data structures in Python with different characteristics. Finding the sum of combinations to reach a target involves using these data structures.
List: mutable, ordered collection of elements. Example: [1, 2, 3]
Tuple: immutable, ordered collection of elements. Example: (1, 2, 3)
Set: mutable, unordered collection of unique elements. Example: {1, 2, 3}
To find the sum of combinations that give a target, you can use itertools module in Python to generate a...read more
Q76. Pmi and mpi different
PMI stands for Private Mortgage Insurance while MPI stands for Mortgage Protection Insurance.
PMI is typically required for conventional loans with a down payment of less than 20% to protect the lender in case of default.
MPI is an optional insurance that pays off your mortgage in the event of death, disability, or involuntary unemployment.
PMI is usually paid monthly as part of your mortgage payment, while MPI is a one-time premium or added to your monthly mortgage payment.
PMI ...read more
Q77. fastload vs mulitload
Fastload and Multiload are both data loading utilities in Teradata.
Fastload is used for loading large amounts of data into empty tables quickly.
Multiload is used for loading large amounts of data into tables that already have data.
Fastload locks the target table during the load process, while Multiload does not.
Fastload uses multiple sessions to load data, while Multiload uses a single session.
Fastload requires a predefined schema, while Multiload can dynamically create table...read more
Q78. Difference between where and having in sql
WHERE is used to filter rows before grouping or aggregating, while HAVING is used to filter groups after grouping or aggregating.
WHERE is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition
HAVING is used with GROUP BY clause to filter groups based on a condition
WHERE is applied before grouping or aggregating data, HAVING is applied after grouping or aggregating data
Example: SELECT * FROM table_name WHERE column_name = 'value';
Example: SELECT column...read more
Q79. What do you know about unique keyword in sql
UNIQUE keyword in SQL is used to ensure that all values in a column are unique.
Used in CREATE TABLE statement to define a column as unique
Prevents duplicate values in the specified column
Can be used with multiple columns to create composite unique keys
Q80. 4 types of Medicare A,B,C and D
There are 4 types of Medicare: A, B, C, and D.
Medicare A covers hospital stays and some home health care.
Medicare B covers doctor visits, outpatient care, and medical equipment.
Medicare C (also known as Medicare Advantage) is a combination of A, B, and sometimes D, offered by private insurance companies.
Medicare D covers prescription drugs.
Q81. explain US healthcare (this is optional)
US healthcare is a complex system that involves private and public insurance, healthcare providers, and government regulations.
The US healthcare system is primarily based on private insurance, with some government-funded programs like Medicare and Medicaid.
Healthcare providers include hospitals, clinics, and individual practitioners such as doctors and nurses.
Government regulations include laws like the Affordable Care Act and the Health Insurance Portability and Accountabili...read more
Q82. How to measure productivity of kanban teams
Productivity of kanban teams can be measured through cycle time, lead time, throughput, and work in progress limits.
Measure cycle time - the time taken for a task to move from start to finish.
Measure lead time - the time taken from a task being requested to its completion.
Calculate throughput - the number of tasks completed in a given time period.
Set work in progress limits - to ensure focus and efficiency.
Q83. explain different ceremonies of scrum
Scrum has 4 ceremonies: Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective.
Sprint Planning: Plan the work to be done in the upcoming sprint.
Daily Scrum: A daily stand-up meeting to discuss progress and plan for the day.
Sprint Review: A meeting to review the work completed during the sprint.
Sprint Retrospective: A meeting to reflect on the sprint and identify areas for improvement.
Q84. How many types of Medicare
There are four types of Medicare: Part A, Part B, Part C, and Part D.
Medicare Part A covers hospital stays and skilled nursing care.
Medicare Part B covers doctor visits and outpatient care.
Medicare Part C, also known as Medicare Advantage, is an alternative to traditional Medicare and includes additional benefits.
Medicare Part D covers prescription drugs.
Q85. Exception handling in realtime ?
Realtime exception handling requires quick identification, logging, and resolution of errors.
Use try-catch blocks to handle exceptions in real-time
Log exceptions with detailed information to aid in debugging
Implement automated error reporting to quickly identify and resolve issues
Use monitoring tools to detect and alert on errors in real-time
Ensure error messages are clear and actionable for developers and end-users
Q86. How would you respond to priority requests
Q87. How to delete a table in the database?
To delete a table in the database, you can use the DROP TABLE statement.
Use the DROP TABLE statement followed by the table name to delete the table.
Make sure to backup any important data in the table before deleting it.
Ensure that you have the necessary permissions to delete the table.
Q88. Type of insurance
Various types of insurance include health, auto, home, life, and travel insurance.
Health insurance covers medical expenses
Auto insurance covers damages to vehicles
Home insurance covers damages to property
Life insurance provides financial protection to beneficiaries
Travel insurance covers trip cancellations and medical emergencies
Q89. What is burn down chart?
A burn down chart is a visual representation of work remaining versus time in a sprint or project.
It helps track the progress of a project by showing the amount of work completed over time.
The ideal burn down chart shows a steady decrease in work remaining until all tasks are completed by the end of the sprint.
It is commonly used in Agile and Scrum methodologies to monitor and manage project timelines.
It can also help identify potential issues or delays in the project timelin...read more
Q90. What is tuple? In c#
Tuple is an ordered set of values of different types in C#.
Tuples are immutable and can be used to return multiple values from a method.
Tuple can be created using the Tuple class or by using the tuple syntax.
Example: Tuple
tuple = new Tuple (1, "hello"); Example: var tuple = (1, "hello");
Tuple elements can be accessed using Item1, Item2, etc. properties or by deconstructing the tuple.
Example: int num = tuple.Item1; string str = tuple.Item2;
Example: (int num, string str) = tuple...read more
Q91. Tell me something about Agile
Agile is an iterative approach to software development that emphasizes flexibility and collaboration.
Agile values individuals and interactions over processes and tools
It emphasizes working software over comprehensive documentation
Agile encourages customer collaboration and responding to change
Scrum and Kanban are popular Agile methodologies
Agile ceremonies include daily stand-ups, sprint planning, and retrospectives
Q92. what is Safe agile
Safe agile is a framework for scaling agile practices to large enterprises.
Safe stands for Scaled Agile Framework
It provides a structured approach to scaling agile practices
It includes roles, ceremonies, and artifacts for large-scale agile development
It is used by many large organizations such as IBM, Ericsson, and Siemens
It emphasizes continuous delivery and customer-centricity
Q93. How to manage associate feedback process
Associate feedback process can be managed by setting clear expectations, providing regular opportunities for feedback, and following up on action items.
Set clear expectations for feedback process
Provide regular opportunities for associates to give feedback
Follow up on action items from feedback sessions
Q94. What does insurance mean from your end
Insurance provides financial protection against unexpected events or losses.
Insurance is a contract between the insured and the insurer where the insured pays a premium in exchange for coverage against specified risks.
It helps individuals and businesses manage risk by providing compensation for covered losses.
Types of insurance include health, life, auto, home, and business insurance.
For example, health insurance helps cover medical expenses, while auto insurance provides cov...read more
Q95. What are different types of databases
Different types of databases include relational, NoSQL, graph, and time-series databases.
Relational databases: store data in tables with rows and columns (e.g. MySQL, PostgreSQL)
NoSQL databases: flexible, schema-less databases (e.g. MongoDB, Cassandra)
Graph databases: store data in nodes and edges to represent relationships (e.g. Neo4j)
Time-series databases: optimized for storing and querying time-stamped data (e.g. InfluxDB)
Q96. explain brd and use case
BRD stands for Business Requirements Document and Use Case is a technique used to identify, clarify and organize system requirements.
BRD is a formal document that outlines the business requirements of a project
It includes the project scope, objectives, stakeholders, functional and non-functional requirements
Use Case is a technique used to identify, clarify and organize system requirements
It involves creating scenarios of how users interact with the system to achieve specific ...read more
Q97. Difference between ridge and lasso in regression
Ridge and Lasso are regularization techniques in regression to prevent overfitting by adding penalty terms to the cost function.
Ridge regression adds a penalty term equivalent to the square of the magnitude of coefficients (L2 regularization).
Lasso regression adds a penalty term equivalent to the absolute value of the magnitude of coefficients (L1 regularization).
Ridge regression tends to shrink the coefficients towards zero but does not set them exactly to zero.
Lasso regress...read more
Q98. Reflextions concept in c# ?
Reflections in C# allow for runtime inspection and modification of types, objects, and assemblies.
Reflections can be used to dynamically load assemblies and types at runtime.
Reflections can be used to inspect and modify properties, fields, and methods of objects.
Reflections can be used to create new instances of types and invoke their methods.
Reflections can be used to generate code dynamically using System.Reflection.Emit namespace.
Reflections can be slow and should be used ...read more
Q99. Difference between agile and waterfall
Agile is iterative and flexible, while waterfall is sequential and rigid.
Agile involves continuous feedback and adaptation, while waterfall follows a linear approach.
Agile allows for changes throughout the project, while waterfall requires detailed planning upfront.
Agile promotes collaboration and communication among team members, while waterfall has distinct phases with limited interaction.
Agile is better suited for projects with evolving requirements, while waterfall is ide...read more
Q100. What are different data structures?
Data structures are ways to organize and store data in a computer system.
Arrays: a collection of elements stored in contiguous memory locations
Linked Lists: a sequence of elements where each element points to the next one
Stacks: a Last In First Out (LIFO) data structure
Queues: a First In First Out (FIFO) data structure
Trees: hierarchical data structures with a root node and child nodes
Graphs: a collection of nodes connected by edges
Top HR Questions asked in TEK Inspirations
Interview Process at TEK Inspirations
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month