Add office photos
Employer?
Claim Account for FREE

Genpact

3.8
based on 30.8k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Fena Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. How will you setup a microservice architecture application simple testing environment and deployment pipeline using kubernetes, containers, jenkins and available Cloud services.

Ans.

Setup microservice testing and deployment using Kubernetes, containers, Jenkins, and Cloud services.

  • Create a Kubernetes cluster on a Cloud provider

  • Build Docker containers for each microservice

  • Create a Jenkins pipeline for testing and deployment

  • Use Kubernetes to deploy and manage the containers

  • Use Cloud services for load balancing, monitoring, and scaling

View 1 answer

Q2. How to run cmd commands using python on windows environment ?

Ans.

To run cmd commands using python on windows, use the subprocess module.

  • Import the subprocess module

  • Use the subprocess.run() method to execute the command

  • Pass the command as a list of strings to the run() method

  • Use the shell=True argument to run the command in a shell environment

  • Capture the output of the command using the stdout attribute of the returned CompletedProcess object

Add your answer

Q3. What is difference between deep and shallow copy in python paradigm?

Ans.

Deep copy creates a new object with a new memory address while shallow copy creates a new object with the same memory address as the original object.

  • Deep copy creates a completely new object with a new memory address.

  • Shallow copy creates a new object with the same memory address as the original object.

  • In deep copy, changes made to the copied object do not affect the original object.

  • In shallow copy, changes made to the copied object affect the original object.

  • Deep copy is used...read more

View 1 answer

Q4. How can you send email with attachment using powershell ?

Ans.

Send email with attachment using PowerShell

  • Use Send-MailMessage cmdlet

  • Specify recipient, subject, body and attachment parameters

  • Example: Send-MailMessage -To 'example@email.com' -Subject 'Test Email' -Body 'This is a test email' -Attachments 'C:\test.txt'

Add your answer
Discover Fena interview dos and don'ts from real experiences

Q5. What is namespace in Docker ?

Ans.

Namespace in Docker is a way to isolate resources and avoid naming conflicts.

  • Namespaces provide a layer of isolation for containers

  • Each namespace has its own set of resources

  • Namespaces can be used for network, process, and mount isolation

  • Example: docker run --name mycontainer --net=container:othercontainer myimage

Add your answer

Q6. How to install IIS using powershell ?

Ans.

To install IIS using PowerShell, use the Install-WindowsFeature cmdlet.

  • Open PowerShell as an administrator

  • Run the command: Install-WindowsFeature -name Web-Server -IncludeManagementTools

  • Press 'Y' to confirm installation

  • Wait for the installation to complete

Add your answer

More about working at Genpact

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter