Upload Button Icon Add office photos

Filter interviews by

Orbex Technologies Interview Questions, Process, and Tips

Updated 12 Apr 2023

Top Orbex Technologies Interview Questions and Answers

View all 22 questions

Orbex Technologies Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(17 Questions)

  • Q1. What Is SharePoint in Microsoft Platform
  • Ans. 

    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

  • Answered by AI
  • Q2. What difference Master URL And Custom Url
  • Ans. 

    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

  • Answered by AI
  • Q3. What is Add -ins In SharePoint
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is the CSOM In SharePont
  • Ans. 

    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 ...

  • Answered by AI
  • Q5. What is the Rest API In SharePoint
  • Ans. 

    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://

  • Answered by AI
  • Q6. What Is workflow in Power Automate in SharePoint online
  • Ans. 

    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...

  • Answered by AI
  • Q7. What is the content type in SharePoint
  • Ans. 

    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

  • Answered by AI
  • Q8. What IS The Site Collection In SharePoint
  • Ans. 

    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

  • Answered by AI
  • Q9. What is the difference between CSOM AND SSOM
  • Ans. 

    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...

  • Answered by AI
  • Q10. What is the sub-site and hub site in SharePoint
  • Ans. 

    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

  • Answered by AI
  • Q11. What is your current project
  • Q12. What are canvas apps and model-driven apps in power apps
  • Ans. 

    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...

  • Answered by AI
  • Q13. What is collection in power apps
  • Ans. 

    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

  • Answered by AI
  • Q14. What are delegation in power apps
  • Ans. 

    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...

  • Answered by AI
  • Q15. What is web Servies in SharePoint
  • Ans. 

    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, ...

  • Answered by AI
  • Q16. What is patch function in power apps
  • Ans. 

    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'.

  • Answered by AI
  • Q17. What are collect() and clear collect() in power apps
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maim/Sir
I AM A SHAREPOINT DEVELOPER, AND POWER APPS DEVELOPER

Skills evaluated in this interview

Top Orbex Technologies Sharepoint Developer Interview Questions and Answers

Q1. What Is workflow in Power Automate in SharePoint online
View answer (1)

Sharepoint Developer Interview Questions asked at other Companies

Q1. Issues faced during migration of SharePoint 2010 sites to SharePoint online sites using sharegate tool
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. WHAT IS MICROSOFT SHAREPOINT ?
  • Ans. 

    Microsoft SharePoint is a web-based collaboration and document management platform.

    • Allows users to create, manage, and share content and applications

    • Provides tools for collaboration, communication, and workflow automation

    • Integrates with other Microsoft products like Office 365 and Teams

    • Can be used for intranets, extranets, and public-facing websites

    • Offers customization options through SharePoint Designer and Visual Stu

  • Answered by AI
  • Q2. WHAT IS SANDBOX SOLUTION IN SHAREPOINT?
  • Ans. 

    Sandbox solution is a code solution that runs in a restricted environment in SharePoint.

    • Sandbox solutions are used to prevent custom code from affecting the overall SharePoint environment.

    • They are deployed to a specific site collection and have limited access to resources.

    • Sandbox solutions can be developed using Visual Studio and can include web parts, event receivers, and workflows.

    • Examples of sandbox solutions includ...

  • Answered by AI
  • Q3. WE CAN CREATE WEB APPLICATION IN SHAREPOINT ONLINE?
  • Ans. 

    Yes, web applications can be created in SharePoint Online.

    • Web applications can be created using SharePoint Online's web application templates.

    • These templates include options for team sites, communication sites, and publishing sites.

    • Web applications can also be customized using SharePoint Designer or Visual Studio.

    • SharePoint Online also supports the creation of custom web parts and apps.

  • Answered by AI
  • Q4. WHAT IS LIST AND LIBRARY IN SHAREPOINT?
  • Ans. 

    Lists and libraries are two types of data storage in SharePoint. Lists store data in rows and columns, while libraries store files.

    • Lists are used to store structured data, such as contacts, tasks, or calendar events.

    • Libraries are used to store files, such as documents, images, or videos.

    • Both lists and libraries can be customized with columns, views, and workflows.

    • Examples of lists include a task list, a calendar list, ...

  • Answered by AI
  • Q5. WHAT IS DIFFERENT BETWEEN SHAREPOINT ONLINE AND SHAREPOINT ON-PREMISE ?
  • Ans. 

    SharePoint Online is cloud-based while SharePoint On-Premise is installed on local servers.

    • SharePoint Online is managed by Microsoft while SharePoint On-Premise is managed by the organization.

    • SharePoint Online has limited customization options while SharePoint On-Premise allows for more customization.

    • SharePoint Online has a subscription-based pricing model while SharePoint On-Premise has a one-time licensing fee.

    • ShareP...

  • Answered by AI
  • Q6. WHAT IS SHAREPOINT HOSTED IN SHAREPOINT ONLINE ?
  • Ans. 

    SharePoint hosted in SharePoint Online is a type of hosting model where the SharePoint site is hosted on the same web server as the SharePoint website.

    • SharePoint hosted apps are installed on a SharePoint site and are hosted within the same domain as the site

    • They are built using HTML, CSS, and JavaScript and are deployed to SharePoint Online

    • They can access SharePoint data using client-side object model (CSOM) or REST AP...

  • Answered by AI

Skills evaluated in this interview

Top Orbex Technologies Sharepoint Developers Interview Questions and Answers

Q1. WHAT IS DIFFERENT BETWEEN SHAREPOINT ONLINE AND SHAREPOINT ON-PREMISE ?
View answer (1)

Sharepoint Developers Interview Questions asked at other Companies

Q1. What is Team site And Comunication site?
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Face to face interview with the person you are suppose to report
  • Q2. What is Delta, GAMMA, BETA
  • Q3. Tell me any 1 trading strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - BRUSH up your concepts in Derivatives
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Multiple-choice questions related to MVC (Model-View-Controller) architecture.

Round 2 - Technical 

(1 Question)

  • Q1. What design patterns have you utilized in your projects?
Round 3 - Technical 

(1 Question)

  • Q1. Can you define the architecture of your project?
Round 4 - One-on-one 

(1 Question)

  • Q1. How do you handle different situations in a project?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. All about past experience
  • Q2. Problem Statement and RCA
  • Q3. Guesstimate
  • Q4. Tools and other knowledge
  • Q5. Favourite apps and why
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Go through your cv
  • Ans. 

    I have a diverse background in marketing, sales, and customer service.

    • Started my career as a marketing intern at XYZ Company

    • Promoted to sales associate after 6 months

    • Managed a team of customer service representatives at ABC Company

  • Answered by AI
  • Q2. What you know about sch-iii changes, GST compliance wrt nbfc and ind as you have worked on?
  • Ans. 

    Sch-III changes, GST compliance for NBFCs and Ind AS are regulatory updates impacting financial reporting and taxation for non-banking financial companies.

    • Sch-III changes refer to amendments in Schedule III of the Companies Act, which governs the format of financial statements.

    • GST compliance for NBFCs involves ensuring proper adherence to Goods and Services Tax regulations in their operations and reporting.

    • Ind AS (Indi...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. General round with hod
  • Q2. Why do you want to join this organisation?
  • Ans. 

    I am impressed by the company's commitment to innovation and employee development.

    • I admire the company's reputation for fostering a culture of innovation and creativity.

    • I am excited about the opportunities for professional growth and development within the organization.

    • I believe that my skills and experience align well with the company's values and goals.

    • I am drawn to the company's strong track record of success in the...

  • Answered by AI
  • Q3. Where do you see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a successful manager leading a team towards achieving company goals.

    • Continuing to develop my leadership skills through ongoing training and mentorship

    • Taking on more responsibilities and projects to demonstrate my capabilities

    • Building strong relationships with colleagues and stakeholders to foster collaboration and success

    • Working towards achieving specific career milestones, such as a promoti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Profectus Capital Management Trainee interview:
  • Ind As
  • Gst
Interview preparation tips for other job seekers - Prepare well and don't take chances.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Asked to solve a medium level leetcode question. Basics of Java, Spring Boot
Round 2 - Technical 

(1 Question)

  • Q1. A liitle bit on design and more in-depth questions in java and Spring

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on Java Basics and Spring
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A basic aptitude test was conducted comprising of java logical resoaning and maths.

Round 2 - Group Discussion 

It was a GD where along with discussion of particular topic some tech questions were also asked.

Round 3 - Technical 

(1 Question)

  • Q1. SQL type of joints.
  • Ans. 

    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...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. What was your last project and the tables that were in the database.
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Orbex Technologies Interview FAQs

How many rounds are there in Orbex Technologies interview?
Orbex Technologies interview process usually has 2 rounds. The most common rounds in the Orbex Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Orbex Technologies interview?

Some of the top questions asked at the Orbex Technologies interview -

  1. What Is workflow in Power Automate in SharePoint onl...read more
  2. what are canvas apps and model-driven apps in power a...read more
  3. what are collect() and clear collect() in power a...read more

Tell us how to improve this page.

Orbex Technologies Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Icl Fincorp Interview Questions
3.2
 • 17 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
VassarLabs Interview Questions
3.1
 • 13 Interviews
Sonata Finance Interview Questions
3.9
 • 12 Interviews
View all

Orbex Technologies Reviews and Ratings

based on 34 reviews

4.6/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.3

Salary

4.3

Job security

4.5

Company culture

4.3

Promotions

4.5

Work satisfaction

Explore 34 Reviews and Ratings
Sharepoint Developer
56 salaries
unlock blur

₹3.6 L/yr - ₹7.6 L/yr

RPA Developer
46 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Sharepoint Developers
17 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Devops Engineer
8 salaries
unlock blur

₹4.8 L/yr - ₹7.2 L/yr

Senior Sharepoint Developer
7 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Orbex Technologies with

Incrementors Web Solutions

4.3
Compare

Mansukh Securities & Finance

3.1
Compare

Icl Fincorp

3.2
Compare

Ibg Fincon Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview