Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Publicis Sapient (New York, NY) nel mese di gen 2018
Colloquio
First-round Telephonic of 1 Hr, the second round of 3.5 hrs including Exercise of 1.5 hrs with 3 objectives, 1-hour code review, 1hr Behavioural questions.
Recruiters are really good and prompt and supportive, She arranged all interviews within a week.
Domande di colloquio [1]
Domanda 1
First Round - Working of Hashmap, ArrayList Linked List, Java Basic questions
Second Round - Coding Exercise - implement SecurityDataServices - Objective 1
1) SecurityServiceImpl - methods a)addSecurity(Security s) b)recordTick(long secID, Tick t), c)getPrice(Security s) d) getHistoricalPrice(Security S, TimeStamp asOfNow)
2)SecurityImpl - methods 1) getSecId() 2)getListTicks() 3)getCurrentPrice() 4)recordTick()
3) Tick Impl - methods 1) getPrice(), 2) getTimeStamp()
Implement all these classes in 1.5 hr, Use multithreading, I used ConcurrentHashMap and CopyonwriteArraylist use atomic operations like putifAbsent()
CodeReview questions - explain the flow of written code, explain java locks, write it using lambda expression, rewrite the code using locks
3rd round - behavioural questions - why do you want to join Sapient? extra activities apart from work? any technology that you follow?
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Publicis Sapient (Bangalore Rural) nel mese di dic 2024
Colloquio
It was okayish, interviewer was very knowledgable person , he asked scenario based questions, and asked us to devlop some ticket booking system in synchronizatio. Way, behavirial design patterns, micro services design pattern, test cases
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Publicis Sapient (Gurgaon, Haryana) nel mese di set 2024
Colloquio
The coordinator asked me to show the entire room on video call before starting the interview which was quite odd. They have interview process of 2 hours which is another odd thing. The company can divide the interviews into two rounds of 1 hour instead of a 2 hour interview. The interviewer asked me open the IDE in my system to write the program.
Domande di colloquio [11]
Domanda 1
Coding question on finding the count of longest consecutive numbers in an array and optimize it using collection.
Have you checked how the system in allocating memory in your project and how will troubleshoot in case of out of memory error in production environment?
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Publicis Sapient nel mese di ago 2024
Colloquio
First round was online test. Second round was technical interview of 2 hours. The guy finished the interview in 10 minutes. He stopped me in the middle of my introduction and started asking questions quickly. Not giving me enough time to answer.
Domande di colloquio [1]
Domanda 1
Behavioral design pattern, worst case time complexity of HashMap insertion