Crio.Do
10+ Park Hospital Interview Questions and Answers
Q1. Difference between SQL vs nosql
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL is table-based, with a predefined schema, while NoSQL is document, key-value, graph, or wide-column store-based, with dynamic schema.
SQL is best suited for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time web applications.
Examples of SQL databases include MySQL, Oracle, and SQL Server, while examples of NoSQL databas...read more
Q2. What is use state
Use state is a feature in React that allows components to have local state.
Use state is a React Hook that allows functional components to have state.
It is used to store and update component-specific data.
Example: const [count, setCount] = useState(0);
Q3. Middle number in a matrix
The middle number in a matrix is the number located at the center of the matrix.
To find the middle number in a matrix, first determine the number of rows and columns in the matrix.
If the number of rows and columns is odd, the middle number is located at (n/2, n/2) where n is the number of rows or columns.
If the number of rows and columns is even, there may be multiple middle numbers or the average of the two middle numbers is considered.
Q4. Check Anagram of two strings.
Check if two strings are anagrams of each other.
Create a character count array for each string
Compare the character count arrays to check if they are equal
Ignore spaces and consider case sensitivity
Q5. Reverse a linked List.
Reverse a linked list by changing the pointers direction.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction.
Update the head of the linked list to be the last node visited.
Q6. Project Description
The project involves designing and managing the construction of a new office building.
Developing project plans and timelines
Coordinating with architects and contractors
Ensuring compliance with building codes and regulations
Managing project budget and resources
Q7. How to sell a pen How to increase hotels revenue How to sell a software products when persons is leat interested
To sell a pen, emphasize its quality, versatility, and value. To increase hotel revenue, focus on marketing, customer satisfaction, and upselling. To sell software to disinterested individuals, highlight its benefits, offer demos, and provide personalized solutions.
For selling a pen, highlight its smooth writing experience, durability, and stylish design.
To increase hotel revenue, implement effective marketing strategies, improve customer satisfaction through excellent servic...read more
Q8. Tell me about Sales
Sales involves the process of selling products or services to customers in order to generate revenue for a business.
Sales is about building relationships with customers and understanding their needs.
It involves identifying potential leads, qualifying them, and closing deals.
Sales also includes negotiating terms, handling objections, and following up with customers.
Successful salespeople are good communicators, problem solvers, and have a strong understanding of their product ...read more
Q9. Sell me the course of fullstack to the student
Learn fullstack development to become a versatile and in-demand tech professional.
Fullstack course covers both front-end and back-end development skills.
Gain expertise in popular programming languages like HTML, CSS, JavaScript, Python, and more.
Learn to build dynamic and interactive web applications from scratch.
Acquire knowledge of databases, servers, and APIs to create fully functional websites.
Develop problem-solving and critical thinking skills essential for a successful...read more
Q10. Sell me this pen
This pen is not just a writing tool, but a stylish accessory that will make you stand out in any professional setting.
Highlight the sleek design and professional look of the pen
Emphasize the high quality materials used in its construction
Mention the smooth writing experience it provides
Create a sense of urgency by mentioning limited availability or special offer
Q11. What is a stack
A stack is a data structure that follows the Last In, First Out (LIFO) principle.
Elements are added and removed from the top of the stack.
Common operations include push (add element) and pop (remove element).
Examples of stacks include the call stack in programming and the undo feature in text editors.
Q12. What is a queue
A queue is a data structure that follows the First In First Out (FIFO) principle, where elements are added at the rear and removed from the front.
Elements are added to the rear of the queue and removed from the front
Common operations include enqueue (add to rear) and dequeue (remove from front)
Examples of queues include waiting lines at a grocery store or a printer queue
Q13. Sell a pen wid less cost
Sell a pen at a lower cost
Focus on the value the pen provides
Highlight its durability and functionality
Offer discounts or promotions
Emphasize the cost savings compared to other pens
Provide testimonials or reviews from satisfied customers
Interview Process at Park Hospital
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month