i
Atna Technologies
Filter interviews by
I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.
Standard programming question test on a platform.
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
The coding test was divided in 4 sections:
1> Java and SpringBoot multiple choice questions
The question topics included, multihreading, springboot context, security
2> Leetcode style program question 1 - Easy
3> Leetcode style program question 2 - Medium
Length of longest consecutive ones by at most one swap.
4> Sql query question
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
A URL shortener service that converts long URLs into shorter, more manageable links.
Generate a unique short code for each long URL
Store the mapping between short code and long URL in a database
Redirect users from short URL to original long URL when accessed
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Online coding test had two questions to be solved in 60 mins. Medium level questions to be expected.
I applied via Approached by Company and was interviewed in Jan 2024. There were 4 interview rounds.
LeetCode style DS Algo Questions
3 questions, 2 dsa and 1 sql query
4 Rounds:
Online Assesment, Leetcode medium type questions
Application Design: Write solution with Design patterns
LLD
HLD
I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.
Queue can be implemented using two stacks by maintaining the order of elements in the stacks.
Create two stacks, let's call them stack1 and stack2
When an element is enqueued, push it to stack1
When an element is dequeued, pop all elements from stack1 and push them to stack2
Pop the top element from stack2 and return it as the dequeued element
If stack2 is empty, repeat step 3
To get the front element of the queue, peek the
Left join returns all records from left table and matching records from right table. Full outer join returns all records from both tables.
Left join is used to combine two tables based on a common column.
In left join, all records from the left table are returned along with matching records from the right table.
If there is no match in the right table, NULL values are returned.
Example: SELECT * FROM table1 LEFT JOIN table...
Magic functions are special methods in PHP that start with __. Autoloading is a way to automatically load classes.
Magic functions are used to handle certain events in PHP, such as object creation or property access.
Autoloading allows PHP to automatically load classes when they are needed, without requiring manual includes.
Magic functions can be used in conjunction with autoloading to dynamically load classes or handle
Given three sorted arrays, find common elements.
Create three pointers to traverse each array
Compare the elements at the pointers and move the pointer of the smallest element
If all pointers point to the same element, add it to the result and move all pointers
Repeat until any pointer reaches the end of its array
Check if a number is a power of 2 or not.
A power of 2 has only one bit set in its binary representation.
Use bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
12
salaries
| ₹2.8 L/yr - ₹4 L/yr |
Associate Software Engineer
12
salaries
| ₹2.1 L/yr - ₹3.7 L/yr |
Functional Consultant
12
salaries
| ₹2 L/yr - ₹8.5 L/yr |
ERP Functional Consultant
6
salaries
| ₹2.4 L/yr - ₹8.4 L/yr |
HR Manager
5
salaries
| ₹4.6 L/yr - ₹6.5 L/yr |
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Practo