Upload Button Icon Add office photos

Filter interviews by

IDS SOFTWARE SOLUTIONS Interview Questions and Answers

Updated 5 Jun 2021

IDS SOFTWARE SOLUTIONS Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself? How would you describe yourself?
  • Q2. What motivates you?
  • Q3. What are your passionate about?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework. The key to success before any interview is preparations & that means looking up important information about the company beforehand.
-Share your story
-Provide evidence & data
-Mirror the interview's style
-Ask if they have any hesitation
-Say Thanks

Back Office Executive Interview Questions asked at other Companies

Q1. How do you prioritize and manage multiple tasks in a fast paced environment?
View answer (1)

Interview questions from similar companies

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

(5 Questions)

  • Q1. Python questions, write a SQL query to return employee with the number of leaves in each month, Vlookup, Index Match, Rank, Dense Rank
  • Q2. Loc and iloc in python
  • Ans. 

    loc and iloc are methods in pandas used for selecting rows and columns by label or integer position.

    • loc is used for selecting rows and columns by label

    • iloc is used for selecting rows and columns by integer position

    • Example: df.loc[0:5, 'column_name']

    • Example: df.iloc[0:5, 2]

  • Answered by AI
  • Q3. Advantage of Vlookup over-index match
  • Ans. 

    Vlookup is simpler and easier to use, while Index Match is more flexible and efficient.

    • Vlookup is easier for beginners to understand and use

    • Vlookup is quicker to set up and requires less formula writing

    • Index Match is more flexible as it can look up values in any column, not just the first one

    • Index Match is more efficient for large datasets as it does not require the entire column to be searched

  • Answered by AI
  • Q4. Difference between BRD and FRD
  • Ans. 

    BRD focuses on business requirements while FRD focuses on functional requirements.

    • BRD (Business Requirements Document) outlines the business problem that needs to be solved.

    • FRD (Functional Requirements Document) details how the system will meet the business requirements.

    • BRD is more high-level and focuses on the 'what', while FRD is more detailed and focuses on the 'how'.

    • BRD is typically created before FRD in the projec...

  • Answered by AI
  • Q5. Retail experience and analysis
  • Ans. 

    Retail experience and analysis

    • I have over 5 years of experience in retail industry analysis

    • Proficient in using data analytics tools to track sales trends and customer behavior

    • Implemented strategies based on market research to increase sales and customer satisfaction

    • Collaborated with cross-functional teams to optimize inventory management and pricing strategies

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was nice experience. amazing

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your passion
Round 3 - HR 

(1 Question)

  • Q1. Tell me what value will you add to the company?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Shri Vaishnav Institute of Management, Indore and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Basic topics, related to day to day life

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Many situational based questions were asked
Round 3 - HR 

(1 Question)

  • Q1. It was quite similar to the earlier round

Interview Preparation Tips

Interview preparation tips for other job seekers - stay confident
be honest
try to answer each and every question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. SQL Based advanced question
  • Q2. Advanced SQL questions with Joins, Window Functions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python, Excel and any one dashboarding tool
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Bhuvaneshwar and was interviewed in Nov 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 - Aptitude Test 

(1 Question)

  • Q1. No.of online gamers in india
Round 3 - Technical 

(1 Question)

  • Q1. How many people can enroll in playing game from particular college
  • Ans. 

    The number of people who can enroll in playing a game from a particular college depends on various factors.

    • The popularity of the game among students

    • The availability of resources to support the game

    • The capacity of the gaming facility

    • The interest and participation level of the college community

    • The rules and regulations set by the college administration

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep resume neat and clean.Good case studies are enough for getting hired easily

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary

I applied via Internshala and was interviewed in Sep 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 - Aptitude Test 

Includes basic aptitude question with additional questions based on coding languages fundamentals.....

Round 3 - Technical 

(2 Questions)

  • Q1. Question were based on oops concepts. My next question was write a code of binary search and explain it and lastly I was asked an aptitude question ...
  • Q2. Write a code of binary search and explain it
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves

    • Compare the target value with the middle element

    • If the target value matches the middle element, return its position

    • If the target value is less than the middle element, search the left half of the array

    • If the target value is greater than the middle element, search the right half of the arra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work on your aptitude and practise Data structures and algorithms...

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Mar 2022. There were 6 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 - Coding Test 

It's totally based on your basic coding skills. Have basics ques about coding and have some problems to solve.

Round 3 - Technical 

(1 Question)

  • Q1. Problems with Array and String and need to solve the question on notepad. You can use any languages but need to describe the code which you will write.
Round 4 - Technical 

(1 Question)

  • Q1. DSA Problems, coding round.
Round 5 - Technical 

(1 Question)

  • Q1. DSA problems. need to solve and describe the approach.
Round 6 - Technical 

(1 Question)

  • Q1. DSA problems, coding round. Check glassdoor for the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Need basics of DSA concepts clear
- You can use any languages Java, Python, C++, Kotlin or any?
-
Round 1 - Aptitude Test 

SQL, English

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, reasoning
Round 3 - Technical 

(1 Question)

  • Q1. Basic SQL and MySQL and Advance topics
Round 4 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
Round 5 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Well my first interview was good

IDS SOFTWARE SOLUTIONS Interview FAQs

How to prepare for IDS SOFTWARE SOLUTIONS 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 IDS SOFTWARE SOLUTIONS. The most common topics and skills that interviewers at IDS SOFTWARE SOLUTIONS expect are SQL, JQuery, Javascript, microsoft and ADO.Net.

Tell us how to improve this page.

People are getting interviews through

based on 1 IDS SOFTWARE SOLUTIONS interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 48 Interviews
Affine Interview Questions
3.5
 • 47 Interviews
Argusoft Interview Questions
4.7
 • 37 Interviews
IT By Design Interview Questions
4.0
 • 35 Interviews
View all

IDS SOFTWARE SOLUTIONS Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.0

Skill development

4.7

Work-Life balance

4.3

Salary & Benefits

4.4

Job Security

4.4

Company culture

3.7

Promotions/Appraisal

4.4

Work Satisfaction

Explore 8 Reviews and Ratings
Data Analyst
13 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹14.4 L/yr - ₹24 L/yr

Software Engineer
7 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

MIS Analyst
6 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

BI Consultant
5 salaries
unlock blur

₹6 L/yr - ₹8.1 L/yr

Explore more salaries
Compare IDS SOFTWARE SOLUTIONS with

Maxgen Technologies

4.6
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.5
Compare

Magic Edtech

3.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview