Upload Button Icon Add office photos

Filter interviews by

Bangalore Integrated System Solutions Interview Questions and Answers

Updated 2 Jan 2025

Bangalore Integrated System Solutions Interview Experiences

2 interviews found

Teal lead - Design Interview Questions & Answers

user image Sudip Sil

posted on 1 Jun 2024

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

First round was written test on technical

Round 2 - Technical 

(1 Question)

  • Q1. Second round was technical face to face interview

Manager SCM Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

Round 1 - HR 

(2 Questions)

  • Q1. Questions relevant to subjects
  • Q2. Job experience
  • Ans. 

    I have 5 years of experience in supply chain management, including overseeing inventory, logistics, and vendor relationships.

    • Managed inventory levels to ensure optimal stock levels and minimize excess inventory

    • Coordinated logistics for timely delivery of goods to customers

    • Developed and maintained relationships with vendors to negotiate pricing and terms

    • Implemented process improvements to streamline supply chain operati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best till perform well.

Manager SCM Interview Questions asked at other Companies

Q1. How you can increase the profits to our Organization
View answer (3)

Interview questions from similar companies

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

Interview Questionnaire 

5 Questions

  • Q1. Salary and job role discussions and confirmation
  • Q2. Questions about experience and medical knowledge
  • Q3. What was your previous job role about?
  • Q4. How are dental diseases related to systemic diseases?
  • Q5. Questions about short term and long term goals.

Interview Preparation Tips

Topics to prepare for Cotiviti Clinical Analyst interview:
  • US healthcare
  • CMS
  • Medicaid
Interview preparation tips for other job seekers - Be well prepared for interviews. Go through basics of US healthcare- terms and overview of how it works.

I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. I had an technical round with senior manager where they were asking about my experience in previous organization.
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with Director/Account Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with lot of opportunities to grow

I was interviewed in Oct 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on CodeChef or any IDE of your preference. Interviewer was helpful throughout the interview and helped with syntaxes at one point as well.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
Reaching the correct output was not mandatory but was preferred. Priority to coding practices was given.

  • Q1. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    The task is to find the next greater element for each element in the given array.

    • Iterate through the array from right to left.

    • Use a stack to keep track of the next greater element.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • If the stack is empty, there is no greater element, so assign -1.

    • If a greater element is found, assign it as the next greater element.

    • Push the current element ...

  • Answered by AI
  • Q2. 

    Zigzag Binary Tree Traversal Problem Statement

    Determine the zigzag level order traversal of a given binary tree's nodes. Zigzag traversal alternates the direction at each level, starting from left to rig...

  • Ans. 

    The zigzag level order traversal of a binary tree is the traversal of its nodes' values in an alternate left to right and right to left manner.

    • Perform a level order traversal of the binary tree

    • Use a queue to store the nodes at each level

    • For each level, alternate the direction of traversal

    • Store the values of the nodes in each level in separate arrays

    • Combine the arrays in alternate order to get the zigzag level order tra

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on google doc. Interviewer was helpful throughout the interview.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
4. Making it to the correct output.

Reaching the correct output was mandatory in best possible time comlexity.

  • Q1. 

    Problem: Search In Rotated Sorted Array

    Given a sorted array that has been rotated clockwise by an unknown amount, you need to answer Q queries. Each query is represented by an integer Q[i], and you must ...

  • Ans. 

    This is a problem where a sorted array is rotated and we need to search for given numbers in the array.

    • The array is rotated clockwise by an unknown amount.

    • We need to search for Q numbers in the rotated array.

    • If a number is found, we need to return its index, otherwise -1.

    • The search needs to be done in O(logN) time complexity.

    • The input consists of the size of the array, the array itself, the number of queries, and the q

  • Answered by AI
  • Q2. 

    K-th Element of Two Sorted Arrays

    You are provided with two sorted arrays, arr1 and arr2, along with an integer k. By merging all elements from arr1 and arr2 into a new sorted array, your task is to ident...

  • Ans. 

    The task is to find the kth smallest element of a merged array created by merging two sorted arrays.

    • Merge the two sorted arrays into a single sorted array

    • Return the kth element of the merged array

  • Answered by AI
Round 3 - HR 

Round duration - 40 minutes
Round difficulty - Easy

I was asked to introduce myself and general family background check and then discussion around salary negotiation.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Data Engineer in BangaloreEligibility criteriaDecent work experience (for SDE-1 1-2 years experience was expected), self projects in any domain,Sigmoid interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice popular questions from Arrays, Binary Trees, LinkedLists from CodeStudio's Interview Problems
Tip 2 : Make sure you are aware of calculating the time and space complexity for every problem you're coding.
Tip 3 : Prepare through Mock Interviews to practice explaining your approach while solving in an actual interview.

