Upload Button Icon Add office photos
Engaged Employer

i

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

Anblicks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Anblicks Software Engineer Interview Questions and Answers

Updated 6 Oct 2021

Anblicks Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

6 Questions

  • Q1. OOP's Concepts
  • Q2. Difference between Linked List and Arrays?
  • Ans. 

    Linked List is a dynamic data structure while Arrays are static.

    • Linked List can grow or shrink dynamically while Arrays have fixed size.

    • Linked List uses pointers to connect nodes while Arrays use indexes to access elements.

    • Insertion and deletion are faster in Linked List while accessing elements is faster in Arrays.

    • Arrays use contiguous memory while Linked List uses scattered memory.

    • Arrays are suitable for small data s...

  • Answered by AI
  • Q3. Advantages of Linked Lists?
  • Ans. 

    Linked Lists provide dynamic memory allocation, efficient insertion and deletion operations.

    • Dynamic memory allocation allows for efficient use of memory

    • Insertion and deletion operations are faster than arrays

    • Linked lists can be easily implemented as stacks or queues

    • Linked lists are useful for representing sparse data

    • Examples: Singly Linked List, Doubly Linked List, Circular Linked List

  • Answered by AI
  • Q4. SQL Queries
  • Q5. Insert a node at last in single linked list?
  • Ans. 

    To insert a node at the last of a single linked list, traverse to the end and point the last node to the new node.

    • Traverse the linked list till the last node is reached

    • Create a new node with the given data

    • Point the next of the last node to the new node

    • Make the new node as the last node

  • Answered by AI
  • Q6. Why you want to join in our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend on time
Wear Formal Dress
Groom Properly
Wear a smile entire the interview
Be positive
Don't get tensed
Dont't get angry some times they test our attitude

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.

Round 2 - Coding Test 

Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.

Round 3 - Technical 

(1 Question)

  • Q1. Many questions related to development , some reasoning questions, simple programs and most form resume
Round 4 - Technical 

(1 Question)

  • Q1. To write a program for some sorting tech etc.. basic DSA
Round 5 - HR 

(1 Question)

  • Q1. About personality development and Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow all mentioned in resumen and do the basics
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed in Mar 2023. There were 5 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 

Basic aptitude questions and questions on React

Round 3 - Coding Test 

Asked for printing patterns in a loop

Round 4 - Technical 

(1 Question)

  • Q1. Explain your code. Talked about projects, questions on array and a Water-jug problem puzzle question
Round 5 - HR 

(1 Question)

  • Q1. Asked about family and residence.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after

Anblicks Interview FAQs

How to prepare for Anblicks 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 Anblicks. The most common topics and skills that interviewers at Anblicks expect are .Net, API, Bootstrap, CSS and GIT.
What are the top questions asked in Anblicks Software Engineer interview?

Some of the top questions asked at the Anblicks Software Engineer interview -

  1. Difference between Linked List and Arra...read more
  2. Insert a node at last in single linked li...read more
  3. Advantages of Linked Lis...read more

Tell us how to improve this page.

Anblicks Software Engineer Salary
based on 25 salaries
₹2.4 L/yr - ₹10.9 L/yr
16% less than the average Software Engineer Salary in India
View more details

Anblicks Software Engineer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.8

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Data Engineer
55 salaries
unlock blur

₹4.5 L/yr - ₹14.1 L/yr

Software Engineer
25 salaries
unlock blur

₹2.4 L/yr - ₹10.9 L/yr

Junior Data Engineer
22 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹17.2 L/yr - ₹28 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Anblicks with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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