i
UST
Filter interviews by
Asked some problem solving questions they will allow to choose the language it's good
I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.
Initial load in ETL refers to the process of loading data from source systems into the data warehouse for the first time.
Initial load is typically a one-time process to populate the data warehouse with historical data.
It involves extracting data from source systems, transforming it as needed, and loading it into the data warehouse.
Initial load is often done using bulk loading techniques to efficiently transfer large vo...
Cluster index physically orders the data on disk, while non-cluster index does not.
Cluster index physically orders the data on disk based on the indexed column
Non-cluster index does not physically order the data on disk
Cluster index can only have one per table, while non-cluster index can have multiple
Cluster index is faster for retrieval but slower for inserts and updates
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Informatica is a popular ETL tool used for data integration and transformation. It has built-in functions to handle date operations.
Informatica is a powerful ETL tool used for extracting, transforming, and loading data.
It provides a variety of built-in functions for handling date operations such as date calculations, formatting, and conversions.
Examples of date functions in Informatica include TO_DATE, TO_CHAR, ADD_TO_
SSIS is a Microsoft tool used for ETL processes in data integration and data warehousing.
SSIS stands for SQL Server Integration Services
It is used for extracting, transforming, and loading data from various sources to destinations
SSIS can be used for automating workflows, data cleansing, and data migration tasks
It provides a visual interface for designing data flow tasks and control flow tasks
Example: Using SSIS to ext...
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.
Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.
Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...
Use a loop to swap characters of two strings without using strcpy function.
Create two arrays of characters to store the strings
Use a loop to iterate through each character of the strings and swap them
Ensure to handle cases where strings have different lengths
posted on 11 Jan 2025
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Jan 2024. There were 4 interview rounds.
3 coding problems
1 aptitude
1 puzzle
3 hrs duration
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.
Use try-catch blocks to catch exceptions and handle them gracefully
Use multiple catch blocks to handle different types of exceptions
Use finally block to execute code regardless of whether an exception is thrown or not
Throw custom exceptions using throw keyword
map transforms each element in a stream, while flatMap transforms each element into multiple elements
map applies a function to each element in a stream and returns a new stream of the results
flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream
Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(
ConcurrentModificationException occurs when a collection is modified while iterating over it.
Use Iterator to iterate over the collection instead of foreach loop.
If modification is necessary, use Iterator's remove() method instead of collection's remove() method.
Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.
Linked list is a data structure where elements are stored in nodes with pointers to the next node. Array list is a dynamic array that can grow or shrink in size.
Linked list allows for efficient insertion and deletion of elements anywhere in the list.
Array list provides fast access to elements using index, but slower insertion and deletion compared to linked list.
Example: Linked list - 1 -> 2 -> 3 -> 4 -> 5, Array list
The @Controller annotation is used for traditional MVC controllers, while @RestController is used for RESTful web services.
The @Controller annotation is used to define a class as a Spring MVC controller, which can handle HTTP requests and return a view.
The @RestController annotation is used to define a class as a controller for RESTful web services, which can handle HTTP requests and return data in JSON or XML format.
T...
posted on 28 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 8 interview rounds.
Database Management system SQL and PlSQL
Database Base Management system SQL and PlSQL
Database Management system
Database Management system
Database Management system
Database Management system
Database Base Management system
based on 7 reviews
Rating in categories
Software Developer
2k
salaries
| ₹3.5 L/yr - ₹12.1 L/yr |
Senior Software Engineer
1.6k
salaries
| ₹6.5 L/yr - ₹25.7 L/yr |
Software Engineer
1.3k
salaries
| ₹3.6 L/yr - ₹14.6 L/yr |
System Analyst
1.2k
salaries
| ₹6.5 L/yr - ₹22.2 L/yr |
Senior Software Developer
1.1k
salaries
| ₹5.5 L/yr - ₹19.5 L/yr |
TCS
Infosys
Wipro
HCLTech