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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Publicis Sapient Senior Associate Infrastructure Interview Questions and Answers

Updated 20 May 2020

7 Interview questions

A Senior Associate Infrastructure was asked
Q. Explain the CI/CD process/architecture you implemented.
Ans. 

Implemented CICD process using Jenkins, Git, Docker and Kubernetes.

  • Used Jenkins for continuous integration and continuous delivery

  • Git for version control and code management

  • Docker for containerization and portability

  • Kubernetes for container orchestration and scaling

  • Implemented automated testing and deployment pipelines

  • Enabled faster and more reliable software delivery

  • Reduced manual errors and increased efficiency

A Senior Associate Infrastructure was asked
Q. Which CIDR block are you using in your VPC?
Ans. 

We are using CIDR block 10.0.0.0/16 in our VPC.

  • Our VPC is using the private IP address range of 10.0.0.0/16

  • This CIDR block allows us to have up to 65,536 IP addresses

  • We have divided the VPC into multiple subnets using smaller CIDR blocks

Senior Associate Infrastructure Interview Questions Asked at Other Companies

Q1. What is the difference between a normal Apache restart and a grac ... read more
Q2. What is the difference between reload and restart?
Q3. Explain the CI/CD process/architecture you implemented.
Q4. Why do we use security groups in AWS?
Q5. What is NAT and how do you configure it?
A Senior Associate Infrastructure was asked
Q. What is NAT and how do you configure it?
Ans. 

NAT stands for Network Address Translation. It is used to translate private IP addresses to public IP addresses.

  • NAT is used to allow devices with private IP addresses to access the internet using a public IP address.

  • It can be configured on a router or firewall.

  • There are three types of NAT: static, dynamic, and port forwarding.

  • Static NAT maps a private IP address to a public IP address permanently.

  • Dynamic NAT maps ...

A Senior Associate Infrastructure was asked
Q. What is the difference between reload and restart?
Ans. 

Reload refers to reloading the configuration without restarting the service, while restart refers to stopping and starting the service.

  • Reload is a process of reloading the configuration of a service without stopping it completely.

  • Restart is a process of stopping and starting the service completely.

  • Reload is faster than restart as it does not require the service to be completely stopped.

  • Reload is useful when making...

A Senior Associate Infrastructure was asked
Q. What is the difference between a normal Apache restart and a graceful restart?
Ans. 

Apache normal restart stops and starts the server, while graceful restart allows current connections to finish before restarting.

  • Normal restart stops and starts the server immediately, causing all active connections to be terminated.

  • Graceful restart allows the server to continue serving current connections until they are finished, then starts a new instance of the server.

  • Graceful restart is useful for minimizing d...

A Senior Associate Infrastructure was asked
Q. Why do we use security groups in AWS?
Ans. 

Security groups are used to control inbound and outbound traffic for EC2 instances in AWS.

  • Security groups act as virtual firewalls for EC2 instances.

  • They allow or deny traffic based on rules defined by the user.

  • They can be assigned to multiple instances.

  • They are stateful, meaning they keep track of the traffic flow and allow the response traffic.

  • They can be used to restrict access to specific ports or IP addresses...

A Senior Associate Infrastructure was asked
Q. What is “stat” in dispatcher?
Ans. 

Stat is a command in dispatcher that displays statistics about the current state of the system.

  • Stat is a command used in dispatcher to display statistics about the current state of the system.

  • It can be used to view information about the CPU, memory, and disk usage.

  • For example, 'stat -u' displays CPU usage statistics.

  • Another example is 'stat -m' which displays memory usage statistics.

Are these interview questions helpful?

