Upload Button Icon Add office photos

Filter interviews by

Aikya Business Solution MIS Analyst Interview Questions and Answers for Experienced

Updated 15 Feb 2022

Aikya Business Solution MIS Analyst Interview Experiences for Experienced

1 interview found

MIS Analyst Interview Questions & Answers

user image Krishna KB

posted on 15 Feb 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. With manager round, asking about previous experience
Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - This is fake company, no salary

Interview questions from similar companies

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

I was interviewed before Dec 2021.

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

Basic aptitude test with 60 question in 12 min and need to get at least 50%

Round 3 - HR 

(1 Question)

  • Q1. Normal HR related questions. Tell me about your self and about your company
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical based question and background related enquiry
Round 5 - Behavioral 

(1 Question)

  • Q1. Salary negotiations related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fast in aptitude test and be straight forward for your salary expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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 - HR 

(1 Question)

  • Q1. Self information, previous and current company details
Round 3 - Technical 

(1 Question)

  • Q1. Technical knowledge and Excel knowledge.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Sql and business metrics designing

Round 2 - Leadership principle 1 

(2 Questions)

  • Q1. Tell me a business problem that you solved
  • Ans. 

    Implemented a data analytics solution to optimize inventory management and reduce costs

    • Identified key factors affecting inventory levels and costs

    • Developed a predictive model to forecast demand and optimize ordering quantities

    • Implemented a dashboard for real-time monitoring of inventory levels and performance

    • Collaborated with cross-functional teams to ensure successful implementation

  • Answered by AI
  • Q2. Youtube wants to open a new office, what factors would h consider
  • Ans. 

    Factors to consider when opening a new office for Youtube

    • Location - proximity to talent pool, access to transportation

    • Cost - real estate prices, taxes, cost of living

    • Market - target audience, competition in the area

    • Infrastructure - availability of utilities, internet connectivity

    • Regulations - local laws, permits required

  • Answered by AI
Round 3 - Leadership principle 2 

(1 Question)

  • Q1. Problem situation given and what metrics would you design around it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL Coding question and Power BI
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Ask for java programs

Round 3 - Technical 

(3 Questions)

  • Q1. Java progarms and test methodlogy and management
  • Q2. Finding dulpicates char in string
  • Ans. 

    The question is about finding duplicate characters in a string.

    • Iterate through each character in the string.

    • Use a hash table or an array to keep track of the count of each character.

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

  • Answered by AI
  • Q3. Finding second largest number in an array
  • Ans. 

    Find the second largest number in an array

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java oops concept should be known well

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. 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 - One-on-one 

(1 Question)

  • Q1. About self introduction and previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Regarding the communication and role which has we applied to work and previous work responsibilities.
Round 4 - Aptitude Test 

Test we have to score 70 marks based on email writing typing.

Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and shifts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack the interview based on communication skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about your BA experience? What are process BA needs to do? How BA handle stakeholders? What are all documentation needs to be done?
Round 3 - Yet to scheudle 

(1 Question)

  • Q1. Yet to schedule

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your role based the employer requirement and upon your experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

String Reverse Coding Test


User
Share Detail for coding test

ChatGPT
Certainly! I'd be happy to provide you with details for a coding test. Here's an example of a coding test description:

Title: String Reversal

Description:
Write a function that takes a string as input and returns the reverse of that string. The function should reverse the order of characters in the string and return the reversed string as the output.

Requirements:

The function should be named reverseString and take a single parameter, inputString, of type string.
The function should return a string.
The function should handle both uppercase and lowercase letters.
The function should preserve any whitespace or special characters in the input string.
The function should not use any built-in or library functions that directly solve this problem.
Example:
Input: "Hello, World!"
Output: "!dlroW ,olleH"

Note:

The input string can be of any length.
The input string may contain alphanumeric characters, whitespace, or special characters.
Evaluation Criteria:

Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with.
Good luck!

Round 2 - Aptitude Test 

String Reverse Coding Test


User
Share Detail for coding test

ChatGPT
Certainly! I'd be happy to provide you with details for a coding test. Here's an example of a coding test description:

Title: String Reversal

Description:
Write a function that takes a string as input and returns the reverse of that string. The function should reverse the order of characters in the string and return the reversed string as the output.

Requirements:

The function should be named reverseString and take a single parameter, inputString, of type string.
The function should return a string.
The function should handle both uppercase and lowercase letters.
The function should preserve any whitespace or special characters in the input string.
The function should not use any built-in or library functions that directly solve this problem.
Example:
Input: "Hello, World!"
Output: "!dlroW ,olleH"

Note:

The input string can be of any length.
The input string may contain alphanumeric characters, whitespace, or special characters.
Evaluation Criteria:

Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with. Good luck!





User
Share derail for amplitude test

ChatGPT
Certainly! Here's an example of a coding test description for an amplitude test:

Title: Finding Amplitude

Description:
Write a function that takes a list of integers as input and returns the amplitude of the list. The amplitude of a list is defined as the difference between the largest and smallest elements in the list.

Requirements:

The function should be named findAmplitude and take a single parameter, inputList, which is a list of integers.
The function should return an integer representing the amplitude of the input list.
The function should handle both positive and negative integers.
The function should handle an empty list as input and return 0 as the amplitude.
Example:
Input: [2, 5, 9, -1, 3, 7]
Output: 10

Explanation:
The largest element in the list is 9, and the smallest element is -1. Therefore, the amplitude is 9 - (-1) = 10.

Note:

