Filter interviews by
Easy one. 30 mins test. mostly verbal questions. some question related to programing.
posted on 5 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
The only thing that matters to you right here in your honestly
The most common way of dealing with this type is the following
There are no other options than the fact you can use it
I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed in Sep 2022. There were 3 interview rounds.
1 DP question, 1 simple integer manipulation
Find the 4th smallest element in a Binary Search Tree.
Traverse the BST in-order and keep track of the count of visited nodes.
When the count reaches 4, return the current node's value.
If the BST has less than 4 nodes, return null or throw an exception.
Find maximum distinct elements in every sliding window of size k.
Create a hash table to store the frequency of each element in the current window.
Use two pointers to maintain the current window and slide it over the array.
Update the hash table for each new element in the window and remove the old element.
Keep track of the maximum number of distinct elements seen so far.
Repeat until all windows of size k have been proce
Merge two sorted linked lists
Create a new linked list to store the merged list
Compare the first nodes of both lists and add the smaller one to the new list
Move the pointer of the added node to the next node
Repeat until one of the lists is empty
Add the remaining nodes of the non-empty list to the new list
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
Session is a unit of work that extracts, transforms and loads data. Workflow is a collection of sessions that run in a specific order.
Session is a single task that performs ETL operations on data
Workflow is a collection of sessions that are executed in a specific order
Sessions can be reused in multiple workflows
Workflows can have multiple sessions
Sessions can have multiple tasks
Workflows can have multiple sessions with
Source qualifier is a transformation in Informatica used to filter, join or modify data from source tables.
Source qualifier is used in mapping to extract data from source tables
It can be used to filter, join or modify data before passing it to target
It can be used to define the SQL query to extract data from source
It can be used to define the order in which data is extracted from source
I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.
General aptitude questions
I have the technical skills, experience, and passion to contribute effectively to the team and help achieve company goals.
Strong technical skills in relevant areas
Proven track record of success in previous roles
Passion for the work and dedication to continuous learning and improvement
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Questions on Time and distance
To perform string reverse, we can use built-in functions or loop through the string and swap characters.
Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java
Loop through the string and swap characters from both ends until the middle is reached
Convert the string to an array, reverse the array, and then convert it back to a string
OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.
Encapsulation - bundling of data and methods that operate on that data
Inheritance - ability of a class to inherit properties and characteristics from a parent class
Polymorphism - ability of objects to take on multiple forms or behaviors
Abstraction - hiding of complex implementation details and showin...
Software Developer
7
salaries
| ₹11 L/yr - ₹12.5 L/yr |
Member Technical Staff
7
salaries
| ₹4 L/yr - ₹12.5 L/yr |
Software Engineer
5
salaries
| ₹7 L/yr - ₹12 L/yr |
Functional Analyst
4
salaries
| ₹3.8 L/yr - ₹9 L/yr |
Android Developer
4
salaries
| ₹4 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech