Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DataTrained Team. If you also belong to the team, you can get access from here

DataTrained Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DataTrained Information Technology Support Engineer Interview Questions and Answers

Updated 1 Jul 2021

DataTrained Information Technology Support Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. What will you do if a system hangs a lot?
  • Ans. 

    If a system hangs a lot, I will troubleshoot the issue by checking for hardware or software problems, performing system updates, and optimizing system resources.

    • Check for hardware issues such as overheating or faulty components

    • Scan for malware or viruses that may be causing the system to hang

    • Update the operating system and software to the latest versions

    • Optimize system resources by closing unnecessary programs or servi...

  • Answered by AI
  • Q2. What will you do when a system won’t start?
  • Ans. 

    When a system won't start, I will perform troubleshooting steps to identify and resolve the issue.

    • Check power supply and connections

    • Verify hardware components are properly seated

    • Check for error messages or beeps

    • Attempt a power cycle

    • Check BIOS settings

    • Test with a different power source or outlet

    • Check for software issues or conflicts

    • Perform hardware diagnostics

    • Seek assistance from colleagues or escalate to higher-level s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Interviewer is not going to beat you.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2.5 Hours 2 Coding que and sql query and topin tech platform

Round 2 - waiting for result 

(2 Questions)

  • Q1. Based on boolean matrix
  • Q2. Find k closest node of given given node in a BST.
  • Ans. 

    Find k closest nodes to a given node in a BST.

    • Perform an inorder traversal of the BST to get a sorted list of nodes.

    • Use a priority queue to keep track of the k closest nodes based on their absolute difference with the target node.

    • Populate the priority queue with the first k nodes from the inorder traversal.

    • For each subsequent node, calculate its absolute difference with the target node and compare it with the top eleme...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Python technical SQL basic

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Check if string is palindrome
  • Ans. 

    Check if a string is the same forwards and backwards

    • Iterate through the string from both ends and compare characters

    • Use built-in functions like reverse() to check for palindrome

    • Ignore spaces and punctuation when checking for palindrome

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

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
Round 4 - HR 

(1 Question)

  • Q1. Salary and benefits discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 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 - One-on-one 

(3 Questions)

  • Q1. Basics of js and react
  • Q2. What are closures and give an example
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and has access to the outer function's variables.

    • They can access variables from the outer function even after the outer function has returned.

    • Closures are commonly used in event handlers and callbacks in JavaScript.

  • Answered by AI
  • Q3. What is event loop and features of es5
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.

    • Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.

    • ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.

    • ES5 also introduced new methods for manipulating strings, such as trim

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

(1 Question)

  • Q1. General management round and past experience

Skills evaluated in this interview

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

Coding test around front end using react

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

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

DataTrained Interview FAQs

What are the top questions asked in DataTrained Information Technology Support Engineer interview?

Some of the top questions asked at the DataTrained Information Technology Support Engineer interview -

  1. What will you do if a system hangs a l...read more
  2. What will you do when a system won’t sta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 372 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
NxtWave Interview Questions
3.8
 • 188 Interviews
Testbook.com Interview Questions
3.5
 • 101 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
Teachnook Interview Questions
3.1
 • 87 Interviews
LEAD School Interview Questions
3.3
 • 86 Interviews
Scaler Academy Interview Questions
3.7
 • 82 Interviews
Toppr Interview Questions
3.4
 • 65 Interviews
View all
Key Account Manager
126 salaries
unlock blur

₹2.5 L/yr - ₹9.9 L/yr

Team Lead
18 salaries
unlock blur

₹4.2 L/yr - ₹10.7 L/yr

SME
16 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Business Development Executive
13 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Data Science Intern
11 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare DataTrained with

Unacademy

3.0
Compare

Planet Spark

3.7
Compare

Skill Lync

3.1
Compare

NxtWave

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