i
Infosys
Filter interviews by
Dex configuration setup involves configuring the data exchange between Tosca and external systems.
Dex configuration is done in Tosca Commander under the 'Dex' tab.
You can set up connections to external systems like JIRA, Jenkins, etc.
Configuration includes defining endpoints, authentication details, and data mapping.
Testing the configuration is important to ensure smooth data exchange.
What people are saying about Infosys
posted on 28 Nov 2024
I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.
posted on 19 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Dex in Tosca is a data extraction tool used for extracting data from various sources for testing purposes.
Dex is used to extract data from databases, files, APIs, and web services.
It can be used to validate data during test automation.
Dex can also be used to populate test data in Tosca test cases.
Examples of Dex usage include extracting customer information from a database or validating response data from an API.
posted on 19 Apr 2024
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
posted on 5 Apr 2024
Automating SQL queries through Tosca involves using the Tosca Query Language (TQL) module.
Use the Tosca Query Language (TQL) module to write and execute SQL queries.
Create TQL modules in Tosca to automate the execution of SQL queries.
Utilize Tosca's data-driven testing capabilities to automate SQL queries with different input data.
Integrate Tosca with database tools like SQL Server Management Studio for executing and v
TDM stands for Test Data Management. It involves creating, storing, managing, and providing test data for automated testing.
TDM involves creating and maintaining test data for automated testing
It ensures that the test data is accurate, relevant, and up-to-date
TDM helps in improving the efficiency and effectiveness of automated testing
Examples of TDM tools include Informatica, Delphix, and IBM InfoSphere
I was interviewed in Dec 2024.
I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.
1.30 hours, Java, selenium
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
The output of the code will be 'animal is created' followed by 'Dog is created'.
The code defines a class Animal with a constructor that prints 'animal is created'.
It also defines a class Dog that extends Animal, with a constructor that prints 'Dog is created'.
In the main method, an instance of Dog is created, which will trigger the constructors of both Animal and Dog classes.
The output will be 'HelloThere'
Concatenation of 'Hello' and 'There' results in 'HelloThere'
The final string is printed using System.out.println()
The code creates a StringBuffer object with 'Hello' and appends 'There' to it before printing the final string.
StringBuffer is mutable, so the original 'Hello' string can be modified
The append() method adds the specified string to the end of the buffer
The final output will be 'HelloThere'
Option a is valid, option b is valid, option c is invalid.
Option a is valid because ChromeDriver is a subclass of WebDriver, so it can be assigned to a WebDriver reference.
Option b is valid because ChromeDriver is a subclass of WebDriver, so it can be instantiated using a WebDriver reference.
Option c is invalid because WebDriver is an interface and cannot be instantiated directly. It can only be used as a reference typ
Sort input array of strings in descending order without using inbuilt functions
Iterate through the array and compare each element with the rest to find the largest element
Swap the largest element with the first element, then repeat the process for the remaining elements
Continue this process until the array is sorted in descending order
findElement returns the first matching element on the page, while findElements returns a list of all matching elements.
findElement returns a single WebElement matching the locator provided
findElements returns a list of WebElements matching the locator provided
findElement will throw NoSuchElementException if no element is found, while findElements will return an empty list
getwindowhandle returns the handle of the current window, getwindowhandles() returns handles of all open windows
getwindowhandle returns a single window handle, while getwindowhandles() returns a set of window handles
getwindowhandle is used to switch between windows in Selenium WebDriver
Output type of getwindowhandle is String, while output type of getwindowhandles() is Set
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning its value cannot be changed once it is created.
StringBuilder is mutable, allowing for modifications to the string without creating a new object.
StringBuilder is more efficient for concatenating multiple strings as it does not create new objects each time.
Example: String str = "Hello"; StringBuil
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Java program to print sum of digits from a given string
Iterate through each character in the string
Check if the character is a digit using Character.isDigit() method
Convert the digit character to integer using Character.getNumericValue() method
Sum up all the digits found in the string
OOPs concepts used in the framework include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance is used to create a parent-child relationship between classes. For example, a base class 'Page' can be inherited by 'HomePage' and 'LoginPage' classes.
Polymorphism allows objects of different classes to be treated as objects of a common superclass. For instance, a 'click' method can be implemented different...
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example of compile-time polymorphism: function overloading in Java.
Example of runtime polymorphism: method overriding in Java
Java program to print the sum of elements in a string array.
Convert each element in the string array to an integer using Integer.parseInt()
Sum up all the integers to get the total sum
posted on 24 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Technology Analyst
56.2k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.9k
salaries
| ₹2.8 L/yr - ₹6.4 L/yr |
System Engineer
39.1k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.3k
salaries
| ₹6.2 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture