i
Internshala
Filter interviews by
Activity is a single screen with a user interface, while Fragment is a portion of the user interface in an activity.
Activity is a standalone component that can be launched by an application, while Fragment is a reusable component that can be added to an activity.
An activity can contain multiple fragments, but a fragment cannot contain multiple activities.
Fragments are used to create a flexible and dynamic UI, while act...
Top trending discussions
I appeared for an interview before Mar 2024, where I was asked the following questions.
posted on 15 Feb 2025
I appeared for an interview before Feb 2024.
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
They will give you problem to solve
Machine coding round
Basic Aptitude test
Coding Round is little tough.
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Find the single duplicate element in an array of strings with length n-1.
Iterate through the array and use a HashSet to keep track of elements seen so far.
If an element is already in the HashSet, that is the duplicate element.
Return the duplicate element once found.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.
Around sql/python and other da tools
Stats and probability with focus on puzzles
All the logical Qustions
In SQL, data is grouped by a specified column or expression using the GROUP BY clause.
Data is grouped based on the values in the specified column or expression
Aggregate functions like SUM, COUNT, AVG can be used with GROUP BY to perform calculations on each group
GROUP BY is often used in conjunction with the SELECT statement
Example: SELECT department, AVG(salary) FROM employees GROUP BY department
Lists are ordered collections of items, while dictionaries are unordered collections of key-value pairs.
Lists are accessed by index, dictionaries are accessed by key
Lists maintain the order of elements, dictionaries do not guarantee order
Lists use square brackets [], dictionaries use curly braces {}
Example: list - [1, 2, 3], dictionary - {'a': 1, 'b': 2}
Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used for small, one-time tasks.
Lambda functions can take any number of arguments, but can only have one expression.
Example: add = lambda x, y: x + y
Marketing Associate
17
salaries
| ₹5 L/yr - ₹6 L/yr |
Product Manager
16
salaries
| ₹7 L/yr - ₹15 L/yr |
Associate Product Manager
16
salaries
| ₹5.4 L/yr - ₹7 L/yr |
Software Development Engineer
16
salaries
| ₹5.4 L/yr - ₹20 L/yr |
Data Scientist
14
salaries
| ₹6 L/yr - ₹8 L/yr |
Acadecraft
Coding Ninjas
Globus Infocom
SpeedLabs