AQUIMO interview experience Real time questions & tips from candidates to crack your interview

Software Developer

AQUIMO
upvote
share-icon
3 rounds | 10 Coding problems

Interview preparation journey

expand-icon
Journey
In my first year, I began learning coding for the first time. As per the syllabus, I started with C in my first semester and then moved on to C++. In my second year, I delved into Data Structures and Algorithms (DSA) and simultaneously practiced on platforms like Coding Ninjas. Alongside this, I also engaged in competitive coding on multiple platforms. At the onset of my third year, I commenced preparation for placements, focusing on DSA. Additionally, I ventured into frontend development, acquiring skills and building projects. Despite rejection from a company early on, I persisted with my preparation. Eventually, my efforts paid off, and I secured offers from two companies, one of which was Aquimo.
Application story
I applied for Aquimo's placement opportunity through my college's placement cell. After filling out the form, I received a call from their HR informing me that my resume had been shortlisted. They scheduled an interview for me in Gurugram, consisting of two technical rounds conducted at the company's premises. After attending the interviews, I received the interview result approximately one week later, confirming that I had been selected for the position.
Why selected/rejected for the role?
I performed well in the interview, but they noted that my JavaScript skills were lacking. Consequently, they offered me a tester position with the assurance of reevaluation after one month for possible promotion to a developer role. I accepted the offer with the intention of enhancing my JavaScript proficiency and proving myself worthy of the developer position during the subsequent evaluation.
Preparation
Duration: 1 month
Topics: Data Structures, Java Script , HTML , CSS, Algorithms, ReactJS
Tip
Tip

Tip 1: Master JavaScript thoroughly for web development.
Tip 2: Understand your projects well; employers value practical skills.
Tip 3: Practice DSA rigorously for strong problem-solving abilities.

Application process
Where: Campus
Eligibility: CSE/IT
Resume Tip
Resume tip

Tip 1:Have some projects on resume.
Tip 2: Do not put false things on resume.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date7 Aug 2023
Coding problem7

During this round, the discussion primarily revolved around my projects, with questions related to the projects being asked. Following that, the conversation shifted towards JavaScript, and I was asked JavaScript-related questions.

1. Explain your project briefly.

Problem approach

In my project, I explained the technologies I used, the functionality, and the user interface (UI). I elaborated on how each technology contributed to the project, the specific functionalities it enabled, and how the UI was designed to enhance user experience. Additionally, I provided insights into how the project operates and interacts with users, highlighting its overall workflow and functionality.

2. API

What is Api?

3. GET in API

What is GET used for in API?

4. “ == “ and “ === “

Difference between “ == “ and “ === “ operators. (Link)

5. NaN property

What is NaN property in JavaScript?

6. let ,var and const

Difference among let ,var and const? (Link)

7. Higher Order Functions

Explain Higher Order Functions in javascript.

02
Round
Medium
Face to Face
Duration60 minutes
Interview date7 Aug 2023
Coding problem2

In this round, I was asked two Data Structures and Algorithms (DSA) questions. These questions were aimed at evaluating my coding skills, problem-solving abilities, and logical thinking.

1. Anagram Pair Checker

Moderate
30m average time
60% success
0/80
Asked in companies
NearbuyAppleAmerican Express

You are given two strings 'str1' and 'str1'.
You have to tell whether these strings form an anagram pair or not.
examples include:
'triangle' and 'integral'
'listen' and 'silent'
Sample Input 1:
rasp spar
Sample Output 1:
True
Explanation For Sample Output 1:
Since both the strings have one 'a', one 'p', one 'r', and one 's', they are anagrams.

Problem approach

I used the map to solve this problem.

Try solving now

2. Shortest Subarray Sum Challenge

Easy
20m average time
80% success
0/40
Asked in companies
IntuitUberGoldman Sachs

Given an array/list 'ARR' of integers and an integer ‘K’. You are supposed to return the length of the shortest subarray that has a sum greater than or equal to ‘K’. If there is no subarray with a sum greater than or equal to K, then return -1.
Sample Input 1 :
2
5 12
3 6 7 4 3
Sample Output 1 :
2
Explanation of Sample Input 1 :
In the first test case, the subarray from index 1 to index 2, i.e. {6, 7} has a sum of 13, which is greater than 12; hence the answer is 2.

Problem approach

I used the brute force approach and then optimized it.

Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date17 Aug 2023
Coding problem1

This round primarily focused on salary discussion and basic HR questions. 

1. Tell me about yourself and why you think you are fit for this role.

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3931 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2806 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1133 views
0 comments
0 upvotes