Upload Button Icon Add office photos

Anchanto

Compare button icon Compare button icon Compare

Filter interviews by

Anchanto Interview Questions and Answers

Updated 12 Jul 2024
Popular Designations

13 Interview questions

A Java Developer was asked 12mo ago
Q. What is the difference between unit testing and integration testing?
Ans. 

Unit testing focuses on testing individual components in isolation, while integration testing focuses on testing how multiple components work together.

  • Unit testing is done on individual units or components of a software application, such as functions or classes.

  • Integration testing is done to test how different units or components work together as a whole system.

  • Unit testing is usually done by developers during the...

View all Java Developer interview questions
A Java Developer was asked 12mo ago
Q. What is the difference between multithreading and asynchronous programming?
Ans. 

Multithreading involves executing multiple threads concurrently within the same process, while asynchronous programming allows tasks to be executed independently of the main program flow.

  • Multithreading involves multiple threads running concurrently within the same process, sharing resources and potentially causing synchronization issues.

  • Asynchronous programming allows tasks to be executed independently of the main...

View all Java Developer interview questions
A Java Developer was asked 12mo ago
Q. How do you write an API?
Ans. 

To write an API, define endpoints, request/response formats, authentication, and documentation.

  • Define endpoints for different functionalities (e.g. GET /users, POST /users)

  • Specify request and response formats (e.g. JSON)

  • Implement authentication mechanisms (e.g. OAuth)

  • Document the API using tools like Swagger or Postman

View all Java Developer interview questions
A Java Developer was asked 12mo ago
Q. Explain an example of Spring Boot.
Ans. 

Spring Boot simplifies Java application development with embedded servers and auto-configuration.

  • Spring Boot uses 'starter' dependencies to simplify project setup. Example: 'spring-boot-starter-web' for web applications.

  • It provides embedded servers like Tomcat or Jetty, allowing you to run applications without external server setup.

  • Auto-configuration automatically configures your application based on the dependenc...

View all Java Developer interview questions
A Java Developer was asked 12mo ago
Q. Explain Multithreading in Java
Ans. 

Multithreading in Java allows multiple threads to execute concurrently, improving performance and responsiveness.

  • Multithreading allows multiple tasks to run concurrently within a single program

  • Threads share the same memory space, allowing for efficient communication and data sharing

  • Java provides built-in support for multithreading through the Thread class and Runnable interface

  • Example: Creating a new thread by ext...

View all Java Developer interview questions
A Java Developer was asked 12mo ago
Q. Explain Object Oriented Programming.
Ans. 

Object Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and methods.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., class Dog inherits from class Animal).

  • Polymorphism: Ability to present the same interface...

View all Java Developer interview questions
A Test Manager was asked
Q. What is a test plan?
Ans. 

A test plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

  • Defines the objectives and scope of testing

  • Outlines the testing approach and methodologies to be used

  • Specifies the resources, schedule, and responsibilities for testing

  • Includes test scenarios, test cases, and test data

  • Identifies risks and mitigation strategies

  • Provides a basis for monitoring and controlling th...

View all Test Manager interview questions
Are these interview questions helpful?
A Test Manager was asked
Q. What is the test strategy?
Ans. 

Test strategy is a high-level plan to achieve testing objectives and goals.

  • Test strategy outlines the approach to be taken for testing a particular project or product.

  • It includes the scope of testing, resources, timelines, and risks involved.

  • Test strategy helps in ensuring that testing is conducted in a systematic and organized manner.

  • Examples: Agile testing strategy, risk-based testing strategy, automation testin...

View all Test Manager interview questions
A Test Manager was asked
Q. What are your CTC expectations?
Ans. 

The CTC (Cost to Company) and expectations for the Test Manager role.

  • CTC (Cost to Company) includes salary, bonuses, benefits, and other perks offered by the company.

  • Expectations may include experience level, skills, responsibilities, and goals for the role.

  • CTC and expectations can vary based on company size, industry, location, and candidate's qualifications.

  • For example, a Test Manager may expect a CTC of $80,000...

View all Test Manager interview questions
A Ror Software Engineer was asked
Q. How do you use a type field in a table for polymorphism?
Ans. 

Using a type field in a table allows for polymorphic associations between different models.

  • The type field stores the name of the associated model.

  • This allows for easy querying and retrieval of associated records.

  • Example: a comments table can have polymorphic associations with both posts and articles.

  • The type field would store either 'Post' or 'Article' depending on the associated record.

View all Ror Software Engineer interview questions

Anchanto Interview Experiences

11 interviews found

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How will you work if you will be the only team in your project
  • Q2. What is Adhoc testing and sanity testing
  • Ans. 

    Adhoc testing is an informal testing technique without any predefined test cases. Sanity testing is a quick test to check if the critical functionalities are working as expected.

    • Adhoc testing is performed without any formal test plan or test cases

    • It is usually performed by the testers to identify defects that may have been missed in formal testing

    • Sanity testing is a subset of regression testing

    • It is performed to check ...

  • Answered by AI
  • Q3. Explain STLC
  • Ans. 

    STLC stands for Software Testing Life Cycle which is a process followed to ensure software quality.

    • STLC involves planning, designing, executing and reporting of tests.

    • It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has its own set of activities and deliverables.

    • STLC helps in identifying defects early in the development cycle, reducing the ...

  • Answered by AI
  • Q4. What is RTM ?
  • Ans. 

    RTM stands for Requirements Traceability Matrix. It is a document that links requirements to test cases to ensure all requirements are tested.

    • RTM is a tool used in software testing to ensure all requirements are tested.

    • It links requirements to test cases and helps in tracking the progress of testing.

    • It helps in identifying any gaps in testing and ensures complete test coverage.

    • RTM is useful in maintaining the quality o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is really great opportunity for me to work in Anchanto as Jr QA engineer I m so glad that I got place in anchanto as an engineer directly rather than trainee this became possible just by hard work and lot of confidence only.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Explain Object Oriented Programming?
  • Q2. Explain Multithreading in Java
  • Q3. Difference between multithreading and asynchronous programming
  • Q4. Explain example of Springboot
  • Q5. How to write a API
  • Q6. Difference between Unit testing and Integration testing

Interview Preparation Tips

Topics to prepare for Anchanto Java Developer interview:
  • Java
  • Spring
  • OOPS
  • Multithreading
  • Unit Testing
  • RestAPi

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics, Springboot in depth
Round 2 - Technical 

(1 Question)

  • Q1. Questions on previous experience

Interview Preparation Tips

Topics to prepare for Anchanto Software Engineer interview:
  • Collections
  • Multithreading
  • springboot
Interview preparation tips for other job seekers - Prepare well on Java basic concepts and spring boot, microservices aldo prepare some DSA questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Null if hfsafasd sdfasdf sdafasd sfda fmk sks

Round 2 - One-on-one 

(2 Questions)

  • Q1. Eg gieasting was loking wervy allah hu akhbhar
  • Q2. Define your s#x life in two words
  • Ans. 

    Private matter

    • Personal

    • Intimate

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you single in your life
Round 4 - Case Study 

Define how you see yourself in 5 fayds

Interview Preparation Tips

Interview preparation tips for other job seekers - fucsk off gus, dont interview for his comany
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jun 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about overall experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Beware before joining this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 4 technical interview 1 online coding round easy 1 hr round
  • Q2. Binary Search question on rotated sorted array
  • Ans. 

    Find an element in a rotated sorted array using binary search.

    • Identify the pivot point where the array is rotated.

    • Use binary search to determine which half of the array to search.

    • Example: For array [4,5,6,7,0,1,2] and target 0, pivot is 3.

    • Check if the target is in the left or right sorted half.

  • Answered by AI

Test Manager Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2023

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

I applied via Recruitment Consulltant and was interviewed before Nov 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 - Technical 

(3 Questions)

  • Q1. About the testing management
  • Q2. What is the test plan?
  • Ans. 

    A test plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Defines the objectives and scope of testing

    • Outlines the testing approach and methodologies to be used

    • Specifies the resources, schedule, and responsibilities for testing

    • Includes test scenarios, test cases, and test data

    • Identifies risks and mitigation strategies

    • Provides a basis for monitoring and controlling the tes...

  • Answered by AI
  • Q3. What is the test strategy
  • Ans. 

    Test strategy is a high-level plan to achieve testing objectives and goals.

    • Test strategy outlines the approach to be taken for testing a particular project or product.

    • It includes the scope of testing, resources, timelines, and risks involved.

    • Test strategy helps in ensuring that testing is conducted in a systematic and organized manner.

    • Examples: Agile testing strategy, risk-based testing strategy, automation testing str...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the ctc and expectation
  • Ans. 

    The CTC (Cost to Company) and expectations for the Test Manager role.

    • CTC (Cost to Company) includes salary, bonuses, benefits, and other perks offered by the company.

    • Expectations may include experience level, skills, responsibilities, and goals for the role.

    • CTC and expectations can vary based on company size, industry, location, and candidate's qualifications.

    • For example, a Test Manager may expect a CTC of $80,000 with...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - better ask low sal

Skills evaluated in this interview

Round 1 - Technical 

(3 Questions)

  • Q1. 3rd max salary of employee
  • Ans. 

    To find the 3rd maximum salary of employees, sort the salaries in descending order and return the third element.

    • Sort the salaries of employees in descending order

    • Return the third element from the sorted list

  • Answered by AI
  • Q2. Polymorphic association
  • Q3. Use type field in table for polymorphic
  • Ans. 

    Using a type field in a table allows for polymorphic associations between different models.

    • The type field stores the name of the associated model.

    • This allows for easy querying and retrieval of associated records.

    • Example: a comments table can have polymorphic associations with both posts and articles.

    • The type field would store either 'Post' or 'Article' depending on the associated record.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - check how rails service will be initiated

Skills evaluated in this interview

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.

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2021

Interview Questionnaire 

6 Questions

  • Q1. How are you going to accept change?
  • Q2. Change is inevitable all you have to do is embrace it. Be openminded to the new things presented to you. Be like a sponge that is always eager to absorb new learnings. Apply the best that you have learned ...
  • Q3. What best describe yourself
  • Q4. I am a self motivator. Though at some point I do require external motivation, I can work effectively alone and or in a group.
  • Q5. How would you handle stressful situations?
  • Q6. I always evaluate things before I react. Proper observation will help me show my reaction to a certain stimulus.

Interview Preparation Tips

Interview preparation tips for other job seekers - The beat interview advise is always be early and come prepare

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

GATE Questions for CS&IT

Round 2 - Coding Test 

2 Leetcode Medium & 1 Leetcode Hard. Also 2 SQL Problems.

Round 3 - Technical 

(1 Question)

  • Q1. Basic Questions on OOPs, DBMS, CN and OS. Two coding problems and one sql query.
Round 4 - HR 

(1 Question)

  • Q1. Typical HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for HR besides Technical.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Anchanto?
Ask anonymously on communities.

Anchanto Interview FAQs

How many rounds are there in Anchanto interview?
Anchanto interview process usually has 2-3 rounds. The most common rounds in the Anchanto interview process are Technical, HR and Coding Test.
How to prepare for Anchanto 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 Anchanto. The most common topics and skills that interviewers at Anchanto expect are Analytics, microsoft, Bidding, Social Media and MySQL.
What are the top questions asked in Anchanto interview?

Some of the top questions asked at the Anchanto interview -

  1. Difference between Unit testing and Integration test...read more
  2. Difference between multithreading and asynchronous programm...read more
  3. What is Adhoc testing and sanity testi...read more
How long is the Anchanto interview process?

The duration of Anchanto interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 11 interview experiences

Difficulty level

Easy 38%
Moderate 63%

Duration

Less than 2 weeks 75%
2-4 weeks 13%
4-6 weeks 13%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport Interview Questions
3.1
 • 53 Interviews
HyperVerge Interview Questions
4.2
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
View all

Anchanto Reviews and Ratings

based on 71 reviews

2.6/5

Rating in categories

2.4

Skill development

2.5

Work-life balance

2.9

Salary

3.0

Job security

2.5

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 71 Reviews and Ratings
Chief Operating Officer - COO

Pune

10-15 Yrs

Not Disclosed

Senior Software Engineer Java

Pune

4-6 Yrs

₹ 14.2-16 LPA

Explore more jobs
Software Developer
43 salaries
unlock blur

₹10 L/yr - ₹22.5 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹14 L/yr - ₹24.3 L/yr

Software Engineer
22 salaries
unlock blur

₹12.6 L/yr - ₹19.5 L/yr

QA Engineer
20 salaries
unlock blur

₹1 L/yr - ₹10.5 L/yr

UI Developer
17 salaries
unlock blur

₹13.2 L/yr - ₹22 L/yr

Explore more salaries
Compare Anchanto with

Cogoport

3.1
Compare

Treebo Hotels

3.2
Compare

KrazyBee

3.7
Compare

Naaptol Online Shopping

3.4
Compare
write
Share an Interview