Upload Button Icon Add office photos

Filter interviews by

eiTRA Technical Engineer Interview Questions and Answers

Updated 21 May 2023

eiTRA Technical Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Apr 2023. 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. Python basics questions
  • Q2. What is oops in python?
  • Ans. 

    OOPs in Python refers to Object-Oriented Programming, a programming paradigm that uses objects to represent data and methods.

    • Python supports OOPs concepts such as inheritance, encapsulation, and polymorphism.

    • Classes and objects are the building blocks of OOPs in Python.

    • In Python, you can define a class using the 'class' keyword and create an object using the class name.

    • OOPs in Python allows for code reusability, modula...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to cover the basics.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Sql constraint , primary key, unique and foreign key

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Where do you see yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Customer help. How to deal with irate cx

I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1 DP question, 1 simple integer manipulation

Round 2 - One-on-one 

(3 Questions)

  • Q1. 4th smallest element in BST
  • Ans. 

    Find the 4th smallest element in a Binary Search Tree.

    • Traverse the BST in-order and keep track of the count of visited nodes.

    • When the count reaches 4, return the current node's value.

    • If the BST has less than 4 nodes, return null or throw an exception.

  • Answered by AI
  • Q2. Maximum number of distinct elements in every sliding window of size k
  • Ans. 

    Find maximum distinct elements in every sliding window of size k.

    • Create a hash table to store the frequency of each element in the current window.

    • Use two pointers to maintain the current window and slide it over the array.

    • Update the hash table for each new element in the window and remove the old element.

    • Keep track of the maximum number of distinct elements seen so far.

    • Repeat until all windows of size k have been proce

  • Answered by AI
  • Q3. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists

    • Create a new linked list to store the merged list

    • Compare the first nodes of both lists and add the smaller one to the new list

    • Move the pointer of the added node to the next node

    • Repeat until one of the lists is empty

    • Add the remaining nodes of the non-empty list to the new list

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. A probability related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Striver SDE sheet and practice aptitude questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Pune University and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test included many Questions to test math ability

Round 2 - Technical 

(1 Question)

  • Q1. What are the challenges faced by students while learning?
  • Ans. 

    Students face challenges such as lack of motivation, distractions, difficulty understanding concepts, time management issues, and test anxiety.

    • Lack of motivation can lead to procrastination and poor academic performance.

    • Distractions from technology, social media, or personal issues can hinder focus and productivity.

    • Difficulty understanding complex concepts or topics can result in frustration and lower grades.

    • Time manag...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BYJU'S Technical Associate interview:
  • Subject Matter Expertise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to develop a Google sheets web app?
  • Ans. 

    To develop a Google Sheets web app, you can use Google Apps Script to create custom functions, menus, and user interfaces.

    • Use Google Apps Script to write code for the web app

    • Create custom functions to perform specific tasks

    • Add menus and user interfaces for better user experience

    • Deploy the web app using Google Apps Script editor

  • Answered by AI
  • Q2. How is the micro frontend App rendered on the webpage
  • Ans. 

    The micro frontend App is rendered on the webpage using a combination of server-side rendering and client-side rendering.

    • The server-side rendering generates the initial HTML content of the micro frontend App on the server and sends it to the client.

    • The client-side rendering then takes over and enhances the rendered content by adding interactivity and dynamic behavior.

    • This approach allows for faster initial page load an...

  • Answered by AI
  • Q3. Event loop-related questions
  • Q4. Javascript Closure

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What are remote access software?
  • Ans. 

    Remote access software allows users to access and control a computer or device from a remote location.

    • Remote access software enables users to access and control a computer or device from a remote location

    • It allows for remote troubleshooting, maintenance, and support

    • Examples include TeamViewer, LogMeIn, and Remote Desktop Connection

    • Security measures such as two-factor authentication and encryption are often used to prot

  • Answered by AI
  • Q2. How troubleshooting of devices can be done?
  • Ans. 

    Troubleshooting of devices involves identifying and resolving technical issues.

    • Gather information about the issue from the user

    • Check for error messages or codes

    • Perform basic checks like restarting the device

    • Use diagnostic tools to identify the problem

    • Resolve the issue by repairing or replacing faulty components

    • Test the device to ensure the issue is resolved

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Jun 2020.

Interview Questionnaire 

2 Questions

  • Q1. How mic and camera work?
  • Ans. 

    Microphone and camera are input devices that capture audio and video respectively.

    • Microphone converts sound waves into electrical signals that can be processed by a computer.

    • Camera captures light and converts it into digital signals that can be processed by a computer.

    • Both devices require drivers to communicate with the computer's operating system.

    • Microphone and camera can be integrated into laptops or connected extern

  • Answered by AI
  • Q2. How you will support or help students or teachers if facing technical issues.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough and have basic computer knowledge of settings, cookies, websites,url etc.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Technical basis questions and how to deal with clients.. How to solve there queries

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first interview. I was very never but all went smooth and its was very nice experience.

eiTRA Interview FAQs

How many rounds are there in eiTRA Technical Engineer interview?
eiTRA interview process usually has 2 rounds. The most common rounds in the eiTRA interview process are Resume Shortlist and Technical.
What are the top questions asked in eiTRA Technical Engineer interview?

Some of the top questions asked at the eiTRA Technical Engineer interview -

  1. What is oops in pyth...read more
  2. Python basics questi...read more

Tell us how to improve this page.

eiTRA Technical Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Planet Spark Interview Questions
3.7
 • 364 Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Vedantu Interview Questions
3.4
 • 193 Interviews
Physicswallah Interview Questions
3.8
 • 192 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Chegg Interview Questions
4.1
 • 154 Interviews
View all
Compare eiTRA with

BYJU'S

3.1
Compare

Whitehat jr

3.5
Compare

Unacademy

3.0
Compare

Extramarks Education

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