Filter interviews by
I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.
Secure way of storing tokens
Use a secure token storage mechanism like Keychain on iOS or SharedPreferences on Android
Encrypt the tokens before storing them
Implement proper access controls and permissions to restrict access to the tokens
Regularly rotate and invalidate tokens to minimize the risk of unauthorized access
The minimum number of iterations required to find one defective weight among equal weights.
Use binary search to divide the weights into two groups.
Compare the sum of weights in each group to identify the defective group.
Repeat the process with the defective group until the defective weight is found.
Sorting algorithm in C
Popular sorting algorithms in C include Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, and Heap Sort
Bubble Sort is simple but inefficient, while Merge Sort and Quick Sort are more efficient but more complex
The choice of sorting algorithm depends on the size of the data set and the desired time complexity
Minimum steps to reach end of array
Use dynamic programming approach
Start from the end and work backwards
Keep track of minimum steps at each index
I appeared for an interview in Feb 2025.
Topic related to the domain
A prime number program checks if a given number is only divisible by 1 and itself.
Check if the number is greater than 1
Iterate from 2 to the square root of the number and check for divisibility
If no divisors found, the number is prime
Reverse a string program using array of strings
Create a character array to store the reversed string
Iterate through the original string and copy characters in reverse order to the new array
Join the characters in the new array to form the reversed string
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
In 20 minutes two problems were given 1) to identify palindrome of number without converting to string 2) to create a triangle using '2'
From a video input we have to identify time in and time out of were a text appeared and what is the text
TechSophy interview questions for popular designations
I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.
3 Basic Coding Problems
String reversal using recursion
Define a function that takes a string as input
Base case: if the length of the string is 0 or 1, return the string
Recursive case: return the last character of the string concatenated with the result of calling the function with the string minus the last character
Life values are the principles and beliefs that guide an individual's decisions and actions.
Life values are shaped by personal experiences, culture, and upbringing.
They can include honesty, integrity, compassion, and respect for others.
Life values can also influence career choices and relationships.
Examples of life values include family, education, health, and spirituality.
Get interview-ready with Top TechSophy Interview Questions
Top trending discussions
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 36 reviews
Rating in categories
3-7 Yrs
Not Disclosed
3-5 Yrs
Not Disclosed
3-5 Yrs
Not Disclosed
Associate Software Engineer
52
salaries
| ₹3.6 L/yr - ₹8.6 L/yr |
Software Engineer
46
salaries
| ₹5.5 L/yr - ₹18.1 L/yr |
Senior Software Engineer
25
salaries
| ₹8.5 L/yr - ₹27 L/yr |
Technical Lead
16
salaries
| ₹16 L/yr - ₹40 L/yr |
Software Developer
15
salaries
| ₹6.9 L/yr - ₹12 L/yr |
Accenture
Wipro
Cognizant
Capgemini