Filter interviews by
Spark processes code using DAG (Directed Acyclic Graph) which optimizes and executes tasks in parallel.
Spark processes code by creating a DAG of tasks based on transformations and actions in the code.
It optimizes the DAG by combining tasks and executing them in parallel to maximize efficiency.
Repartition increases or decreases the number of partitions in a DataFrame, while coalesce only decreases partitions without shu...
Get meta data in ADF is used to retrieve information about datasets, tables, and columns in Azure Data Factory.
Get meta data in ADF can be used to understand the structure and properties of data sources.
It helps in designing data pipelines by providing insights into the data being processed.
Examples of meta data include column names, data types, and schema information.
Top trending discussions
posted on 6 Jan 2025
Coding questions, Amrstrong Number, Reverse string
Group discussion, Any topic
Aptitude test, Quantite
posted on 9 Jul 2024
Basic OOP questions for python programming language
Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.
Abstraction allows users to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency in software development
Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction
SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.
SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.
SQL d...
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, prev, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to the last node after reversing
Binary search algorithm efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index and compare the target value with the value at mid.
If target is less than mid value, update high to mid-1; if greater, update low to mid+1.
Repeat until target is found or low is greater than high.
posted on 4 Jun 2024
It was simple apptitude
Private members are accessible only within the same class, while protected members are accessible within the same class and its subclasses.
Private members can only be accessed within the same class
Protected members can be accessed within the same class and its subclasses
Private members are not inherited by subclasses
Protected members are inherited by subclasses
NoSQL databases are used for scalability, flexibility, and handling unstructured data.
Scalability: NoSQL databases can easily scale horizontally to handle large amounts of data and high traffic.
Flexibility: NoSQL databases do not require a predefined schema, allowing for easy modifications and additions to data.
Handling unstructured data: NoSQL databases are well-suited for storing and querying unstructured data like d...
I was interviewed in Apr 2024.
posted on 26 Apr 2024
I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Use Python's built-in 'functools' module to check cache for function results.
Import 'functools' module
Use 'lru_cache' decorator to cache function results
Specify 'maxsize' parameter to limit cache size
Use 'cache_info()' method to get cache statistics
posted on 26 Feb 2024
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
Just apptitude questions and simple grammar
based on 1 interview
Interview experience
Software Developer
5
salaries
| ₹3.6 L/yr - ₹7 L/yr |
Software Engineer
4
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Accountant
4
salaries
| ₹3.2 L/yr - ₹3.2 L/yr |
Quality Analyst
4
salaries
| ₹4 L/yr - ₹6 L/yr |
Senior Consultant
4
salaries
| ₹4.5 L/yr - ₹40 L/yr |
TCS
Infosys
Wipro
HCLTech