Upload Button Icon Add office photos

Filter interviews by

Inditech Neurone Info Solutions Team Leader (Technical) Interview Questions and Answers

Updated 14 Sep 2020

Inditech Neurone Info Solutions Team Leader (Technical) Interview Experiences

1 interview found

Team Leader (Technical) Interview Questions & Answers

user image Malayaranjan Behera

posted on 14 Sep 2020

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. What is our community

Interview Preparation Tips

Interview preparation tips for other job seekers - Become a mentor to thousands of job seekers

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. How to detect web browser
  • Ans. 

    To detect web browser, use navigator.userAgent property.

    • Use navigator.userAgent property to get the user agent string.

    • Parse the user agent string to identify the browser.

    • Use conditional statements to execute browser-specific code.

    • Consider using a library like Modernizr or jQuery to simplify the process.

  • Answered by AI
  • Q2. What is mixin
  • Ans. 

    Mixin is a way to reuse code in multiple classes without inheritance.

    • Mixin is a programming concept that allows code to be reused in multiple classes without inheritance.

    • It is achieved by including a module or class in another class.

    • Mixins are commonly used in object-oriented programming languages like Ruby and Python.

    • They help to reduce code duplication and improve code organization.

    • Example: A class for a car may incl...

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a feature in programming languages that allows a function to access variables outside its scope.

    • Closure is a way to create a function inside another function and access the outer function's variables.

    • It allows for encapsulation and data privacy.

    • Closures are commonly used in event handlers and callbacks.

    • Example: function outer() { let x = 10; function inner() { console.log(x); } return inner; } const closure

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Asked about bpo
  • Q2. Where do you see yourself after 10 years
  • Ans. 

    In 10 years, I see myself leading a team of skilled technical professionals, driving innovation and achieving significant milestones in the industry.

    • Leading a team of technical professionals

    • Driving innovation and implementing new technologies

    • Achieving significant milestones in the industry

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Firstly after arriving they took a test on general knowledge having 10 questions given 10 minutes of time
Duration: 10 minutes
Total Questions: 10

Round: Group Discussion
Experience: Shortly after test, gd began with 10 participants
Duration: 10 minutes

Round: HR Interview
Experience: I got shortlisted in GD therefore after 30 minutes, last round started and had a HR interview, they only asked 2 questions

Interview Questionnaire 

2 Questions

  • Q1. They asked basically for the technical knowledge of ITIL and the decision making capabilities. As a Major Incident Manager, you have to take the decision to restore the service quickly. They have asked rel...
  • Q2. They judged about the decision making power

Interview Questionnaire 

1 Question

  • Q1. Java, rest API, multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Approached by Company and was interviewed before Oct 2021. 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 - Group Discussion 

Have confidence. Don't try to interrupt. Be clear and precise. Disagree in a polite way. Even if you don't know anything about the topic listen to what others speak and try gather points from it. You have to involve and make your voice get noticed. Silence won't work in GD.

Round 3 - Aptitude Test 

So, aptitude test depends on the organisation's criteria. Think in a broad way and answer. Nothing is new is the key to score in aptitude test.

Round 4 - HR 

(2 Questions)

  • Q1. Why you think you should be selected? Never lie. This is the place where most of us get caught. First understand your job Nature. Then you will automatically get answer for this question. Don't be one side...
  • Q2. What will be your contribution? Think on what objectives you can work even more broadly. This will help you to stand out.

Interview Preparation Tips

Topics to prepare for HCLTech Team Leader (Technical) interview:
  • Communication Skills
  • Body language
  • Critical thinking
Interview preparation tips for other job seekers - First of all don't worry
Be relax , be calm.
Yes you will definitely get a job.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Intercompany and intracompany?
  • Ans. 

    Intercompany refers to transactions between two or more companies within the same group, while intracompany refers to transactions within the same company.

    • Intercompany transactions involve entities that are part of the same corporate group.

    • Intracompany transactions occur within a single company.

    • Intercompany transactions are typically eliminated during consolidation to avoid double counting.

    • Intracompany transactions are...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus the interview and prepare yourself and go for the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Disadvantages of high degree of normalization
  • Ans. 

    High degree of normalization can lead to increased complexity, decreased performance, and difficulty in querying data.

    • Increased complexity in joins and queries

    • Decreased performance due to multiple joins

    • Difficulty in querying data across multiple tables

    • Increased storage space required for normalized tables

    • Potential for data redundancy if not properly managed

  • Answered by AI
  • Q2. Difference between table scan and Index scan
  • Ans. 

    Table scan reads all rows in a table, while Index scan reads only specific rows using an index.

    • Table scan is slower as it reads all rows sequentially.

    • Index scan is faster as it reads only specific rows based on the index key.

    • Table scan is used when a large portion of the table needs to be accessed.

    • Index scan is used when only a small subset of rows need to be retrieved.

    • Example: Table scan for SELECT * FROM table_name; ...

  • Answered by AI
  • Q3. Some complex queries using correlation and outer joins.
Round 2 - Coding Test 

Hackathon kind of technical test

I applied via Accenture and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Kotlin, Threading, Latest Android components
  • Q2. Program for inheritance in kotlin
  • Ans. 

    Inheritance in Kotlin allows a class to inherit properties and methods from another class.

    • Use the 'open' keyword to mark the superclass as inheritable

    • Use the 'override' keyword to override a method or property in the subclass

    • Use the 'super' keyword to call the superclass's implementation of a method or property

    • Example: class SubClass : SuperClass() { override fun method() { super.method() } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn topic thoroughly not just basic level.
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. Dont Join this company its messed up
Round 3 - HR 

(1 Question)

  • Q1. Dont join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company its all messed up

Tell us how to improve this page.

Compare Inditech Neurone Info Solutions 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