Filter interviews by
To stop a tenant DB in HANA, you can use the SAP HANA studio or SQL commands.
Use SAP HANA studio to stop the tenant database
Alternatively, you can use SQL commands like 'ALTER SYSTEM STOP DATABASE
Make sure to have the necessary permissions to stop the database
I chose BASIS because of my interest in managing SAP systems and ensuring their optimal performance.
Passion for managing SAP systems
Interest in ensuring optimal performance
Enjoy troubleshooting and problem-solving
Opportunity for career growth and development
Top trending discussions
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
I appeared for an interview in Sep 2020.
I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.
Multiple choice questions
I appeared for an interview before Oct 2021.
A nested list is a list that contains other lists as its elements.
Nested lists can be created using square brackets and separating the elements with commas.
Elements of a nested list can be accessed using indexing and slicing.
Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
Accessing element 5: my_list[1][1]
A queue is a data structure that follows the First In First Out (FIFO) principle.
Elements are added to the back of the queue and removed from the front.
Example: A line of people waiting for a movie ticket.
Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)
posted on 27 Jul 2022
I applied via Campus Placement and was interviewed before Jul 2021. There were 5 interview rounds.
Round 1 was about 60 mins long. Basic Aptitude questions along with Programming MCQ
Round 2 had 2 coding questions with a time limit of 60mins. Intermediate level problem solving
knowledge is neccessary.
I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.
Python code to find the root of a number
Use the math module to access the sqrt() function
Use the ** operator to raise the number to the power of 1/n
Handle negative numbers by converting them to complex numbers
posted on 13 Dec 2021
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
posted on 24 Jan 2022
I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.
Code to split an array of integers into two subarrays with equal sum.
Iterate through the array and calculate the total sum.
Divide the sum by 2 to get the target sum for each subarray.
Use dynamic programming to find a subset of the array that adds up to the target sum.
Return the two subarrays.
Example: [1, 2, 3, 4, 5, 6] -> [1, 2, 3, 6], [4, 5]
Example: [1, 2, 3, 4, 5] -> [1, 4, 5], [2, 3]
Implementing a binary search tree and its traversal methods.
Start by defining a Node class with left and right child pointers.
Implement insert() method to add nodes to the tree.
Implement inorder(), preorder(), and postorder() traversal methods.
Implement search() method to find a node in the tree.
Implement delete() method to remove a node from the tree.
Consider edge cases like empty tree, duplicate nodes, etc.
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
SAP Hana Consultant
130
salaries
| ₹5 L/yr - ₹18 L/yr |
Associate Engineer
111
salaries
| ₹2.8 L/yr - ₹6.3 L/yr |
SAP Basis Consultant
70
salaries
| ₹3.5 L/yr - ₹11 L/yr |
Principal Engineer
53
salaries
| ₹12.5 L/yr - ₹35 L/yr |
Program Manager
51
salaries
| ₹8 L/yr - ₹28 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant