i
Infovision
Filter interviews by
I was interviewed in Jan 2024.
Window functions in SQL are used to perform calculations across a set of table rows related to the current row.
Window functions are used to calculate values based on a set of rows related to the current row.
They allow for ranking, aggregation, and other calculations within a specific window of rows.
Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and SUM() OVER().
To perform a full load in SSIS, you can use the Data Flow Task with a source and destination component.
Create a Data Flow Task in the Control Flow tab of the SSIS package.
Add a source component to extract data from the source system.
Add a destination component to load data into the destination system.
Map the columns from the source to the destination.
Run the package to execute the full load.
Incremental load in ADF and SSIS involves identifying new or updated data and loading only those changes.
In ADF, use watermark columns to track the last loaded value and filter data based on this value
In SSIS, use CDC (Change Data Capture) components or custom scripts to identify new or updated data
Both ADF and SSIS support incremental loading by comparing source and target data to determine changes
Linked Service connects to external data sources, while Dataset represents the data within the data store.
Linked Service is used to connect to external data sources like databases, APIs, and file systems.
Dataset represents the data within the data store and can be used for data processing and analysis.
Linked Service defines the connection information and credentials needed to access external data sources.
Dataset define...
Integration Runtime (IR) is a compute infrastructure that provides data integration capabilities across different network environments.
IR is used in Azure Data Factory to provide data integration capabilities
There are three types of IR: Azure, Self-hosted, and Azure-SSIS
Azure IR is fully managed by Microsoft and is used for data movement in the cloud
Self-hosted IR allows data movement between on-premises and cloud data...
Use a single activity with dynamic parameterization and loops to copy data.
Use a loop to iterate through the data source and destination locations.
Parameterize the source and destination locations to dynamically copy data.
Utilize a scripting language like Python or PowerShell to implement the logic.
Example: Use a Python script with a loop to copy files from one folder to another.
Example: Use PowerShell script with dyna...
Snowflake is a cloud-based data warehousing platform that allows for easy and scalable data storage and analysis.
Snowflake is a fully managed service that works on a pay-as-you-go model.
It separates storage and compute resources, allowing for better scalability and cost-effectiveness.
Snowflake supports SQL queries and has built-in support for semi-structured data like JSON and XML.
It provides features like automatic sc...
Delete removes rows one by one and can be rolled back, while Truncate removes all rows at once and cannot be rolled back.
Delete is a DML command, while Truncate is a DDL command.
Delete can be rolled back using a transaction, while Truncate cannot be rolled back.
Delete fires triggers on each row deletion, while Truncate does not fire triggers.
Delete is slower as it removes rows one by one, while Truncate is faster as it...
To insert non-duplicate data into a target table, you can use methods like using a unique constraint, using a merge statement, or using a temporary table.
Use a unique constraint on the target table to prevent duplicate entries.
Use a merge statement to insert data into the target table only if it does not already exist.
Use a temporary table to store the new data, then insert only the non-duplicate records into the targe
Identifying long running queries in SQL
Monitor query execution times using tools like SQL Server Profiler or Performance Monitor
Check system views like sys.dm_exec_requests or sys.dm_exec_query_stats for query durations
Use query hints like OPTION (RECOMPILE) to force recompilation of queries for better performance
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Hooks are functions that let you use state and other React features in functional components. Custom hooks are reusable logic functions created by developers.
Types of hooks: useState, useEffect, useContext, useReducer, useCallback, useMemo, useRef, useImperativeHandle, useLayoutEffect, useDebugValue
Custom hooks are used to extract and reuse logic from components, making code more modular and easier to maintain
Custom ho...
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
I have extensive project experience in developing software solutions for various industries.
Led a team in developing a customer relationship management system for a retail company
Implemented a data analytics platform for a financial institution to improve decision-making processes
Designed and deployed a mobile application for a healthcare organization to streamline patient care
Collaborated with cross-functional teams t...
Infovision interview questions for popular designations
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Get interview-ready with Top Infovision Interview Questions
Built a data engineer pipeline to ingest, process, and analyze large volumes of data for real-time insights.
Designed and implemented data ingestion process using tools like Apache Kafka or AWS Kinesis.
Developed data processing workflows using technologies like Apache Spark or Apache Flink.
Built data storage solutions using databases like Apache HBase or Amazon Redshift.
Implemented data quality checks and monitoring mec...
Extract values from a data frame in a continuous time interval
I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.
Mirror binary tree without recursion by swapping left and right child nodes iteratively
Start with the root node and swap its left and right child nodes
Then move to the left child node and swap its left and right child nodes
Repeat the process for all nodes in the tree until all nodes are mirrored
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.
Algorithms and some advanced data structures
Backend and systems design
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
WebDriver driver = new ChromeDriver() initializes a new instance of ChromeDriver for controlling the Chrome browser.
WebDriver is an interface in Selenium used to interact with web browsers
ChromeDriver is a class that implements the WebDriver interface for controlling Chrome browser
The 'new' keyword is used to create a new instance of the ChromeDriver class
Relative xpath syntax is used to locate elements based on their relationship to other elements in the HTML structure.
Start with a double forward slash (//)
Use the tag name of the element you want to locate
Add square brackets with the attribute and value you want to match
Listeners in TestNG are used to generate logs or reports during test execution.
Listeners in TestNG are interfaces that allow customizing test execution logs and reports.
They can be used to perform actions before or after test methods, suites, classes, etc.
Examples of listeners in TestNG include ITestListener, IInvokedMethodListener, and IReporter.
The preferable locator for dynamic elements is XPath.
XPath is more powerful and flexible compared to other locators like ID or class name
XPath can locate elements based on their attributes, position, text, etc.
Using XPath allows for more precise and reliable element identification
Interview experience
based on 260 reviews
Rating in categories
Softwaretest Engineer
309
salaries
| ₹2.5 L/yr - ₹6.2 L/yr |
Senior Software Engineer
292
salaries
| ₹6 L/yr - ₹22.1 L/yr |
Software Engineer
246
salaries
| ₹2.8 L/yr - ₹10 L/yr |
Technical Lead
179
salaries
| ₹8 L/yr - ₹35 L/yr |
Software Developer
143
salaries
| ₹3 L/yr - ₹10.2 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra