Publicis Sapient- Interview Questions

manager, person, people

Publicis Sapient Interview Questions

Collection of Public Sapient Interview Questions. The section contains a real-time interview experience shared by the interviewees.

1st Technical Round

1. Explain your Framework Architecture.
2. What are the packages in your project?
3. How do read Data from Excel sheet using Apache POI?
4. What is Apache POI?
5. Write XPaths
6. How do you initiate Chrome Browser using Selenium WebDriver?
7. What are Listeners?
8. What is Interface ?
9. How do you take screenshots?
10. TakesScreenshot is a class or interface?
—————–
1. Program:
Input : String str=”My name is Rajat”;
Sort this alphabetically
—————————————-

2nd Technical Round

1. Programs on Strings.
2. LinkedList vs ArrayList
3. Map
4. final, finally, finalize
5. final -> method, variable, class
6. try, catch, finally
7. How to make a class as Singleton? Private constructor- Access modifier
8. XPaths 
9. Locators: ID, name, className, linkText, partialLinkText, tagName, XPath, CSS Selector
10. XPath – Absolute(/), Relative(//)
11. Program to open the Web browser and navigate to the site
12. Login -> Website -> Blank page -> Debug this issue -> Network Tab
13. How to find the Broken links on a web page?
14. Agile ceremonies?

15. SQL query -> Second max salary for Employee

SELECT * FROM employee;
SELECT MAX(salary) FROM employee;
SELECT MAX(salary) FROM employee where salary < (SELECT MAX(salary) FROM employee);

16. What is Dense-rank in SQL?

Dense-rank : similar to MAX function

3rd Technical Round

1. Runtime Polymorphism
2. Inheritance types
3. Program to start the browser and navigate to google homepage.

4. WebDriver driver = new ChromeDriver(); -> Why is WebDriver used?

//WebDriver – Interface
//ChromeDriver – Class

5. Achieve Multiple Inheritance? -> Multiple Parents, Single Child

6. final keyword in Java?

1. class – can not inherit
2. method – can not override
3. variable – can not change the value

7. static usage?

Local – in Method
Memory allocation -> static first

8. Locators
9. What is XPath axes?
10. Create XPath using preceding siblings concept
11. setSpeed()
12. How to hit any web service
13. Response status codes
14. How to Pass Parameters in URL?
 
Programs:
1. 2nd largest question -> int[] arr={10,11,81,69,1,32,65,41};
2. String Anagram
3. Swap without 3rd variable

 

About Publicis Sapient

Publicis Sapient is an American digital consulting company, founded in Cambridge, Massachusetts in 1990 by Jerry Greenberg and J. Stuart Moore.
CEO: Nigel Vaz
Revenue: $1.305 billion 
Founded: 1990
Headquarters: Boston, Massachusetts, United States
Founders: Nigel Vaz (CEO)

 

Searches related to Publicis Sapient Interview Questions


publicis sapient coding round questions
publicis sapient interview questions for junior associate technology
publicis sapient interview questions geeksforgeeks
publicis sapient interview experience 2021
sapient interview questions java for experienced
publicis sapient interview questions for java developer
publicis sapient interview questions for java experienced
sapient interview questions for senior associate

Check more questions on JavaSeleniumDatabaseAPI, and Manual testing.