Publicis Sapient Senior Associate Infrastructure Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Q. Describe yourself and your day to day activities.
  • Ans. 

    I am a dedicated Senior Associate in Infrastructure, focusing on project management, team collaboration, and strategic planning.

    • Manage infrastructure projects from initiation to completion, ensuring they meet deadlines and budgets.

    • Collaborate with cross-functional teams to align project goals with organizational objectives, such as improving system efficiency.

    • Conduct regular assessments of infrastructure performance an...

  • Answered by AI
  • Q2. What enhancement you did in your current project?
  • Q3. What is “stat” in dispatcher?
  • Ans. 

    Stat is a command in dispatcher that displays statistics about the current state of the system.

    • Stat is a command used in dispatcher to display statistics about the current state of the system.

    • It can be used to view information about the CPU, memory, and disk usage.

    • For example, 'stat -u' displays CPU usage statistics.

    • Another example is 'stat -m' which displays memory usage statistics.

  • Answered by AI
  • Q4. What is difference between apache normal restart and graceful restart?
  • Ans. 

    Apache normal restart stops and starts the server, while graceful restart allows current connections to finish before restarting.

    • Normal restart stops and starts the server immediately, causing all active connections to be terminated.

    • Graceful restart allows the server to continue serving current connections until they are finished, then starts a new instance of the server.

    • Graceful restart is useful for minimizing downti...

  • Answered by AI
  • Q5. What is difference between reload and restart?
  • Ans. 

    Reload refers to reloading the configuration without restarting the service, while restart refers to stopping and starting the service.

    • Reload is a process of reloading the configuration of a service without stopping it completely.

    • Restart is a process of stopping and starting the service completely.

    • Reload is faster than restart as it does not require the service to be completely stopped.

    • Reload is useful when making mino...

  • Answered by AI
  • Q6. Why we use security groups in AWS?
  • Ans. 

    Security groups are used to control inbound and outbound traffic for EC2 instances in AWS.

    • Security groups act as virtual firewalls for EC2 instances.

    • They allow or deny traffic based on rules defined by the user.

    • They can be assigned to multiple instances.

    • They are stateful, meaning they keep track of the traffic flow and allow the response traffic.

    • They can be used to restrict access to specific ports or IP addresses.

    • They...

  • Answered by AI
  • Q7. What is NAT and how to configure it?
  • Ans. 

    NAT stands for Network Address Translation. It is used to translate private IP addresses to public IP addresses.

    • NAT is used to allow devices with private IP addresses to access the internet using a public IP address.

    • It can be configured on a router or firewall.

    • There are three types of NAT: static, dynamic, and port forwarding.

    • Static NAT maps a private IP address to a public IP address permanently.

    • Dynamic NAT maps a pri...

  • Answered by AI
  • Q8. Which CIDR you are using in your VPC?
  • Ans. 

    We are using CIDR block 10.0.0.0/16 in our VPC.

    • Our VPC is using the private IP address range of 10.0.0.0/16

    • This CIDR block allows us to have up to 65,536 IP addresses

    • We have divided the VPC into multiple subnets using smaller CIDR blocks

  • Answered by AI
  • Q9. Explain CICD process/architecture you implemented ?
  • Ans. 

    Implemented CICD process using Jenkins, Git, Docker and Kubernetes.

    • Used Jenkins for continuous integration and continuous delivery

    • Git for version control and code management

    • Docker for containerization and portability

    • Kubernetes for container orchestration and scaling

    • Implemented automated testing and deployment pipelines

    • Enabled faster and more reliable software delivery

    • Reduced manual errors and increased efficiency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was three round..
First round was telephonic and it was technical .
2nd round was face to face and it was also technical.
3rd round was managerial round.
Every round was for around around 1 hour.

Always try to answer this questions using practical approach. If you are not aware about any topic then you can ask interviewer to describe the question. And if they are asking about any specific tool and you don't have experience on that , then you can relate that tool with any tool on which you have worked. like bamboo is similar to jenkins/codeplay/.
Git is similar to bitbucket. Nexus artifactory manager is similar to jfrog.

But if any question/topic is totally new to you then you can politely say NO and can say that sorry i did not get chance to work on it.


At last ,Keep Studying .. Hard work is the only key.. Never loose hope wherever you are not able to crack.. take that as learning . i prepared and appeared in approx 20-25 interviews in 6 months. Many times i thought that i am not capable but then again i started working hard and finally i grabbed three offer letter.
Remember hard work and never give up attitude pays off.

Skills evaluated in this interview

What people are saying about Publicis Sapient

View All
trendylion
Verified Icon
2w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about Publicis Sapient?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Mine sweeper logic for a box click

Round 2 - One-on-one 

(1 Question)

  • Q1. JavaScript objects
Round 3 - One-on-one 

