i
Capgemini
Filter interviews by
Different types of testing include functional, performance, security, usability, and compatibility testing.
Functional testing ensures that the software meets the specified requirements.
Performance testing checks the system's ability to handle a large number of users or transactions.
Security testing identifies vulnerabilities and ensures that the system is secure.
Usability testing evaluates the user-friendliness of...
Integrating 3rd party tools with JMeter and LoadRunner
Identify the 3rd party tool to be integrated
Download and install the necessary plugin or library for the tool
Configure the tool in JMeter or LoadRunner
Use the tool in the performance test script
Verify the integration by running the test and analyzing the results
Throughput is the amount of data transferred per unit time, while hits per sec is the number of requests processed per second.
Throughput is measured in bytes/sec or bits/sec.
Hits per sec is measured in requests/sec.
Throughput and hits per sec are related, but not directly proportional.
Higher throughput can lead to higher hits per sec, but other factors like server response time and network latency also affect hits...
Different types of test scenarios in JMeter and LoadRunner
JMeter: HTTP requests, FTP requests, JDBC requests, SOAP/XML-RPC requests, LDAP requests, etc.
LoadRunner: Web, Mobile, SAP, Database, Citrix, etc.
Both tools support load, stress, endurance, and spike testing.
JMeter supports distributed testing while LoadRunner requires additional licenses for it.
Both tools allow for parameterization and correlation of test ...
What people are saying about Capgemini
APIs can be tested in LoadRunner and JMeter using HTTP/HTTPS protocols and by creating virtual users.
Create a new script in LoadRunner or JMeter
Add HTTP/HTTPS protocol to the script
Record the API requests and responses
Add virtual users to simulate load
Run the script and analyze the results
web_reg_save_param API attributes and handling dynamic boundaries
web_reg_save_param API is used to capture dynamic data from server responses
Attributes include LB (left boundary), RB (right boundary), ORD (occurrence), and more
Dynamic boundaries can be handled using regular expressions or custom functions
Regular expressions can be used to match patterns in the response
Custom functions can be used to extract data b...
I applied via Walk-in and was interviewed in Dec 2019. There were 3 interview rounds.
Throughput is the amount of data transferred per unit time, while hits per sec is the number of requests processed per second.
Throughput is measured in bytes/sec or bits/sec.
Hits per sec is measured in requests/sec.
Throughput and hits per sec are related, but not directly proportional.
Higher throughput can lead to higher hits per sec, but other factors like server response time and network latency also affect hits per ...
APIs can be tested in LoadRunner and JMeter using HTTP/HTTPS protocols and by creating virtual users.
Create a new script in LoadRunner or JMeter
Add HTTP/HTTPS protocol to the script
Record the API requests and responses
Add virtual users to simulate load
Run the script and analyze the results
Different types of testing include functional, performance, security, usability, and compatibility testing.
Functional testing ensures that the software meets the specified requirements.
Performance testing checks the system's ability to handle a large number of users or transactions.
Security testing identifies vulnerabilities and ensures that the system is secure.
Usability testing evaluates the user-friendliness of the ...
Integrating 3rd party tools with JMeter and LoadRunner
Identify the 3rd party tool to be integrated
Download and install the necessary plugin or library for the tool
Configure the tool in JMeter or LoadRunner
Use the tool in the performance test script
Verify the integration by running the test and analyzing the results
web_reg_save_param API attributes and handling dynamic boundaries
web_reg_save_param API is used to capture dynamic data from server responses
Attributes include LB (left boundary), RB (right boundary), ORD (occurrence), and more
Dynamic boundaries can be handled using regular expressions or custom functions
Regular expressions can be used to match patterns in the response
Custom functions can be used to extract data based ...
I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
What people are saying about Capgemini
I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.
CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.
CI/CD pipeline automates the software delivery process
It helps in detecting and fixing bugs early in the development cycle
It ensures that the software is always in a releasable state
It reduces the time between writing code and deploying it to production
Examples of CI/CD tools include Jenkins, Travis CI, and CircleCI
Jenkinsfile is a text file that defines the entire build process for a Jenkins pipeline.
Jenkinsfile is written in Groovy syntax
It can be stored in a version control system like Git
It allows for defining stages, steps, and conditions for a pipeline
Jenkinsfile can be executed on any Jenkins instance
Example: pipeline { agent { docker 'maven:3-alpine' } stages { stage('Build') { steps { sh 'mvn -B -DskipTests clean package...
To connect a machine in a private subnet, use a bastion host or VPN.
Set up a bastion host in the public subnet to act as a gateway.
Use SSH tunneling or RDP to connect to the bastion host.
From the bastion host, connect to the machine in the private subnet.
Alternatively, set up a VPN to securely connect to the private subnet.
Configure the security group and network ACLs to allow the necessary traffic.
Ansible playbooks can be verified/validated using various tools and techniques.
Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'
Use Ansible's 'ansible-lint' tool to check for best practices and potential issues
Use 'ansible-playbook --check' to simulate playbook execution without making changes
Use 'ansible-playbook --diff' to show the differences between the current and desired state
Use 'ansible-pl...
Inventory is a list of hosts where Ansible runs tasks. Roles are reusable collections of tasks, files, and templates. Variables are used to store data.
Inventory is a file or directory containing a list of hosts or groups of hosts
Roles are used to organize tasks, files, and templates into reusable collections
Variables are used to store data that can be used across multiple tasks and roles
Example: inventory file can cont...
Adding a user in Jenkins
Go to Jenkins dashboard and click on 'Manage Jenkins'
Click on 'Manage Users' and then 'Create User'
Fill in the user details and click 'Create User'
Assign the necessary permissions to the user
Maven is a build automation tool used for Java projects. Install is for local repository, deploy is for remote repository.
Maven is used to manage dependencies and build Java projects
Install command installs the project's artifact (jar, war, etc.) to the local repository
Deploy command uploads the artifact to a remote repository
Install is used during development, deploy is used for distribution
Example: 'mvn install' inst...
I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.
If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars
Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability
I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.
PowerApps automation in SharePoint Online streamlines processes and enhances user experience through custom applications.
PowerApps allows users to create custom forms for SharePoint lists, improving data entry efficiency.
Automate workflows using Power Automate to trigger actions based on SharePoint list changes, like sending notifications.
Integrate PowerApps with SharePoint document libraries for easy file uploads and ...
Various configurations needed for migration of SP on premise to SharePoint online and M365 rollouts
Assess current on-premise environment
Plan for data migration and mapping
Configure SharePoint Online and M365 environment
Test and validate migration process
Train end-users on new environment
I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.
Answers to questions related to Docker, AWS firewall types, and ELK Stack
To create a Docker file, start with a base image and add necessary dependencies and configurations
AWS has two types of firewalls: Network ACLs and Security Groups
ELK Stack is a combination of Elasticsearch, Logstash, and Kibana used for log management and analysis
I applied via Recruitment Consultant
Some of the top questions asked at the Capgemini Performance Test Consultant interview -
based on 2 reviews
Rating in categories
Consultant
58.6k
salaries
| ₹8.9 L/yr - ₹16.5 L/yr |
Associate Consultant
51.2k
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Senior Consultant
50k
salaries
| ₹12.4 L/yr - ₹21 L/yr |
Senior Analyst
22.1k
salaries
| ₹3.1 L/yr - ₹7.5 L/yr |
Senior Software Engineer
21.6k
salaries
| ₹4.7 L/yr - ₹12.9 L/yr |
Wipro
Accenture
Cognizant
TCS