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

Software Engineer - Test 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)

Senior Software Engineer - Telecom BU 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:
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 - 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:
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 

(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 experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. 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 

(4 Questions)

  • Q1. Find second max salary of employee by department in sql
  • Ans. 

    Find second max salary of employee by department in SQL

    • Use GROUP BY clause to group employees by department

    • Use MAX() function to find the maximum salary

    • Use subquery to find the second maximum salary

  • Answered by AI
  • Q2. Find second max salary 9f employee by department using python pandas dataframe
  • Ans. 

    Find second max salary of employee by department using pandas dataframe

    • Group the dataframe by department

    • Sort the salaries in descending order

    • Select the second highest salary for each department

  • Answered by AI
  • Q3. Python code to download file from aws s3 to local using boto3
  • Ans. 

    Python code to download file from aws s3 to local using boto3

    • Install boto3 library using pip

    • Create an S3 client using boto3

    • Use the download_file method to download the file from S3 to local

  • Answered by AI
  • Q4. Write word count program in pyspark
  • Ans. 

    A program to count the number of words in a text file using PySpark.

    • Read the text file using SparkContext

    • Split the lines into words using flatMap

    • Map each word to a tuple of (word, 1)

    • Reduce by key to count the occurrences of each word

    • Save the output to a file

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of python dataframe and SQL and pyspark

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1 What’s functional interface and benefits. 2 Transaction uses and different propagation level.
  • Ans. 

    Functional interface is an interface with only one abstract method. Benefits include lambda expressions and improved code readability.

    • Functional interface allows for the use of lambda expressions, which can simplify code and improve readability.

    • It also enables the use of method references, which can make code more concise.

    • Functional interfaces are used extensively in Java 8's Stream API.

    • Transaction uses include ensurin...

  • Answered by AI
  • Q2. Different isolation levels in transactions labels and purpose.
  • Ans. 

    Different isolation levels in transactions and their purpose.

    • Isolation levels determine how transactions interact with each other.

    • READ UNCOMMITTED: Allows dirty reads, can cause phantom reads.

    • READ COMMITTED: Prevents dirty reads, but allows non-repeatable reads.

    • REPEATABLE READ: Prevents dirty and non-repeatable reads, but allows phantom reads.

    • SERIALIZABLE: Prevents all three types of reads, but can cause deadlock.

    • Purpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give up..

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2022. There were 4 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 

(1 Question)

  • Q1. Basic questions of JavaScript and other stuffs related to the role for which the candidate has applied. It was an online test not an interview discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. A technical round discussing about my skills, experiences, background and other questions related to the tech stack the candidate is applying. The interview questions were quite in depth and the interviewe...
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions, leadership questions and basic informational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Focus highly on your basics, all your basics should be clear and you should have clear and in depth knowledge of whatever you know. Your CV should contain only the information that you're certain you can answer and nothing extra. Your projects should be clear and it will be better if you've them deployed

I was interviewed in Feb 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 65 Minutes
Round difficulty - Hard

There were 15 MCQS you have to do in 25 Minutes and 3 Coding questions you have to do in 40 minutes. They also give a demo test link to get you use to the environment.

  • Q1. 

    Sliding Maximum Problem Statement

    Given an array of integers ARR of length 'N' and a positive integer 'K', find the maximum elements for each contiguous subarray of size K.

    Example:

    Input:
    ARR = [3, 4,...
  • Ans. 

    It was a standard problem so I know the exact solution, you can simply use dequeue + two pointers to solve this questions.

  • Answered Anonymously
  • Q2. 

    Jump Game Problem Statement

    In this problem, you are given an array ARR consisting of N integers. Your task is to determine the minimum number of jumps required to reach the last index of the array N - 1....

  • Ans. 

    I did it by using DP, again it was a standard problem.

  • Answered Anonymously
  • Q3. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    I solve it by using dp in O(n^2) time complexity.

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 180 Minutes
Round difficulty - Hard

It was more of Design + Data structure round. They give access to their server and ask us to do code there.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Galgotias College of Engineering and Technology, Greater Noida. I applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 7 CGPACommvault interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, OS, DPTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Do as much as coding question you can do.
Tip 2 : Do some projects also.
Tip 3 : Revise and clear your basic concepts too.

Application resume tips for other job seekers

Tip 1 : Mention only things related to job profile only.
Tip 2 : Make it page pager.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 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 

(2 Questions)

  • Q1. Tell me about youself,why sales,
  • Q2. About my educational background, why classplus, owner of classplus, about my target achievement in previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong communication and high confidence is what they are looking for

Senior Software Solutions Engineer Interview Questions & Answers

Gupshup user image Anonymous

posted on 25 Mar 2022

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

Round 1 - Coding Test 

Ruby on Rails basics, problem solving, rspecs, was related questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous company job details
  • Q2. Batch processing and questions based on skills added in resume
Round 3 - Psychometric Test 

(1 Question)

  • Q1. 20 questions which are sent through Bombay portal which has behaviour questions like taking decisions during pressure, about employees etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on basics, improve problem solving skills. It's completely based on interviewer who ask questions but these are common ones. For RoR developer, go through basics and string related problems.

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.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Integra Micro Software Services Reviews and Ratings

based on 54 reviews

3.6/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.3

Salary

3.8

Job security

3.1

Company culture

3.3

Promotions

3.0

Work satisfaction

Explore 54 Reviews and Ratings
Software Engineer
65 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹7.8 L/yr - ₹15 L/yr

Softwaretest Engineer
24 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
14 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Integra Micro Software Services 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