Upload Button Icon Add office photos

Xangars Infratech Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Xangars Infratech Solutions Sharepoint Developers Interview Questions and Answers

Updated 29 May 2024

Xangars Infratech Solutions Sharepoint Developers Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is SharePoint online?
  • Ans. 

    SharePoint Online is a cloud-based service that helps organizations share and manage content, knowledge, and applications.

    • Cloud-based service provided by Microsoft

    • Allows organizations to create sites to share documents, collaborate, and manage content

    • Integration with Microsoft 365 suite of applications

    • Offers features like document libraries, lists, workflows, and search functionality

  • Answered by AI
  • Q2. Why we used SharePoint online?
  • Ans. 

    SharePoint Online provides a cloud-based platform for collaboration, document management, and communication within organizations.

    • Allows for easy collaboration and communication among team members

    • Provides document management capabilities with version control and access permissions

    • Offers integration with other Microsoft tools like Office 365 and Teams

    • Enables remote access to documents and information from anywhere with a...

  • Answered by AI
  • Q3. What is SharePoint sites?
  • Ans. 

    SharePoint sites are web-based collaboration spaces where users can store, organize, share, and access information.

    • SharePoint sites allow users to create and manage content such as documents, lists, and libraries.

    • Users can customize the look and feel of SharePoint sites using themes and templates.

    • SharePoint sites can be used for team collaboration, project management, document management, and more.

    • Permissions can be se...

  • Answered by AI
  • Q4. What is Team site And Comunication site?
  • Ans. 

    Team site is a collaborative site for a group of people to work together, while Communication site is for sharing news and information.

    • Team site is used for collaboration within a team or group

    • Communication site is used for sharing news, reports, and other information

    • Team site typically includes document libraries, lists, and other collaboration tools

    • Communication site may include news articles, events, and announcemen...

  • Answered by AI
  • Q5. Why We used Content Editor Web Part?
  • Ans. 

    Content Editor Web Part is used to add custom HTML, CSS, and JavaScript to SharePoint pages.

    • Allows for customization of SharePoint pages with custom code

    • Enables embedding of multimedia content like videos or maps

    • Can be used to add custom styling to SharePoint pages

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xangars Infratech Solutions Sharepoint Developers interview:
  • SharePoint online
  • html
  • css
  • javascript
  • SharePoint Spfx
Interview preparation tips for other job seekers - SharePoint Framework is good Option for looking for bright future.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Xangars Infratech Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth

Sharepoint Developers Interview Questions Asked at Other Companies

Q1. What is the difference between the "edit" and "contribute" permis ... read more
Q2. Why do we use the Content Editor Web Part?
Q3. What is Team site And Comunication site?
Q4. What are the differences between SharePoint Online and SharePoint ... read more
Q5. What is SharePoint Hosted in SharePoint Online?

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this round, we have questions from time relation, blood relation, programming questions. Around 45 questions in 30 minutes,

Round 2 - Coding Test 

In this round, we have two programming questions. Both are hacker rank easy to medium level.

Round 3 - Technical 

(1 Question)

  • Q1. In this round, we have questions from the core java and a famous scooter tire question.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the questions are at a medium level. Always keep your confidence high.

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 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 - Coding Test 

3 basic coding question about recursion, string manipulation and queues

Round 3 - HR 

(2 Questions)

  • Q1. HR and tech round included in one for me. Brief about myself.
  • Q2. Question about Android development.

Interview Preparation Tips

Topics to prepare for Ksolves India Limited Software Developer interview:
  • Android
Interview preparation tips for other job seekers - Just be confident and have good communication skills along side basic coding skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of python, oops concepts , basic of machine learning, strings and array coding questions
Round 2 - HR 

(1 Question)

  • Q1. Sallary discussion
Are these interview questions helpful?

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Print unique numbers in list
  • Ans. 

    Print unique numbers in list

    • Iterate through the list and store each number in a set to keep track of unique numbers

    • Print out the numbers in the set to display the unique numbers

  • Answered by AI

Skills evaluated in this interview

Xangars Infratech Solutions Interview FAQs

How many rounds are there in Xangars Infratech Solutions Sharepoint Developers interview?
Xangars Infratech Solutions interview process usually has 1 rounds. The most common rounds in the Xangars Infratech Solutions interview process are Technical.
How to prepare for Xangars Infratech Solutions Sharepoint Developers interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Xangars Infratech Solutions. The most common topics and skills that interviewers at Xangars Infratech Solutions expect are REST API and Sharepoint Development.
What are the top questions asked in Xangars Infratech Solutions Sharepoint Developers interview?

Some of the top questions asked at the Xangars Infratech Solutions Sharepoint Developers interview -

  1. Why We used Content Editor Web Pa...read more
  2. What is Team site And Comunication si...read more
  3. why we used SharePoint onli...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

QualiZeal Interview Questions
4.3
 • 59 Interviews
kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 51 Interviews
View all

Xangars Infratech Solutions Sharepoint Developers Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
10 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

SQL Developer
8 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Java Developer
6 salaries
unlock blur

₹1.9 L/yr - ₹6.5 L/yr

Software Tester
6 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Xangars Infratech Solutions with

Medcode

4.4
Compare

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview