Upload Button Icon Add office photos

Filter interviews by

VDA Infosolutions Helpdesk Support Engineer Interview Questions and Answers

Updated 5 Mar 2023

VDA Infosolutions Helpdesk Support Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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 

(2 Questions)

  • Q1. What's this Assemble pc and disable PC
  • Ans. 

    Assembling a PC involves putting together the hardware components to create a functional computer. Disabling a PC means turning it off or making it unusable.

    • Assembling a PC requires knowledge of hardware components and their compatibility

    • Disabling a PC can be done through software or hardware means

    • Examples of disabling a PC include shutting it down, removing the power source, or disabling specific hardware components

  • Answered by AI
  • Q2. What is OST and PST
  • Ans. 

    OST and PST are file formats used by Microsoft Outlook to store email data.

    • OST stands for Offline Storage Table and is used for storing email data when working in offline mode.

    • PST stands for Personal Storage Table and is used for storing email data on the local computer.

    • OST files are created when Outlook is configured to work in cached mode.

    • PST files can be used to backup or archive email data.

    • Both OST and PST files ca

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We have share my Good experience. I am handling of responsibility independently.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Aug 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. Basic Oops concepts, Design patterns , .net questions eg delegates, lambda expression.
Round 3 - Technical 

(1 Question)

  • Q1. Techno Managerial questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

I appeared for an interview in Apr 2021.

Interview Questionnaire 

1 Question

  • Q1. It was more related to change management.what does a CM check in documents submitted ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready and prepare. A certificate is not necessary but your knowledge is the key.

I applied via Company Website and was interviewed before Aug 2021. There were 2 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 

(2 Questions)

  • Q1. Backup process flow,
  • Q2. Backup port no for SQL
  • Ans. 

    The backup port number for SQL is 1433.

    • The default backup port number for SQL is 1433.

    • This port number can be changed during installation or configuration.

    • It is important to ensure that the backup port is open and accessible for backup and restore operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In sify i have faced 2 round, one technical round and then HR round. both are very smooth and questions also very technical part.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q2. What are the feature of jdk 8
  • Ans. 

    JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with sequences of elements efficiently.

    • Default methods allow interfaces to have concrete methods.

    • Date and Time API improvements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on new feature of java

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

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

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between deep and shallow copy
  • Ans. 

    Deep copy creates a new object and recursively copies all nested objects, while shallow copy creates a new object and copies the references to nested objects.

    • Deep copy duplicates all levels of the object hierarchy, ensuring that changes in the copied object do not affect the original object.

    • Shallow copy only duplicates the top-level object, so changes in the copied object may affect the original object.

    • Deep copy is mor...

  • Answered by AI
  • Q2. Ways to set values in form groups
  • Ans. 

    Ways to set values in form groups

    • Use setValue() method to set values in form groups

    • Use patchValue() method to set values in form groups

    • Use reset() method to set values in form groups

  • Answered by AI
  • Q3. How to add dynamic component in view
  • Ans. 

    To add a dynamic component in a view, use a framework or library that supports dynamic rendering and component creation.

    • Use a framework like React or Angular that allows for dynamic component creation

    • Create a component factory or use a component resolver to dynamically create and render components

    • Pass data or props to the dynamic component to customize its behavior

    • Update the view or component tree to include the dynami

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Spend time on basics

Skills evaluated in this interview

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. All Concurrent Utility Classes and their uses.
  • Ans. 

    Concurrent Utility Classes provide support for concurrent programming in Java.

    • ConcurrentHashMap: Thread-safe implementation of Map interface.

    • CopyOnWriteArrayList: Thread-safe implementation of List interface.

    • CountDownLatch: Synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.

    • Semaphore: Controls the number of threads that can access a shared re...

  • Answered by AI
  • Q2. Basic SQL queries, mostly from Joins, Grouping
  • Q3. Core Java, Java 8

VDA Infosolutions Interview FAQs

How many rounds are there in VDA Infosolutions Helpdesk Support Engineer interview?
VDA Infosolutions interview process usually has 2 rounds. The most common rounds in the VDA Infosolutions interview process are Resume Shortlist and Technical.
What are the top questions asked in VDA Infosolutions Helpdesk Support Engineer interview?

Some of the top questions asked at the VDA Infosolutions Helpdesk Support Engineer interview -

  1. What's this Assemble pc and disable...read more
  2. What is OST and ...read more

Tell us how to improve this page.

VDA Infosolutions Helpdesk Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
CitiusTech Interview Questions
3.4
 • 273 Interviews
NeoSOFT Interview Questions
3.7
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all
VDA Infosolutions Helpdesk Support Engineer Salary
based on 6 salaries
₹2 L/yr - ₹3.2 L/yr
29% less than the average Helpdesk Support Engineer Salary in India
View more details
FMS Engineer
178 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Desktop Support Engineer
105 salaries
unlock blur

₹1.6 L/yr - ₹3.6 L/yr

Service Desk Engineer
58 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

System Administrator
51 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

FMS Support Engineer
49 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare VDA Infosolutions with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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