Add office photos
Engaged Employer

Edunext Technologies

4.2
based on 162 Reviews
Filter interviews by

Ranbir Group of Companies Interview Questions and Answers

Updated 19 Nov 2024

Q1. Count vowels and consonants for the given string

Ans.

Count vowels and consonants in a given string

  • Iterate through each character in the string and check if it is a vowel or consonant

  • Keep separate counters for vowels and consonants

  • Consider both uppercase and lowercase characters

  • Exclude spaces and special characters from counting

Add your answer

Q2. Find prime number between 1 to n

Ans.

Use Sieve of Eratosthenes algorithm to find prime numbers between 1 to n.

  • Implement Sieve of Eratosthenes algorithm

  • Iterate through numbers from 2 to n

  • Mark multiples of each number as non-prime

  • Remaining unmarked numbers are prime

Add your answer

Q3. Arraylist vs linkedlist

Ans.

ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.

  • ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.

  • LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.

  • Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList when you need to frequently add or remove elements.

Add your answer

Q4. List vs set vs Map

Ans.

List is an ordered collection, Set is a collection with no duplicates, Map is a key-value pair collection.

  • List maintains insertion order, Set does not allow duplicates, Map stores key-value pairs

  • List example: ArrayList, Set example: HashSet, Map example: HashMap

Add your answer
Discover Ranbir Group of Companies interview dos and don'ts from real experiences

Q5. What do you know about school ERP?

Ans.

School ERP is a software system designed to manage and automate school operations.

  • It includes features like student information management, attendance tracking, gradebook management, and communication tools.

  • School ERP can also handle administrative tasks like payroll and budgeting.

  • Examples of school ERP systems include PowerSchool, Infinite Campus, and Skyward.

  • School ERP can improve efficiency, communication, and data accuracy in schools.

Add your answer

Q6. Do you know about pivot table?

Ans.

Yes, a pivot table is a data summarization tool used in spreadsheet programs.

  • Pivot tables allow users to quickly summarize and analyze large amounts of data.

  • They can be used to group data by categories, calculate totals and averages, and create custom calculations.

  • Pivot tables are commonly used in Excel and other spreadsheet programs.

  • They are especially useful for financial analysis, sales data, and other large datasets.

Add your answer

Q7. What is react native

Ans.

React Native is a framework for building cross-platform mobile applications using JavaScript and React.

  • Allows developers to write code once and deploy it on both iOS and Android platforms

  • Utilizes native components for better performance and user experience

  • Supports hot reloading for faster development iterations

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Ranbir Group of Companies

based on 10 interviews
Interview experience
3.3
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.5
 • 445 Interview Questions
3.8
 • 393 Interview Questions
3.5
 • 307 Interview Questions
3.5
 • 174 Interview Questions
3.8
 • 135 Interview Questions
3.6
 • 131 Interview Questions
View all
Top Edunext Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter