Upload Button Icon Add office photos

Entab Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Entab Infotech Technical Support Engineer Interview Questions and Answers

Updated 12 Mar 2022

Entab Infotech Technical Support Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. About myself
  • Q2. My educational qualification and why i want to join this and why he can hire me .
  • Q3. About my major project from my resume.
  • Q4. What do i think about my carrer
  • Q5. How many years i want to work there
  • Q6. My favourite film

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and be real.Always answer what you know.Don’t be over confident.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Entab Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Feb 2021.

Interview Questionnaire 

1 Question

  • Q1. Admin average question as well as with trigger event or aura component.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average and got the offer... It nice company work environment is too good.....

Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
asked in Zoho
Q2. Write an email to a customer apologizing for a mistake made by a ... read more
asked in Movate
Q3. What is the difference between WAN and LAN?
Q4. What steps would you take if a customer called and reported they ... read more
asked in Salesforce
Q5. How would you find the contact information for accounts with name ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Normal Aptitute test with logical reasoning.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test around front end using react

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

I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Binary trees: if symmetric, easy string question using hashmap
  • Q2. If we are hosting a live test how to show real time ranking, HLD for this and what algorithms can we use
Round 2 - Technical 

(1 Question)

  • Q1. Database schema design for a feature where user can be free, gold, platinum.
Round 3 - Technical 

(1 Question)

  • Q1. HLD for live rank dashboard for a live test where millions of users are doing test

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two Medium DSA problem to solve

Round 2 - Technical 

(1 Question)

  • Q1. Design scalable Streaming pipeline and
  • Ans. 

    Design a scalable streaming pipeline for processing large volumes of data.

    • Use a distributed streaming framework like Apache Kafka or Apache Flink for real-time data processing.

    • Implement data partitioning and parallel processing to handle high data throughput.

    • Utilize cloud services like AWS Kinesis or Google Cloud Pub/Sub for scalability and reliability.

    • Include fault tolerance mechanisms like checkpointing and data repl...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. LLD round , write classes and its methods
  • Ans. 

    Design classes for a simple library management system with methods for adding, borrowing, and returning books.

    • Class Book: Attributes include title, author, ISBN, and availability status.

    • Class User: Attributes include userID, name, and borrowedBooks (array of Book).

    • Class Library: Methods include addBook(Book), borrowBook(User, Book), returnBook(User, Book).

    • Example of addBook: library.addBook(new Book('1984', 'George Orw...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary and benefits discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Linked list, array, tree and graph questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well aptitude and coding
Are these interview questions helpful?

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

(2 Questions)

  • Q1. What is react, diff between react and angular, deep copy shallow copy, hoisting, diff between props and state
  • Ans. 

    React is a JavaScript library for building user interfaces. It is different from Angular in various ways.

    • React is a library while Angular is a framework

    • React uses virtual DOM while Angular uses real DOM

    • React is more flexible and easier to learn than Angular

    • Deep copy creates a new object with the same values while shallow copy creates a new reference to the same object

    • Hoisting is a JavaScript mechanism where variables a...

  • Answered by AI
  • Q2. Implement custom hooks and array flat method
  • Ans. 

    Implement custom hooks and array flat method

    • Custom hooks are reusable functions that allow you to extract component logic into reusable functions

    • Array flat method is used to flatten an array of nested arrays into a single array

    • To implement custom hooks, create a function that uses the useState and useEffect hooks

    • To implement array flat method, use the reduce method to flatten the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basic interview question from online site and practice the code challenges

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Got 2 medium level DSA questions in the coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Computer fundamentals
  • Q2. System Design Questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Q1 difference between let and const
  • Q2. Q2 what are closures?
  • Q3. Q3. What is typeof null
  • Ans. 

    typeof null returns 'object' in JavaScript.

    • typeof null is 'object' in JavaScript

    • This is a historical bug in JavaScript that has not been fixed for backward compatibility

    • Example: console.log(typeof null) will output 'object'

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Q1. Find palindrome strings in an array of strings.
  • Ans. 

    Finding palindrome strings in an array of strings.

    • Iterate through each string in the array.

    • For each string, check if it is equal to its reverse to determine if it is a palindrome.

    • Store palindrome strings in a separate array or print them out.

  • Answered by AI
  • Q2. Q2. Explain debouncing with example.

Interview Preparation Tips

Interview preparation tips for other job seekers - For frontend round, you should know most frequently asked Javascript questions. One e.g. can be debouncing. You should also know basic coding questions like find palindrome.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.8
 • 494 Interviews
Unacademy Interview Questions
3.0
 • 217 Interviews
NxtWave Interview Questions
3.8
 • 217 Interviews
Vedantu Interview Questions
3.4
 • 189 Interviews
Chegg Interview Questions
4.1
 • 160 Interviews
Testbook.com Interview Questions
3.5
 • 104 Interviews
Teachnook Interview Questions
3.1
 • 89 Interviews
View all
Entab Infotech Technical Support Engineer Salary
based on 41 salaries
₹1.9 L/yr - ₹4 L/yr
43% less than the average Technical Support Engineer Salary in India
View more details

Entab Infotech Technical Support Engineer Reviews and Ratings

based on 15 reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.0

Salary

3.2

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer
107 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Technical Support Executive
83 salaries
unlock blur

₹1.9 L/yr - ₹4.2 L/yr

Software Consultant
47 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Technical Support Engineer
41 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Entab Infotech with

Planet Spark

3.8
Compare

Unacademy

3.0
Compare

Extramarks Education

3.5
Compare

Vedantu

3.4
Compare
write
Share an Interview