Upload Button Icon Add office photos

IDeaS Revenue Solutions

Compare button icon Compare button icon Compare

Filter interviews by

IDeaS Revenue Solutions Software Developer Intern Interview Questions and Answers

Updated 18 Nov 2024

IDeaS Revenue Solutions Software Developer Intern Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude questions and some questions related to testing faulty code.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your projects.
  • Ans. 

    Developed a web application for task management using React and Node.js, enhancing team collaboration and productivity.

    • Utilized React for the front-end, creating a responsive user interface.

    • Implemented Node.js and Express for the back-end, managing API requests.

    • Integrated MongoDB for data storage, allowing for efficient task retrieval.

    • Incorporated user authentication using JWT for secure access.

    • Deployed the application...

  • Answered by AI
  • Q2. Java OOP questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good and easy test, all are aptitude questions, at least one coding question was there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects.
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database management

    • Incorporated chart.js for visualizing progress data

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    Reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about IDeaS Revenue Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

It was in the morning. It had basic questions and 2 programming questions(1 string and 1 Data Structure)

  • Q1. 

    Character Pattern Problem Statement

    Generate a pattern based on the input number of rows N. Each row i should start with the i-th letter of the alphabet, and the number of letters in the row should match ...

  • Ans. 

    Generate a character pattern based on the input number of rows N, where each row starts with the i-th letter of the alphabet and contains i letters.

    • Create an array to store each row of the pattern

    • Iterate from 1 to N, for each row i, generate the string starting with the i-th letter of the alphabet and containing i letters

    • Add each generated string to the array

    • Return the array of strings as the output

  • Answered by AI
  • Q2. 

    Stack using Two Queues Problem Statement

    Develop a Stack Data Structure to store integer values using two Queues internally.

    Your stack implementation should provide these public functions:

    Explanation:

    ...
  • Ans. 

    Implement a stack using two queues to store integer values with specified functions.

    • Use two queues to simulate stack operations efficiently.

    • Maintain one queue for storing elements and another for temporary storage during push operation.

    • Ensure to handle edge cases like empty stack and maximum size limit.

    • Example: Push operation involves transferring elements from one queue to another before adding the new element.

    • Example...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

My interviewer asked me about my projects and the concepts involved in making it. Then he asked me to solve a string problem which was not very difficult followed by basic questions on array and it's properties. He also asked HTML tags.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from the end to the beginning and append each character to a new string.

    • Use built-in functions like reverse() or slicing to reverse the string.

    • Handle special characters and numbers while reversing the string.

    • Ensure to consider the constraints on the input string length and number of test cases.

  • Answered by AI
Round 3 - HR 

Round duration - 150 minutes
Round difficulty - Easy

This round for Sapient was based on it's core values and how I've implemented these once or more in life. It mostly involved discussion around my leadership, team player, problem solving and innovative skills as a part of the clubs in college. Also, what are my expectations from Sapient and what I bring to them

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in GurgaonEligibility criteriaAbove 6 CGPA, 60% in 12th and 10thPublicis Sapient interview preparation:Topics to prepare for the interview - Strings, Arrays, Stack, Queue, Basics of HTML, Basics of CSS, OOPSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Be confident, clear and calm with the answers during interview
Tip 2 : Practice coding questions on based on different difficulty
Tip 3 : Prepare the topics thoroughly the questions might not be tough but they would be based on the core concept
Tip 4 : You should have at least 2 projects - JAVA and database related or Data Analytics

Application resume tips for other job seekers

Tip 1 : Projects are mandatory you can steer the interview in that direction
Tip 2 : Resume should only have what you actually know and did
Tip 3 : Add extra-curriculars (for Sapient it really matters if you have incidents related team building, leadership, conflict resolution experiences)

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - One hour aptitude,1.5 hour coding
Round difficulty - Medium

First round was of aptitude that was easy and second round was of coding which had medium level questions.

  • Q1. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for efficient prime number identification

    • Optimize by only checking up to the square root of N for divisors

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

