Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Sharepoint Lead Interview Questions, Process, and Tips

Updated 6 May 2021

Infosys Sharepoint Lead Interview Experiences

1 interview found

Interview Questionnaire 

6 Questions

  • Q1. 1. SPFx and Node js version currently used
  • Ans. 

    The current version of SPFx and Node.js being used is not available.

    • Unable to provide the current version of SPFx and Node.js being used.

  • Answered by AI
  • Q2. 2. What is retention and retention policy, how to configure
  • Ans. 

    Retention is the process of keeping or preserving data for a specific period of time. Retention policy is a set of rules that governs the retention of data.

    • Retention helps in complying with legal and regulatory requirements.

    • Retention policy can be configured in SharePoint by creating a retention policy center and defining retention stages.

    • Retention stages can be based on content type, metadata, or age of the document.

    • R...

  • Answered by AI
  • Q3. Difference between retention and archival
  • Ans. 

    Retention is keeping data for a specific period while archival is keeping data indefinitely.

    • Retention is for a specific period, while archival is indefinite

    • Retention is for compliance and legal purposes, while archival is for historical purposes

    • Retention is usually automated, while archival requires manual intervention

    • Retention policies can be applied to specific content types, while archival is applied to entire sites

  • Answered by AI
  • Q4. What is DLP
  • Ans. 

    DLP stands for Data Loss Prevention.

    • DLP is a security strategy that helps prevent sensitive data from being leaked or lost.

    • It involves identifying and classifying sensitive data, monitoring its use and movement, and enforcing policies to prevent unauthorized access or sharing.

    • Examples of sensitive data that may be protected by DLP include financial information, personal identifiable information (PII), and intellectual ...

  • Answered by AI
  • Q5. What are advantages of modern sites
  • Ans. 

    Modern sites offer improved user experience, mobile responsiveness, and easier customization.

    • Improved user experience with modern and intuitive design

    • Mobile responsiveness for easy access on any device

    • Easier customization with drag-and-drop functionality

    • Integration with Microsoft Power Platform for enhanced functionality

    • Improved security with automatic updates and patches

    • Better collaboration with Microsoft Teams integr

  • Answered by AI
  • Q6. Difference between team site and communication site
  • Ans. 

    Team sites are for collaboration and content sharing within a team, while communication sites are for broadcasting information to a wider audience.

    • Team sites are designed for internal collaboration and content sharing within a team or department.

    • Communication sites are designed for broadcasting information to a wider audience, such as company news or events.

    • Team sites have a more structured layout with lists and librar...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I appeared for an interview before Apr 2020.

Interview Questionnaire 

3 Questions

  • Q1. Data structure algorithms and basics of programming languages
  • Q2. Opps concept
  • Q3. Ask to write 2 codes they provide problem statements for that

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Round 1 - Assignment 

Mcq and 2 coding(basic)

Round 2 - Technical 

(1 Question)

  • Q1. Explain about oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inherita...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself, my family and goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite if you have basic knowledge you will select here

I applied via Superset and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of general thinking, pseudo code, and game aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Resume mentioned technologies are going to ask you in the interview.
  • Q2. Any knowledge about web technologies and questions on Angular, JavaScript and java.
  • Q3. How would you manage your team. If you are on leave and you don't find any network to connect with them.
  • Ans. 

    Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.

    • Assign clear roles and responsibilities to each team member

    • Establish communication channels and protocols for emergencies

    • Ensure team members have access to necessary resources and information

    • Provide training and support to team members to handle unexpected situations

    • Regularly check in with team membe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you perform well. Try mock interviews before your main interview. Try to fill out the resume with the technologies that you know well.

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

Interview Questionnaire 

1 Question

  • Q1. I was asked about oops's concept, SQL queries, and Questions regarding my projects. They asked if have worked on any CLOUD technologies like AWS, GCP, or Azure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall experience was very nice, in this, they have tested on basis or aptitude and General coding round. If got selected then there will be a technical and HR round.

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack using queue
  • Ans. 

    Implement a stack using a queue data structure.

    • Create two queues, q1 and q2.

    • Push operation: Enqueue the element to q1.

    • Pop operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Swap q1 and q2.

    • Top operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Enqueue the element to q2. Swap q1 and q2.

    • isEmpty o

  • Answered by AI
  • Q2. Pallindome string
  • Q3. Address of a particular element in an array. And adress of 0th index is given
  • Ans. 

    Finding address of an element in an array given the address of 0th index.

    • Calculate the offset of the desired element from the 0th index address and add it to the 0th index address.

    • Address of ith element = address of 0th element + i * size of each element.

    • Example: Address of 3rd element in an array of strings = address of 0th element + 3 * size of string.

  • Answered by AI
  • Q4. Insertion sort

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic and ready to face conceptual question

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - Technical 

(2 Questions)

  • Q1. I was asked 2 coding question to write on paper few puzzles question related to math
  • Q2. 1. Write code to count number of hand shakes between N number of people. 2. Create a class and write function using the OOPs concept
  • Ans. 

    Code to count handshakes between N people and a class using OOPs concept.

    • For counting handshakes, use a loop to iterate through each person and add up the handshakes with the remaining people.

    • For the class, define attributes and methods based on the requirements and use encapsulation, inheritance, and polymorphism concepts.

    • Example: class Person with attributes name and age, and method greet(). Class Employee inherits f...

  • Answered by AI
Round 3 - Case Study 

WAs asked about my previous experience and projects related query
Given one scenario and asked my approached to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics of programming fundamentals and projects you worked upon

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical qns, role based qns

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was smooth and qns were from technical concepts.

I applied via Campus Placement and was interviewed before Apr 2021. There were 4 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 

There were three questions hosted on hacker rank that were solved within the time limit questions were of different difficulties

Round 3 - Aptitude Test 

The guy just awesome basic questions about Python and programming and stuff nothing hard

Round 4 - HR 

(2 Questions)

  • Q1. Just ask me about myself ask me to describe my resume ask
  • Q2. Ask me about my struggle activities and project work

Interview Preparation Tips

Interview preparation tips for other job seekers - Just become know your resume very properly don't lie on your resume and be well prepared

Infosys Interview FAQs

How to prepare for Infosys Sharepoint Lead 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Debugging, Sharepoint, Software Quality Assurance, Agile and Agile Methodology.
What are the top questions asked in Infosys Sharepoint Lead interview?

Some of the top questions asked at the Infosys Sharepoint Lead interview -

  1. 2. What is retention and retention policy, how to config...read more
  2. Difference between team site and communication s...read more
  3. 1. SPFx and Node js version currently u...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.1k salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.9 L/yr

Senior Associate Consultant
28.6k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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