Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Anchanto Software Developer Interview Questions and Answers

Updated 23 May 2024

Anchanto Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Was asked questions regarding Networks, DBMS, DS algo. All were MCQ

Round 2 - Coding Test 

2 problems on hackerrank. one easy one medium

Round 3 - HR 

(1 Question)

  • Q1. Standard culture and behavioural questions.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ptyhon how to use this what is data types
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. It supports multiple programming paradigms.

    • Python is used for web development, data analysis, artificial intelligence, scientific computing, and more.

    • To use Python, you need to install the Python interpreter on your system and write code in a text editor or an IDE.

    • Python has various data types such as integers, floats, strings, lists,

  • Answered by AI
  • Q2. What is c what is python what is data types what is tuple program
  • Ans. 

    C is a programming language, Python is a high-level programming language, data types are classifications of data items, tuple is a data structure in Python.

    • C is a general-purpose programming language known for its efficiency and flexibility.

    • Python is a high-level programming language with a focus on readability and simplicity.

    • Data types are classifications of data items that specify the type of data that can be stored ...

  • Answered by AI
Round 3 - Coding Test 

What is tuple program
what is list program
what is set program

Round 4 - Coding Test 

Python,c
what is c
what is python

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • c,python
  • pyhon topics
Interview preparation tips for other job seekers - no idea

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ questions,coding, languages

Round 2 - Coding Test 

All programming questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Java, python
Interview preparation tips for other job seekers - Job searching,use information about interviews and networks

I applied via Job Portal and was interviewed in Nov 2022. There were 2 interview rounds.

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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. About java and execution
  • Q2. Java fundamentals using of java what we clear
  • Q3. What do you do when the system getting more errors
  • Ans. 

    I analyze the error logs and identify the root cause of the errors. Then, I work on fixing the issues.

    • Analyze the error logs to identify the root cause of the errors

    • Work on fixing the issues causing the errors

    • Implement preventive measures to avoid similar errors in the future

  • Answered by AI
  • Q4. Java introduction and it's invention
  • Ans. 

    Java is a high-level programming language invented by James Gosling at Sun Microsystems in 1995.

    • Java is an object-oriented language that is platform-independent.

    • It was designed to have a simple syntax and be easy to learn.

    • Java is used for developing a wide range of applications, from mobile apps to enterprise software.

    • Java's popularity is due in part to its robustness, security, and scalability.

    • Some popular Java-based ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • English Literature
Interview preparation tips for other job seekers - Be silently when the interview is processing be confident

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Given a string, find the longest length palindromic substring in the given string.
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to solve the problem efficiently.

    • Start with the base cases of single characters and two characters.

    • For longer substrings, check if the first and last characters match and if the substring between them is also a palindrome.

    • Keep track of the longest palindrome seen so far.

    • Time complexity: O(n^2), space complexity: O(n^2).

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Mention the most challenging technical problem you had to solve.
  • Ans. 

    Developing a real-time data processing system for a high-traffic website.

    • Designing a scalable architecture to handle the high volume of incoming data.

    • Optimizing the data processing algorithms to minimize latency.

    • Ensuring data consistency and accuracy in a distributed system.

    • Implementing fault-tolerant mechanisms to handle system failures.

    • Testing and debugging the system under various load conditions.

  • Answered by AI
  • Q2. Some minor low level entity design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA, some design patterns and low level design properly

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prime number star pattern Js basics form validations

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all basics of JS and node

Interview Questionnaire 

3 Questions

  • Q1. Why should we hire you?
  • Q2. What are your weaknesses?
  • Q3. What are your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Make list of questions that you would like to ask during the interview
Be prepared
Display confidence during interview

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain the difference b/w quick sort and merge sort ?
  • Ans. 

    Quick sort is a divide and conquer algorithm that sorts the array by selecting a pivot element and partitioning the other elements around it. Merge sort is also a divide and conquer algorithm that divides the array into two halves, sorts them separately and then merges them.

    • Quick sort has an average time complexity of O(n log n) while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is an in-place...

  • Answered by AI
  • Q2. System Design for Naukri.com platform
  • Ans. 

    System design for Naukri.com platform

    • Identify user requirements and design the system architecture accordingly

    • Use scalable and reliable technologies for high traffic handling

    • Implement features like job search, job posting, resume upload, etc.

    • Ensure data security and privacy of users

    • Integrate with third-party services like payment gateways, social media platforms, etc.

  • Answered by AI
  • Q3. ADD two numbers (Linked List ) / leetcode question
  • Q4. Highest subset sum subarray ?
  • Ans. 

    Highest sum of contiguous subarray in an array

    • Use Kadane's algorithm to find the maximum sum subarray

    • Initialize max_so_far and max_ending_here to 0

    • Loop through the array and update max_ending_here and max_so_far

    • Return max_so_far as the highest subset sum subarray

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 technical rounds . If you have clear concepts of Ds & Algo , it will do .Questions were mainly asked from DP, arrays and strings .Other than that some system design problems were also asked which includes the Design of Naukri.com.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. ADD two linkedlist (Leetcode Question)
  • Ans. 

    Add two linked lists and return the sum as a linked list.

    • Traverse both linked lists and add the corresponding nodes.

    • Handle carry over while adding nodes.

    • Create a new linked list to store the sum and return it.

  • Answered by AI
  • Q2. Knowledge about different tech stacks
  • Q3. Diff b/w quick sort and merge sort
  • Ans. 

    Quick sort is faster but unstable, while merge sort is slower but stable.

    • Quick sort uses a pivot element to divide the array into two parts and recursively sorts them.

    • Merge sort divides the array into two halves, sorts them separately, and then merges them.

    • Quick sort has an average time complexity of O(n log n), while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is not stable, meaning that the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good . All of the interviewers were friendly .It was a nice discussion.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Say thanks
Contribute & help others!
anonymous
You can choose to be anonymous

Anchanto Interview FAQs

How many rounds are there in Anchanto Software Developer interview?
Anchanto interview process usually has 3 rounds. The most common rounds in the Anchanto interview process are Coding Test, HR and Aptitude Test.

Recently Viewed

INTERVIEWS

Broadcom

No Interviews

INTERVIEWS

Broadcom

No Interviews

INTERVIEWS

Atul

No Interviews

INTERVIEWS

Broadcom

No Interviews

INTERVIEWS

Atul

No Interviews

INTERVIEWS

Atul

No Interviews

INTERVIEWS

Atul

No Interviews

INTERVIEWS

Broadcom

No Interviews

INTERVIEWS

Atul

No Interviews

INTERVIEWS

Morgan Stanley

No Interviews

Tell us how to improve this page.

Anchanto Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Anchanto Software Developer Salary
based on 34 salaries
₹10 L/yr - ₹22.5 L/yr
84% more than the average Software Developer Salary in India
View more details

Anchanto Software Developer Reviews and Ratings

based on 9 reviews

2.6/5

Rating in categories

3.2

Skill development

1.9

Work-life balance

2.7

Salary

2.8

Job security

2.3

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 9 Reviews and Ratings
Software Developer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Anchanto with

Delhivery

3.9
Compare

Ecom Express

3.8
Compare

XpressBees

3.6
Compare

Shadowfax Technologies

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