First I was asked about my projects and then 2 questions on array were given.

  • Q1. 

    Count Pairs with Given Sum

    Given an integer array/list arr and an integer 'Sum', determine the total number of unique pairs in the array whose elements sum up to the given 'Sum'.

    Input:

    The first line c...
  • Ans. 

    Count the total number of unique pairs in an array whose elements sum up to a given value.

    • Use a hashmap to store the frequency of each element in the array.

    • Iterate through the array and for each element, check if (Sum - current element) exists in the hashmap.

    • Increment the count of pairs if the complement exists in the hashmap.

    • Divide the count by 2 to avoid counting duplicates (arr[i], arr[j]) and (arr[j], arr[i]) separ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Nanak Dev University. Eligibility criteriaNoNagarro interview preparation:Topics to prepare for the interview - Data structures,machine learning,deep learning,oops , dbmsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Data structures should be on your tips.
Tip 2 : Learn how to make logic.
Tip 3 : Be confident while giving the interview.

Application resume tips for other job seekers

Tip 1 : Add projects with description.
Tip 2 : Be true to yourself in resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 minutes
Round difficulty - Medium

  • Q1. 

    LRU Cache Task Description

    Design and implement a data structure for a Least Recently Used (LRU) cache to support two operations:

    1. get(key) - Returns the value for the given key if it exists in the cac...
  • Ans. 

    Design and implement a Least Recently Used (LRU) cache data structure supporting get and put operations with specified constraints.

    • Implement a data structure for LRU cache with get and put operations

    • Maintain a capacity limit and remove least recently used item when exceeding capacity

    • Handle get operation by returning value for given key or -1 if key does not exist

    • Handle put operation by inserting or updating key-value p...

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 minutes
Round difficulty - Hard

Round 3 - HR 

(1 Question)

Round duration - 15-20 minutes
Round difficulty - Easy

  • Q1. Can you tell me about yourself and describe some condition-based questions you were asked?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteriaNo criteriaCognizant interview preparation:Topics to prepare for the interview - Computer network, C++, Oops, Data structure, DBMS, SQL, cloud computingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : First of all you have to clear first round so make sure you practice aptitude questions daily
Tip 2 : Learn each and every topic of Oops with real life examples
Tip 3 : Write limited thing in your resume and make sure everything you write in your resume you must have a great knowledge of them.

Application resume tips for other job seekers

Tip 1: mention atleast two projects
Tip 2:if you have a patent then it is plus point for you.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Sep 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

First Round-It was 90 minutes round and basically contains aptitude question which you need to solve quickly.

  • Q1. MCQs

    Normal aptitude and English and reasoning questions.

  • Ans. 

    The question involves multiple choice questions on aptitude, English, and reasoning.

    • Practice solving different types of aptitude questions like numerical reasoning, logical reasoning, and data interpretation.

    • Improve your English skills by reading books, newspapers, and practicing grammar exercises.

    • Enhance your reasoning abilities by solving puzzles, brain teasers, and logical reasoning problems.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

My interview started and the interviewer asked me to introduce myself. Also he asked me some questions related to my hobbies like the last movie I saw in theatre (these questions are asked to make you comfortable and familiarise you with the interview) .

After this he asked me about my projects.
In which technology did I work. What is my project all about , what are its features and how is it useful in the real world.

After this, since I made my project in native Android using Java he asked me some conceptual questions in Java.He asked me about Collection framework.
After this he asked me about OOPs.What is OOPs, then he asked me about polymorphism and told me to explain it.

Finally, he gave me a question and asked me to code it.
Q. Find the second largest element in the given array (don't use sorting ).
Eg. arr={6,7,8,9,0}
Then, output=8

Interview took around 35-40 min .
At last he asked me if I had any questions for him to which I replied in what technologies do I get to work on if I get selected.

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if second largest element does not exist.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology, Raipur. I applied for the job as SDE - Intern in BangaloreEligibility criteria7+ CGPA, No Active backlogsOptum interview preparation:Topics to prepare for the interview - Arrays, Linked Lists , Stacks & Queues ,Trees and Graphs, OOPs, AlgorithmsTime required to prepare for the interview - 5 monthInterview preparation tips for other job seekers

Tip 1 : Consistency-Solving problems daily 
Tip 2 : Quality over quantity
Tip 3 : build confidence by solving problems till you confident about any topic (don't go over number of questions)

Application resume tips for other job seekers

Tip 1 : Be Precise 
Tip 2 : mention only important tech related things like projects and experiences

Final outcome of the interviewSelected

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Subarray Sums I Problem Statement

    You are provided with an array of positive integers ARR that represents the strengths of different “jutsus” (ninja techniques). You are also given the strength of the ene...

  • Ans. 

    Count the number of subarrays whose combined strength matches the given enemy strength.

    • Iterate through the array and maintain a running sum to check for subarrays with sum equal to the enemy strength.

    • Use a hashmap to store the running sum frequencies and increment the count of subarrays accordingly.

    • Return the count of subarrays that sum up to the given enemy strength.

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was in the night around 7:00PM-7:15PM. Platform used for this round was skype. Interviewer was very friendly in nature. This round focusses more on your personality rather than knowledge.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteriaNo backlogsCognizant interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithm, oop, ghraph , aca , cnTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Coding questions
Tip 2 : Try not to lie on resume

Application resume tips for other job seekers

Tip 1 : It should not be too long or too short. 
Tip 2 : Do not put false thing

Final outcome of the interviewRejected

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1.Self introduction 2.question about my department(ex ECE) 3.oops (polymorphism,inheritance,encapsulation) 4.programming C language because i preferred factorial of given number using recursion ...
Round 2 - HR 

(1 Question)

  • Q1. Just a formalities of checking address aadhar no mobile num thats all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on resume becoz what u have to tell in self intro is they are going to ask question.So be aware using words in self intro :)

I applied via Campus Placement and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Asking about resume and basic questions about my core, basic code questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your resume strongly, study about your concern department and then study some basic codes
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What was ur expected salary
  • Ans. 

    I expect a salary that reflects my skills, the industry standard, and the value I can bring to the team.

    • Research industry standards: For example, internships in my area typically range from $15 to $25 per hour.

    • Consider my skills: If I have specific skills like proficiency in Python or Java, I might expect a higher rate.

    • Value to the company: I believe my contributions can help improve project efficiency, which justifies...

  • Answered by AI
  • Q2. Tell the needed one
  • Ans. 

    The needed one refers to identifying essential skills or qualities for a software developer intern role.

    • Strong programming skills: Proficiency in languages like Python, Java, or JavaScript.

    • Problem-solving ability: Ability to tackle coding challenges, e.g., solving algorithmic problems on platforms like LeetCode.

    • Team collaboration: Experience working in teams, such as contributing to group projects in school or open-sou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepared for every round

IDeaS Revenue Solutions Interview FAQs

How many rounds are there in IDeaS Revenue Solutions Software Developer Intern interview?
IDeaS Revenue Solutions interview process usually has 2 rounds. The most common rounds in the IDeaS Revenue Solutions interview process are Aptitude Test, One-on-one Round and Technical.
What are the top questions asked in IDeaS Revenue Solutions Software Developer Intern interview?

Some of the top questions asked at the IDeaS Revenue Solutions Software Developer Intern interview -

  1. reverse a str...read more
  2. Java OOP questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

IDeaS Revenue Solutions Software Developer Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

-

Salary

-

Job security

4.0

Company culture

-

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Technical Support Engineer
21 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹18 L/yr - ₹28 L/yr

Technical Support Engineer
15 salaries
unlock blur

₹4 L/yr - ₹6.4 L/yr

Data Analyst
14 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Software Engineer
13 salaries
unlock blur

₹11.3 L/yr - ₹19 L/yr

Explore more salaries
Compare IDeaS Revenue Solutions with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare
write
Share an Interview