Upload Button Icon Add office photos
Engaged Employer

i

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

Cognizant Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 48.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Senior Sharepoint Developer Interview Questions and Answers

Updated 16 Feb 2023

Cognizant Senior Sharepoint Developer Interview Experiences

1 interview found

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

I was interviewed in Jan 2023.

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. Normal technolgy they are asking , few questions on power apps and for large data, about sharepoint rest api they have asked
  • Q2. Few questions on azure authentication and graphapi, spafx aswell
Round 3 - Technical 

(2 Questions)

  • Q1. Real time scenario they have provide, what are the way to handle large data
  • Q2. How we can integrate third party system and what are different way. How i can sync data in both system.
  • Ans. 

    Integrating third party systems can be done through APIs, web services, or middleware. Data can be synced through scheduled jobs or real-time updates.

    • Use APIs or web services to connect to the third party system

    • Use middleware like Microsoft BizTalk or MuleSoft to integrate systems

    • Sync data through scheduled jobs or real-time updates using tools like Microsoft Flow or Azure Logic Apps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever knowledge you have stick with that, if you dont know something just say no, dont try to confuse interviewer.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Developer 

(4 Questions)

  • Q1. 2.what is SPFMX?
  • Ans. 

    SPFMX stands for SharePoint Framework Extensions. It is a development model used to extend the functionality of SharePoint.

    • SPFMX allows developers to create custom components and add them to SharePoint sites

    • Developers can use modern web technologies like React, Angular, and TypeScript to build SPFMX solutions

    • SPFMX solutions can be deployed to SharePoint Online or SharePoint Server

  • Answered by AI
  • Q2. 3.What is Different between SharePoint 2016 and 2019 ?
  • Ans. 

    SharePoint 2019 offers improved user experience, modern communication sites, and enhanced security features compared to SharePoint 2016.

    • SharePoint 2019 has modern communication sites for improved collaboration and communication.

    • SharePoint 2019 offers enhanced security features such as data loss prevention (DLP) and information rights management (IRM).

    • SharePoint 2019 provides better support for large files and lists com...

  • Answered by AI
  • Q3. 4.What is MSP work for ?
  • Ans. 

    MSP stands for Microsoft Project, a project management software used for planning, tracking, and managing projects.

    • MSP is used for creating project plans, assigning tasks, tracking progress, and managing resources.

    • It helps in scheduling tasks, setting dependencies, and creating Gantt charts.

    • MSP allows for collaboration among team members, sharing project information, and generating reports.

    • It is commonly used in indust...

  • Answered by AI
  • Q4. 5.What is SharePoint Permission?
  • Ans. 

    SharePoint Permission defines the level of access a user or group has to a specific site, list, library, or item within SharePoint.

    • Permissions can be set at various levels such as site collection, site, list, library, or item level

    • There are different permission levels like Full Control, Contribute, Read, etc.

    • Permissions can be granted to individual users or groups

    • Permissions can be inherited or unique to a specific obj

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. what is SharePoint fundamental

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the migration issues faced when migrate from sp onprem to online.
  • Ans. 

    Migration from SP on-prem to online faces issues related to customization, data loss, and compatibility.

    • Customizations made in on-prem may not be supported in online version

    • Data loss may occur during migration process

    • Compatibility issues may arise due to differences in versions

    • Third-party tools may not work in online version

    • Migration may require significant planning and testing

  • Answered by AI
  • Q2. 1) custom weparts won't work 2) javascript and jQuery won't work in Modern page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain about yourself in 5 minutes, including your roles and responsibilities and your achievements and current project.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com 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 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. What is apex use in salesforce
  • Ans. 

    Apex is a programming language used in Salesforce for creating custom business logic and functionality.

    • Used to write custom code on the Salesforce platform

    • Apex classes are used to define data types and methods

    • Triggers are used to perform actions before or after records are inserted, updated, or deleted

  • Answered by AI
  • Q2. How to LWC use in salesforce
  • Ans. 

    LWC (Lightning Web Components) are a modern UI framework for building web components in Salesforce.

    • LWC allows developers to build components using modern web standards like JavaScript and HTML.

    • LWC can be used to create custom user interfaces in Salesforce Lightning Experience.

    • LWC can interact with Salesforce data and metadata using Apex controllers and Lightning Data Service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

