Upload Button Icon Add office photos
Engaged Employer

i

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

Vehere Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vehere Technical Support Engineer Interview Questions and Answers

Updated 25 Dec 2024

Vehere Technical Support Engineer Interview Experiences

1 interview found

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 Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are your roles and responsibilities in your current position?
  • Ans. 

    In my current position, I provide technical support to customers, troubleshoot issues, and resolve technical problems.

    • Providing technical support to customers

    • Troubleshooting technical issues

    • Resolving technical problems

    • Collaborating with other teams to address complex issues

  • Answered by AI
  • Q2. Networking and software issues good knowledge

Interview questions from similar companies

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. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Tha aptitude exam was not very easy and not that difficult. It was something which one can easily get into.

Round 2 - Technical 

(1 Question)

  • Q1. Question related to 1. Servers 2. Coding practices 3. Database queries 4. Latest versions syntax
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 Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Windows internals
  • Q2. Windows apis like loaddll dynamically
  • Q3. IPC mechanism in windows
  • Ans. 

    IPC mechanism in Windows allows communication between processes through shared memory, message passing, and synchronization.

    • IPC mechanisms in Windows include named pipes, mailslots, shared memory, and sockets.

    • Named pipes allow communication between processes on the same machine or over a network.

    • Mailslots are used for one-way interprocess communication.

    • Shared memory allows processes to share data by mapping a region of...

  • Answered by AI
  • Q4. Multi-threading in windows
  • Ans. 

    Multi-threading in Windows allows multiple threads to run concurrently within a single process.

    • Windows provides APIs like CreateThread and CreateProcess to create and manage threads.

    • Threads share the same memory space within a process, allowing for efficient communication and resource sharing.

    • Windows supports both user-mode and kernel-mode threads, with user-mode threads being more lightweight.

    • Synchronization mechanism...

  • Answered by AI
  • Q5. C++ general questions
Round 2 - Technical 

(4 Questions)

  • Q1. Memory management
  • Q2. Memory mapping in windows, file mapping
  • Ans. 

    Memory mapping in Windows allows files to be mapped directly into memory for faster access and manipulation.

    • Memory mapping allows files to be accessed as if they were in memory

    • File mapping can be used for sharing data between processes

    • Improves performance by reducing disk I/O operations

    • Examples: CreateFileMapping, MapViewOfFile, UnmapViewOfFile

  • Answered by AI
  • Q3. Windows internal
  • Q4. Critical section in windows
  • Ans. 

    Critical section in Windows is a synchronization mechanism used to protect shared resources from concurrent access.

    • Critical sections are used to ensure mutual exclusion between threads accessing shared resources.

    • They are implemented using the Windows API functions InitializeCriticalSection, EnterCriticalSection, and LeaveCriticalSection.

    • Critical sections are more efficient than mutexes for synchronization within a sing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through c++ apis specifically for windows.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How would you troubleshoot system hang issue because of Antivirus
  • Q2. How would you find malware files on systems

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s good Indian company to work
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java related questios
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ransomware
  • Ans. 

    Ransomware is a type of malware that encrypts a user's files and demands payment in exchange for the decryption key.

    • Ransomware is typically spread through phishing emails, malicious websites, or software vulnerabilities.

    • Once a user's files are encrypted, the ransomware will display a message demanding payment in cryptocurrency.

    • Paying the ransom does not guarantee that the files will be decrypted, and it may encourage f...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you see in next 5 years

Vehere Interview FAQs

How many rounds are there in Vehere Technical Support Engineer interview?
Vehere interview process usually has 1 rounds. The most common rounds in the Vehere interview process are Technical.
How to prepare for Vehere 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 Vehere. The most common topics and skills that interviewers at Vehere expect are Change Management, Incident management, Linux, Mac Os and Network Administration.

Tell us how to improve this page.

Vehere Technical Support Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Vehere Technical Support Engineer Salary
based on 7 salaries
₹4.6 L/yr - ₹8 L/yr
57% more than the average Technical Support Engineer Salary in India
View more details

Vehere Technical Support Engineer Reviews and Ratings

based on 7 reviews

4.9/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

4.4

Salary

4.8

Job security

4.5

Company culture

3.9

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vehere with

Paladion Networks

3.7
Compare

FireEye

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

TCS

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