Upload Button Icon Add office photos
Engaged Employer

i

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

Algoworks Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Algoworks Technologies Software Developer Interview Questions and Answers

Updated 16 Feb 2024

Algoworks Technologies Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Hoisting and scope
  • Q2. Map, reduce, filter
  • Q3. Const, let and var difference
  • Ans. 

    const, let, and var are used to declare variables in JavaScript with different scoping and mutability.

    • const: declares a variable with a constant value that cannot be reassigned

    • let: declares a block-scoped variable that can be reassigned

    • var: declares a function-scoped variable that can be reassigned

  • Answered by AI
Round 2 - Coding Test 

Create a small UI in 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply practice JS questions and basic DS Algo

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Like pattern question

Round 2 - Assignment 

2 basic project for creating and make project

Round 3 - One-on-one 

(2 Questions)

  • Q1. How to flow your code
  • Q2. What is the unique functionality in your project.
Round 4 - HR 

(1 Question)

  • Q1. Discuss about salary, work culture, politics also
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where do you see yourself in five years?
  • Q3. Tell me about your family?
  • Q4. Do you plan on Higher education?
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Q2. Sort the array by parity
  • Q3. Write SQL queries
  • Q4. Who wrote the book discovery of the nation
  • Q5. What is the official language of kashmir
  • Q6. Which city is called city of lakes
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Q2. Push the zeroes in the arrays to the end
  • Q3. When was python launched
  • Q4. What is name of ai from meta/google/amazon
  • Q5. What do you do in your free time
  • Q6. Tell me your pros and cons

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Developer interview:
  • OOPS
  • C++
  • SQL
Interview preparation tips for other job seekers - The Recruitment process is extremely slow and even weird like asking non-technical questions in technical rounds. The interviews were often rescheduled and mismanaged. The last round was in their office we reached before time and they had no clue that they had an interview scheduled. It began after two hours. Lastly they picked those candidates who had 0 technical knowledge in fact most of them had pretty bad interview experience since then could not answer any technical questions yet they were selected on the other hand those who could answer technical questions and had good interview experience were left out also the results came after a month leading me to believe there was something fishy
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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude questions along with few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. A problem statement was given and we had to provide an optimal approach to design and handle that problem
  • Q2. Oops concepts, SQL queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Moderate round . Easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain stream api
  • Ans. 

    Stream API is a feature in Java that allows processing collections of objects in a functional style.

    • Stream API provides a way to perform operations on a collection of objects in a declarative way.

    • It supports functional-style operations like map, filter, reduce, and forEach.

    • Streams can be created from various sources like collections, arrays, or I/O channels.

    • Stream operations are lazy, meaning they are only executed whe...

  • Answered by AI
  • Q2. Data base connection in sprinh boot
  • Ans. 

    Database connection in Spring Boot is configured using application.properties or application.yml file.

    • Define database connection properties in application.properties or application.yml file

    • Use @EnableJpaRepositories annotation to enable JPA repositories

    • Use @Entity annotation to define entity classes

    • Use @Autowired annotation to inject the DataSource or EntityManager

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join in mgs
  • Ans. 

    I want to join MGS because of its reputation for cutting-edge technology and innovative projects.

    • Exciting opportunities for growth and learning

    • Strong focus on technology and innovation

    • Desire to work with talented and passionate individuals

    • Alignment with company values and culture

  • Answered by AI
  • Q2. Notice period days

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more in coding

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fundamental of javaScript
  • Q2. Fundamentals of React
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and pass information between components.

  • Answered by AI
Round 2 - Coding Test 

App was given to create

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project details currently I am working
  • Q2. Also fundamental question regarding Outsystems.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What is React and react native
  • Ans. 

    React is a JavaScript library for building user interfaces, while React Native is a framework for building mobile applications using React.

    • React is a JavaScript library developed by Facebook for building interactive user interfaces.

    • React Native is a framework that allows developers to build mobile applications using React.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • React Na...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How many Nodes Worked on earlier project
  • Ans. 

    There were 5 nodes worked on the earlier project.

    • 5 nodes were involved in the project

    • Each node had specific tasks and responsibilities

    • Collaboration and communication among nodes were crucial for project success

  • Answered by AI
  • Q2. How many API's developed on previous project?
  • Ans. 

    I developed 3 APIs on my previous project.

    • Developed 3 APIs for data retrieval, user authentication, and payment processing.

    • Used RESTful architecture for API development.

    • Integrated APIs with frontend and backend systems for seamless communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions regarding Python e.g. magic functions, constructor in python, list, tuple
  • Q2. Basic questions regarding FastAPI e.g. what is pydantic, ORM usage, BaseModel etc.
  • Q3. Basic questions regarding SQL e.g. No-SQL vs SQL, Indexing,

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst Experience. They were not looking for any person to join it was just a interview that I guess they had to do. Never got any feedback from HR even after answering all the questions of interviewer and writing programs as well.

Algoworks Technologies Interview FAQs

How many rounds are there in Algoworks Technologies Software Developer interview?
Algoworks Technologies interview process usually has 2 rounds. The most common rounds in the Algoworks Technologies interview process are One-on-one Round and Coding Test.
How to prepare for Algoworks Technologies Software Developer 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 Algoworks Technologies. The most common topics and skills that interviewers at Algoworks Technologies expect are Animation, C, Cloud, Computer science and Continuous Integration.
What are the top questions asked in Algoworks Technologies Software Developer interview?

Some of the top questions asked at the Algoworks Technologies Software Developer interview -

  1. const, let and var differe...read more
  2. Hoisting and sc...read more
  3. Map, reduce, fil...read more

Tell us how to improve this page.

Algoworks Technologies Software Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Fast track your campus placements

View all
Algoworks Technologies Software Developer Salary
based on 83 salaries
₹4 L/yr - ₹15.6 L/yr
18% more than the average Software Developer Salary in India
View more details

Algoworks Technologies Software Developer Reviews and Ratings

based on 14 reviews

2.7/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

2.5

Salary

2.4

Job security

2.2

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
209 salaries
unlock blur

₹3.6 L/yr - ₹14.5 L/yr

Senior Software Engineer
156 salaries
unlock blur

₹8 L/yr - ₹34 L/yr

Software Developer
83 salaries
unlock blur

₹4 L/yr - ₹15.6 L/yr

Salesforce Developer
66 salaries
unlock blur

₹6 L/yr - ₹20.4 L/yr

Quality Analyst
61 salaries
unlock blur

₹2.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Algoworks Technologies with

Tatvasoft

3.9
Compare

SPARX IT Solutions

3.6
Compare

TechJini

3.6
Compare

Hidden Brains InfoTech

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