i
SMS
Group
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
As an Azure Administrator, I manage cloud resources, ensure security, and optimize performance daily.
Monitor and manage Azure resources, ensuring optimal performance and availability.
Implement and manage Azure Active Directory for user access and identity management.
Configure and maintain virtual networks, ensuring secure connectivity between resources.
Automate repetitive tasks using Azure PowerShell or Azure CLI for e...
Yes, I have experience with SSO, conditional policies, and MFA.
Implemented Single Sign-On (SSO) for seamless user authentication across multiple applications
Configured conditional access policies to control access based on specific conditions like location or device
Enabled Multi-Factor Authentication (MFA) to add an extra layer of security for user logins
You can integrate SAML or different kinds of applications in Azure AD by configuring SAML-based single sign-on (SSO) settings.
Configure SAML-based SSO settings in Azure AD.
Add the application to Azure AD and configure the necessary settings.
Map the attributes between Azure AD and the application for user authentication.
Test the SAML integration to ensure it is working correctly.
AAD Connect is a tool used to synchronize on-premises Active Directory with Azure Active Directory.
AAD Connect helps in syncing user accounts, groups, and attributes between on-premises AD and Azure AD.
It allows for single sign-on capabilities and enables hybrid identity management.
AAD Connect is essential for integrating on-premises directories with Azure services like Office 365.
It ensures that user identities are co...
Yes, I have worked on Microsoft Identity Manager.
Implemented and managed user identities using Microsoft Identity Manager
Configured synchronization rules for user provisioning and deprovisioning
Troubleshooted issues related to identity management
Integrated Microsoft Identity Manager with other systems for seamless user access
Yes, I have experience with scripting languages such as PowerShell and Bash.
I have experience writing scripts in PowerShell for automating tasks on Windows systems.
I am familiar with Bash scripting for managing Linux environments.
I have used scripting languages to automate routine tasks and streamline processes.
AI is a powerful technology that enables machines to learn from data, adapt to new inputs, and perform tasks that typically require human intelligence.
AI is a branch of computer science that aims to create intelligent machines capable of simulating human intelligence.
It involves the development of algorithms that can analyze data, learn from it, and make decisions or predictions based on that data.
AI can be used in var...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
Program to find last non-repeating character in a given string using Java 8 functions only.
Use Java 8 Streams and Lambda's to filter the string and find the last non-repeating character.
Create a Map to store the frequency of each character in the string.
Use the filter() method to get the non-repeating characters and find the last one using reduce().
When a class implements multiple interfaces with the same method, it must provide a single implementation for that method.
If both interfaces have the same method signature, the implementing class must define that method only once.
Example: If Interface A and Interface B both have 'void apply()', the class must implement 'void apply()' once.
The implementation can be used interchangeably for both interfaces.
If needed, the...
Find the top 3 employees based on ratings in an employee table.
Sort the employee table based on ratings in descending order.
Select the top 3 employees from the sorted table.
Return the selected employees as the result.
Group anagrams from a list of strings by sorting characters in each string.
Use a hash map to group words by their sorted character tuple.
Example: Input: ['eat', 'tea', 'tan', 'ate', 'nat', 'bat']
Output: [['eat', 'tea', 'ate'], ['tan', 'nat'], ['bat']]
Iterate through each word, sort it, and use it as a key in the hash map.
Modify Employee class to consider objects with same names as duplicates.
Add a static HashSet<String> to keep track of unique names.
Override equals() and hashCode() methods to compare names.
In the constructor, check if the name already exists in the HashSet and mark it as duplicate if true.
posted on 30 May 2024
posted on 27 Apr 2022
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Reasoning , English
posted on 20 May 2022
I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.
Multiple choice questions
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 4 interview rounds.
It was basic code syntax check test.
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
They asked me about my current project and asked me to design a system similar to that
posted on 19 Jan 2021
I applied via Walk-in and was interviewed before Jan 2020. There was 1 interview round.
posted on 30 May 2017
I appeared for an interview in Oct 2016.
posted on 16 May 2021
I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.
SQL aggregation functions perform calculations on multiple rows of a single column of a table.
Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.
They are used with the SELECT statement to retrieve data from a table.
Examples: SELECT COUNT(*) FROM customers; SELECT AVG(price) FROM products;
Aggregate functions can also be used with the GROUP BY clause to group data by one or more columns.
Join queries are used to combine data from two or more tables based on a related column.
Use the JOIN keyword followed by the name of the table you want to join.
Specify the columns you want to select from each table.
Use the ON keyword to specify the column(s) that the tables should be joined on.
There are different types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.
Example: SELECT customers.name, orde...
SQL is a programming language used to manage and manipulate relational databases.
SQL stands for Structured Query Language
It is used to create, modify, and query databases
Common commands include SELECT, INSERT, UPDATE, and DELETE
Example: SELECT * FROM customers WHERE age > 18;
A constructor is a special method used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can take parameters to set initial values.
They can be overloaded to provide multiple ways of initializing objects.
Class and object are fundamental concepts in object-oriented programming. Method overloading and method overriding are two ways to achieve polymorphism.
A class is a blueprint or template for creating objects that encapsulate data and behavior.
An object is an instance of a class that has its own state and behavior.
Method overloading is when multiple methods in a class have the same name but different parameters.
Method o...
SQL subquery is a query within another query used to retrieve data from one or more tables.
Subqueries are enclosed in parentheses and placed within the WHERE or HAVING clause of the outer query.
They can be used to filter, sort, or aggregate data based on the results of the subquery.
Subqueries can also be used in the SELECT statement to retrieve a single value or set of values.
Example: SELECT * FROM employees WHERE depa...
A complex query is a query that involves multiple tables, conditions, and/or functions.
Start by identifying the tables involved in the query
Determine the conditions that need to be met using WHERE clause
Use JOIN to combine tables if necessary
Use aggregate functions like COUNT, SUM, AVG, etc. to perform calculations
Use subqueries to break down complex queries into smaller parts
Test the query and refine as necessary
based on 1 interview experience
Difficulty level
Duration
Senior Manager
69
salaries
| ₹15 L/yr - ₹24 L/yr |
Assistant Manager
68
salaries
| ₹8.9 L/yr - ₹14.6 L/yr |
Deputy Manager
66
salaries
| ₹10 L/yr - ₹18 L/yr |
Manager
51
salaries
| ₹12.6 L/yr - ₹19.8 L/yr |
Senior Engineer
44
salaries
| ₹6.8 L/yr - ₹12 L/yr |
Sigma Electric Manufacturing Corporation
TÜV SÜD
TKIL
Ceasefire Industries