Premium Employer

i

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

Anko Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Anko Full Stack Engineer Interview Questions and Answers

Updated 17 Oct 2024

Anko Full Stack Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response

I appeared for an interview in Sep 2024.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Resume got shortlisted later they scheduled an interview but I requested them to reschedule the interview due to some personal reasons and they dint respond me and had to follow up several weeks and later ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Hiring process is not good and delayed responses

Interview questions from similar companies

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

I applied via Referral and was interviewed before Mar 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are attending your interview any time were only formal dress.

I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Ranitidine used for?
  • Q2. Celecoxib used for?
  • Q3. Anti-bacterial drug
  • Q4. What is your project titled?
  • Q5. Method development and validation of anticancer drugs

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

One topic and discussed on the same

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why you joining in reliance

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Market Research
  • Retail Operations
Interview preparation tips for other job seekers - Be confident and be strong
Don hesitate
Be courageous
Be normal while interviewing

Interview Questionnaire 

1 Question

  • Q1. How recruiting and selection differ each other.

I applied via Campus Placement and was interviewed before May 2021. 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 - HR 

(4 Questions)

  • Q1. First of all HR we will connect Each other.
  • Q2. After that he will give me the company introduction of the company.
  • Q3. Hr will discuss to conduct their interview. discuss for the timing
  • Q4. Hr relted to question for the relince
Round 3 - Aptitude Test 

Related to question for the aptitude test

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Relted to company
Interview preparation tips for other job seekers - After clearing the interview will be informed whether the selection is done.

I applied via Walk-in and was interviewed before Oct 2021. 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. How it will work or what is the type of XYZ
  • Ans. 

    The type of XYZ is a software platform that utilizes machine learning algorithms to analyze data and provide insights.

    • XYZ is a software platform

    • It uses machine learning algorithms to analyze data

    • It provides insights based on the analyzed data

    • Examples of use cases include fraud detection, predictive maintenance, and customer segmentation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Reliance Retail Associate interview:
  • How to sale
Interview preparation tips for other job seekers - HR ROUND IS FINE
BUT THE WORK PRESSURE IS HIGH
BURN YOUR BLOOD AND SALE THE XYZ

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Na

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why is your brand better than competitor
  • Q2. Why retail? Can you tell us

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as such, not applicable

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The platform was HackerEarth time duration was 1 hour.
1.) 25 MCQs (Both Easy and Gate Level Based) 
2.) 1 Coding Question, that needs to be solved in O(logn) time. Program for Fibonacci numbers. The basic idea behind that question is we need to crack the pattern and then based on constraints we need to solve it.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Given an integer 'N', the task is to compute the N'th Fibonacci number using matrix exponentiation. Implement and return the Fibonacci value for the provided 'N'.

    N...
  • Ans. 

    Use matrix exponentiation to efficiently compute the Nth Fibonacci number modulo 10^9 + 7.

    • Implement matrix exponentiation to calculate Fibonacci numbers efficiently.

    • Use the formula F(n) = F(n-1) + F(n-2) with initial values F(1) = F(2) = 1.

    • Return the result modulo 10^9 + 7 to handle large Fibonacci numbers.

    • Optimize the solution to achieve better than O(N) time complexity.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was a technical round. The platform was Zoom time duration was 40 mins. Started with Tell me something about yourself.
 

  • Q1. 

    Similar Strings Problem Statement

    Determine whether two given strings, A and B, both of length N, are similar by returning a 1 if they are, otherwise return a 0.

    Explanation:

    String A is similar to stri...

  • Ans. 

    Determine if two strings are similar based on given conditions.

    • Check if the strings are equal first.

    • Then check if the strings can be divided into two halves with similar patterns.

    • Return 1 if the strings are similar, 0 otherwise.

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom time duration was 1 hour 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms, so she was like let’s start with trees then.

 

Round 4 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

This was a Hiring Manager Round. The platform was Zoom time duration was 30 mins. Started with Tell me something about yourself.


 

Round 5 - HR 

Round duration - 20 minutes
Round difficulty - Easy

The platform was Zoom time duration was 20 mins. Asked me to give my introduction.

 

Interview Preparation Tips

Eligibility criteriaNo criteriaWalmart interview preparation:Topics to prepare for the interview - Data Structures, Aptitude, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Don't stick to a single topic too much. Cover all and prepare short notes for all the topics so it will be easier for revision. 
Tip 2 : Do projects so that they will be an added weightage.
Tip 3 : Practice a minimum of 100 questions on that particular topic so that it will be easy to crack within no time.

Application resume tips for other job seekers

Tip 1 : Projects add good weight to the resume. So the interviewer asks the questions based on that.
Tip 2 : Resume should be genuine. You have to be confident of whatever is written in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Anko Interview FAQs

How many rounds are there in Anko Full Stack Engineer interview?
Anko interview process usually has 1 rounds. The most common rounds in the Anko interview process are Resume Shortlist.

Tell us how to improve this page.

Anko Full Stack Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Join Anko Accelerating Retail Innovation

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Walmart Interview Questions
3.7
 • 388 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
Decathlon Interview Questions
3.8
 • 106 Interviews
Future Group Interview Questions
4.3
 • 78 Interviews
NIKE Interview Questions
4.1
 • 34 Interviews
Marks & Spencer Interview Questions
4.0
 • 32 Interviews
View all
Software Engineer
35 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Senior Engineer
30 salaries
unlock blur

₹14.2 L/yr - ₹33 L/yr

Data Scientist
24 salaries
unlock blur

₹14.8 L/yr - ₹24.4 L/yr

Technical Lead
21 salaries
unlock blur

₹21.9 L/yr - ₹42 L/yr

Demand Planner
19 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
Compare Anko with

Reliance Retail

3.9
Compare

Future Group

4.3
Compare

Walmart

3.7
Compare

Reliance Trends

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