Antino Labs Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

Associate Software Developer

Antino Labs Pvt Ltd
upvote
share-icon
4 rounds | 10 Coding problems

Interview preparation journey

expand-icon
Journey
Master the basics: data structures, algorithms, and coding principles. Practice coding problems daily. Study system design, databases, and OOP concepts. Build projects to showcase your skills. Engage in mock interviews to enhance confidence. Review common interview questions. Stay updated with industry trends. Consistent effort and resilience lead to success.
Application story
It was an on-campus placement where my resume was shortlisted based on my interview experience. This was followed by a coding round and three subsequent interview rounds.
Preparation
Duration: 2 months
Topics: HTML/ CSS/ JavaScript/ API integration/ React.js
Tip
Tip

Tip 1: Be consistent throughout your journey of preparation.

Tip 2: Revise interview questions daily.

Application process
Where: Campus
Eligibility: Need Internship experience
Resume Tip
Resume tip

Tip 1: Gain some experience in relevant fields.

Tip 2: Mention only those skills in which you are well-prepared.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date6 Oct 2022
Coding problem2

1. Intersection of two sorted arrays

Easy
10m average time
90% success
0/40
Asked in companies
IBMFacebookBig Basket

You are given two arrays 'A' and 'B' of size 'N' and 'M' respectively. Both these arrays are sorted in non-decreasing order. You have to find the intersection of these two arrays.

Intersection of two arrays is an array that consists of all the common elements occurring in both arrays.

Note :
1. The length of each array is greater than zero.
2. Both the arrays are sorted in non-decreasing order.
3. The output should be in the order of elements that occur in the original arrays.
4. If there is no intersection present then return an empty array.
Try solving now

2. Pair with given Sum (Two Sum)

Easy
10m average time
90% success
0/40
Asked in companies
Chegg Inc.FacebookAmazon

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date8 Oct 2022
Coding problem1

1. Foundations of Software Development

There were questions related to the roles and responsibilities of the projects done in the last organisation.
Basic Javascript questions based on Hoisting and closures.
Basic OOPS Concepts such as Abstraction, Encapsulation and Polymorphism. (Learn)
What is API integration? (Learn)

03
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date8 Oct 2022
Coding problem2

1. Reverse a string in Java

Easy
15m average time
85% success
0/40
Asked in companies
IBMFacebookAcko

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now

2. let, var and const.

Difference between let, var and const. (Learn)

04
Round
Easy
HR Round
Duration30 minutes
Interview date8 Oct 2022
Coding problem5

1. HR Questions

Why do you want to join Antino?

2. HR Questions

Will you be able to travel from Delhi to Gurugram daily?

3. HR Questions

What are your three weaknesses and Strengths?

4. HR Questions

What is your expected CTC?

5. HR Questions

Do you have any other offer? If yes, will you join Antino?

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
Frontend Developer
2 rounds | 2 problems
Interviewed by Antino Labs Pvt Ltd
1280 views
0 comments
0 upvotes
Software Developer
2 rounds | 3 problems
Interviewed by Antino Labs Pvt Ltd
750 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
React developer
2 rounds | 9 problems
Interviewed by Antino Labs Pvt Ltd
725 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Developer
5 rounds | 10 problems
Interviewed by SAP Labs
1201 views
0 comments
0 upvotes
company logo
Associate Software Developer
3 rounds | 3 problems
Interviewed by SAP Labs
788 views
0 comments
0 upvotes
company logo
Associate Software Developer
3 rounds | 7 problems
Interviewed by CIS - Cyber Infrastructure
578 views
0 comments
0 upvotes