Upload Button Icon Add office photos

Filter interviews by

LrnEd Interview Questions, Process, and Tips

Updated 30 Sep 2021

Top LrnEd Interview Questions and Answers

LrnEd Interview Experiences

2 interviews found

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

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

  • Q1. 

    Maximum Number With Single Swap

    You are given an array of N elements that represent the digits of a number. You can perform one swap operation to exchange the values at any two indices. Your task is to de...

  • Ans. 

    Given an array of digits, swap two elements to get the maximum number possible.

    • Iterate through the array to find the maximum digit.

    • Swap the maximum digit with the leftmost occurrence of that digit.

    • If the maximum digit is already at the leftmost position, swap it with the second largest digit.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 15 Minutes
Round difficulty - Easy

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.

  • Q1. Which programming language, Python or Java, do you believe will be more powerful in the future?
  • Ans. 

    Python is likely to be more powerful in the future due to its simplicity, versatility, and popularity.

    • Python is known for its simplicity and readability, making it easier for beginners to learn and use.

    • Python has a wide range of applications, from web development to data analysis and machine learning.

    • Python's popularity is continuously growing, with a large community of developers contributing to its libraries and fram...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Amity University Gwalior. I applied for the job as Associate Professional in ChennaiEligibility criteriaAbove 6 CGPALrnEd interview preparation:Topics to prepare for the interview - Java, Python, Data Structures and AlgorithmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

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

Application resume tips for other job seekers

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

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Professional Interview Questions asked at other Companies

Q1. Find the Second Largest Element Given an array or list of integers 'ARR', identify the second largest element in 'ARR'. If a second largest element does not exist, return -1. Example: Input: ARR = [2, 4, 5, 6, 8] Output: 6 Explanation: In t... read more
View answer (1)

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

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.

Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

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.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from the end to the beginning and append each character to a new string.

    • Use built-in functions like reverse() or slicing to reverse the string.

    • Handle special characters and numbers while reversing the string.

    • Ensure to consider the constraints on the length of the string and the number of test cases.

  • Answered by AI
  • Q2. Can you write a query for an inner join, explain it, and provide an example with specific tables to demonstrate its use and importance?
  • Ans. 

    An inner join combines rows from two tables based on a related column between them.

    • An inner join returns rows when there is at least one match in both tables based on the join condition.

    • It is commonly used to retrieve data from multiple tables that have a relationship.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Amity University Gwalior. I applied for the job as Associate Professional in ChennaiEligibility criteria6 CGPALrnEd interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms, Advanced Java, OOPS concepts, Problem Solving, Aptitude and ReasoningTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

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 resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Professional Interview Questions asked at other Companies

Q1. Find the Second Largest Element Given an array or list of integers 'ARR', identify the second largest element in 'ARR'. If a second largest element does not exist, return -1. Example: Input: ARR = [2, 4, 5, 6, 8] Output: 6 Explanation: In t... read more
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Logical reasoning English grammar

Round 3 - Coding Test 

45 mins 2 code and 7 code 20 minutes small

Interview Preparation Tips

Interview preparation tips for other job seekers - Basis c c++
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Types of nonlinear natures available
  • Ans. 

    Nonlinear natures include chaotic, fractal, and oscillatory behaviors.

    • Chaotic behavior involves sensitivity to initial conditions

    • Fractal behavior exhibits self-similarity at different scales

    • Oscillatory behavior involves repetitive patterns or cycles

  • Answered by AI
  • Q2. Material model for solid material
  • Ans. 

    Material model for solid material refers to the mathematical representation of how a solid material behaves under different conditions.

    • Material models can be classified as linear or nonlinear depending on the behavior of the material.

    • Common material models include Hooke's Law for linear elasticity and von Mises yield criterion for plasticity.

    • Material models are used in finite element analysis to predict the response of

  • Answered by AI
  • Q3. What is non-linear materials
  • Ans. 

    Non-linear materials are materials whose properties do not change proportionally with applied forces or stresses.

    • Non-linear materials exhibit behaviors such as hysteresis, creep, and stress relaxation.

    • Examples include rubber, plastics, and certain metals.

    • Their stress-strain curves are not straight lines and may show curves or other non-linear patterns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Associate Professional interview:
  • Ansys
  • Application Engineering
Interview preparation tips for other job seekers - Prepare well as per your resume.

I appeared for an interview before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Interview Questionnaire 

2 Questions

  • Q1. Basic Programming Questions, Data structures, SQL queries
  • Q2. This was the most simple one, they simply asked introduce yourself and fine with night shifts.

Interview Preparation Tips

General Tips: I joined HCL as a fresher and got Intervie

Interview Questionnaire 

1 Question

  • Q1. What I know and what I don't know

Interview Preparation Tips

Round: Test
Experience: Aptitude, reasoning, logical, etc. 2 hours

Interview Questionnaire 

2 Questions

  • Q1. C and C++ - technically related stuffs
  • Q2. Communicate and fluency

Analyst Interview Questions & Answers

HCLTech user image Raj Hrithik

posted on 2 Sep 2017

I appeared for an interview in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Experience summary and the roles

Interview Preparation Tips

Round: Test
Experience: I was allowed to write a test for 2hrs in that each headings seems to be different and also there is a section heading marks
Duration: 2 hours
Total Questions: 70

Round: Technical Interview
Experience: After finishing i was advised to attend 2nd round in that they ask about the detailed experience of my previous company and finally technical terms question also flows

Skills: Logical And Structured Thinking, Communication And Confidence, Attitude, Psychometric Test, Project Management

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare LrnEd with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview