Upload Button Icon Add office photos
Engaged Employer

i

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

Statiq Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Statiq Technical Support Engineer Interview Questions and Answers

Updated 25 Jul 2024

Statiq Technical Support Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Previous roles and responsibilities
  • Ans. 

    In my previous roles, I have provided technical support to customers, troubleshooting hardware and software issues.

    • Provided technical support to customers via phone, email, and chat

    • Troubleshooted hardware and software issues

    • Resolved technical problems in a timely manner

    • Documented solutions and created knowledge base articles

    • Collaborated with other teams to escalate and resolve complex issues

  • Answered by AI
  • Q2. Introduction and technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. She asked me about the current company and asked the basic details
Round 3 - Technical 

(1 Question)

  • Q1. Asked me about the AutoCAD and other electrical stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - please check the linkedin page as thy are activity providing jobs over there

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. Send an email to customer apologising the mistake made by the rep ... read more
asked in Salesforce
Q3. How you will get contact of account with name starting with abc.
Q4. What are the steps which you will follow if a customer calls and ... read more
Q5. How to release previous IP which assign to your device?

Interview questions from similar companies

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

Psuedo code based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question in any language of choice
Round 3 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on networking, OS, DSA, ML, puzzles and one coding question as well
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager - combination of technical and behavioral
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with Director - Technical theory questions based on networking
Round 6 - HR 

(1 Question)

  • Q1. No specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation in coding and networking concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Core subjects like Operating System, Networking
  • Q2. TCP, UDP protocols, working
  • Q3. OSI, TC/IP working model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Coding Test 

Mcqs + 2 coding questions fairly easy one

Round 2 - Technical 

(1 Question)

  • Q1. Implement something which you donot know by researching
  • Ans. 

    Implementing a neural network for image recognition

    • Research different types of neural networks such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs)

    • Study how to preprocess image data and feed it into the neural network

    • Learn about popular deep learning frameworks like TensorFlow or PyTorch

    • Experiment with training a neural network on a dataset like MNIST for digit recognition

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Traversing the web pages which has links to other web pages in specific orders
  • Ans. 

    Traversing web pages with links in specific orders requires web scraping and following the links recursively.

    • Use web scraping tools like BeautifulSoup or Scrapy to extract links from web pages.

    • Implement a recursive function to follow the links in specific orders (e.g. depth-first or breadth-first).

    • Track visited pages to avoid infinite loops or revisiting the same pages.

    • Handle errors and exceptions when accessing web pa

  • Answered by AI
  • Q2. Heap implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - try to solve problems, debug if found any errors

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy to medium leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. Core fundamentals
  • Q2. Networking, operating System
Round 3 - One-on-one 

(2 Questions)

  • Q1. Networking protocols
  • Q2. Like UDP AND TCP TRAFFIC FLOW
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Question on OOPS, c++
  • Q2. Questions on resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to list out relevant files from a folder which was updated in a given time period
  • Ans. 

    Use a script to list relevant files updated within a given time period in a folder

    • Use a scripting language like Python or Bash to iterate through files in the folder

    • Check the last modified timestamp of each file and compare it to the given time period

    • Create a list of files that meet the criteria and display or output them

  • Answered by AI
  • Q2. How will you monitor if a system went down
  • Ans. 

    I will use monitoring tools to receive alerts and notifications if a system goes down.

    • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

    • Configure alerts to be sent via email, SMS, or Slack when system goes down

    • Implement automated scripts to restart services or systems if they fail

    • Regularly check system logs for any error messages or warnings

  • Answered by AI
Round 2 - Coding Test 

I was asked to design some classes and then extend the functionality to add more requirements while following SOLID principles

Round 3 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Want to take on more leadership responsibilities

  • Answered by AI
  • Q2. Do you have any questions for us
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.

Statiq Interview FAQs

How many rounds are there in Statiq Technical Support Engineer interview?
Statiq interview process usually has 2 rounds. The most common rounds in the Statiq interview process are One-on-one Round, Resume Shortlist and HR.
What are the top questions asked in Statiq Technical Support Engineer interview?

Some of the top questions asked at the Statiq Technical Support Engineer interview -

  1. Asked me about the AutoCAD and other electrical st...read more
  2. introduction and technical questi...read more

Tell us how to improve this page.

Statiq Technical Support Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Arista Networks Interview Questions
4.2
 • 43 Interviews
Sandvine Interview Questions
3.2
 • 17 Interviews
Jasmin Infotech Interview Questions
4.0
 • 13 Interviews
Aryaka Networks Interview Questions
3.5
 • 11 Interviews
ZeroFOX Interview Questions
3.3
 • 11 Interviews
View all
Associate Product Manager
7 salaries
unlock blur

₹13 L/yr - ₹16 L/yr

Operations Manager
6 salaries
unlock blur

₹10 L/yr - ₹15.5 L/yr

Senior Operations Specialist
5 salaries
unlock blur

₹7 L/yr - ₹10.6 L/yr

Product Manager
5 salaries
unlock blur

₹4.2 L/yr - ₹20 L/yr

Business Development Manager
5 salaries
unlock blur

₹5.3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Statiq with

Vindhya Telelinks

4.0
Compare

Presto Infosolutions

3.6
Compare

Accord Synergy

3.8
Compare

Compuage Infocom

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