Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Router and filter transformations are used in Informatica for data filtering, but they have different functionalities.
Router transformation is used to route data based on specified conditions to multiple output groups.
Filter transformation is used to filter rows based on specified conditions and pass only the matching rows to the output.
Router transformation can have multiple output groups, each with its own condition.
...
Duplicates in mappings can be handled using various techniques in Informatica.
Use the Sorter transformation to sort the data and then use the Aggregator transformation to eliminate duplicates.
Use the Expression transformation with the DISTINCT keyword to remove duplicates.
Use the Rank transformation to rank the data and then filter out the duplicates based on the rank.
Use the Lookup transformation to check for duplicat...
To select the last 10 lines from a file in Informatica mapping, use the Source Qualifier transformation with a SQL override.
Add a Source Qualifier transformation to the mapping.
In the Source Qualifier transformation, specify the file as the source and set the appropriate file properties.
Write a SQL override in the Source Qualifier transformation to select the last 10 lines from the file.
Use the ROWNUM pseudocolumn or t...
Lookups in Informatica are used to retrieve data from a reference table based on a matching condition.
Lookups are used to perform data transformations and enrich the data in a mapping.
There are three types of lookups in Informatica: Connected, Unconnected, and Static.
Connected lookup returns multiple rows and can be used in any transformation.
Unconnected lookup returns a single value and is used in expressions or trans...
I have extensive experience in performance optimization of Informatica workflows and mappings.
Identifying and resolving performance bottlenecks
Tuning SQL queries and optimizing database connections
Optimizing transformations and reducing data processing time
Using partitioning and parallel processing for improved performance
Monitoring and analyzing session logs and performance statistics
Implementing caching and lookup op...
Push down optimization is a technique used in Informatica to improve performance by pushing data transformation operations to the source or target database.
Push down optimization reduces the amount of data transferred between the source and target systems.
It allows the database engine to perform transformations, aggregations, and filtering, leveraging its processing power.
By pushing down operations, Informatica minimiz...
Display the 10th line from a file in Unix.
Use the 'head' command to display the first 10 lines of the file.
Then use the 'tail' command to display the last line from the first 10 lines.
Combine both commands using a pipe ('|') to display the 10th line directly.
Display duplicate lines from a file in Unix.
Use the 'sort' command to sort the lines in the file.
Use the 'uniq' command with the '-d' option to display only the duplicate lines.
Redirect the output to a new file or display it on the console.
The Python code to check if a string starts with 'a' and has 4-8 'd' after that.
Use the startswith() method to check if the string starts with 'a'.
Use the count() method to count the occurrences of 'd' in the string.
Check if the count of 'd' is between 4 and 8 (inclusive).
To find disk usage of a specific directory in Unix, use the 'du' command.
Open the terminal and navigate to the desired directory
Run the 'du' command followed by the directory path
The command will display the disk usage in bytes for each file and subdirectory within the specified directory
To get the disk usage in human-readable format, use the '-h' option with 'du'
To sort the output by disk usage, use the '-s' option wi
In a left join, all the rows from the left table are included in the result set, along with matching rows from the right table.
Left join returns all rows from the left table and the matching rows from the right table
If there is no match, NULL values are returned for the columns of the right table
Left join is used to retrieve data from multiple tables based on a related column
I would address the issue by identifying the root cause, communicating with the client, and implementing necessary changes.
Identify the reasons for not meeting client expectations
Communicate with the client to understand their concerns and expectations
Evaluate the development process and identify areas for improvement
Implement necessary changes to meet client expectations
Ensure effective communication and collaboration...
I would handle the scenario by following a structured approach and effectively communicating with the team.
Assess the impact of the change on team workings
Identify the key challenges and areas of concern
Develop a structured plan to address the issues
Communicate the plan to the team and seek their input
Implement the plan while providing necessary support and guidance
Monitor the progress and make adjustments as needed
Reg...
I would handle the scenario by following a structured approach and effective communication.
Identify all the teams and stakeholders involved
Establish clear communication channels
Schedule regular meetings to discuss progress and address any issues
Document and track all interactions and decisions
Ensure everyone is aligned on goals and expectations
Provide regular updates and status reports
Resolve conflicts or disagreements...
Cloud computing offers scalability, cost-effectiveness, flexibility, and improved security compared to on-premise datacenters.
Scalability: Cloud allows easy scaling up or down of resources based on demand.
Cost-effectiveness: Cloud eliminates the need for upfront hardware and infrastructure investments.
Flexibility: Cloud enables easy access to data and applications from anywhere, anytime.
Improved security: Cloud provide...
I have extensive experience in performance optimization in SQL.
Identifying and optimizing slow queries
Creating and maintaining appropriate indexes
Using query execution plans to identify bottlenecks
Optimizing database schema and table design
Using appropriate data types and constraints
Caching and data caching techniques
Partitioning large tables
Optimizing query parameters and joins
Using stored procedures and views for per
I was interviewed in Dec 2024.
The content is based on HTML, Windows, and ADO.NET.
I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.
Request to write procedures for React, Node, and MySQL.
Discussed the terminologies related to the job position, such as securing data and handling large datasets.
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
AT&T interview questions for popular designations
I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.
I am a highly experienced Senior Network Engineer with a strong background in designing, implementing, and managing complex network infrastructures.
Over 10 years of experience in network engineering
Proficient in Cisco, Juniper, and Palo Alto technologies
Skilled in network design, implementation, and troubleshooting
Certified in CCNP and JNCIP
Led successful network upgrade projects at previous companies
Get interview-ready with Top AT&T Interview Questions
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Using Unix command 'grep' to find a word in a set of files
Use 'grep' command followed by the word you want to search for and the file(s) you want to search in
Add the '-r' flag to search recursively in all files in a directory
Use '-i' flag for case-insensitive search
Example: grep 'hello' file.txt
Example: grep -r 'error' /path/to/directory
Example: grep -i 'apple' file1.txt file2.txt
Streams process elements sequentially, while parallel streams process elements concurrently.
Streams process elements one by one in a sequential manner.
Parallel streams process elements concurrently, potentially utilizing multiple threads for faster processing.
Streams are suitable for smaller datasets or when order matters.
Parallel streams are more efficient for larger datasets or when order is not important.
Example: St...
Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an object of the class.
Static keyword can be used to initialize a variable only once.
Example: public static int count = 0;
Led cross-functional teams to successfully deliver multiple projects on time and within budget.
Managed project timelines, resources, and budgets effectively
Implemented project management best practices to ensure successful outcomes
Collaborated with stakeholders to define project scope and objectives
Resolved project issues and risks in a timely manner
Delivered regular project updates to senior leadership
Questions were asked
Dsa dp, graphs and many more questions from arrays and linked list were asked
Top trending discussions
The duration of AT&T interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 45 interviews
Interview experience
Technical Specialist
310
salaries
| ₹14 L/yr - ₹38 L/yr |
Senior Associate
271
salaries
| ₹8.2 L/yr - ₹21.7 L/yr |
Network Engineer
221
salaries
| ₹3.4 L/yr - ₹13.6 L/yr |
Senior Technical Specialist
147
salaries
| ₹20 L/yr - ₹47 L/yr |
Senior Network Engineer
110
salaries
| ₹7 L/yr - ₹22 L/yr |
Verizon
Vodafone Idea
Bharti Airtel
Reliance Communications