Filter interviews by
SCCM is a system management tool used for deploying, managing and monitoring software and hardware in an enterprise environment.
SCCM stands for System Center Configuration Manager
It allows for remote management of devices and software deployment
Features include inventory management, software distribution, patch management, and OS deployment
It can be used to manage Windows, Mac, and Linux devices
SCCM integrates with oth...
Top trending discussions
posted on 15 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.
A cursor is a database object used to retrieve data from a result set one row at a time.
A cursor is used to iterate through a result set.
It can be used to update or delete rows in a table.
Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;
Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;
Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.
posted on 16 Apr 2021
Implement merge sort and find kth largest element in an array.
Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.
Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.
Merge sort has a time complexity of O(nlogn) and space complexity of O(n).
Quick select has a time comp...
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
Convert given no to corresponding excel no.
Excel no starts from 1 and goes up to 16384
Excel no is calculated using column and row numbers
For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on
Find unique characters in a window of k size in a string.
Use a sliding window approach.
Maintain a hash table to keep track of character frequency.
Remove characters from hash table as the window slides.
based on 1 review
Rating in categories
Consultant
623
salaries
| ₹6.5 L/yr - ₹19.3 L/yr |
Senior System Analyst
608
salaries
| ₹3.8 L/yr - ₹12.4 L/yr |
Software Engineer
374
salaries
| ₹3 L/yr - ₹13.1 L/yr |
Digital Engineer
316
salaries
| ₹2.6 L/yr - ₹10.1 L/yr |
System Analyst
312
salaries
| ₹3 L/yr - ₹10 L/yr |
ITC Infotech
3i Infotech
Cybage
Xoriant