i
STEMM One Cloudworks
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Top trending discussions
I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Nov 2024. There was 1 interview round.
Versioning in AWS allows you to manage different versions of your resources.
AWS S3 supports object versioning to keep multiple versions of an object in the same bucket.
AWS Lambda supports versioning to manage different versions of your functions.
AWS API Gateway supports versioning to manage different versions of your APIs.
I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.
It was Python coding and Sql query assessment round.
Joins are used to combine rows from two or more tables based on a related column between them.
Use JOIN keyword to combine tables based on a common column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Projects are specific tasks or assignments that require a set of skills and resources to complete.
Projects are temporary endeavors with a defined beginning and end.
They are unique, with specific goals, deliverables, and constraints.
Projects require a team of individuals with different roles and responsibilities.
Examples: Developing a data pipeline for real-time analytics, building a recommendation system for an e-comme
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Indexing in SQL is a technique used to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of data.
They work similar to the index in a book, allowing the database to quickly find the rows that match a certain condition.
Indexes can be created using a single column or a combination of columns.
...
I have extensive experience in using Pyspark and Python for data engineering tasks.
I have worked on various projects involving data processing, transformation, and analysis using Pyspark and Python.
I am proficient in writing efficient and optimized code in Pyspark for big data processing.
I have experience in handling large datasets and implementing complex data pipelines using Pyspark and Python.
posted on 22 Nov 2024
I applied via Newspaper Ad and was interviewed in May 2024. There were 3 interview rounds.
Programing questiion star pattern
ETL is Extract, Transform, Load where data is extracted, transformed, and loaded in that order. ELT is Extract, Load, Transform where data is extracted, loaded, and then transformed.
ETL: Data is extracted from the source, transformed in a separate system, and then loaded into the target system.
ELT: Data is extracted from the source, loaded into the target system, and then transformed within the target system.
ETL is sui...
The difference between the difference is the result of subtracting one value from another.
Difference is the result of subtracting two values.
The difference between two values can be positive, negative, or zero.
For example, the difference between 10 and 5 is 5.
Find the repeating element in a list
Iterate through the list and keep track of elements seen so far
Use a hash set to efficiently check for duplicates
Return the first element that is already in the set
Use the MAX() function in SQL to calculate the maximum salary.
Use the MAX() function along with the column name of the salary field.
Example: SELECT MAX(salary) FROM employees;
Ensure the correct table and column names are used in the query.
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Advanced types of join include outer join, self join, and cross join.
Outer join: includes unmatched rows from one or both tables
Self join: joins a table with itself
Cross join: combines each row from one table with each row from another table
The WHERE clause is used to filter rows before grouping, while the HAVING clause is used to filter groups after grouping.
WHERE clause is used with SELECT, UPDATE, and DELETE statements.
HAVING clause is used with SELECT statements that include GROUP BY clause.
WHERE clause filters individual rows based on conditions.
HAVING clause filters groups based on conditions.
WHERE clause is applied before the GROUP BY clause.
HAVING...
Join combines rows from two or more tables based on a related column, while union combines rows from two or more tables into a single result set.
Join is used to combine rows from different tables based on a related column.
Union is used to combine rows from two or more tables into a single result set.
Join can be used with different types like inner join, left join, right join, etc.
Union only combines rows with the same ...
Python data structures are containers that hold and organize data in different ways.
Some common Python data structures are lists, tuples, sets, and dictionaries.
Lists are ordered and mutable, allowing duplicate elements.
Tuples are ordered and immutable, useful for storing related data together.
Sets are unordered and contain unique elements, useful for mathematical operations.
Dictionaries are key-value pairs, providing
Interview experience
based on 1 review
Rating in categories
Flutter Developer
3
salaries
| ₹2.4 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech