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

Associate Professional

LrnEd
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: DBMS, Data Structures and Algorithms, Advanced Java, OOPS concepts, Problem Solving, Aptitude and Reasoning
Tip
Tip

Tip 1 : Practice Aptitude Questions from IndiaBix
Tip 2 : Know Fundamental concepts of every subject you studied in Engineering
Tip 3 : Chose one Programming Language i prefer C++ or Java, Solve Data Structures Problems, Most Frequently asked codes from GeeksForGeeks, Practice at Leetcode
Tip 4 : Be prepared for Behavioural Questions, there are only some set of FAQs that can be followed from youtube vedios.
Tip 5 : Have atleast 1 good technical Project, and Use Technical keywords to mention that project in your Resume.
Tip 6 : Be humble in Interviews.
Tip 7 : Practice at Leetcode atleast top 100 questions.

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

Tip 1 : Don't put anything in resume that you are not sure of.
Tip 2 : if you don't have any internship experience then you can show your good technical projects and certifications too.
Tip 3 : Use professional Keywords in your resume. 
Tip 4 : Highlight your Skills and Achievements. Put only those skills in which you are good like any question can be asked on any particular skill. Like how you will do this in this.

Interview rounds

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

Amcat Test ( WebCam On and in Proctored mode)
The First round was divided into multiple sections Logical, aptitude, English comprehensive writing and Error Handling For given C++ and Java Programs( 6 Programs were there), Each section was time bounded.

1. Check why the program is giving wrong output

Problem approach

I tried to understand the logic of the code and then i get that there is a logical error then i corrected it, and compiled it.
The output was correct after this. And then i submitted it.

2. Handle the Exception that is occurring.

Problem approach

Step 1 : Imported the Exception class in java
Step 2 : Put the Code which was throwing exception in Try Block and then in catch Block I defined the Exception

02
Round
Easy
Face to Face
Duration30 minutes
Interview date24 Jul 2020
Coding problem3

It was a virtual interview round. The platform consist of an online IDE, Video of Interviewer and a chat window.
Interviewer asked me Tell me about yourself, then programs on patterns , string handling , SQL queries and OOPs concept.
In the End he asked me about my projects and on what project i am currently working. why you want to join DXC. How you got to know about DXC. Do you want to pursue higher education.

1. First Two patterns of Numbers were given and i have to use any language to print those patterns in parallel to explaining my code.

Problem approach

https://codezen.codingninjas.com/practice/categories/programming-fundamentals/patterns

https://www.edureka.co/blog/30-pattern-programs-in-java/

These links are enough for the pattern problems.

 

2. Reverse the string

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. 
Problem approach

I used this approach
1. First, convert String to character array by using the built in Java String class method toCharArray().
2. Then, scan the string from end to start, and print the character one by one.

Try solving now

3. DBMS Questions

Write a query for inner join and explain it and also take any tables to perfom inner join on it and why do we use it.

Problem approach

First i wrote the syntax of the inner join query then took example of student table and performed on it
SELECT table1.column1, table2.column2...
FROM table1
INNER JOIN table2
ON table1.common_field = table2.common_field;

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
Associate Professional
2 rounds | 2 problems
Interviewed by LrnEd
555 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 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
3452 views
0 comments
0 upvotes