Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
LrnEd interview experience Real time questions & tips from candidates to crack your interview

Associate Professional

LrnEd
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Java, Python, Data Structures and Algorithm
Tip
Tip

Tip 1 : Practice programming 
Tip 2 : Understand the logic behind the data structure rather than just memorize the concept 

Application process
Where: Campus
Eligibility: Above 6 CGPA
Resume Tip
Resume tip

Tip 1 : Be pretty confident about the things you write in your Resume.
Tip 2 : Highlight your achievements and Knowledge in your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date22 Jul 2020
Coding problem1

Timing- 9AM-5PM, can give anytime in the time interval.
We where monitored using webcam durning the online Test.
The online test consisted of many sections-
a-Aptitude
b-English Comprehension
c-Logical
d-Error Spoting(CODE)
e-Writting

1. Maximum Number

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

You are given an array of N elements. This array represents the digits of a number. In an operation, you can swap the value at any two indices. Your task is to find the maximum number by using operation at most once.

For Example :

Input array [1,3,2,7] so basically this array represents the number 1327.
All the possible combinations are :
1. [3 1 2 7] get by swapping indices 1 and 2.
2. [2 3 1 7] get by swapping indices 1 and 3.
3. [7 3 2 1] get by swapping indices 1 and 4.
4. [1 2 3 7] get by swapping indices  2 and 3.
5. [1 7 2 3] get by swapping indices 2 and 4.
6. [1 3 7 2] get by swapping indices 3 and 4.
Out of all the possible combinations, 3 give the maximum number as 7321, so we will return [7 3 2 1].

Note :

The input may have 0 before the most significant digit. e.g. [0,3,5,7] is a valid input and this represents number 357.
Try solving now
02
Round
Easy
Video Call
Duration15 Minutes
Interview date24 Sep 2020
Coding problem1

It was a virtual Interview.
Basically the interviewer did not asked any technical question, i just had a great talk about java and python programing language with the interviewer.
Addition to this interviewer asked me to introduced myself and later we discussed my final year project idea.
It was a great talk.

1. Technical Question

Python and Java Programing language Which will be more powerful in future

Here's your problem of the day

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

Skill covered: Programming

Which is a DDL command in SQL?

Choose another skill to practice
Start a Discussion
Similar interview experiences
Associate Professional
2 rounds | 5 problems
Interviewed by LrnEd
572 views
0 comments
0 upvotes
Product Intern
6 rounds | 9 problems
Interviewed by Squadstack
0 views
0 comments
0 upvotes
Business Technology Analyst
4 rounds | 5 problems
Interviewed by Squadstack
2344 views
0 comments
0 upvotes
Product Engineer
3 rounds | 5 problems
Interviewed by Squadstack
1472 views
0 comments
0 upvotes