Upload Button Icon Add office photos
Engaged Employer

i

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

insightsoftware Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

insightsoftware Senior Technical Support Engineer Interview Questions and Answers

Updated 5 Jun 2024

insightsoftware Senior Technical Support Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sequel and their types
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q2. What are DML commands?
  • Ans. 

    DML commands are Data Manipulation Language commands used to manage data in a database.

    • DML commands include INSERT, UPDATE, DELETE, and SELECT.

    • INSERT is used to add new rows of data into a table.

    • UPDATE is used to modify existing data in a table.

    • DELETE is used to remove rows of data from a table.

    • SELECT is used to retrieve data from a database.

  • Answered by AI
Round 2 - Aptitude Test 

Logical reasoning, patterns,

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about insightsoftware?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi

Senior Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. How are authorization and authentication different?
asked in Salesforce
Q2. What tools does Tableau use for optimization of deployments?
Q3. The syntax for joining multiple tables and inserts. customer hand ... read more
Q4. How would you explain technical issues and the reasons for delays ... read more
Q5. How do you ensure that the internet is working?

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oops question, sql question
  • Q2. Basic and advance php question
  • Q3. Some logical question( puzzle)

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts of php before attending interview

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

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Ans. 

    Reversing a linked list involves changing the direction of its nodes to point to the previous node instead of the next.

    • Iterative approach: Use three pointers (prev, current, next) to reverse the links.

    • Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.

    • Recursive approach: Reverse the rest of the list and adjust the pointers accordingly.

    • Example: For list 4 -> 5 -> 6, recursively revers...

  • Answered by AI
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Networks based questions
  • Q2. Os based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and tough for fresher to crack, Nice package and good people who will guid u in interview process in case you are stuck at answer

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts, array functions of php and js, string functions of php and js
  • Q2. Sql, trigger, indexes,
  • Q3. Logical thinking, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and presentation will work even if you are lacking a bit in technical. Be confident

I applied via Naukri.com and was interviewed before Sep 2021. There were 6 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 - Aptitude Test 

1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.

Round 3 - Coding Test 

After clearing apti, they will assign machine test. 1 hr time limite.

Round 4 - Technical 

(1 Question)

  • Q1. After clearing assign technical round in that project managers giving interview. Asking Oops consept, some php technical quetions like php array function, global variables, mvc, mysal queries, joins, ind...
Round 5 - One-on-one 

(1 Question)

  • Q1. After clear interview first round, TL giving second round.
Round 6 - HR 

(1 Question)

  • Q1. For salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops consept, real time examples, design factor, array functions, how to debug error, mysql joins, normalisation 1nf 2nf 3nf
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked to design a database table
  • Ans. 

    Design a database table for managing user accounts in a web application.

    • Table Name: Users

    • Columns: id (INT, Primary Key), username (VARCHAR), password (VARCHAR), email (VARCHAR), created_at (TIMESTAMP)

    • Indexes: Create an index on username for faster lookups.

    • Constraints: Ensure email is unique and validate password strength.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Low level Design Problem in Java

Round 2 - Technical 

(1 Question)

  • Q1. Data Structures - Graph Problem DFS
Round 3 - Coding Test 

System Design with few details

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

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions were high level

Interview Preparation Tips

Topics to prepare for SOTI Software Engineer interview:
  • array
  • Data Dictionary
  • tree
Interview preparation tips for other job seekers - before applying to soti you should have a good coding skill

insightsoftware Interview FAQs

How many rounds are there in insightsoftware Senior Technical Support Engineer interview?
insightsoftware interview process usually has 2 rounds. The most common rounds in the insightsoftware interview process are Technical and Aptitude Test.
How to prepare for insightsoftware Senior Technical Support Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at insightsoftware. The most common topics and skills that interviewers at insightsoftware expect are Technical Support, Windows, Customer Service, Linux and Oracle.
What are the top questions asked in insightsoftware Senior Technical Support Engineer interview?

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

  1. what are joins in sequel and their ty...read more
  2. What are DML comman...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Entrata Interview Questions
4.1
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CommVault Interview Questions
3.8
 • 28 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Twilio Interview Questions
3.9
 • 24 Interviews
Gen Interview Questions
4.0
 • 21 Interviews
View all
insightsoftware Senior Technical Support Engineer Salary
based on 27 salaries
₹12 L/yr - ₹20 L/yr
84% more than the average Senior Technical Support Engineer Salary in India
View more details

insightsoftware Senior Technical Support Engineer Reviews and Ratings

based on 6 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.7

Salary

2.4

Job security

2.6

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 6 Reviews and Ratings
Senior Technical Support Engineer - SQL & Data Analytics

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Senior Technical Support Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
79 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Technical Consultant
66 salaries
unlock blur

₹4.5 L/yr - ₹15.5 L/yr

Senior Software Engineer
64 salaries
unlock blur

₹13.9 L/yr - ₹43 L/yr

Senior Technical Support Engineer
27 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Software Developer
25 salaries
unlock blur

₹14.5 L/yr - ₹29 L/yr

Explore more salaries
Compare insightsoftware with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

Entrata

4.1
Compare

Mobileum

3.3
Compare
write
Share an Interview