Filter interviews by
I applied via Job Fair and was interviewed before Jan 2023. There was 1 interview round.
A word count program using PySpark DataFrame.
Create a PySpark DataFrame from the input text file.
Split the text into words using the split() function.
Group the words by their value and count the occurrences.
Sort the word count in descending order.
Display the result.
A dataset is a collection of data that can be processed in parallel, while a dataframe is a distributed collection of data organized into named columns.
A dataset is an abstraction of a distributed collection of data, while a dataframe is a distributed collection of data organized into named columns.
A dataset can be created from a variety of data sources, such as structured data files, tables in Hive, external databases...
Garbage collector is an automatic memory management system that frees up memory by identifying and removing unused objects.
Garbage collector is a part of the runtime environment in programming languages like Java and C#.
It automatically identifies objects that are no longer in use and frees up the memory occupied by those objects.
Garbage collector uses various algorithms like mark and sweep, copying, and generational c...
DWH stands for Data Warehouse. It is used for storing and analyzing large amounts of data from various sources.
DWH is used to consolidate data from different sources into one central repository for analysis.
It is commonly used in business intelligence and data analytics to make informed decisions.
Examples of DWH tools include Amazon Redshift, Snowflake, and Google BigQuery.
Top trending discussions
Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.
Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.
Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.
Scheduled script is typically used for routine tasks, while Map reduce script is used fo...
Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.
SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.
SuiteTalk: Web services integration for connecting NetSuite with external systems.
SuiteFlow: Visual workflow tool for automating business processes.
SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.
posted on 11 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
5 coading questions were asked in it
posted on 25 Sep 2024
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Merge two sorted lists with n+m complexity
Create a new list to store the merged result
Iterate through both lists simultaneously and compare elements
Add the smaller element to the new list and move to the next element in that list
Continue until all elements from both lists are merged
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Dependency injection helps in achieving loose coupling between classes.
It allows for easier testing by providing a way to mock dependencies.
There are three types of dependency injection - constructor injection, setter injection, and interface injection.
The n+1 problem in Hibernate occurs when a query results in multiple individual queries being executed for each row fetched.
Occurs when a query fetches a collection and then for each element in the collection, another query is executed to fetch related data
Can be resolved by using fetch joins or batch fetching to reduce the number of queries
Improves performance by reducing the number of database round trips
posted on 28 Nov 2024
Choose the Options in Javascript, HTML, CSS
Reactjs is a JavaScript library for building user interfaces.
Component-based architecture
Virtual DOM for efficient updates
JSX for writing HTML in JavaScript
State management with setState()
Lifecycle methods like componentDidMount()
posted on 13 Dec 2024
I faced a technical challenge while implementing a complex algorithm for real-time data processing.
Identified the bottleneck in the algorithm by profiling the code
Optimized the algorithm by implementing data structures and algorithms with lower time complexity
Tested the optimized solution thoroughly to ensure correctness and performance
Collaborated with team members to brainstorm alternative approaches
JavaScript frameworks provide pre-written code to simplify and speed up web development.
Helps in organizing code and improving code quality
Provides reusable components for faster development
Offers built-in features like routing, state management, and data binding
Examples: React, Angular, Vue
posted on 27 Nov 2024
posted on 23 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Memory management in Python involves automatic memory allocation and deallocation through garbage collection.
Python uses automatic memory management through garbage collection to allocate and deallocate memory.
Memory is managed using reference counting and a cycle-detecting garbage collector.
Python's memory management is efficient for most use cases, but can lead to memory leaks if circular references are not handled p
Garbage collection in Python is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.
Python uses a built-in garbage collector to manage memory automatically.
The garbage collector in Python uses reference counting and a cycle-detecting algorithm to reclaim memory.
Explicitly calling the 'gc.collect()' function can trigger garbage collection in Python.
Garbage...
Code a system to query an API, do multiprocessing and improve efficiency
Use a library like requests in Python to query the API
Implement multiprocessing using a library like multiprocessing or threading in Python
Optimize efficiency by caching API responses or using asynchronous programming
Interview experience
based on 7 reviews
Rating in categories
Consultant
404
salaries
| ₹5.9 L/yr - ₹20 L/yr |
Associate Consultant
307
salaries
| ₹2.8 L/yr - ₹13 L/yr |
Senior Consultant
304
salaries
| ₹10 L/yr - ₹30.2 L/yr |
Senior Associate
269
salaries
| ₹1.6 L/yr - ₹7.5 L/yr |
HC & Insurance OPS Associate
231
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
TCS
Infosys
Wipro
Tech Mahindra