Upload Button Icon Add office photos

Filter interviews by

Integra Micro Software Services Interview Questions and Answers

Updated 21 Nov 2024

Integra Micro Software Services Interview Experiences

Popular Designations

4 interviews found

Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is smoke, sanity, functional, performance. Basic bash and python code questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Always ask the exact job description over mail, and have negotiations based on the role you are entering. I wasn't provided with Job description was interviewed for manual testing, ended up doing different technical role with coding at client location.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. Asked devops related questions
  • Q2. Asked kubernetes related questions
  • Q3. Asked jenkins related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Techincal round goes normal but other rounds will keep you on little pressure

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2023

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

I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. Basics C Questions
  • Q2. Embedded C Questions
  • Q3. Basics Linux Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 - Technical 

(5 Questions)

  • Q1. Testing concepts, Realtime scenarios and Use cases
  • Q2. Basic coding if the candidate has coding knowledge
  • Q3. Android architecture and features implemented
  • Ans. 

    Android architecture consists of four main components: activities, services, broadcast receivers, and content providers.

    • Activities: represent the UI of the application

    • Services: perform background tasks

    • Broadcast receivers: respond to system-wide broadcast announcements

    • Content providers: manage shared sets of application data

    • Android features include: notifications, widgets, intents, and permissions

  • Answered by AI
  • Q4. Exposure to adb setup and commands
  • Ans. 

    Yes, I have exposure to adb setup and commands.

    • I have used adb to install and uninstall applications on Android devices.

    • I have used adb to capture logs and analyze them for debugging purposes.

    • I have used adb to push and pull files between the device and computer.

    • I am familiar with adb shell commands for interacting with the device's operating system.

    • I have experience with adb over Wi-Fi for wireless debugging.

  • Answered by AI
  • Q5. Jira and Jenkins basic usage
  • Ans. 

    Jira is a project management tool while Jenkins is a continuous integration tool.

    • Jira is used for tracking issues, bugs, and tasks in a project.

    • Jenkins is used for automating the build, test, and deployment process.

    • Jira and Jenkins can be integrated to create a seamless workflow.

    • Jenkins can be configured to trigger builds based on Jira issue status updates.

    • Jira can display Jenkins build status in the issue tracker.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The selection process might take weeks sometime based on the project. The interview difficulty will be moderate.

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Integra Micro Software Services interview questions for popular designations

 Senior Associate

 (1)

 Senior Test Engineer

 (1)

Jobs at Integra Micro Software Services

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. PHP, OOPS,Mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time, even if you are answering all questions in interview they will reject you.

Interview Questionnaire 

1 Question

  • Q1. Php oops concepts are their primary focus
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ type questions answers

Round 2 - Technical 

(2 Questions)

  • Q1. String and array related
  • Q2. Scenario based question answers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Maths, logical question & some related to programming

Round 3 - Coding Test 

One problem statement to write a program.

Round 4 - Technical 

(1 Question)

  • Q1. Technical question related PHP, SQL, etc.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(6 Questions)

  • Q1. What final class and method
  • Ans. 

    The final class and method are used to prevent inheritance and method overriding respectively.

    • Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.

    • Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.

  • Answered by AI
  • Q2. PHP reference variable
  • Q3. Find duplicate numbers
  • Ans. 

    Find duplicate numbers in an array of strings.

    • Iterate through the array and keep track of the count of each number using a hash map.

    • If the count of a number is greater than 1, it is a duplicate.

    • Return the list of duplicate numbers.

  • Answered by AI
  • Q4. Echo variable in single quote what will be output
  • Ans. 

    The output will be the literal string of the variable, without any variable interpolation.

    • When a variable is echoed in single quotes, it is treated as a literal string.

    • No variable interpolation or special characters are interpreted.

    • The output will include the variable name itself, not its value.

  • Answered by AI
  • Q5. What is oops concept
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of diff...

  • Answered by AI
  • Q6. Having clause in MySQL
  • Ans. 

    The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.

    • The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.

    • It is used in conjunction with the GROUP BY clause.

    • The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.

    • It is typically used to specify condition...

  • Answered by AI

Skills evaluated in this interview

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

It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.

Round 2 - Group Discussion 

GD was good HR was too supportive everyone got chance to keep and express their points.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Sql and some php related questions

Integra Micro Software Services Interview FAQs

How many rounds are there in Integra Micro Software Services interview?
Integra Micro Software Services interview process usually has 2 rounds. The most common rounds in the Integra Micro Software Services interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Integra Micro Software Services 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 Integra Micro Software Services. The most common topics and skills that interviewers at Integra Micro Software Services expect are Java, IT Sales, Software Sales, Linux and Marketing Campaigns.
What are the top questions asked in Integra Micro Software Services interview?

Some of the top questions asked at the Integra Micro Software Services interview -

  1. Android architecture and features implemen...read more
  2. Exposure to adb setup and comma...read more
  3. Jira and Jenkins basic us...read more

Tell us how to improve this page.

Integra Micro Software Services Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

Integra Micro Software Services Reviews and Ratings

based on 60 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.3

Salary

3.9

Job security

3.1

Company culture

3.4

Promotions

3.0

Work satisfaction

Explore 60 Reviews and Ratings
Software Engineer
64 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
60 salaries
unlock blur

₹7.8 L/yr - ₹15 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Software Developer
17 salaries
unlock blur

₹3.8 L/yr - ₹9.6 L/yr

Devops Engineer
17 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Integra Micro Software Services with

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare

FinThrive

3.7
Compare

Vyapar

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