Upload Button Icon Add office photos
Engaged Employer

i

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

Agira Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Agira Technologies Associate Software Engineer Interview Questions and Answers

Updated 12 Dec 2023

Agira Technologies Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

First round is comprised of logical reasoning, English comprehension and technical questions on C.

Round 2 - Group Discussion 

2nd round was supposed to be technical round but due to crowd, they started taking GD. Topic given was - Is India ready for Electric Vehicles.

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions asked from SQL. I was asked to create schema for the current situation of the company where there is a candidate, interviewer and interview is tables. I was then asked to write a certain q...
Round 4 - HR 

(1 Question)

  • Q1. Normal situation based questions were asked. I had a very good experience.

Interview questions from similar companies

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

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...

I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was an online test where you to solve two basic programming problems.

Round 2 - Group Discussion 

It was a GD where 21 other candidates were present alongside me. The interviewer asked basic questions which we had to answer after raising our hands. It was on fcfs basis. The questions were mostly about basics OOPs concepts, arrays, linkedlist, tree, sorting, searching and time-space complexities. The difficulty of GD round is nominal. All you have to response first and clearly.

Round 3 - Technical 

(1 Question)

  • Q1. OOPs Concepts and Java
  • Ans. The technical round was held in Office face to face. I was given 3 coding problems of which I was able to solve 2 problems. After that I was asked to write a program for linkedlist. After that the interviewer asked me some basic questions about OOPs and basic code structure in Java(because I was coding in Java). Make sure you have knowledge of everything which is included in any basic program including keywords, import
  • Answered Anonymously
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself? What are your expectations? Any doubts regarding the job?
  • Q2. It more of a discussion about what happens next. If you giving the HR round that means you're selected for the job

Interview Preparation Tips

Topics to prepare for Big Oh Notation Associate Software Engineer interview:
  • OOPS
  • Data Structures
  • Any one programming language
Interview preparation tips for other job seekers - Just keep calm and stick to basics. Keep doing basic programming problems and you'll crack it.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between function and method
  • Ans. 

    A function is a piece of code that is called by name, while a method is a function that is associated with an object.

    • Functions are standalone blocks of code, while methods are functions that are part of a class or object.

    • Functions can be called independently, while methods are called on an object.

    • Functions do not have access to data stored in an object, while methods can access and modify object data.

  • Answered by AI
  • Q2. A program related to strings
  • Q3. A program related to prime numbers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Ans. 

    D/W Rest and GraphQL APIs are two different types of APIs used for communication between software systems.

    • D/W Rest API is a standard protocol for accessing and manipulating data over the web using HTTP.

    • GraphQL API is a query language for APIs and a runtime for executing those queries with your existing data.

    • Rest APIs are more commonly used and follow a stateless client-server architecture.

    • GraphQL APIs allow clients to ...

  • Answered by AI
  • Q2. REST uses fixes endpoint;..............etc.
  • Ans. 

    REST uses fixed endpoints to define the resources that can be accessed through the API.

    • RESTful APIs use fixed URLs to access resources

    • Each endpoint corresponds to a specific resource or action

    • Endpoints are defined in the API documentation

    • Example: GET /users retrieves a list of users

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI

Agira Technologies Interview FAQs

How many rounds are there in Agira Technologies Associate Software Engineer interview?
Agira Technologies interview process usually has 5 rounds. The most common rounds in the Agira Technologies interview process are Resume Shortlist, Aptitude Test and Group Discussion.
How to prepare for Agira Technologies Associate 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 Agira Technologies. The most common topics and skills that interviewers at Agira Technologies expect are Aiml, Angular, Java, Python and React Native.
What are the top questions asked in Agira Technologies Associate Software Engineer interview?

Some of the top questions asked at the Agira Technologies Associate Software Engineer interview -

  1. Mostly questions asked from SQL. I was asked to create schema for the current s...read more
  2. Normal situation based questions were asked. I had a very good experien...read more

Tell us how to improve this page.

Agira Technologies Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Agira Technologies Associate Software Engineer Salary
based on 7 salaries
₹3 L/yr - ₹3.5 L/yr
45% less than the average Associate Software Engineer Salary in India
View more details

Agira Technologies Associate Software Engineer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.5

Salary

3.0

Job security

4.0

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹5.7 L/yr - ₹18 L/yr

Technical Lead
19 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Software Developer
16 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Business Analyst
12 salaries
unlock blur

₹1.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Agira Technologies 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