Upload Button Icon Add office photos

Filter interviews by

Talentelgia Interview Questions, Process, and Tips

Updated 8 Feb 2024

Top Talentelgia Interview Questions and Answers

View all 8 questions

Talentelgia Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic of DotNet
Round 2 - One-on-one 

(1 Question)

  • Q1. Oops concept sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Very smooth Process

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) 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

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer

Software Intern Interview Questions & Answers

user image Simran Kumari

posted on 1 Aug 2022

I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between jdk jre jvm
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine that executes Java code.

    • JDK includes JRE and development tools like javac and java

    • JRE includes JVM and necessary libraries to run Java applications

    • JVM is responsible for interpreting Java bytecode and executing it

    • Different versions of JDK, JRE, and JVM may be installed on the same machine

    • JDK is used for developing Java applications, JR

  • Answered by AI
  • Q2. Html and css difference
  • Ans. 

    HTML is used for structuring content on a webpage, while CSS is used for styling and formatting that content.

    • HTML stands for HyperText Markup Language and is used to create the structure of a webpage.

    • CSS stands for Cascading Style Sheets and is used to style the HTML elements on a webpage.

    • HTML uses tags to define elements like headings, paragraphs, and images.

    • CSS uses selectors to target specific HTML elements and appl...

  • Answered by AI
  • Q3. What do you mean by API
  • Ans. 

    API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.

    • API allows different software applications to communicate with each other

    • It defines how software components should interact

    • APIs can be public or private

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q4. Normalization explains
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables

    • Each table should have a primary key and only contain data that is related to that key

    • Normalization helps to prevent data inconsistencies and anomalies

    • There are different levels of normalization, with each level building on the ...

  • Answered by AI
  • Q5. Framework Knowledge in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Give answers if you know otherwise say direct no.
Be sure if you are right then don't panic

Skills evaluated in this interview

Software Intern Interview Questions asked at other Companies

Q1. 2nd TR:- 1. How can we reduce page loading time in a website.
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. What is the method to cut a cake into 8 pieces using only 3 cuts?
  • Q2. What would be the code to sort an array containing both letters and numbers, such as {a, 1, 2, v, w, e, 3, 6, 7, 9}, so that all letters are on the left side and all numbers are on the right side?
  • Q3. What scenarios are typically classified as high severity but low priority?
  • Q4. What are the different types of project frameworks?
  • Q5. What classes do we utilize while coding?
  • Q6. What is your framework, and can you provide an explanation of it?
  • Q7. What is the role of API testing, and how should one report the results of API testing?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Q3. What is the difference between an execute query and an execute non-query?
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?

Manual Test Engineer Interview Questions & Answers

UST user image Respective user 001

posted on 28 Feb 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Define method over loading and method over riding?
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is achieved by having multiple methods in the same class with the same name but different parameters.

    • Method overriding is achieved by having a method in a subclass with the same n...

  • Answered by AI
  • Q2. Manual testing question should be asked what kinds of question they are asking

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended the interview as I got invite link from naukri provided by a HR her name was sreesha ramdas, what she did is the client were already selected 3 candidate but she posted 3 vacancies for testing is available as she is posted in their site, naukri and Job boards, but I went for the interview and put leave to my office because I got the interview link. Got frustrated after hearing those words I gone to the coimvatore office which is above the passport office at 9 am no one is there I waited till 12 pm after they discussing internally whether we conduct interview for the candidate who were came totally 6 candidate were came by seeing the mail no one is selected the interview they conducted asking very basic testing questions as usual such a worst ever interview I have attended in my life is this one. I wasted my leave time effort energy only of that useless HR sreesha ramdas she can't even have common sense even though I tried to message her for confirmation whether it was avsibke or not but she haven't replied on LinkedIn never seen such a disgusting fellow as hr there in a big company

Database Testing Interview Questions & Answers

Synechron user image Anonymous

posted on 10 Feb 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Skillset, Current CTC, Expected CTC, Notice Period
  • Q2. Ready to work 3 days from office Ready to work from client location in Gurgaon (without extra pay)
Round 2 - Technical 

(11 Questions)

  • Q1. Intro, Role and responsibilities in current project
  • Q2. Explain test plan in detail Explain software testing life cycle in detail
  • Q3. What are joins in sql? Write query (for any one join) and explain that query with output
  • Q4. Write test cases for uploading a file and explain each scenario
  • Q5. Explain the process of regression testing in detail. Why we do it? When we do it? How we should do it? Explain the strategy to chose regression test suite. What is the current process followed in your proj...
  • Q6. How to create a bug in jira? What all information needs to be entered while raising a defect in jira? What labels , tags to be used. Write all information in detail and explain with an example
  • Q7. What is priority and severity of a defect? Explain different types. How to chose priority and severity of a defect? Explain everything with example
  • Q8. Explain defect management system and test management system in detail. What tools you are using to manage them in your current project
  • Q9. Explain the process of test case creating and execution in qtest and how one can check the overall progress of test execution. Based on execution if test report is getting generated, explain that in detail
  • Q10. How to check reports generated in sql. What are the benefits of doing database testing
  • Q11. What is the tool you are currently using for verifying regulatory reports? Explain the process in detail. What things you verify in those reports

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a pleasant experience. Although the job profile and role was of Database testing only. But both HR and interviewer said, they were looking for a person having mix of UI, Database and API testing. However, interviewer's mostly questions were focused on database only.
It has become a common norm that HR and interviewer does not open their cameras during virtual interview but expect the candidate to open their camera. Technical Interviewer joined 5-10 minutes late in call, when he joined HR greeted him and said Hi Sir. Later on she also asked me to greet him!! In fact, interviewer was quite rude (video camera was already off) and didn't even disclosed his name also (He used initials like SK234097). In the interview, it appeared that he was not able to understand English as a couple of times, he asked to speak slow. He demanded every answer to be explained in detail and with an example, if he was not satisfied with my answer he keep on asking me to explain in different words. Similarly when he asked me a question (and if I did not understand that), I also asked him to explain the question in detail but he kept on repeating that one liner question every time (That behavior showed his stubborn nature and bossiness)

Bsw testing Interview Questions & Answers

Bosch Global Software Technologies user image Anonymous

posted on 21 Feb 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself? Could you explain the process of testing a high-level bench from requirement analysis to execution completion? Can you provide an example of a CAPL script to demonstrate scr...
  • Ans. 

    I am a skilled BSW tester with experience in testing high-level benches and scripting in CAPL.

    • Requirement analysis involves understanding the specifications and functionalities of the high-level bench.

    • Test case design includes creating test scenarios based on the requirements.

    • Test execution involves running the test cases on the bench and analyzing the results.

    • Defect reporting includes documenting any issues found duri...

  • Answered by AI
  • Q2. What is a UDS and a UDS frame? What are the differences between standard frames and error frames, and how the sensors operate?
  • Ans. 

    UDS stands for Unified Diagnostic Services, used in automotive testing. UDS frames are messages exchanged between a tester and an ECU.

    • UDS is a protocol used for diagnostic communication in vehicles.

    • UDS frames consist of a header and data bytes, with different types like request, response, and error frames.

    • Standard frames are used for normal communication, while error frames indicate issues in communication.

    • Sensors in v...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the roles of the DSpace control desk and the automation desk?
  • Ans. 

    The DSpace control desk manages the overall operation of the BSW system, while the automation desk handles automated testing processes.

    • DSpace control desk oversees system operation and configuration

    • Automation desk manages automated testing processes

    • DSpace control desk ensures smooth functioning of BSW system

    • Automation desk executes test cases and reports results

  • Answered by AI
  • Q2. Tell me about python and write a script for abs event
  • Ans. 

    Python is a popular programming language known for its simplicity and readability.

    • Python is an interpreted, high-level, general-purpose programming language.

    • It supports multiple programming paradigms such as procedural, object-oriented, and functional programming.

    • An example script for abs event in Python would be: def abs_event(number): return abs(number)

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Explain project
  • Ans. 

    The project is a software testing initiative for a BSW system.

    • Testing the functionality of the Basic Software (BSW) system

    • Identifying and fixing bugs in the system

    • Ensuring the system meets the specified requirements

    • Collaborating with developers to improve system performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please participate in the Hil testing for airbag or ABS, or, alternatively, for ADAS testing. Kindly refrain from joining the BSW testing under manager Sanjeeb Das in the XC (EVW) department.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A question regarding mechanical concepts and other inquiries related to amplitude.

Round 2 - Technical 

(5 Questions)

  • Q1. Questions related to resume uploaded and other technical like manufacturing and cad software related
  • Q2. Material selection and discussion about company
  • Q3. Difficulty where you are structed during the project
  • Ans. 

    I faced difficulty in managing conflicting priorities and deadlines during a project.

    • Prioritize tasks based on urgency and importance

    • Communicate with team members and stakeholders to manage expectations

    • Break down tasks into smaller, manageable chunks to stay on track

    • Seek help or guidance from mentors or supervisors when needed

  • Answered by AI
  • Q4. Discussion and deep introduction about me and project
  • Q5. Discussion about Certificate which achieved in field

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience to sharing the knowledge and technical reviews
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. Basic Javascript questions were asked like Hoisting, Event Loop, Closure.
  • Q2. What are semantic tags? << HTML based question
  • Ans. 

    Semantic tags in HTML are specific tags that provide meaning to the content they enclose.

    • Semantic tags help search engines and screen readers understand the structure of a webpage.

    • Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • Using semantic tags improves SEO and accessibility of a website.

  • Answered by AI
  • Q3. What is currying in js?
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • It allows you to create new functions by fixing some parameters of an existing function.

    • Example: const add = (a) => (b) => a + b; add(2)(3) will return 5.

  • Answered by AI
  • Q4. What is the difference between Map and Filter?
  • Ans. 

    Map is used to transform each element of an array, while Filter is used to select elements based on a condition.

    • Map returns a new array with the same length as the original array, but with each element transformed based on a provided function.

    • Filter returns a new array with only the elements that pass a provided condition function.

    • Example for Map: [1, 2, 3].map(num => num * 2) will result in [2, 4, 6].

    • Example for Fi...

  • Answered by AI
  • Q5. What is the difference between Map and ForEach?
  • Ans. 

    Map creates a new array with the results of calling a provided function on every element, while forEach executes a provided function once for each array element.

    • Map returns a new array with the same length as the original array, while forEach does not return anything.

    • Map does not mutate the original array, while forEach can mutate the original array.

    • Map is more suitable for transforming data and creating a new array, w...

  • Answered by AI
  • Q6. What is the difference between Authentication and Authorization?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines the user's access rights.

    • Authentication confirms the user's identity through credentials like username and password.

    • Authorization determines what actions the authenticated user is allowed to perform.

    • Authentication precedes authorization in the security process.

    • Example: Logging into a website (authentication) and then accessing specific pages

  • Answered by AI
  • Q7. What is the difference between Local storage and Session storage?
  • Ans. 

    Local storage persists even after the browser is closed, while session storage is cleared when the browser is closed.

    • Local storage has no expiration date, while session storage expires when the browser is closed.

    • Local storage stores data with no limit, while session storage has a limit of around 5MB.

    • Local storage data is available across all windows/tabs for that domain, while session storage data is only available wit...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. This was the Final round, it lasted for around 30 mins and the interviewer gave me a coding question to build a Countdown Timer app.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Live coding round that's the important one.
Also prepare the questions based on HTML, CSS

Talentelgia Interview FAQs

How many rounds are there in Talentelgia interview?
Talentelgia interview process usually has 2 rounds. The most common rounds in the Talentelgia interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Talentelgia 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 MongoDB, React.Js, Angular, Angularjs and Mean Stack.
What are the top questions asked in Talentelgia interview?

Some of the top questions asked at the Talentelgia interview -

  1. What is the meaning of S in Op...read more
  2. What is PHP and its full fo...read more
  3. What do you mean by ...read more

Tell us how to improve this page.

Talentelgia Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Fast track your campus placements

View all

Talentelgia Reviews and Ratings

based on 12 reviews

3.5/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.3

Salary

3.3

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
24 salaries
unlock blur

â‚ą3.2 L/yr - â‚ą9 L/yr

Senior Software Engineer
14 salaries
unlock blur

â‚ą4.6 L/yr - â‚ą8.6 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

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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