Upload Button Icon Add office photos

Filter interviews by

Talentelgia Full Stack Developer Interview Questions, Process, and Tips

Updated 14 May 2023

Talentelgia Full Stack Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before May 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 

(4 Questions)

  • Q1. What is the meaning of S in Opps?
  • Ans. 

    S in OOPs stands for 'Single Responsibility Principle'

    • Single Responsibility Principle states that a class should have only one reason to change

    • It helps in making the code more modular and maintainable

    • For example, a class that handles user authentication should not also handle sending emails

  • Answered by AI
  • Q2. Briefly explain Opps Comcept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • It includes concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Example: A car object can have properties like color, model, and methods like start, stop, and accelerate

    • It helps in crea

  • Answered by AI
  • Q3. What is PHP and its full form?
  • Ans. 

    PHP stands for Hypertext Preprocessor. It is a server-side scripting language used for web development.

    • PHP is an open-source language

    • It is used to create dynamic web pages

    • PHP code is executed on the server side

    • It can interact with databases like MySQL

    • Popular CMS like WordPress, Drupal, and Joomla are built on PHP

  • Answered by AI
  • Q4. Why DS is callData Structure?
  • Ans. 

    DS stands for Data Structure because it is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to organize and store data in a way that makes it easy to access and manipulate.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Data structures are an important part of computer science and are used in many diff...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your strengths and weaknesses
  • Ans. 

    My strength is my ability to quickly learn new technologies and adapt to changing environments. My weakness is that I can be overly critical of my own work.

    • Strength: Quick learner and adaptable to change

    • Weakness: Self-critical

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    To become a technical lead and contribute to the development of innovative solutions.

    • Becoming a technical lead

    • Contributing to the development of innovative solutions

    • Continuously learning and improving skills

    • Building a strong professional network

    • Taking on challenging projects

    • Gaining expertise in various technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys calm down and trust and have fairh on your prepration

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

Interview Questionnaire 

1 Question

  • Q1. Basic OOPS questions like 4 pillars of OOPS and their real life applications. Abstract class. DBMS Inner join and Outer join.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Nornam Java , spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read java , spring boot, microservices, cloud pcf , aws

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me your strengths and weaknesses ?
  • Q2. Why did you choose this field?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall tough one if u dnt prepare well

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About springboot ,and architecture of your current project, design patterns . 1st round would be on Angular7 and basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice , they will guide you whenever I was stuck on any problems.Believe in yourself ,you are the best!

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Collection, OOPS, Seralization
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS, Collection, threading, SQL
Round 3 - HR 

(1 Question)

  • Q1. Nothing specific, Salary Negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and process was quick

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Aws vpc gateway questions, devops drawback
  • Q2. Interfaces in oops
  • Ans. 

    Interfaces define a contract for classes to implement certain methods and properties.

    • Interfaces allow for polymorphism and loose coupling.

    • Classes can implement multiple interfaces.

    • Interfaces cannot be instantiated on their own.

    • Interfaces can have default method implementations.

    • Interfaces can be used to enforce design patterns like the adapter pattern.

  • Answered by AI
  • Q3. Meta programing

Interview Preparation Tips

Interview preparation tips for other job seekers - Not at all good experience. Looks like the structure is baffled now after pandemic hit. First of all HR people, they have so much attitude that you can't even ask them any query regarding your JD or project. Secondly there are many rounds but it all depends upon the interviewer mood only and only. Because you are not hired for a direct project, so if the interviewer is egoistic and high attitude, then it's difficult to get positive feedback even if round well all well. Disappointing experience. Suggestion would be to put right people for talent selection. If people are kept in similar way, every new candidate might have negative experience.

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to skillset

Talentelgia Interview FAQs

How many rounds are there in Talentelgia Full Stack Developer interview?
Talentelgia interview process usually has 3 rounds. The most common rounds in the Talentelgia interview process are HR, Resume Shortlist and Technical.
How to prepare for Talentelgia Full Stack Developer interview?
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 Talentelgia. The most common topics and skills that interviewers at Talentelgia expect are ADO.Net, ASP.Net MVC, Angular, Django and Entity Framework.
What are the top questions asked in Talentelgia Full Stack Developer interview?

Some of the top questions asked at the Talentelgia Full Stack Developer interview -

  1. What is the meaning of S in Op...read more
  2. What is PHP and its full fo...read more
  3. Why DS is callData Structu...read more

Tell us how to improve this page.

Talentelgia Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Software Engineer
24 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹4.6 L/yr - ₹9 L/yr

Software Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹5.4 L/yr

UI/UX Designer
4 salaries
unlock blur

₹3.7 L/yr - ₹4.3 L/yr

Junior Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Talentelgia with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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