Upload Button Icon Add office photos
Engaged Employer

i

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

Accrete Globus Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Accrete Globus Technology Technical Support Engineer Interview Questions and Answers

Updated 7 Jun 2024

Accrete Globus Technology Technical Support Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic questions about previous experiences
  • Q2. Questions about salary
Round 2 - Aptitude Test 

Scenario based Email writing test

Round 3 - One-on-one 

(1 Question)

  • Q1. The lady taking the interview was so wierd, she had no idea what she was interviewing for.

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT APPLY TO THIS COMPANY UNLESS AND UNTIL YOU ARE IN AN EMERGENCY SITUATION. I SPOKE TO FEW EMPLOYEES IN THE COMPANY AND THEY WERE ALL LOOKING FOR CHANGE

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell Me About Yourself
  • Q2. Tell Me Your Job Role Responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - my first Advice is be ready for interview and your dress is be formal & riched timely on interview location
proper eye contact with interviewer
proper answering interview question & be confident
if interviewer interested listen you so prepare different type of introduction version
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

C and Golang related questions, 2 Hours assement, The test involved writing code by hand in paper in the office (Bengaluru)

Round 2 - Technical 

(9 Questions)

  • Q1. Write a go code to remove duplicate elements from a slice.
  • Ans. 

    Go code to remove duplicate elements from a slice of strings

    • Use a map to keep track of unique elements

    • Iterate over the slice and add elements to the map

    • Create a new slice with unique elements from the map

  • Answered by AI
  • Q2. Difference between array and slice in Go.
  • Ans. 

    Arrays have fixed length, slices are dynamic and can grow/shrink. Slices are references to arrays.

    • Arrays have fixed length, specified at compile time.

    • Slices are dynamic, can grow or shrink at runtime.

    • Slices are references to arrays, allowing for more flexibility.

    • Example: var arr [3]string // array with fixed length of 3

    • Example: slice := make([]string, 0) // slice with dynamic length

  • Answered by AI
  • Q3. Explain struct and interface
  • Ans. 

    Struct is a user-defined data type that groups related data fields together. Interface defines a set of methods that a type must implement.

    • Struct is used to create complex data structures by grouping related data fields together.

    • Interface defines a set of methods that a type must implement. It allows for polymorphism in Go.

    • Example: type Person struct { Name string; Age int }

    • Example: type Shape interface { Area() float6...

  • Answered by AI
  • Q4. What is containerization.
  • Ans. 

    Containerization is a method of packaging, distributing, and running applications in isolated environments called containers.

    • Containers are lightweight, portable, and can run on any platform that supports containerization.

    • They include everything needed to run the application, such as code, runtime, system tools, libraries, and settings.

    • Popular containerization tools include Docker, Kubernetes, and Podman.

    • Containerizati...

  • Answered by AI
  • Q5. Write a go code to implement struct.
  • Ans. 

    Implementing a struct in Go code

    • Define a struct using the 'type' keyword

    • Add fields to the struct with their respective data types

    • Access struct fields using dot notation

  • Answered by AI
  • Q6. Explain goroutine.
  • Ans. 

    Goroutine is a lightweight thread managed by Go runtime, allowing concurrent execution of functions.

    • Goroutines are created using the 'go' keyword in Go programming language.

    • They are more lightweight than threads and are managed by the Go runtime.

    • Goroutines allow for concurrent execution of functions without the need for manual thread management.

    • Example: go myFunction()

    • Example: go func() { // code here }

  • Answered by AI
  • Q7. How do you achieve concurrency in Go?
  • Ans. 

    Concurrency in Go is achieved using goroutines and channels.

    • Use goroutines to run functions concurrently

    • Communicate between goroutines using channels

    • Avoid using shared memory for synchronization

  • Answered by AI
  • Q8. What is channel in Go? What are the differences between buffered and unbuffered channel?
  • Ans. 

    A channel in Go is a communication mechanism that allows goroutines to communicate with each other.

    • Buffered channels have a specific capacity and can send multiple values without the need for a corresponding receive operation immediately.

    • Unbuffered channels have no capacity and require both a send and receive operation to be ready at the same time for communication to occur.

  • Answered by AI
  • Q9. What is scaling? Horizontal and vertical scaling.
  • Ans. 

    Scaling refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.

    • Horizontal scaling involves adding more machines to distribute the load, while vertical scaling involves increasing the resources of a single machine.

    • Horizontal scaling is more cost-effective and provides better fault tolerance, but can be more complex to implement.

    • Vertical scaling is simpler to impleme...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic DSA. Learn C properly (Including deep concepts in pointer). Practice Golang. Also try to write solve some basic dsa problem in Go.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour interview for data structure coding

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

I appeared for an interview before Jun 2022.

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 - Coding Test 

C++ coding question with multiple choice output and 1 code to write.

Round 3 - Technical 

(1 Question)

  • Q1. Data structure, virtual pointer, oops concept
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and basic bavkground check.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Javascript basic question was asked

Round 3 - One-on-one 

(2 Questions)

  • Q1. Email regex, angular framework
  • Q2. That all the question asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on linkedlist, remove duplicates
  • Q2. House robber 2,3

I appeared for an interview in Jan 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Daily activity in current job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and calm is very important in interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic concept with an example.

Round 3 - Technical 

(1 Question)

  • Q1. Algorithm and design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA

Accrete Globus Technology Interview FAQs

How many rounds are there in Accrete Globus Technology Technical Support Engineer interview?
Accrete Globus Technology interview process usually has 3 rounds. The most common rounds in the Accrete Globus Technology interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for Accrete Globus Technology 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 Accrete Globus Technology. The most common topics and skills that interviewers at Accrete Globus Technology expect are Email Support, Escalation Management, Technical Support, Communication Skills and Troubleshooting.

Tell us how to improve this page.

Accrete Globus Technology Technical Support Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 138 Interviews
iMerit Interview Questions
3.5
 • 97 Interviews
Arcesium Interview Questions
3.5
 • 79 Interviews
Mavenir Systems Interview Questions
3.4
 • 56 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
View all
Accrete Globus Technology Technical Support Engineer Salary
based on 7 salaries
₹3 L/yr - ₹5 L/yr
19% less than the average Technical Support Engineer Salary in India
View more details

Accrete Globus Technology Technical Support Engineer Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

3.3

Skill development

1.6

Work-life balance

2.1

Salary

3.3

Job security

3.3

Company culture

2.1

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Business Analyst
21 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Software Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Product Consultant
5 salaries
unlock blur

₹2.4 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Accrete Globus Technology with

CMS IT Services

3.1
Compare

iMerit

3.5
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

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