Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Teliolabs Team. If you also belong to the team, you can get access from here

Teliolabs Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 85 Reviews

Filter interviews by

Teliolabs Software Engineer Interview Questions and Answers for Freshers

Updated 2 Feb 2023

Teliolabs Software Engineer Interview Experiences for Freshers

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2022. 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 - Technical 

(1 Question)

  • Q1. I was being interview for ML profile . So basic questions based on my resume . Question related to data preprocessing Which tech stack I am familiar with
Round 3 - One-on-one 

(1 Question)

  • Q1. Nothing. They don't discuss salary rather they give minimum salary

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher join for gaining experience as in startups it's better experience always

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2022. There were 4 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 - Automated bot interview 

(1 Question)

  • Q1. Just basic questions about you and why you want to join This organisation
Round 3 - Automated bot interview 

(1 Question)

  • Q1. Nothing big, simple array related questions,
Round 4 - One-on-one 

(1 Question)

  • Q1. Just showcase your college/personal projects and random array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing great about company,lot of internal politics will be there, forgot about your position,they won't even treat you as a human,If you a fresher try to avoid this organization at any cost .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 2 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.

I applied via campus placement at Poornima College of Engineering, Jaipur

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about SQL indexing
  • Ans. 

    SQL indexing is a technique used to improve the performance of database queries by creating indexes on columns.

    • Indexes are created on columns in a database table to speed up data retrieval.

    • Indexes work similar to the index of a book, allowing the database to quickly find the desired data.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of SQL indexing include creating an index o...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was medium level aptitude . but still many of the students didn't qualify that.
qualify criteria was around 50% marks in aptitude test.
20 questions in 30 minutes

Round 2 - Coding Test 

2 coding questions of medium level from leetcode
1. inplace 90 degree matrix rotation
2. longest substring

it was on a paper , not an online mode

Round 3 - Group Discussion 

General gd round , mainly to check communication

Round 4 - Technical 

(1 Question)

  • Q1. Oops medium data structure sql questions

Teliolabs Interview FAQs

How many rounds are there in Teliolabs Software Engineer interview for freshers?
Teliolabs interview process for freshers usually has 3 rounds. The most common rounds in the Teliolabs interview process for freshers are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Teliolabs Software Engineer interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Teliolabs. The most common topics and skills that interviewers at Teliolabs expect are Angularjs, Backend, C++, Coding and Full Stack.
What are the top questions asked in Teliolabs Software Engineer interview for freshers?

Some of the top questions asked at the Teliolabs Software Engineer interview for freshers -

  1. I was being interview for ML profile . So basic questions based on my resume . ...read more
  2. Nothing. They don't discuss salary rather they give minimum sal...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Teliolabs interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Teliolabs Software Engineer Salary
based on 35 salaries
₹4 L/yr - ₹11.5 L/yr
21% less than the average Software Engineer Salary in India
View more details

Teliolabs Software Engineer Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

3.9

Skill development

3.3

Work-Life balance

3.0

Salary & Benefits

3.8

Job Security

3.7

Company culture

3.4

Promotions/Appraisal

3.3

Work Satisfaction

Explore 10 Reviews and Ratings
Software Engineer
35 salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Software Developer
9 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Junior Software Engineer
9 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹10 L/yr - ₹13.2 L/yr

QA Engineer
7 salaries
unlock blur

₹5.4 L/yr - ₹9 L/yr

Explore more salaries
Compare Teliolabs with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview