Filter interviews by
INDIVIDUAL TOPICS SPEAK FOR A MINUTE
Top trending discussions
I applied via Referral and was interviewed before May 2022. There were 2 interview rounds.
I applied via Job Portal
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.
Domain migration involves transferring data, applications, and infrastructure from one domain to another.
Assess current domain setup and requirements for new domain
Plan migration strategy including timeline and resources
Backup data and applications to prevent loss
Test migration process in a controlled environment
Execute migration with minimal downtime and disruptions
Verify data integrity and functionality post-migratio...
To troubleshoot AD issues, I analyze logs, check network connectivity, verify DNS settings, and test user authentication.
Analyze event logs for any errors or warnings related to Active Directory
Check network connectivity between the domain controller and client machines
Verify DNS settings to ensure proper resolution of domain controller names
Test user authentication by logging in with different user accounts
posted on 8 Mar 2024
Some easy mcq coding questions
Serialization is the process of converting an object into a stream of bytes to store or transmit data.
Serialization is used to save the state of an object and recreate it when needed.
In Java, serialization is achieved by implementing the Serializable interface.
Example: ObjectOutputStream and ObjectInputStream classes are used for serialization in Java.
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
Communication check & general discussion.
SQL is a traditional relational database management system, while NoSQL is a non-relational database system.
SQL is structured, uses tables with predefined schema, and is good for complex queries.
NoSQL is unstructured, uses collections or documents, and is good for large amounts of data with simple queries.
SQL is ACID compliant, ensuring data integrity, while NoSQL is BASE (Basically Available, Soft state, Eventually co...
Reverse a linked list recursively by swapping pointers
Start by checking if the current node is null or the next node is null
If so, return the current node as it is the new head of the reversed list
Otherwise, recursively call the function on the next node and swap pointers
A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.
Create a stack to store the elements and another stack to store the minimum values encountered so far.
When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.
When popping an element, check if it ...
Implement two stacks in a single array using two different approaches
Divide the array into two halves and use one half for each stack
Use two pointers, one for each stack, and move them towards each other as elements are pushed or popped
Consider edge cases like stack overflow and underflow
I applied via Job Portal
based on 1 interview
Interview experience
Consultant
1.8k
salaries
| ₹4.4 L/yr - ₹17 L/yr |
Assistant Manager
1.2k
salaries
| ₹9 L/yr - ₹26 L/yr |
Senior Consultant
810
salaries
| ₹7 L/yr - ₹18 L/yr |
Manager
577
salaries
| ₹13 L/yr - ₹35 L/yr |
Associate
472
salaries
| ₹3 L/yr - ₹12 L/yr |
Deloitte
PwC
KPMG India
Ernst & Young