Filter interviews by
I applied via LinkedIn and was interviewed in Mar 2023. There were 2 interview rounds.
SharePoint is a web-based collaboration and document management platform by Microsoft.
Allows users to create, manage and share content and applications
Provides features like document libraries, lists, workflows, and search functionality
Can be used for intranet portals, document management, and team collaboration
Integrates with other Microsoft products like Office 365 and Teams
Master URL is the default URL for a SharePoint site while Custom URL is a user-defined URL.
Master URL is used to access the default SharePoint site
Custom URL is a user-defined URL that can be used to access a specific page or site within SharePoint
Master URL is set by the SharePoint administrator while Custom URL can be set by any user with appropriate permissions
Custom URL can be used to create a more user-friendly UR
Add-ins in SharePoint are self-contained extensions that can be added to a SharePoint site to extend its functionality.
Add-ins can be developed using web technologies like HTML, CSS, JavaScript, and can be hosted on a remote server.
They can be used to add new features, integrate with external systems, and customize the user interface.
Add-ins can be deployed to SharePoint Online or on-premises SharePoint.
Examples of add...
CSOM stands for Client Side Object Model in SharePoint. It is a set of APIs that allows developers to interact with SharePoint from client-side applications.
CSOM is used to perform CRUD (Create, Read, Update, Delete) operations on SharePoint data from client-side applications.
CSOM can be used with .NET, JavaScript, and other programming languages.
CSOM can be used to access SharePoint data from mobile devices and other ...
The Rest API in SharePoint allows developers to interact with SharePoint data using standard web requests.
REST stands for Representational State Transfer
REST API uses HTTP requests to GET, POST, PUT, and DELETE data
SharePoint REST API supports OData protocol for querying data
REST API can be used with SharePoint Online and on-premises versions
Example: GET request to retrieve all items from a SharePoint list: https://
Workflow in Power Automate is a sequence of automated actions that can be triggered by an event in SharePoint Online.
Workflows can be used to automate business processes, such as approval workflows or document review workflows.
Power Automate provides a range of pre-built templates for common workflows, as well as the ability to create custom workflows.
Workflows can be triggered by events such as when a new item is adde...
Content type is a reusable collection of metadata and settings that can be applied to a list or library to standardize data.
Content types define metadata and behaviors for items in a list or library
They can be inherited or created from scratch
Examples include Document, Image, and Announcement content types
Site Collection is a group of SharePoint sites that share common settings, permissions, and features.
Site Collection is a top-level site in SharePoint
It can contain multiple subsites
It has its own unique permissions, settings, and features
It can be managed by a Site Collection Administrator
Examples include: Team Site, Document Center, Publishing Site
CSOM is client-side object model used for remote access while SSOM is server-side object model used for local access.
CSOM is used for remote access to SharePoint objects while SSOM is used for local access.
CSOM uses REST API to communicate with SharePoint while SSOM uses .NET framework.
CSOM is lightweight and can be used in any platform while SSOM requires SharePoint server installed.
Examples of CSOM are JavaScript, .N...
Sub-sites are child sites created under a parent site while hub sites are top-level sites that connect and organize related sites.
Sub-sites inherit permissions and settings from their parent site
Hub sites allow for consistent branding and navigation across related sites
Sub-sites can be used for specific projects or teams while hub sites can be used for departments or divisions
Hub sites can aggregate content from associ
Canvas apps are custom apps with a drag-and-drop interface, while model-driven apps are based on pre-built data models.
Canvas apps allow for more customization and flexibility in design
Model-driven apps are better suited for complex data models and business processes
Canvas apps are created using Power Apps Studio, while model-driven apps are created using Power Apps Maker
Examples of canvas apps include expense trackers...
A collection in Power Apps is a group of data that can be stored and manipulated together.
Collections can be created from data sources such as SharePoint lists or Excel files.
Data can be added, removed, or updated in a collection using functions like Collect, Remove, and Update.
Collections can be used to display data in galleries or tables, or to perform calculations and filtering.
Collections can also be used to pass d
Delegation in Power Apps allows for efficient data retrieval by delegating some processing to the data source.
Delegation is used to retrieve large amounts of data from a data source without overwhelming the app.
It allows for filtering, sorting, and searching of data at the data source level.
Common data sources that support delegation include SharePoint, SQL Server, and Dynamics 365.
Delegation can be limited by the data...
Web Services in SharePoint are used to communicate with SharePoint from external applications.
Web Services provide a standardized way to access SharePoint data and functionality.
They use SOAP and REST protocols to communicate with SharePoint.
Examples of SharePoint Web Services include the Lists, User Profile, and Search Web Services.
Web Services can be used to perform CRUD operations on SharePoint data, retrieve data, ...
Patch function in Power Apps is used to modify or create a record in a data source.
Patch function is used to update or create a record in a data source.
It takes three parameters: the data source, the record to modify or create, and the changes to make.
Example: Patch('MyDataSource', {ID: 1, Name: 'John'}, {Name: 'Jane'}) will update the name of the record with ID 1 from 'John' to 'Jane'.
collect() and clearCollect() are functions in Power Apps used to add or replace data in a collection.
collect() adds data to a collection or replaces existing data with new data.
clearCollect() removes all data from a collection and replaces it with new data.
Both functions are commonly used to manipulate data in a collection before sending it to a data source.
Example: Collect(MyCollection, {Name: 'John', Age: 30}) adds a...
Top trending discussions
posted on 4 Nov 2024
A basic aptitude test was conducted comprising of java logical resoaning and maths.
It was a GD where along with discussion of particular topic some tech questions were also asked.
SQL joints are used to combine rows from two or more tables based on a related column between them.
Types of SQL joints include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left t...
My last project was a web application for a retail company. The database had tables for customers, products, orders, and inventory.
Tables in the database: customers, products, orders, inventory
Example: customers table had columns for customer ID, name, email, and address
Example: products table had columns for product ID, name, price, and quantity
Example: orders table had columns for order ID, customer ID, product ID, a...
posted on 27 Aug 2024
Types of flows in Salesforce include autolaunched flows, screen flows, and scheduled flows.
Autolaunched flows are triggered by a process or record change
Screen flows guide users through a series of screens to collect data
Scheduled flows are set to run at specific times or intervals
Coding in LWC, Apex, Aura, and Triggers is essential for Salesforce Developers.
LWC (Lightning Web Components) - used for building UI components in Salesforce
Apex - Salesforce's proprietary programming language for backend development
Aura - Salesforce's previous framework for building UI components
Triggers - used to perform custom actions before or after records are inserted, updated, or deleted
Integration coding involves connecting different systems to work together seamlessly.
Understand the APIs of the systems you are integrating
Use middleware like MuleSoft or Boomi for complex integrations
Consider data mapping and transformation requirements
Implement error handling and logging for troubleshooting
Test the integration thoroughly before deployment
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
posted on 30 Sep 2024
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
Pen Paper test aptitude test with 2 long answer questions
Polymorphism is the ability of a single function or method to operate on different types of data.
Types of polymorphism: compile-time (method overloading) and runtime (method overriding)
Compile-time polymorphism is achieved through function overloading, where multiple functions have the same name but different parameters
Runtime polymorphism is achieved through function overriding, where a subclass provides a specific im...
Find the first occurring letter in a string
Iterate through the string and store the count of each letter in a hashmap
Return the first letter with count 1
posted on 15 May 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
In this round i have to solve 45 question in45 minute the level of question was not hard
In the coding round i get 60 minutes in which i have to solve 3 question 2 questions were easy and third was medium
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
based on 8 reviews
Rating in categories
Sharepoint Developer
56
salaries
| ₹3.6 L/yr - ₹7.6 L/yr |
RPA Developer
46
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Sharepoint Developers
17
salaries
| ₹4.8 L/yr - ₹8 L/yr |
Devops Engineer
8
salaries
| ₹4.8 L/yr - ₹7.2 L/yr |
Senior Sharepoint Developer
6
salaries
| ₹4.5 L/yr - ₹6.5 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Kifs Housing Finance