HCL Group
20+ Traya Health Interview Questions and Answers
Q1. Explain about the fouls and rules of the sport
The question is not related to the medical field.
Fouls and rules vary depending on the sport being referred to.
Common fouls include tripping, holding, and illegal contact.
Rules are in place to ensure fair play and safety of the participants.
Examples of sport-specific fouls and rules can be provided if the sport is specified.
Q2. How to show whole table in SQL?
Use SELECT * FROM table_name to show whole table in SQL.
Use SELECT * FROM table_name to retrieve all columns and rows from a table.
Replace table_name with the actual name of the table you want to display.
Make sure you have the necessary permissions to access the table.
Q3. usecase of OOPS in programing and define OOPS pillars
OOPS is a programming paradigm that uses objects and classes to design and build applications.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class)
Inheritance: Ability to create new classes based on existing classes, promoting code reusability
Polymorphism: Ability for objects to be treated as instances of their parent class, allowing for flexibility in method implementation
Q4. SQL to find second highest salary
SQL query to find the second highest salary.
Use the SELECT statement to retrieve the salary column from the employee table.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to limit the result set to the second row.
Use the OFFSET clause to skip the first row.
Combine all the clauses to get the second highest salary.
Q5. difference between interface and abstract class?
Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.
Interface can only have abstract methods and constants, while abstract class can have abstract and concrete methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract classes are used to provide a common base for subclasses.
Exampl...read more
Q6. 3.Difference between viewbag,viewdata,tempdata
Difference between viewbag, viewdata, tempdata
ViewBag is a dynamic object used to pass data from controller to view
ViewData is a dictionary object used to pass data from controller to view
TempData is used to store data temporarily between two consecutive requests
ViewBag and ViewData are used for one-way communication while TempData is used for two-way communication
TempData is used to store data for redirection scenarios
Q7. What are the major benifits of cloud
Major benefits of cloud include scalability, cost-efficiency, flexibility, and improved collaboration.
Scalability: Easily scale resources up or down based on demand without the need for physical infrastructure.
Cost-efficiency: Pay only for the resources you use, reducing upfront costs and eliminating the need for maintenance.
Flexibility: Access data and applications from anywhere with an internet connection, enabling remote work and collaboration.
Improved collaboration: Cloud...read more
Q8. Tell about Human resource management
Human resource management involves managing and developing employees to achieve organizational goals.
Recruiting and hiring employees
Training and development
Performance management
Compensation and benefits
Employee relations
Compliance with employment laws and regulations
Q9. 2.State management techniques in asp.net
State management techniques in asp.net
ViewState - stores page-specific data in hidden fields
Session state - stores user-specific data on the server
Application state - stores application-wide data on the server
Cookies - stores small amounts of data on the client-side
Query strings - stores data in the URL
Cache - stores frequently accessed data on the server for faster access
Q10. Troubleshooting steps for framework genesys
Troubleshooting steps for Genesys framework
Check if all required components are installed and configured properly
Verify if there are any errors or warnings in the logs
Check if the latest version of the framework is being used
Try restarting the framework and related services
If the issue persists, escalate to the vendor or community support for assistance
Q11. Sort a following array without array operation
Sort an array without using array operation
Use a sorting algorithm like bubble sort, insertion sort, or selection sort
Implement the algorithm using loops and conditional statements
Make sure to compare and swap elements in the array to sort it correctly
Q12. Which language i have used?
I have used multiple programming languages including Java, Python, and C++.
Java
Python
C++
Q13. What are smartforms in ABAP?
Smartforms in ABAP are a tool used for creating and maintaining forms in SAP systems.
Smartforms are used to design and generate forms like invoices, purchase orders, etc.
They are created using a graphical design tool in SAP system.
Smartforms can be integrated with ABAP programs to generate and print forms.
They offer more flexibility and features compared to SAPscript forms.
Q14. What is data structures
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures are used to manage large amounts of data efficiently
They can be implemented using arrays, linked lists, trees, graphs, and other methods
Examples include stacks, queues, hash tables, and binary search trees
Q15. What is aem developer role
AEM developer role involves designing, developing, and maintaining applications using Adobe Experience Manager (AEM).
Designing and developing web applications using AEM
Customizing AEM components and templates
Integrating AEM with other systems and platforms
Troubleshooting and debugging AEM applications
Working closely with stakeholders to gather requirements and deliver solutions
Q16. What are types of cloud
Types of cloud include public, private, hybrid, and community clouds.
Public cloud: Services are delivered over the internet and shared among multiple organizations (e.g. AWS, Azure)
Private cloud: Services are maintained on a private network and dedicated to a single organization (e.g. VMware, OpenStack)
Hybrid cloud: Combination of public and private clouds, allowing data and applications to be shared between them
Community cloud: Infrastructure shared by several organizations ...read more
Q17. Explain Framework layer of genesys
The Framework layer of Genesys provides a set of core services and APIs for building contact center applications.
The Framework layer includes components such as Configuration Server, Solution Control Server, and Interaction Server.
It provides APIs for managing interactions, routing, reporting, and more.
Developers can use the Framework layer to build custom applications and integrations on top of the Genesys platform.
Examples of applications built using the Framework layer inc...read more
Q18. Explain types of Function Modules.
Function modules are reusable programs that perform specific tasks in SAP systems.
Function modules can be either remote-enabled or locally executed.
They can be called from other programs using the CALL FUNCTION statement.
Function modules can have importing, exporting, changing, and tables parameters.
Examples include RFC_READ_TABLE for reading data from tables and BAPI_FLIGHT_GETLIST for retrieving flight information.
Q19. What is microservices
Microservices are a software development technique where applications are built as a collection of small, independent services.
Microservices architecture breaks down a large application into smaller, independent services
Each service is responsible for a specific task and communicates with other services through APIs
Microservices allow for greater flexibility, scalability, and easier maintenance
Examples of companies using microservices include Netflix, Amazon, and Uber
Q20. What is biocon
Biocon is a biopharmaceutical company that specializes in developing and manufacturing generic and biosimilar drugs.
Biocon was founded in 1978 and is headquartered in Bangalore, India.
The company has a strong presence in the global market and has partnerships with several pharmaceutical companies.
Biocon's products include insulin, immunosuppressants, and oncology drugs.
The company is also involved in research and development of new drugs and therapies.
Biocon has received seve...read more
More about working at HCL Group
Interview Process at Traya Health
Top Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month