Faster and better experience!
Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
Web scraping is the automated process of extracting data from websites for various purposes.
Involves using scripts or software to collect data from web pages.
Commonly used for data analysis, market research, and competitive analysis.
Tools like Beautiful Soup, Scrapy, and Selenium are popular for web scraping.
Example: Extracting product prices from e-commerce sites for price comparison.
Can be done using programming lang
Technical coding questions were asked
I applied via Walk-in and was interviewed in Oct 2022. There were 5 interview rounds.
It was a bit tricky but it went well
The coding questions were ds based and a bit difficult
I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.
Coding platform: Codility, 3 questions, 1 easy and 1 medium and 1 hard,
Print all palindromes of a string
Iterate through all substrings of the input string
Check if each substring is a palindrome by comparing it with its reverse
Store palindromes in an array and return it
Merge sort is a divide and conquer algorithm that recursively splits an array into halves, sorts them, and then merges them back together.
Split the array into two halves
Recursively sort each half
Merge the sorted halves back together
NielsenIQ interview questions for designations
I applied via Campus Placement and was interviewed before Nov 2022. There were 4 interview rounds.
Apti round had English and aptitude related easy questions.
Mostly easy or medium level question, 2 problems.
Get interview-ready with Top NielsenIQ Interview Questions
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve a problem
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: Inheritance allows a class to inherit properties and behavior from another class
Remove duplicates from a given list of numbers
Create a new list to store unique elements
Iterate through the given list and add elements to the new list if they are not already present
Return the new list as the result
I appeared for an interview before Apr 2024, where I was asked the following questions.
Sorting algorithms arrange data in a specified order, commonly ascending or descending.
Types of sorting algorithms: Quick Sort, Merge Sort, Bubble Sort.
Quick Sort: Efficient, uses divide-and-conquer, average time complexity O(n log n).
Merge Sort: Stable, divides array into halves, time complexity O(n log n).
Bubble Sort: Simple, repeatedly swaps adjacent elements, time complexity O(n^2).
Example: Sorting [5, 2, 9, 1] usi
I appeared for an interview before Mar 2024, where I was asked the following questions.
I appeared for an interview before Sep 2022.
Mostly two questions will be given to you. Both having Data structures based. The logic is more important rather than the implementation.
Questions related to what will you do incase bug arises in existing code.
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
Da and algo on array, string and list
Find duplicates in an array of strings.
Iterate through the array and use a hash set to keep track of seen elements.
If an element is already in the hash set, it is a duplicate.
Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.
The reverse of a sentence is the words in the sentence in reverse order.
Split the sentence into words
Reverse the order of the words
Join the words back together
based on 11 interviews
3 Interview rounds
based on 45 reviews
Rating in categories
Data Processing Analyst
853
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Data Analyst
510
salaries
| ₹2.8 L/yr - ₹8 L/yr |
Data Processing Specialist
367
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Software Engineer
273
salaries
| ₹8 L/yr - ₹21 L/yr |
Research Associate
186
salaries
| ₹2.9 L/yr - ₹6 L/yr |
TCS
Accenture
Wipro
Cognizant