AAPNA Infotheek Pvt. Ltd. interview experience Real time questions & tips from candidates to crack your interview

Software Developer

AAPNA Infotheek Pvt. Ltd.
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
The company's recruitment process was efficient and hassle-free. I went through a total of 2 rounds, and at each step, the process was smooth and convenient. I had a positive experience throughout the process and found it to be a great experience. The company's recruitment process was well-organized and streamlined, making it easy for the candidate to navigate. Overall, I was impressed with the company's recruitment process and would recommend it to others.
Application story
I applied through company website and nearly after a month i received a mail for the interview process and an online test.
Why selected/rejected for the role?
I passed the online test easily as there was some basic questions but the manager round was tricky but i managed to pass it.
Preparation
Duration: 4 months
Topics: Data Structures, Algorithms, System Design, Aptitude, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Company Website
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration70 minutes
Interview date16 Jun 2022
Coding problem2

1. Dijkstra's shortest path

Moderate
25m average time
65% success
0/80
Asked in companies
PayPalPhonePeAmazon

You have been given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges. Each edge connecting two nodes (‘X’,’Y’) will have a weight denoting the distance between node ‘X’ and node ‘Y’.

Your task is to find the shortest path distance from the source node, which is the node labeled as 0, to all vertices given in the graph.

Example:

Input:
4 5
0 1 5
0 2 8
1 2 9
1 3 2
2 3 6

alt text

In the given input, the number of vertices is 4, and the number of edges is 5.

In the input, following the number of vertices and edges, three numbers are given. The first number denotes node ‘X’, the second number denotes node ‘Y’ and the third number denotes the distance between node ‘X’ and ‘Y’.

As per the input, there is an edge between node 0 and node 1 and the distance between them is 5.

The vertices 0 and 2 have an edge between them and the distance between them is 8.
The vertices 1 and 2 have an edge between them and the distance between them is 9.
The vertices 1 and 3 have an edge between them and the distance between them is 2.
The vertices 2 and 3 have an edge between them and the distance between them is 6.

Note:

1. There are no self-loops(an edge connecting the vertex to itself) in the given graph.

2. There can be parallel edges i.e. two vertices can be directly connected by more than 1 edge.
Try solving now

2. DBMS Questions

What does ACID properties stand for?

Some SQL queries on given table.

02
Round
Easy
HR Round
Duration45 minutes
Interview date20 Jun 2022
Coding problem1

1. Basic HR Questions

Tell me about yourself.
Why do you chose us?
Some scenario based questions.

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 the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4782 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
1011 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6543 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3566 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3986 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2872 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1201 views
0 comments
0 upvotes