(1 Question)

  • Q1. Delete element from linked list
  • Ans. 

    To delete an element from a linked list, update the pointers of the previous node to skip the node to be deleted.

    • Traverse the linked list to find the node to be deleted

    • Update the 'next' pointer of the previous node to skip the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Expected salary
  • Ans. 

    I expect a competitive salary that reflects my skills, experience, and the industry standards for a Senior Software Engineer.

    • Research industry standards: For example, Glassdoor or Payscale can provide insights into average salaries for similar roles.

    • Consider my experience: With over 5 years in software development and expertise in multiple programming languages, I bring significant value.

    • Location matters: Salaries can ...

  • Answered by AI

Skills evaluated in this interview

Senior Associate Infrastructure Interview Questions Asked at Other Companies

Q1. What is the difference between a normal Apache restart and a grac ... read more
Q2. What is the difference between reload and restart?
Q3. Explain the CI/CD process/architecture you implemented.
Q4. Why do we use security groups in AWS?
Q5. What is NAT and how do you configure it?

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Normal questions like 1)my self and about previous job related

I applied via LinkedIn and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked lot of technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am happy with the interview

I applied via Company Website and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. .Net support related questions for example 1. What to do when applicable is down. 2. how to check IIS error logs.
  • Q2. Explain Projects you worked and your role in those.
  • Q3. Explain scenario when you handled high pressure from client.
  • Ans. 

    Handled high pressure from client by prioritizing tasks and communicating effectively.

    • Identified critical issues and addressed them first

    • Communicated regularly with the client to provide updates and manage expectations

    • Collaborated with team members to delegate tasks and ensure timely delivery

    • Maintained a calm and professional demeanor to avoid escalating the situation

  • Answered by AI
  • Q4. Explain release management.
  • Ans. 

    Release management is the process of planning, scheduling, coordinating, and deploying software releases.

    • It involves identifying the scope of the release and the features to be included

    • Creating a release plan and schedule

    • Coordinating with different teams involved in the release process

    • Testing the release to ensure it meets quality standards

    • Deploying the release to production

    • Monitoring the release to ensure it is stable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For .Net support related projects, you need to be aware about first identifying the problem and then you need to think best optimised solution for that. You need to know how to check error logs, should be well versed with basic SQL queries and debugging.

Skills evaluated in this interview

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Knowledge of C language and JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your answers.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Experience in developing web applications using React and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Strong understanding of algorithms and data structures, demonstrated in coding competitions.

    • Enjoy collaborating with cross-functional teams to deliver high-qual...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your technical knowledge

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. GL related questions
  • Q2. Comfortable for night shifts
  • Ans. 

    Yes, I am comfortable with night shifts and have experience working during those hours.

    • I have worked night shifts in my previous job and have adapted to the schedule

    • I am a night owl and prefer working during those hours

    • I understand the importance of being alert and focused during night shifts

    • I am willing to adjust my sleep schedule to accommodate night shifts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about GL and accounting policies

Publicis Sapient Interview FAQs

What are the top questions asked in Publicis Sapient Senior Associate Infrastructure interview?

Some of the top questions asked at the Publicis Sapient Senior Associate Infrastructure interview -

  1. What is difference between apache normal restart and graceful resta...read more
  2. What is difference between reload and resta...read more
  3. Explain CICD process/architecture you implemente...read more

Tell us how to improve this page.

Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.4k Interviews
DXC Technology Interview Questions
3.7
 • 837 Interviews
Nagarro Interview Questions
4.0
 • 792 Interviews
NTT Data Interview Questions
3.8
 • 658 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 543 Interviews
View all
Publicis Sapient Senior Associate Infrastructure Salary
based on 51 salaries
₹10 L/yr - ₹30 L/yr
43% more than the average Senior Associate Infrastructure Salary in India
View more details

Publicis Sapient Senior Associate Infrastructure Reviews and Ratings

based on 7 reviews

4.9/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.9

Salary

4.7

Job security

4.9

Company culture

4.9

Promotions

4.8

Work satisfaction

Explore 7 Reviews and Ratings
Senior Associate
2.2k salaries
unlock blur

₹11.3 L/yr - ₹40 L/yr

Associate Technology L2
1.6k salaries
unlock blur

₹6.7 L/yr - ₹21.7 L/yr

Senior Associate Technology L1
1.4k salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Senior Software Engineer
899 salaries
unlock blur

₹17.5 L/yr - ₹32 L/yr

Senior Associate 2
686 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Explore more salaries
Compare Publicis Sapient with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview