Premium Employer

i

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

Publicis Sapient Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Publicis Sapient Associate Technology Trainee Interview Questions, Process, and Tips

Updated 3 Jul 2021

Top Publicis Sapient Associate Technology Trainee Interview Questions and Answers

Publicis Sapient Associate Technology Trainee Interview Experiences

2 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Java 8
  • Q2. Core Java related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Associate Technology Trainee Interview Questions & Answers

user image Mahi Kiran Reddy Siddareddy

posted on 4 Sep 2015

Interview Questionnaire 

11 Questions

  • Q1. What is the difference between Function definition and declaration
  • Ans. 

    Function definition specifies the implementation of a function, while declaration provides the function signature.

    • Function definition includes the function body, while declaration only includes the function signature.

    • Function definition is used to define the behavior of a function, while declaration is used to announce the existence of a function.

    • Function definition can only appear once in a program, while declaration ...

  • Answered by AI
  • Q2. How to swap numbers without using temporary variable
  • Ans. 

    Swapping numbers without using a temporary variable

    • Use addition and subtraction to swap the numbers

    • Example: a = 5, b = 10. a = a + b (15), b = a - b (5), a = a - b (10)

    • Alternatively, use bitwise XOR operation to swap the numbers

    • Example: a = 5, b = 10. a = a ^ b (15), b = a ^ b (5), a = a ^ b (10)

  • Answered by AI
  • Q3. Write a programme for Fibonacci series, length of string
  • Ans. 

    This program generates a Fibonacci series up to a given length.

    • Use an array to store the Fibonacci series

    • Initialize the first two elements of the array as 0 and 1

    • Use a loop to generate the subsequent elements of the series

    • Stop the loop when the desired length is reached

  • Answered by AI
  • Q4. What are data types and pointers
  • Ans. 

    Data types are classifications of data that determine the type of values that can be stored and manipulated. Pointers are variables that store memory addresses.

    • Data types include integers, floating-point numbers, characters, and booleans.

    • Pointers are used to store memory addresses of variables or objects.

    • Example: int num = 10; int *ptr = # // ptr stores the memory address of num

  • Answered by AI
  • Q5. What is an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays can be of any data type, including strings.

    • Elements in an array are accessed using an index starting from 0.

    • Arrays have a fixed size, which is determined at the time of declaration.

    • Arrays can be multidimensional, allowing for the storage of data in multiple dimensions.

    • Example: ['apple', 'banana', 'o

  • Answered by AI
  • Q6. Some aptitude questions
  • Q7. Tell me about yourself
  • Q8. Why do you want to join sapient
  • Q9. Explain how did you face one complex situation in your life
  • Ans. 

    I faced a complex situation when I had to lead a team to complete a high-pressure project within a tight deadline.

    • I was assigned as the project manager for a software development project that had a strict deadline.

    • The project involved integrating multiple systems and coordinating with different teams.

    • We faced unexpected technical challenges and had to make quick decisions to overcome them.

    • I had to effectively communica...

  • Answered by AI
  • Q10. What are your interests
  • Q11. Do you have any questions

Interview Preparation Tips

Round: Test
Experience: The test consisted of Aptitude section, Verbal reasoning, Logical reasoning, Programming section.
Tips: Prepare for AMCAT

General Tips: Not too difficult. Prepare well for Aptitude and HR Round
Skills: Aptitude, programming knowledge, communication skill
College Name: NIT Bhopal
Motivation: Nice Work Culture

Skills evaluated in this interview

Associate Technology Trainee Interview Questions Asked at Other Companies

Q1. What is the difference between Function definition and declaratio ... read more
Q2. How to swap numbers without using temporary variable
Q3. Write a programme for Fibonacci series, length of string
Q4. What are data types and pointers
Q5. What is an array

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Which technology you have worked on? Explain your projects? Do you have the idea of cloud computing technology? What is Iaas, Saas and Paas? What is multithreading? Why java doesn't support multiple inheri...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and give answers if you are sure about it otherwise tell them wisely that you don't have the idea, don't give answering merely by guessing. Have confidence in you and you will shine.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .
Contribute & help others!
anonymous
You can choose to be anonymous

Publicis Sapient Interview FAQs

What are the top questions asked in Publicis Sapient Associate Technology Trainee interview?

Some of the top questions asked at the Publicis Sapient Associate Technology Trainee interview -

  1. What is the difference between Function definition and declarat...read more
  2. How to swap numbers without using temporary varia...read more
  3. Write a programme for Fibonacci series, length of str...read more

Recently Viewed

SALARIES

Integer Telecom Services

SALARIES

Integer Telecom Services

SALARIES

Integer Telecom Services

SALARIES

Integer Telecom Services

SALARIES

Macleods Pharmaceuticals

SALARIES

Newgen Software Technologies

INTERVIEWS

L&T Construction

No Interviews

REVIEWS

Newgen Software Technologies

No Reviews

SALARIES

Porter

SALARIES

Macleods Pharmaceuticals

Tell us how to improve this page.

Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
View all
Senior Associate
2.2k salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Associate Technology L2
1.5k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Associate Technology L1
1.2k salaries
unlock blur

₹10.2 L/yr - ₹30 L/yr

Senior Software Engineer
743 salaries
unlock blur

₹9.6 L/yr - ₹37 L/yr

Senior Associate 2
626 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Publicis Sapient with

Accenture

3.8
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Infosys

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