The input list can contain duplicates.
The input list can be of any length.
Evaluation Criteria:

Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with.
Good luck!

Round 3 - Group Discussion 

Certainly! Here's an example of a group discussion topic:

Topic: The Impact of Artificial Intelligence on the Job Market

Description:
In this group discussion, we will explore the impact of artificial intelligence (AI) on the job market. AI is rapidly advancing, and its integration into various industries and sectors has raised concerns about the future of work.

Points to consider:
Potential job displacement: Discuss how AI has the potential to automate tasks and replace human jobs in various fields. Explore which industries or job roles are most susceptible to automation and the potential consequences for workers.

Job creation: Explore the other side of the argument and discuss how AI can also create new job opportunities. Consider the emergence of AI-related roles such as data scientists, AI trainers, and AI ethicists. Discuss the skills and expertise required for these new job roles.

Skills and education: Discuss the importance of skills development and education in adapting to the changing job market. Explore what skills will be in high demand in an AI-driven economy and how individuals and organizations can upskill or reskill to remain relevant.

Ethical considerations: Consider the ethical implications of AI in the job market. Discuss issues such as algorithmic bias, data privacy, and the responsibility of companies and policymakers in ensuring a fair and inclusive job market.

Job market transformation: Discuss the overall transformation of the job market due to AI. Explore how AI is reshaping traditional job roles, the gig economy, and the potential for new forms of work, such as remote work and flexible arrangements.

Guidelines:

Each participant should express their thoughts and ideas clearly and respectfully.
Encourage active listening and give everyone an opportunity to speak.
Support your arguments with relevant examples or data, if possible.
Be open to different perspectives and engage in constructive debate.
Evaluation Criteria:

Clarity of thought and expression.
Ability to articulate and support arguments.
Active participation and engagement with other participants.
Respectful and collaborative attitude towards the group discussion.
Please prepare your thoughts on the topic before the discussion. The group discussion will last for approximately 30 minutes. Good luck!

Interview Preparation Tips

Interview preparation tips for other job seekers - As a data science job seeker, here are some key pieces of advice to help you in your job search:

Develop a Strong Foundation: Ensure you have a solid understanding of the fundamental concepts and techniques in data science. This includes knowledge of statistics, mathematics, programming (Python and R are commonly used), machine learning algorithms, and data manipulation.

Build a Portfolio: Create a portfolio that showcases your data science skills and projects. This could include personal projects, Kaggle competition entries, or contributions to open-source projects. A portfolio demonstrates your practical experience and can set you apart from other candidates.

Gain Practical Experience: Seek out opportunities to work on real-world data science problems. Consider internships, freelance projects, or collaborations with researchers or companies. Practical experience not only enhances your skills but also demonstrates your ability to apply your knowledge to solve real problems.

Stay Updated: Keep up with the latest developments in the field of data science. Follow blogs, participate in online forums and communities, and attend conferences or webinars. Being aware of emerging technologies, techniques, and trends shows your dedication to continuous learning and growth.

Network: Build connections within the data science community. Attend industry events, join professional organizations, and engage with professionals through social media platforms like LinkedIn and Twitter. Networking can lead to valuable job opportunities, referrals, and insights into the industry.

Customize Your Applications: Tailor your resume and cover letter for each job application. Highlight relevant skills, projects, and experiences that align with the specific requirements of the position. A personalized application shows your attention to detail and genuine interest in the role.

Prepare for Interviews: Be prepared for technical interviews that assess your data science skills. Practice coding exercises, algorithmic problem-solving, and be able to explain your projects in a clear and concise manner. Additionally, be prepared to answer behavioral and situational questions to demonstrate your problem-solving, teamwork, and communication skills.

Continuously Learn and Improve: Data science is a rapidly evolving field, so embrace a growth mindset. Seek opportunities to learn new techniques, explore new domains, and expand your skill set. Take online courses, attend workshops, or pursue advanced degrees if necessary. Show that you are committed to staying ahead of the curve.

Emphasize Communication Skills: Data scientists are not just expected to analyze data but also effectively communicate their findings to non-technical stakeholders. Develop your ability to present complex concepts in a clear and concise manner, both verbally and in written form. Strong communication skills will make you a valuable asset to any organization.

Be Persistent and Resilient: The job search process can be challenging and may require time and perseverance. Don't get discouraged by rejection or setbacks. Learn from each experience, seek feedback, and continuously refine your approach. With persistence and a positive attitude, you'll increase your chances of landing a data science job.

Remember, the field of data science is highly competitive, so it's important to stand out from the crowd. By following these tips and continuously improving your skills, you can increase your chances of securing a rewarding job in data science. Good luck with your job search!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Educational qualification
  • Q2. What skills i have for the job position
Round 3 - Technical 

(1 Question)

  • Q1. Direct processing of Excel file & data compilation and some SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in advanced Excel and SQL
Be prepared in advance Excel and SQL

Aikya Business Solution Interview FAQs

How many rounds are there in Aikya Business Solution MIS Analyst interview for experienced candidates?
Aikya Business Solution interview process for experienced candidates usually has 2 rounds. The most common rounds in the Aikya Business Solution interview process for experienced candidates are One-on-one Round and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Web Developer
4 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

IT Manager
4 salaries
unlock blur

₹7 L/yr - ₹7.2 L/yr

Assistant HR and Administration Manager
4 salaries
unlock blur

₹6.5 L/yr - ₹7.8 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Web Application Developer
3 salaries
unlock blur

₹4.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Aikya Business Solution with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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