i
Dataeaze Systems
Filter interviews by
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Python code and data etl activity
I applied via LinkedIn and was interviewed in Aug 2021. There was 1 interview round.
I manage pressure by prioritizing tasks, taking breaks, and seeking support when needed.
Prioritize tasks based on urgency and importance
Take breaks to recharge and avoid burnout
Seek support from colleagues or a mentor
Practice stress-reducing activities like meditation or exercise
Top trending discussions
ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.
ETL stands for Extract, Transform, Load
Extract: Involves extracting data from various sources such as databases, applications, and files
Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...
Easy and moderate level question
Given a relevant topic and discussion on it
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
based on 4 reviews
Rating in categories
Data Engineer
37
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Big Data Engineer
9
salaries
| ₹4.5 L/yr - ₹16 L/yr |
Data Scientist
7
salaries
| ₹6 L/yr - ₹8.8 L/yr |
Senior Data Engineer
7
salaries
| ₹8 L/yr - ₹13.8 L/yr |
Software Engineer
4
salaries
| ₹5.1 L/yr - ₹7.1 L/yr |
Talend Data Integration Services
Informatica
SnapLogic
TIBCO Software