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
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Hr calls to understand candidates experience and expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Both technical discussion and coding happens in this round
Round 3 - One-on-one 

(1 Question)

  • Q1. Some technical discussion with engineer manager and cultural fit

I was interviewed in May 2022.

Round 1 - Aptitude Test 

Speed distance, relations, coding decoding, work time

Round 2 - Coding Test 

Strings, LinkedList

Round 3 - Coding Test 

Basic bath included and Strings sorting, leetcode medium basic SQL and some basic web related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and attend the interview, easy to medium will be asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed before Nov 2022. 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 - Technical 

(1 Question)

  • Q1. Low Level design on Quiz Portal Application
  • Ans. 

    Designing a low level architecture for a quiz portal application

    • Use a microservices architecture for scalability and flexibility

    • Implement a database schema to store quiz questions, answers, and user responses

    • Utilize caching mechanisms to improve performance

    • Design an authentication system to ensure secure access to quizzes

    • Include features for creating, editing, and taking quizzes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions Based on Python
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectations and Joining Process

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 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 - Coding Test 

Coding round with 3 problem statements

Round 3 - Technical 

(5 Questions)

  • Q1. Questions related to project you have mentioned on resume
  • Q2. Questions related to technologies you have mentioned
  • Q3. Questions related to the coding test
  • Q4. Nothing discussed everything as I know
  • Q5. All the best those who are trying their best
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Aptitude Test 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Tell me something about your family members?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your salary expectation?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad

I was interviewed before May 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was an coding round

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to form the skyline.

    • Merge consecutive horizontal segments of equal height into one to ensure no duplicates.

    • Return the fin...

  • Answered by AI
  • Q2. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from source to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Recursively try moving in all directions (up, down, left, right) until reaching the destination.

    • Return a list of strings representing valid paths sorted in alphabetical order.

  • Answered by AI
Round 2 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was an HR round with some general questions. it was just for formality.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAupgrad interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

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
 • 359 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
LEAD School Interview Questions
3.3
 • 86 Interviews
Teachnook Interview Questions
3.2
 • 85 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
View all
Key Account Manager
125 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SME
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Science Intern
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DataTrained with

Simplilearn

3.2
Compare

upGrad

3.7
Compare

Great Learning

3.7
Compare

Jigsaw Academy

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