Upload Button Icon Add office photos

Filter interviews by

Agusta Software Information Technology Support Engineer Interview Questions, Process, and Tips

Updated 2 Aug 2023

Agusta Software Information Technology Support Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jul 2023. 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 - Technical 

(6 Questions)

  • Q1. What is windows server update service
  • Ans. 

    Windows Server Update Services (WSUS) is a Microsoft tool that allows administrators to manage the distribution of updates and patches for Windows operating systems and other Microsoft software.

    • WSUS allows administrators to centrally manage and distribute updates to Windows servers and workstations.

    • It provides a way to automate the process of downloading and installing updates, reducing the workload on IT staff.

    • Adminis...

  • Answered by AI
  • Q2. What is active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, and other network objects

    • Allows administrators to manage permissions and access control

    • Facilitates single sign-on for users across network services

  • Answered by AI
  • Q3. Do you manage voice call with client directly
  • Ans. 

    Yes, I manage voice calls with clients directly to provide technical support and troubleshoot issues.

    • I have experience in handling voice calls with clients to understand their technical issues

    • I provide step-by-step instructions over the phone to troubleshoot problems

    • I use active listening skills to ensure clear communication with clients

    • I document call details and resolutions for future reference

  • Answered by AI
  • Q4. Types of back ups
  • Ans. 

    Types of backups include full, incremental, differential, and mirror backups.

    • Full backup: copies all data in a system

    • Incremental backup: copies only the data that has changed since the last backup

    • Differential backup: copies all data that has changed since the last full backup

    • Mirror backup: creates an exact copy of the data in real-time

  • Answered by AI
  • Q5. Office 365 & outlook congratulations like SMTP
  • Q6. Do you know how to manage space on servers
  • Ans. 

    Yes, I know how to manage space on servers.

    • Regularly monitor disk space usage on servers

    • Delete unnecessary files and folders

    • Implement disk quotas to limit space usage for users

    • Archive or compress old data to free up space

    • Consider adding more storage capacity if needed

  • Answered by AI
Round 3 - Group Discussion 

Tasks scheduling & discussing about projects on weekend

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interfaces
  • Q2. Oop concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

I applied via Walk-in and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask only basics of programming languages which are mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in communication skills and be aware of general questions.

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.It covers all aptitude topics, and English sentences
2.Essay writing
3.Coding

Round 2 - Technical 

(2 Questions)

  • Q1. In TR , languages which u mentioned in resume they will ask Basic programing Questions on Btech project They will say one idea , we need to tell the logic how can we develop (it may varies)
  • Q2. Testing questions Polymorphism, abstraction,constructors, SQL basics
Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. What are your strengths and weaknesses?
  • Q5. Knowledge about updated technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume is important for your TR. Mention only languages u know well.

Interview Questionnaire 

1 Question

  • Q1. All basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be good in basics

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

Agusta Software Interview FAQs

How many rounds are there in Agusta Software Information Technology Support Engineer interview?
Agusta Software interview process usually has 3 rounds. The most common rounds in the Agusta Software interview process are Resume Shortlist, Technical and Group Discussion.
What are the top questions asked in Agusta Software Information Technology Support Engineer interview?

Some of the top questions asked at the Agusta Software Information Technology Support Engineer interview -

  1. Do you manage voice call with client direc...read more
  2. Do you know how to manage space on serv...read more
  3. What is windows server update serv...read more

Tell us how to improve this page.

Agusta Software Information Technology Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Compare Agusta Software with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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