Salescode.ai interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

Salescode.ai
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
First, I focused on DSA starting with C++, then learned web development. I studied DSA up to stacks and queues, then became interested in web development and made some projects. This helped me get an internship, after which I started focusing on DSA again so that I would be interview-ready.
Application story
I first attended a company introduction meet and applied for it. My resume was shortlisted, and I attended the interview rounds.
Why selected/rejected for the role?
I was rejected because I was not able to solve all the DSA questions appropriately in the second round.
Preparation
Duration: 6 months
Topics: C++ ,OOPS, Java, Database Management System, Data Structure and Algorithms
Tip
Tip

Tip 1: For Salescode, focus on Java especially.
Tip 2: They ask some aptitude questions as well.
Tip 3: Focus on DSA.

Application process
Where: Campus
Eligibility: No active backlogs, (Salary Package: 12.6 LPA)
Resume Tip
Resume tip

Tip 1: Add Java projects.
Tip 2: Do not put false information on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration75 minutes
Interview date27 Apr 2025
Coding problem2

There were 45 MCQs and 2 coding problems. MCQs were based on Aptitude, OOPS, OS, Java and DSA.

1. Alien dictionary

Hard
46m average time
50% success
0/120
Asked in companies
AdobeFacebookInfo Edge India (Naukri.com)

You have been given a sorted (lexical order) dictionary of an alien language.


Write a function that returns the order of characters as a string in the alien language. This dictionary will be given to you as an array of strings called 'dictionary', of size 'N'.


Example :
If the dictionary consists of the following words:-
["caa", "aaa", "aab"], and 'K' is 3.

Then, the order of the alphabet is -
['c', 'a', 'b']
Note:
If the language consists of four letters, the four letters should be the starting four letters of the English language. 

However, their order might differ in the alien language.
Problem approach

Tip 1: focus on graph
Tip 2: learn to handle edge cases
Tip 3: handle inputs

Try solving now

2. Best Time to Buy and Sell Stock

Moderate
20m average time
80% success
0/80
Asked in companies
IntuitOptumOYO

You are given an array/list 'prices' where the elements of the array represent the prices of the stock as they were yesterday and indices of the array represent minutes. Your task is to find and return the maximum profit you can make by buying and selling the stock. You can buy and sell the stock only once.

Note:

You can’t sell without buying first.
For Example:
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.
Problem approach

Tip 1: typical dp questions 
Tip 2: learn array and dp

Try solving now
02
Round
Easy
Coding Test - Pen and paper
Duration30 minutes
Interview date27 Apr 2025
Coding problem2

2 easy DSA questions were asked one was based on recursion and the other was based on bit manipulation.

1. Print Series

Print the following series using recursion(my answer would fetch the right output but compromised on readablity)
3 5 11 21 35 53 53 35 21 11 5 3

Problem approach

Tip 1: basic recursion knowledge 
Tip 2: series analysis

2. Find The Single Element

Easy
10m average time
95% success
0/40
Asked in companies
AmazonStimVeda NeurosciencesSalescode.ai

All the elements in an array are repeating exactly twice except for 1 find the non repeating number.

Problem approach

Tip 1: knowledge of bitwise operators 
Tip 2: knowledge of basic bit manipulation

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4899 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6639 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3639 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Salescode.ai
157 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2411 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2776 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2406 views
0 comments
0 upvotes