i
Affluent Global Services
Filter interviews by
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
App life cycle refers to the stages a mobile app goes through from installation to removal.
1. Installation: User downloads and installs the app from app store.
2. Launch: User opens the app for the first time.
3. Background: App runs in the background while user interacts with other apps.
4. Termination: App is closed by user or system to free up resources.
5. Removal: User uninstalls the app from their device.
posted on 29 Nov 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
Ther try to gaze out what are the responsibilities you handled and your growth potential
They try to find out what you are will do in a given set of scenarios
posted on 29 Dec 2024
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
posted on 28 Jun 2024
I applied via Campus Placement
Common topics like sql and 30% aptitude problem
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 23 Aug 2024
I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.
Question based on array string linkedlist
I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.
based on 4 reviews
Rating in categories
Software Engineer
67
salaries
| ₹4.4 L/yr - ₹14.8 L/yr |
Senior Software Engineer
63
salaries
| ₹7 L/yr - ₹21.4 L/yr |
Staffing Specialist
29
salaries
| ₹2.4 L/yr - ₹4.5 L/yr |
Business Analyst
27
salaries
| ₹5.2 L/yr - ₹20 L/yr |
Associate Software Engineer
27
salaries
| ₹2 L/yr - ₹4 L/yr |
TCS
Wipro
Infosys
HCLTech