Open In App

Aptean Interview Experience

Last Updated : 20 Feb, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: Aptitude 

Aptitude was good to test all logical , quantitative, qualitative and analytical skills.

There was 40 questions to be attempted in  20 minutes.

They selected 100 students out of 200 for next round.

Round 2: Coding Round

Coding test was conducted on Mettl platform. It was language lenient. There were 3 coding questions from Strings and arrays. Each Question has different difficulty levels like easy, difficult and hard.

They shortlisted around 40 students for interviews.

Round 3:Interview

It was a skype interview .I was asked about my coding round questions.We discussed the ways to optimize the solutions and different approaches towards a single questions . Questions were from data structures and algorithms.


Similar Reads

Aptean Interview Experience | On-Campus
Company : Aptean Profile : Associate Software Engineer Location : Bangalore Selection Process : There were 3 rounds : Online Aptitude. Online Coding Round. Technical Skype Interview + HR. Round 1: Aptitude It was an aptitude test with 40 questions to solved in 20 minutes. This test was based on CCAT test. Out of 271, around 105 students were select
1 min read
Aptean Interview Experience (On-Campus 2020)
Aptean visited my campus for two positions, one was a position of Software Developer, and the other was as a Software Developer Intern. They conducted four rounds in total, and they are as listed below. Round 1: An online Criteria cognitive aptitude test with 40 Questions and given time of 20 minutes followed by a Personality Assessment test which
6 min read
Aptean Interview Experience for Trainee
Application ShortlistingProcess: Aptean's recruitment team reviews submitted applications to shortlist candidates based on academic performance, resume, and relevant experience. Purpose: To identify candidates who meet the eligibility criteria and possess the desired skills. Coding and Aptitude Assessment (Medium Difficulty)Process: Shortlisted can
2 min read
Microsoft Interview Experience | Set 151 (SDE-2 3.5 years experience)
Round 1: Place all numeric characters in string before alphabet characters . Using min swaps and O(1) space and Maintain the order of characters. Round 2: Median of stream of integers. Discuss algo. Shortest common supersequence of 2 strings. Discuss recursive Time complexity and write code for best approach decided. Round 3: Merge 2 sorted linked
1 min read
Paytm Interview Experience | Set 21 (5+ Experience)
Round 1: 2 questions on mettle - online judge 1. longest palindrome of a given string. 2. There are n candies and K student. candies are distributed in a order that 1st student get 1 candy, 2nd get 2, 3rd get 3 and so on till nth student. now, 1st student gets k+1 candy, 2nd get k+2, 3rd gets k+3 and so on. if there are not enough candies to be giv
2 min read
Goldman Sachs Interview Experience | Set 39 (1.5 years experience)
I got contacted by a recruiter agency. 1st Round (HackerRank Test 1 Hour 30 Mins): 1) https://www.geeksforgeeks.org/print-number-ascending-order-contains-1-2-3-digits/ 2) 2. Given a sequence of M and N with M representing increasing and N representing decreasing, output the smallest number that follows this pattern. Input : MMMM Output : 12345 Inpu
1 min read
Microsoft Interview Experience | Set 169 (SDE 2 for 3.5 years experience)
1st round(online coding): Given an array that contains both positive and negative integers, find the product of the maximum product subarray. Sort an almost sorted array where only two elements are swapped. Given an integer value and a pointer to the head of the linked list, delete all the nodes from the list that are greater than the specified val
2 min read
Salesforce Interview Experience - MTS | Set 4 (6.5 Years Experience)
Round 1: Design a File System. The interviewer was looking more for the data structures I would use, if I have to build my own File System. Design a Text Editor. Again a DS + Design question. So need to explore various features of a Text editor and best approach to address them all. If that text editor is on Cloud (Something like Google Docs), how
2 min read
Medlife Interview Experience | Set 2 (1 Year Experience)
Round 1: Q1: Sliding window, Q2: Reverse stack with constant space and only Push and Pop function, Q3: Implementation of HashMap, Q4: Basics of Spring. Couldn't clear this round.
1 min read
Synopsys Interview Experience | Set 8 (7+ years experience)
Round 1 : -------------------------------- 1) How can you design a hash which can have million entries with minimising collision? 2) Clone a binary tree 3) Relation of certain object are given like : A-B, C-D, We need to tell whether two object are related or not. Round 2 : ------------------------------- 1) Delete nodes from a tree whose data is s
2 min read