Upload Button Icon Add office photos

Filter interviews by

Infinity Learn Software Developer Interview Questions and Answers

Updated 11 Mar 2024

Infinity Learn Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding question and 10 technical mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. This is full tech based interview and coding problem from leetcode and othe plateform
Round 3 - One-on-one 

(1 Question)

  • Q1. Tech + hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume well and have medium level coding question problem skill

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Explain about DSA and its example in realtime.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Number system,30 min duration

Round 2 - Technical 

(2 Questions)

  • Q1. What is promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() to handle success or failure.

    • They help avoid callback hell and make asynchronous code more readable.

    • Example: const myPromise = new Promise((res

  • Answered by AI
  • Q2. What is html and css
  • Ans. 

    HTML and CSS are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for structuring content on a web page.

    • CSS (Cascading Style Sheets) is used for styling the appearance of the content.

    • HTML uses tags like

      for paragraphs and for images.

    • CSS can change colors, fonts, layout, and more on a web page.

Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS concepts.
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. What is PDO and uses in PHP.
  • Ans. 

    PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.

    • PDO is a PHP extension that provides a data-access abstraction layer.

    • It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.

    • PDO helps prevent SQL injection attacks by using prepared statements.

    • It allows for error handling and supports transactions.

    • Example: $pdo = new PDO('mysql:host=loc...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at United College of Engineering & Research, Allahabad and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Question were very basic from array and stacks

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 6 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 

(1 Question)

  • Q1. Data structures
Round 3 - Technical 

(1 Question)

  • Q1. System Design fundamentals
Round 4 - Technical 

(1 Question)

  • Q1. System Design questions
Round 5 - Behavioral 

(1 Question)

  • Q1. What do you think about the negative news going around the company
Round 6 - HR 

(1 Question)

  • Q1. Why join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 5 rounds of interview. 3 of them were technical and had easy to moderate level of questions. Rest 2 were more of HR rounds.
After taking 5 rounds, they have the audacity of not even calling back, picking up the calls or providing us with any information. If you are not interested in taking the candidate then why waste their time?

Funniest part is that they are fully aware of what a rubbish organization it is. In the later rounds they talked about cost cutting, negative news around the company, and employee complaints for work life balance. However, they are great at gaslighting as well because they make these sound like employee problems not employer problems.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

1 OA round followed by DSA questions , MCQ on development

Round 3 - Assignment 

2 After clearing OA , A assignment was given on FULL stack and you have to complete it within 2 days process.

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 135 minutes
Round difficulty - Easy

There was no sectional time limit for the coding questions.The test was online with audio and video both on for continuous monitoring.

  • Q1. 

    N-th Term Of Geometric Progression

    Find the N-th term of a Geometric Progression (GP) series given the first term A, the common ratio R, and the term position N.

    Explanation:

    The general form of a GP se...

  • Q2. 

    Matrix Element Cube Sum Problem

    For a given M x N sized 2D array 'MATRIX', find and return the value of (i * i + j * j) for elements where the sum of the cubes of its digits equals the element itself. Her...

Round 2 - Video Call 

(3 Questions)

Round duration - 40 minutes
Round difficulty - Easy

The interviewer was very calm and listened very carefully to the solutions. There was a lot of discussion on my projects and the interviewer seems to be very interested in knowing about the workflows of my projects.They also give me some coding questions which were related to problem solving also.

  • Q1. 

    Distinct Subsequences Problem Statement

    You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.

    Exampl...

  • Q2. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Q3. 

    Common Elements Problem Statement

    Identify and output the common strings present in both given arrays of lowercase alphabets for each test case.

    Input:

    The first line contains an integer 'T' representin...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 60%Cuemath interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Operating System, Database Management, C++, or Java (proficient in anyone) Computer Networks, Operating System, Software Engineering, System DesignTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : If you have time for your interviews, I would recommend going through Leetcode as it has a good variety of questions sorted on topic wise difficulty level where you can try to solve at least 20-30 questions for each data structure and algorithm. Moreover, you should regularly participate in the weekly contests happening there so that you could know about your weak areas to improve.
Tip 2 : Practice DSA everyday and make sure that you are giving timed mock tests periodically.
Tip 3 : Keep revising your Computer Science fundamentals(OS, DBMS, Software Engineering principles).
Tip 4 : Also brush-up your aptitude skills.

Application resume tips for other job seekers

Tip 1 : The most important tip is that never lie on your resume and like If you have worked upon some technology for the project part only and don't know the proper depth you could write basics only in your resume.
Tip 2 : Customize your resume for a company based on their Job Description (highlight necessary skills)
Tip 3 : Include only those points about which you're fully confident. Sometimes including too much increases expectations and then the bar is set high for you which impacts the assessment
Tip 4 : Don't put anything in resume that you are not sure of.
Tip 5 : if you don't have any internship experience then you can show your good technical projects and certifications too.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Why did you leave your last job?

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is just be honest and rest all will be fine.

Infinity Learn Interview FAQs

How many rounds are there in Infinity Learn Software Developer interview?
Infinity Learn interview process usually has 3 rounds. The most common rounds in the Infinity Learn interview process are One-on-one Round and Coding Test.
What are the top questions asked in Infinity Learn Software Developer interview?

Some of the top questions asked at the Infinity Learn Software Developer interview -

  1. this is full tech based interview and coding problem from leetcode and othe pla...read more
  2. Tech + hr ro...read more

Tell us how to improve this page.

Infinity Learn Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Infinity Learn Software Developer Salary
based on 4 salaries
₹3.6 L/yr - ₹12 L/yr
10% more than the average Software Developer Salary in India
View more details

Infinity Learn Software Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Academic Counsellor
111 salaries
unlock blur

₹3.4 L/yr - ₹8 L/yr

Senior Academic Counsellor
94 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Business Development Associate
34 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Business Development Manager
24 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Team Lead
24 salaries
unlock blur

₹5 L/yr - ₹13.6 L/yr

Explore more salaries
Compare Infinity Learn with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

MeritNation

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