Upload Button Icon Add office photos

Filter interviews by

ACHNET Interview Questions and Answers

Updated 17 Nov 2022

ACHNET Interview Experiences

2 interviews found

I applied via Job Fair and was interviewed in Oct 2022. 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 - Coding Test 

Mcq based ( CS fundamentals + DSA)

Round 3 - Technical 

(3 Questions)

  • Q1. 1 problem related to DSA, find the missing no. in an array
  • Ans. 

    Find the missing number in an array using DSA.

    • Use XOR operation to find the missing number.

    • Calculate XOR of all elements and XOR of 1 to n+1.

    • Subtract the two XORs to get the missing number.

  • Answered by AI
  • Q2. Project explanation + 1 problem on DP
  • Q3. Basic question based on your field of engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident & do prepare your projects well. For dsa prepare it very well.

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

I applied via Walk-in and was interviewed in Oct 2022. 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 - Coding Test 

MCQ based on CS fundamentals and DSA

Round 3 - Technical 

(2 Questions)

  • Q1. Find the missing number in a Array
  • Ans. 

    Find the missing number in an array

    • Iterate through the array and calculate the sum of all numbers

    • Subtract the sum from the expected sum of the array with the missing number

    • The result is the missing number

  • Answered by AI
  • Q2. Question on DP & Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and prepare your projects.
Interview level was easy- medium

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

Jobs at ACHNET

View all

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Technical skills
  • Q2. Coding questions
  • Q3. Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not mention the things that u actually dont know about in ur CV

I applied via Company Website and was interviewed before Nov 2021. 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 - Aptitude Test 

General Aptitude, Reasoning & English

Round 3 - Coding Test 

Coding Round with 2 questions for 1 hr

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join this company
  • Ans. I see my career starting good with your company
  • Answered Anonymously
  • Q2. How much do you from expect us
  • Ans. I'm expecting the same loyalty from your organization
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge & start working, so that you are not going to face the heat

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structures
  • Q2. Array, linked list
  • Q3. Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy coding questions, c++ concepts
Dbms, OS questions
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 - Aptitude Test 

Quant and verbal questions, along with statistics

Round 3 - Coding Test 

Basic array and string questions. Some stack and queue questions was also there.

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and believe you can do it. Never stop even after back to back failure.
Round 1 - Aptitude Test 

15 Aptitude Question
2 coding Question
Time- 1H 30Min

Round 2 - Technical 

(1 Question)

  • Q1. Generally asked from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you wrote in your resume. learn new technologies.

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

I was hard give the compensation is 7 lpa

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions on OOP, DSA and some questions on dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, it's harder than it appears
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

What is your name? WHAT IS YOUR LOCATION?

Round 3 - Coding Test 

DSA, DP , BIT MANIPULATION TYPE QUESTIONS

Interview Preparation Tips

Interview preparation tips for other job seekers - NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
Round 1 - Coding Test 

2 coding questions of medium level

Round 2 - Technical 

(1 Question)

  • Q1. Write a function for Armstrong number
  • Ans. 

    Function to check if a number is an Armstrong number

    • An Armstrong number is a number that is equal to the sum of its own digits raised to the power of the number of digits

    • Loop through each digit of the number and calculate the sum of each digit raised to the power of the number of digits

    • Compare the sum with the original number to check if it is an Armstrong number

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't be nervous. It always easy to crack things

ACHNET Interview FAQs

How many rounds are there in ACHNET interview?
ACHNET interview process usually has 3 rounds. The most common rounds in the ACHNET interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for ACHNET 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 ACHNET. The most common topics and skills that interviewers at ACHNET expect are OOPS, Javascript, Debugging, Python and Software Configuration Management.
What are the top questions asked in ACHNET interview?

Some of the top questions asked at the ACHNET interview -

  1. 1 problem related to DSA, find the missing no. in an ar...read more
  2. Find the missing number in a Ar...read more
  3. Basic question based on your field of engineer...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Matrimony.com Interview Questions
4.2
 • 88 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
View all
Front End Developer

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Data Engineer

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Compare ACHNET with

Info Edge

3.9
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

Matrimony.com

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