i
Absax Technologies
Filter interviews by
I am passionate about the organization's mission and values, and I believe my skills align well with the work being done here.
Strong alignment with organization's mission and values
Opportunity for professional growth and development
Positive company culture and work environment
Top trending discussions
Aptitude and 2 coding problems- easy to medium
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 24 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
In first round there were two test
1st is the personality test.
2nd is the aptitude test were they asked about 10 aptitude questions and around 40 coding based questions, some of them were mcq and rest were output based.
Contains 4 DSA based questions, 1 question was hard, and other 3 questions were of medium level.
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
I applied via Job Portal
Moderate difficult challenge in control
posted on 9 Feb 2023
I applied via Walk-in
Easy level only ...very basic problems are asked to me
Basic arrays and string questions
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Calculate the distance between two points in a 2D plane.
Use the distance formula: sqrt((x2 - x1)^2 + (y2 - y1)^2)
Ensure input validation for coordinates
Consider edge cases like points being the same or on the same axis
Code assessment measures the ability of a software developer to write efficient and effective code.
Code quality and readability are important factors in code assessment.
Efficiency and performance of the code are also key aspects to consider.
Ability to solve complex problems and think critically is evaluated through code assessment.
Knowledge of programming languages, algorithms, and data structures is tested in code ass...
based on 1 interview
Interview experience
based on 17 reviews
Rating in categories
Software Engineer
4
salaries
| ₹3.5 L/yr - ₹5.3 L/yr |
Software Developer
3
salaries
| ₹4.2 L/yr - ₹5.2 L/yr |
Senior Software Engineer
3
salaries
| ₹6.8 L/yr - ₹11 L/yr |
Senior Human Resource Business Partner
3
salaries
| ₹8.5 L/yr - ₹8.5 L/yr |
Reliance Communications
Henry Harvin Education
GAO Tek
Tata Teleservices