General aptitude test involving percentages and ratios.

Round 3 - Coding Test 

Moderate level questions, 2 easy and 1 medium question

Round 4 - One-on-one 

(3 Questions)

  • Q1. Just discussion on what technology one knows and the mode of working style.
  • Q2. Do you know about CD/CI?
  • Ans. 

    CD/CI stands for Continuous Delivery/Continuous Integration, a software development practice to automate the process of testing and deploying code changes.

    • CD/CI is a software development practice that involves automating the process of testing and deploying code changes.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository.

    • Continuous Delivery (CD) i...

  • Answered by AI
  • Q3. Do you know what is Spring boot?
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of developing Spring applications by providing a set of default configurations.

    • It allows for easy deployment of applications by embedding the application server within the application itself.

    • Spring Boot includes features like auto-configuration, starter dependencies, and prod...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. General HR questions like shift flexibility, about family, native place.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Assignment 

Technical assignment in my project and my technical skills

Round 3 - Technical 

(2 Questions)

  • Q1. Core java , html, css,sql
  • Q2. Core java ,sql , html , css

Interview Preparation Tips

Interview preparation tips for other job seekers - I am very fit for this position. I have perused java full stack development course.

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 oops spring spring boot rest api
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 spring stream api java oops rest api
Round 3 - HR 

(1 Question)

  • Q1. It was salary negotiation round which went good with a FAKE promise that the offer will be rolled out the next day which was also the last working day , they didnt roll the offer out with a lame excuse .

Interview Preparation Tips

Interview preparation tips for other job seekers - Few Recruiters spoiling company image, hiding facts , giving fake assurity with 100% confidence

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Types of Sharing Rules
  • Ans. 

    Sharing rules control access to records that are owned by other users or in public groups.

    • Criteria-based sharing rules

    • Owner-based sharing rules

    • Manual sharing

    • Apex managed sharing

  • Answered by AI
  • Q2. Trigger Scenario-based Questions
  • Q3. Types of LWC Decorators
  • Ans. 

    LWC Decorators are used to enhance the functionality of Lightning Web Components.

    • Wire Decorator - used to get data from Apex controllers

    • Track Decorator - used to track changes in a property

    • Api Decorator - used to expose a property or method to other components

    • AuraEnabled Decorator - used to call an Apex method from a Lightning component

    • LightningMessageService Decorator - used to subscribe to and publish events

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Salesforce Developer interview:
  • Apex
  • Sharing rules
  • LWC
Interview preparation tips for other job seekers - I didn't really linked the Interviewer, He is about 60+ I think. Not at all professional behavior.

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Senior Sharepoint Developer interview?
Cognizant interview process usually has 3 rounds. The most common rounds in the Cognizant interview process are Technical and Resume Shortlist.
What are the top questions asked in Cognizant Senior Sharepoint Developer interview?

Some of the top questions asked at the Cognizant Senior Sharepoint Developer interview -

  1. How we can integrate third party system and what are different way. How i can s...read more
  2. Real time scenario they have provide, what are the way to handle large d...read more
  3. Normal technolgy they are asking , few questions on power apps and for large da...read more

Tell us how to improve this page.

Cognizant Senior Sharepoint Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Cognizant Senior Sharepoint Developer Salary
based on 31 salaries
₹7.2 L/yr - ₹21 L/yr
24% more than the average Senior Sharepoint Developer Salary in India
View more details

Cognizant Senior Sharepoint Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

5.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate
72.4k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Senior Associate
48.4k salaries
unlock blur

₹9 L/yr - ₹27.2 L/yr

Senior Processing Executive
28.7k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.5 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

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