i
Infosys
Filter interviews by
Clear (1)
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
I used Jmeter for its user-friendly interface, extensive features, and ability to simulate real-world scenarios.
Jmeter has a user-friendly interface which makes it easy to create and execute performance tests.
It offers a wide range of features for load testing, stress testing, and performance monitoring.
Jmeter allows for the simulation of real-world scenarios, helping to identify performance bottlenecks and optimize sy...
SLA in performance testing refers to the agreed upon level of service that a system must meet in terms of response time, throughput, and other performance metrics.
SLA stands for Service Level Agreement
It defines the expected performance metrics that a system must meet
SLAs are typically agreed upon between stakeholders and are used to measure the performance of a system
Examples of SLAs include response time should be le...
Correlation in JMeter is the process of extracting dynamic values from server responses and passing them as inputs to subsequent requests.
Correlation is important in performance testing to simulate real user behavior.
It involves identifying and capturing dynamic values like session IDs, tokens, etc.
These values are then extracted using regular expressions or built-in JMeter functions.
The extracted values are stored in ...
I used multiple types of listeners including JMeter listeners, PerfMon Metrics Collector, and InfluxDB Backend Listener.
JMeter listeners
PerfMon Metrics Collector
InfluxDB Backend Listener
Parameterization is the process of replacing hard-coded values in a test script with variables to make the script more dynamic and reusable.
Parameterization helps in simulating real-world scenarios by varying input data during test execution.
It allows for running the same test script with different sets of data without the need to modify the script each time.
Common examples of parameterization include using CSV files, ...
Threads are lightweight processes within a process that can run concurrently. Thread groups are a collection of threads.
Threads are independent sequences of execution within a process.
Thread groups are used to organize and manage multiple threads together.
Threads within a group can share resources and communicate with each other.
Example: In performance testing, threads can simulate multiple users accessing a system con
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.
API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API testing involves testing the functionality, reliability, performance, and security of APIs.
It focuses on verifying that the API meets the requirements specified in its design.
API testing can be done manually or using automated tools.
Examples of API test
Thread group is a collection of threads that represent a group of virtual users in a performance test.
Thread group defines the number of users and the ramp-up period for a performance test.
Each thread in a thread group represents a virtual user that simulates real user behavior.
Thread group allows for configuring the concurrency and distribution of virtual users during a test.
Example: In JMeter, a Thread Group element ...
Aggregate report is a summary of performance test results showing key metrics like average response time, throughput, error rate, etc.
Aggregate report provides a high-level summary of performance test results
It includes metrics like average response time, throughput, error rate, and percentiles
Helps in identifying performance bottlenecks and areas for improvement
Commonly used in tools like JMeter to analyze performance
View Result Tree is a listener in JMeter that displays the results of performance tests in a tree format.
View Result Tree is used to view the response data, request and response headers, and other details of each sample in a performance test.
It can be used to debug issues in the test script by analyzing the details of each request and response.
View Result Tree can also be used to view and analyze the performance metric...
I applied via Google and was interviewed before Dec 2022. There were 4 interview rounds.
They ask aptitude. We can clear this
No coding required pseudo codes were enough
I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.
NFR sheet can be prepared by identifying the non-functional requirements and documenting them in a structured format.
Identify the non-functional requirements such as performance, scalability, reliability, security, usability, etc.
Document the requirements in a structured format such as a spreadsheet or a table.
Include details such as the requirement description, acceptance criteria, priority, and any dependencies.
Ensur...
Pacing time is calculated by dividing the total number of transactions by the duration of the test.
Pacing time is used to determine the rate at which virtual users should be generated during a performance test.
It is calculated by dividing the total number of transactions by the duration of the test.
For example, if the test is scheduled to run for 1 hour and the expected number of transactions is 10,000, the pacing time...
3-tier architecture is a client-server architecture with three layers: presentation, application, and data storage.
Presentation layer: User interface for interaction with the application
Application layer: Business logic and processing of user requests
Data storage layer: Storage and retrieval of data
Each layer communicates with the layer above and below it
Allows for scalability and separation of concerns
Examples: Web ap
Concurrent users and simultaneous users are often used interchangeably, but they have different meanings.
Concurrent users refer to the number of users accessing the system at the same time.
Simultaneous users refer to the number of users performing the same action at the same time.
Concurrent users can perform different actions at the same time, while simultaneous users perform the same action.
For example, if 100 users a...
There are several types of graphs, including line, bar, pie, scatter, and area graphs.
Line graphs show trends over time.
Bar graphs compare data between different categories.
Pie graphs show proportions of a whole.
Scatter graphs show the relationship between two variables.
Area graphs show the cumulative totals over time.
IP Spoofing is a technique used to impersonate another device by changing the source IP address of a packet.
IP Spoofing is commonly used in DDoS attacks to hide the attacker's identity.
It can also be used to bypass access controls by impersonating a trusted device.
IP Spoofing can be prevented by using firewalls and network intrusion detection systems.
Rendezvous point is a synchronization point in load testing where multiple virtual users wait for each other before proceeding.
Used in load testing to simulate real-world scenarios
Ensures that all virtual users reach a certain point before continuing
Helps in measuring the response time of the system under load
Can be used to test scenarios like online auctions, where multiple users bid at the same time
Infosys interview questions for designations
I applied via Job Portal and was interviewed in Nov 2021. There was 1 interview round.
Get interview-ready with Top Infosys Interview Questions
What people are saying about Infosys
I appeared for an interview before Sep 2020.
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.
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...
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
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 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.
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.
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.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I appeared for an interview before Jun 2021.
Round duration - 180 minutes
Round difficulty - Easy
It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy
Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...
Find the duplicate number in an array of integers from 0 to (N-2).
Iterate through the array and keep track of the frequency of each number using a hashmap.
Return the number with a frequency greater than 1 as the duplicate number.
Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.
You are provided with a string S
and an array of integers A
of size M
. Your task is to perform M
operations on the string as specified by the indices in array A
...
Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.
Iterate through the array of indices and reverse the substrings accordingly
Ensure the range specified by each index is non-empty
Return the final string after all operations are completed
Round duration - 60 Minutes
Round difficulty - Easy
It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.
Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes
Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
Easy DSA questions and some questions on resume
Fan trap is a situation in which a query involving multiple tables results in a Cartesian product.
Fan trap occurs when a table is connected to multiple tables in a one-to-many relationship.
It can be solved by creating a bridge table or by using aggregate functions.
For example, if a customer table is connected to an orders table and a products table, a fan trap can occur when trying to retrieve information about custome...
Dynamic break in report allows for automatic page breaks based on data.
Define a break field in the report design
Set the break field to trigger a page break when its value changes
Use dynamic break to automatically adjust page breaks based on data
Example: A report on sales by region can use dynamic break to create a new page for each region
Foreach function is used to iterate through an array of strings in a report.
Foreach function is used to loop through each element in an array of strings.
It can be used to display each element in a report.
Example: foreach(string item in stringArray){ Console.WriteLine(item); }
Aggregate awareness is a feature in Business Objects that allows reports to be optimized for performance by using aggregate tables.
Aggregate awareness is used when creating reports in Business Objects
It allows the report to use aggregate tables instead of detailed tables for improved performance
Syntax: AGGR_AWARE(
Example: AGGR_AWARE(Product, Sum(Sales), Sales_Fact_Table)
The @prompt function syntax is used to display a prompt message to the user and receive input.
The syntax is @prompt('message', 'default value')
The message is the prompt message to be displayed to the user
The default value is optional and will be displayed in the input field
The function returns the value entered by the user
based on 5 interviews
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 31 reviews
Rating in categories
Technology Analyst
55.3k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.7k
salaries
| ₹2.8 L/yr - ₹7.8 L/yr |
System Engineer
39.6k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.9k
salaries
| ₹5.1 L/yr - ₹19.6 L/yr |
Senior Associate Consultant
28.2k
salaries
| ₹6.2 L/yr - ₹16.6 L/yr |
TCS
Wipro
Cognizant
Accenture