
Incedo Interview Experience
Incedo Interview Experience for SDE - 1
SDE - 1
Fresher
Campus
4 Months
7 CGPA
Computer Science Engineering
3 Rounds
Application Process
I applied for this opportunity through my college campus placement drive. The company visited our campus for recruitment, and I registered through the placement cell. After the application process, I was shortlisted for the interview rounds based on the eligibility criteria. I attended the selection process as scheduled and successfully cleared the interviews, which helped me secure the job.
Topics Prepared
Resume Tips
Tip 1: Have in-depth knowledge of one programming language, such as Python or Java. Tip 2: Gain a solid understanding of SQL and cloud technologies.
Preparation Tips
Tip 1: Initially, I went through Python basics. Tip 2: Then, I started building projects using Python and, in parallel, SQL. Tip 3: Later on, I learned about cloud computing.
Interview Rounds (3)
Detailed breakdown of each evaluation round, questions asked, and candidate approaches.
Interview Round 1 — Online Coding Interview
Problems in Round: 1
Problem: Finding String Length
How to count characters in a string? (Learn)
Interview Round 2 — Face to Face
Problems in Round: 1
Problem: String Sum
Dhoni is the security administrator of the company you are working and you are junior to him. Dhoni’s job is to come up with new and innovative encryption algorithms to encrypt the data while sending it to the receiver. He came up with a new encryption algorithm as follows: Let’s suppose there is a string ‘STR’ of length ‘N’ which consists of lowercase English letters and numbers from ‘0’ to ‘9’. The above algorithm will first find the total of all the digits occurring in the string ‘STR’ and remove them from the string, then will sort the whole string in alphabetical order and push all digits sum at the end of the above-generated string. In case there is no digit present in the given string, we don't add anything at the end. He is analyzing how effective this algorithm will be so he asked you to automate this process so that he gets the results quicker. So can you help hip to automate this process?. NOTE: The sum of numbers occurring in the string may have more than one digit. EXAMPLE : Input: ‘N’ = 7, ‘STR’ = ac2bew3 Output: abcew5 In this case, the digit occurring in the ‘STR’ is ‘2’ and ‘3’. Their sum is ‘5’. And when we sort the letters in alphabetical order we get “abcew”. Hence the concatenation of both is “abcew5”. Input Format : The first line will contain the integer 'T', the number of test cases. Each test case consists of two lines. The first line of input contains one integer, ‘N’ the length of the string ‘STR’. Followed by a line containing the string ‘STR’ of length ‘N’. Output format : For each test case, print the final string obtained after performing the mentioned steps. Note : You don't need to print anything. It has already been taken care of. Just implement the given function. Constraints : 1 <= ‘T’ <= 10 1 <= ‘N’ <= 10^5 ‘STR’ consists of lowercase letters or digits. It is guaranteed that sum of ‘N’ over all test cases is <= 10^5 Time Limit: 1 sec
Problem Metadata
Problem Type: CODE
Average Solve Time: 10 minutes
Success Rate: 90%
Maximum Score: 80
Practice Topics: Sorting, Strings
Test Cases: 5
Default Language: cpp
Interview Round 3 — HR Round
Problems in Round: 1
Problem: HR question
Why do u want to join this company?
More Interview Experiences

Emergent
SDE - 1
Emergent Interview Experience for Experienced SDE - 1, Mar 2026

BrowserStack
SDE - 1
BrowserStack Interview Experience for Experienced SDE - 1, Mar 2026

Intuit
SDE - 1