Application resume tips for other job seekers

Tip 1 : Describe best of your projects in minimum words. Don't forget to add buzz words like REST APIs/ DB Indexing/ Benchmarking etc if you worked on backend.
Tip 2 : Don't add school achievements like Olympiads or Class Topper in your resume.
Tip 3 : If you've some work experience, put it in a way ,you're marketing yourself. Add terms like 'Created/Owned the Project through entire SDLC' 
Tip 4 : Make sure you mention how your work experience actually impacted the company. Or how your self project can be actually useful to end user.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - Assignment 
Round 2 - Technical 

(2 Questions)

  • Q1. How to sale the prodect
  • Ans. 

    To sell a product, understand the customer's needs, highlight the benefits, and create a sense of urgency.

    • Research the customer's needs and tailor your pitch accordingly

    • Highlight the unique benefits and features of the product

    • Create a sense of urgency by emphasizing limited availability or time-sensitive deals

    • Build rapport and establish trust with the customer

    • Address any objections or concerns the customer may have

    • Clos...

  • Answered by AI
  • Q2. How to make profit and which easy root . How to atrect the consumer
  • Ans. 

    To make profit and attract consumers, focus on providing value, building relationships, and utilizing effective marketing strategies.

    • Provide high-quality products or services that meet the needs of your target market

    • Build strong relationships with customers through excellent customer service and personalized experiences

    • Utilize effective marketing strategies such as social media advertising, email marketing, and influen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare God quality and give the advatisment

I applied via

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

Focus on basics ..what you have applied for ...for associate position.

Round 3 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why are you looking for a change?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on basics.suppose if you are applied for Oil and gas..then Please go through value chain,Crytsral clear understanding in all segment..I think guys you understand what I am say...Be confident and positive.

Interview Questionnaire 

1 Question

  • Q1. Basic marketing questions, past work experience, questions on brand management

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm, simple interview read marketing basics and you're good to go

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round was an online test, which was pretty forward, thereafter I went onto a technical interview with Director & Lead Data Scientist where they asked very few basic questions.
  • Q2. The interview was really basic and any fresher can achieve iff they want you to get in!
  • Q3. Questions were asked on the topics like SQL, Python programming questions, a couple of coding questions, and some HR-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience for me but feedback is expected because the questions asked from them were easy and I don't know how did they judge me based on that.

Interview Questionnaire 

4 Questions

  • Q1. Why not given to all employees opportunity for high level
  • Q2. Why Only given opportunity for close friends
  • Q3. Why your ask extra work for after target finished
  • Q4. Why All are give freedom only girls

Interview Preparation Tips

Interview preparation tips for other job seekers - Apraisal increment to increase, don't ask to break time finished my target

Bangalore Integrated System Solutions Interview FAQs

How many rounds are there in Bangalore Integrated System Solutions interview?
Bangalore Integrated System Solutions interview process usually has 1-2 rounds. The most common rounds in the Bangalore Integrated System Solutions interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Bangalore Integrated System Solutions interview?

Some of the top questions asked at the Bangalore Integrated System Solutions interview -

  1. Second round was technical face to face interv...read more
  2. Questions relevant to subje...read more

Tell us how to improve this page.

Bangalore Integrated System Solutions Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 738 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 208 Interviews
Straive Interview Questions
3.4
 • 175 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Netscribes Interview Questions
2.8
 • 83 Interviews
View all

Bangalore Integrated System Solutions Reviews and Ratings

based on 7 reviews

4.9/5

Rating in categories

4.9

Skill development

4.3

Work-life balance

4.6

Salary

4.6

Job security

4.3

Company culture

4.0

Promotions

4.9

Work satisfaction

Explore 7 Reviews and Ratings
Hardware Engineer
5 salaries
unlock blur

₹6.2 L/yr - ₹10 L/yr

Senior Design Engineer
5 salaries
unlock blur

₹5.2 L/yr - ₹7 L/yr

Senior Mechanical Design Engineer
4 salaries
unlock blur

₹6.9 L/yr - ₹8.6 L/yr

Graduate Engineer Trainee (Get)
4 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Design Engineer
3 salaries
unlock blur

₹4.7 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Bangalore Integrated System Solutions with

EXL Service

3.7
Compare

Access Healthcare

3.9
Compare

AGS Health

4.0
Compare

Straive

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