Polaris
20+ Ayurveda Gokarna Interview Questions and Answers
Q1. difference between stack and heap, when are they used?
Q2. can a parent function access values of a child function?
Q3. How to delete variables that are dynamically allocated?
Q4. Can you deallocate memory of a null pointer?
No, you cannot deallocate memory of a null pointer.
Deallocating memory of a null pointer will result in undefined behavior.
Null pointers do not point to any valid memory location.
Attempting to deallocate memory of a null pointer can lead to crashes or memory leaks.
Q5. explain how a stack is used during function calls?
Q6. totally 10 balls are there,out of that 9 were of same weight and 1 is off diff weight ,find that ball using minimum measurement
Q7. Write a program to swap to no s with and without using a third variable
Q8. how to insert data in a binary tree at the end
To insert data at the end of a binary tree, traverse the tree until a leaf node is found and add the new node as its child.
Start at the root node and traverse the tree until a leaf node is reached.
If the left child of a node is null, insert the new node as its left child.
If the left child is not null, check the right child and insert the new node as its right child if it is null.
Repeat the process until a leaf node is found.
Q9. what does the file pointer return?
Q10. Cut the cake into eight equal halves using 3 cuts..the cake is the form of circle..
Q11. What are attribute of a file?
Q12. Explain code of ascending number array
Ascending number array code sorts numbers in ascending order.
Declare an array of integers.
Use a loop to iterate through the array.
Compare adjacent elements and swap them if they are in the wrong order.
Repeat until the array is sorted in ascending order.
Q13. Tell us abt ur project?
Q14. Do u know c and c++?
Q15. How is a file accessed?
Q16. What apps do you use?
I use various accounting software and productivity apps to streamline my work.
QuickBooks for bookkeeping and financial reporting
Xero for cloud-based accounting and invoicing
Trello for project management and task tracking
Slack for team communication and collaboration
Microsoft Excel for data analysis and budgeting
Q17. What is FREE used for
Q18. Difference between calloc() and malloc()
Q19. What is FILE?
Q20. Handling Weblist in QTP
Weblist in QTP can be handled using select method and getROProperty method.
Use select method to select an option from the weblist
Use getROProperty method to get the properties of the selected option
Use childItem method to get the list of options in the weblist
Top HR Questions asked in Ayurveda Gokarna
Interview Process at Ayurveda Gokarna
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month