Upload Button Icon Add office photos

Filter interviews by

Attune Technologies Software Engineer Interview Questions and Answers

Updated 21 Jan 2025

Attune Technologies Software Engineer Interview Experiences

1 interview found

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

Basic quant questions

Round 2 - Coding Test 

Sql coding test for intermediate level

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy rounds and easy questions

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What are promises?
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

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

I was interviewed in Jul 2023.

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 - Coding Test 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Technical question regarding js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

IT was for 2hr basic question where ask from differe programing language

Round 2 - HR 

(1 Question)

  • Q1. Question where base on your resume
Round 3 - Technical 

(1 Question)

  • Q1. DSA question ,oops,DBMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Fr Conceicao Rodrigues College of Engineering, Mumbai and was interviewed in Nov 2022. There were 3 interview rounds.

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 - Aptitude Test 

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feature addition

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing of the critical functionalities of the software

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after each build or deployment

    • It helps in identifying major issues early in the development cycle

    • Examples include checking if the app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.

Attune Technologies Interview FAQs

How many rounds are there in Attune Technologies Software Engineer interview?
Attune Technologies interview process usually has 2 rounds. The most common rounds in the Attune Technologies interview process are Aptitude Test and Coding Test.
How to prepare for Attune Technologies 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 Attune Technologies. The most common topics and skills that interviewers at Attune Technologies expect are Hibernate, Java, SQL Server, Spring and Visual Studio.

Tell us how to improve this page.

Attune Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Attune Technologies Software Engineer Salary
based on 26 salaries
₹3 L/yr - ₹7.2 L/yr
36% less than the average Software Engineer Salary in India
View more details

Attune Technologies Software Engineer Reviews and Ratings

based on 5 reviews

2.6/5

Rating in categories

2.5

Skill development

3.3

Work-life balance

2.5

Salary

3.3

Job security

2.5

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Application Support Engineer
20 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹4.2 L/yr - ₹13.6 L/yr

Implementation Specialist
11 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Softwaretest Engineer
11 salaries
unlock blur

₹2.9 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Attune Technologies with

Practo

3.2
Compare

Lybrate

3.5
Compare

Narayana Health

4.1
Compare

Portea Medical

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