i
Go Digital Technology Consulting
Filter interviews by
I applied via Internshala and was interviewed in May 2024. There were 2 interview rounds.
3 Sections Quantity , Logical, Mcq code
Window functions in SQL are used to perform calculations across a set of table rows related to the current row.
Window functions are used to calculate values based on a set of rows related to the current row.
They allow you to perform calculations without grouping the rows into a single output row.
Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().
I applied via Indeed and was interviewed in Dec 2023. There were 5 interview rounds.
General Aptitude test which is for 1 hour.
Coding test on individual preferred language (SQL or Python)
CTE stands for Common Table Expression, a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement. Views are virtual tables created by a query.
CTE is defined using the WITH keyword and can be recursive.
CTEs are mainly used to simplify complex queries, improve readability, and reduce redundancy.
Views are saved queries that act as virtual tables, allowing users to query the view a...
DDL stands for Data Definition Language, DML stands for Data Manipulation Language, and DCL stands for Data Control Language.
DDL is used to define the structure of database objects such as tables, indexes, and views.
DML is used to manipulate data within the database, such as inserting, updating, and deleting records.
DCL is used to control access to data within the database, such as granting or revoking permissions.
Code to remove duplicates from a list of strings
Create a new empty list to store unique elements
Iterate through the given list and add elements to the new list only if they are not already present
Return the new list without duplicates
Temporary table in SQL is a table that exists temporarily and is automatically deleted when the session ends.
Temporary tables are created using CREATE TEMPORARY TABLE statement.
They are useful for storing intermediate results during complex queries.
Temporary tables are only visible to the current session and are automatically dropped when the session ends.
I appeared for an interview in Sep 2023.
Basics of SQL and Python
Either SQL or Python whatever your preferrence MCQ and coding Test
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...
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
I appeared for an interview before May 2016.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
based on 3 interviews
1 Interview rounds
Data Engineer
41
salaries
| ₹3.3 L/yr - ₹8.6 L/yr |
Software Engineer
10
salaries
| ₹5 L/yr - ₹8 L/yr |
Associate Data Engineer
9
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Associate Engineer
8
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Associate Software Engineer
7
salaries
| ₹3.5 L/yr - ₹4.4 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning