Upload Button Icon Add office photos

Filter interviews by

Anthology Senior Software Engineer Interview Questions and Answers

Updated 1 Apr 2023

Anthology Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Apr 2022. 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 - Technical 

(2 Questions)

  • Q1. Difference between Ref and Out
  • Ans. 

    Ref and Out are both used for passing parameters by reference, but Ref requires the variable to be initialized before passing.

    • Ref and Out are used to pass parameters by reference instead of by value

    • Ref requires the variable to be initialized before passing, while Out does not

    • Ref is used when the method needs to modify the value of the parameter, while Out is used when the method needs to return multiple values

  • Answered by AI
  • Q2. Difference between Let and Const
  • Ans. 

    Let is block-scoped and can be reassigned, while const is also block-scoped but cannot be reassigned.

    • Let can be declared without initialization, while const must be initialized during declaration.

    • Let can be reassigned, while const cannot be reassigned.

    • Let is useful for variables that need to be reassigned, while const is useful for variables that should not be reassigned.

    • Let is supported in all modern browsers, while c

  • Answered by AI
Round 3 - Coding Test 

Javascript based coding questions

Round 4 - HR 

(1 Question)

  • Q1. We discussed about salary and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and be prepared for some javascript based question where you will see some code and you need to find out outcome

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Fair and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 coding question around prime number arrays and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce youself
  • Q2. Question around project and skill in the resume and one coding question to solve
Round 3 - Technical 

(2 Questions)

  • Q1. Question on project and skill in resume
  • Q2. 2 question arouond data structer and algorithm
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic numeric ability and reasoning

Round 2 - Coding Test 

Easy to medium level problems of dsa

Round 3 - One-on-one 

(1 Question)

  • Q1. It was one and a half hour long round basically what ever your have written down on your resume they will ask you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Number system,30 min duration

Round 2 - Technical 

(2 Questions)

  • Q1. What is promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() to handle success or failure.

    • They help avoid callback hell and make asynchronous code more readable.

    • Example: const myPromise = new Promise((res

  • Answered by AI
  • Q2. What is html and css
  • Ans. 

    HTML and CSS are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for structuring content on a web page.

    • CSS (Cascading Style Sheets) is used for styling the appearance of the content.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layouts, and more.

    • Both HTML and CSS are essential for creating visually

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about Android lifecycle
  • Ans. 

    Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.

    • Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • Activities and fragments transition between these states based on user interactions and system events.

    • Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...

  • Answered by AI
  • Q2. Explain about fragment lifecycle
  • Ans. 

    Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.

    • Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.

    • Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.

    • Fragment lifecycle is closely tied to the hosting activity's lifecycle.

    • Understanding fragment lifecyc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look into basics

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 6 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 

(1 Question)

  • Q1. Data structures
Round 3 - Technical 

(1 Question)

  • Q1. System Design fundamentals
Round 4 - Technical 

(1 Question)

  • Q1. System Design questions
Round 5 - Behavioral 

(1 Question)

  • Q1. What do you think about the negative news going around the company
Round 6 - HR 

(1 Question)

  • Q1. Why join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 5 rounds of interview. 3 of them were technical and had easy to moderate level of questions. Rest 2 were more of HR rounds.
After taking 5 rounds, they have the audacity of not even calling back, picking up the calls or providing us with any information. If you are not interested in taking the candidate then why waste their time?

Funniest part is that they are fully aware of what a rubbish organization it is. In the later rounds they talked about cost cutting, negative news around the company, and employee complaints for work life balance. However, they are great at gaslighting as well because they make these sound like employee problems not employer problems.

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

Interview Questionnaire 

4 Questions

  • Q1. Basic questions related to java 8 and features(functional interface, lambda, stream Api), Question on collections(hashmap,hashset), multi threading etc.
  • Q2. Questions related to SpringBoot , why to use, what is bean scope, why are annotations used, diffrence b/w @Component,@Repository, Write controller class?
  • Q3. Sql Related Questions, How you can optimize query, 2nd highest rank from table.
  • Q4. 2 Coding Questions with time and space complexity, how we can optimize soln.

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be assessment and second round will be interview. Be confident with your answers and if you find something new try to guess it right, Practice interview questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of javascript like temporal dead zone, hoisting
  • Q2. Basic of sql and mongo
Round 2 - Technical 

(2 Questions)

  • Q1. Logic bluiding question
  • Q2. 2 leet code quesztion
Round 3 - HR 

(1 Question)

  • Q1. Slaray negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Given two questions on personal round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical 1 to 1
  • Q2. On dsa
Round 3 - HR 

(1 Question)

  • Q1. Final and friendly round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. No any interview
  • Q2. It's aptitude test only

Interview Preparation Tips

Interview preparation tips for other job seekers - .Be prepared

Anthology Interview FAQs

How many rounds are there in Anthology Senior Software Engineer interview?
Anthology interview process usually has 4 rounds. The most common rounds in the Anthology interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Anthology Senior Software 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 Anthology. The most common topics and skills that interviewers at Anthology expect are Javascript, Coding, Troubleshooting, SQL and Agile.
What are the top questions asked in Anthology Senior Software Engineer interview?

Some of the top questions asked at the Anthology Senior Software Engineer interview -

  1. Difference between Let and Co...read more
  2. Difference between Ref and ...read more

Tell us how to improve this page.

Anthology Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Anthology Senior Software Engineer Salary
based on 55 salaries
₹11 L/yr - ₹26 L/yr
34% more than the average Senior Software Engineer Salary in India
View more details

Anthology Senior Software Engineer Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.9

Salary

4.0

Job security

4.1

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 6 Reviews and Ratings
Software Developer
90 salaries
unlock blur

₹4.4 L/yr - ₹17.4 L/yr

Software Engineer
72 salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹11 L/yr - ₹26 L/yr

Senior Support Analyst
51 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Associate Software Developer
48 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare Anthology with

Unacademy

3.0
Compare

Extramarks Education

3.4
Compare

Planet Spark

3.7
Compare

Vedantu

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