Filter interviews by
Some basic aptidude questions easy to solve.
A constructor is a special method that is used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to initialize the object's properties.
If a class does not have a constructor, a default constructor is created.
Constructors can be overloaded to provide multiple ways to initialize objects.
Python has two types of methods: built-in methods and user-defined methods.
Built-in methods are pre-defined methods in Python, such as print() and len().
User-defined methods are created by the programmer to perform specific tasks.
Methods can be called on objects, such as strings or lists, using dot notation.
Methods can also take arguments, which are passed in parentheses after the method name.
Methods can return values
I applied via campus placement at RC Patel College of Education, Shirpur and was interviewed in Oct 2024. There were 3 interview rounds.
There are some general aptitude questions.
There were two simple codes from which we need to pass the test case for at least one code
The most difficult subject in college was Advanced Calculus.
Advanced Calculus involved complex mathematical concepts and required a deep understanding of calculus principles.
The subject required a lot of practice and problem-solving skills to master the concepts.
Topics such as multivariable calculus, differential equations, and vector calculus were particularly challenging.
The abstract nature of the subject made it dif...
I am a recent graduate with a degree in Computer Science and a passion for data engineering.
Graduated with a degree in Computer Science
Strong interest in data engineering
Completed internships in data analysis and database management
I applied via Company Website
Prepare verval, LRDI, Quant moderate like using RS agarwal best book for prepare aptitude
Practice pseudo code minmum 100 pseudo code and for coding using code chef platform best for preparation
I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.
Deleting duplicate rows in SQL
Use the DISTINCT keyword in SELECT statement to retrieve unique rows
Use GROUP BY clause to group rows with same values and then use aggregate functions to select one row
Use the ROW_NUMBER() function to assign a unique number to each row and then delete the rows with duplicate numbers
To remove header and trailer from a sequential data file in Datastage.
Use Sequential File stage in Datastage.
Set the 'Skip Rows' property to the number of header rows to be skipped.
Set the 'Trailer Rows' property to the number of trailer rows to be skipped.
Use a Transformer stage to remove any remaining header or trailer rows.
Use the 'Remove' function in the Transformer stage to remove the rows.
To kill a job in Datastage
Stop the job manually from the Director client
Terminate the job from the command line using the dsjob command
Kill the job process from the operating system level
Delete the job from the Datastage repository
To find process id in Linux, use the command 'ps -aux | grep
Open the terminal
Type 'ps -aux' to list all running processes
Use 'grep
The process id (PID) will be listed in the second column
SQL queries with window functions
Window functions perform calculations across a set of rows that are related to the current row
Common window functions include ROW_NUMBER, RANK, DENSE_RANK, and NTILE
Window functions are used with the OVER() clause to define the window or subset of rows to perform the calculation on
SORT BY, ORDER BY, CLUSTER BY, and DISTRIBUTE BY are SQL clauses used for data sorting and partitioning.
SORT BY is used to sort the result set in ascending or descending order based on one or more columns.
ORDER BY is used to sort the result set in ascending or descending order based on one or more columns. It is similar to SORT BY but can be used with other clauses like LIMIT and OFFSET.
CLUSTER BY is used to group data...
Small file problem refers to the issue of having a large number of small files in a storage system.
Small files can cause inefficiencies in storage and processing.
Solutions include consolidating small files into larger ones or using a different storage system.
Examples include Hadoop's SequenceFile format and Amazon S3's object size optimization.
RDS, VA, DF, VS, and DS are all acronyms related to data engineering.
RDS stands for Relational Database Service, a managed database service by AWS.
VA stands for Virtual Assistant, a software program that can assist with tasks.
DF stands for Dataflow, a managed service by Google Cloud for data processing.
VS stands for Virtual Server, a server that runs on a virtual machine.
DS stands for Datastore, a NoSQL document databa
I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 4 interview rounds.
To recommend customers to migrate to the cloud, assess their current infrastructure, plan the migration strategy, choose the right cloud provider, and ensure data security.
Assess the customer's current infrastructure and identify the applications and data that can be migrated to the cloud.
Plan the migration strategy by considering factors like cost, time, and resource requirements.
Choose the right cloud provider based ...
I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.
Reading data from a .log file and extracting columns with a specific regex.
Use Python's built-in 're' module to define the regex pattern.
Open the .log file using Python's 'open' function.
Iterate through each line of the file and extract the desired columns using the regex pattern.
Store the extracted data in a data structure such as a list or dictionary.
Optimizations for data engineering
Use indexing to speed up queries
Partition data to improve query performance
Use caching to reduce data retrieval time
Optimize data storage format for faster processing
Use parallel processing to speed up data processing
Optimize network bandwidth usage
Use compression to reduce storage and network usage
Answering how to read JSON in Python.
Use the json module to load and parse JSON data
Use the json.loads() method to load JSON data from a string
Use the json.load() method to load JSON data from a file
Access JSON data using keys or indexes
Use the json.dumps() method to convert Python objects to JSON strings
Pyspark configs
Pyspark configs are used to configure the behavior of a Pyspark application.
They can be set using SparkConf object or spark-submit command.
Examples include setting the number of executors, memory allocation, and log level.
based on 1 review
Rating in categories
Technology Trainee
6
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
Associate Data Engineer
4
salaries
| ₹2.1 L/yr - ₹3 L/yr |
Data Engineer
4
salaries
| ₹2 L/yr - ₹4.8 L/yr |
TCS
Accenture
Wipro
Cognizant