Upload Button Icon Add office photos

Filter interviews by

Rolling Rock Software Interview Questions, Process, and Tips

Updated 11 Jun 2024

Top Rolling Rock Software Interview Questions and Answers

View all 9 questions

Rolling Rock Software Interview Experiences

Popular Designations

6 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - One-on-one 

(1 Question)

  • Q1. Various stages of SDLC ? Describe agile methodologies(sprint planning, daily standup, sprint demo, sprint retrospective). Previous role , project experience. Explain user stories.
  • Ans. 

    SDLC stages include planning, analysis, design, implementation, testing, and maintenance. Agile methodologies involve sprint planning, daily standup, sprint demo, and sprint retrospective.

    • SDLC stages: planning, analysis, design, implementation, testing, maintenance

    • Agile methodologies: sprint planning, daily standup, sprint demo, sprint retrospective

    • Example: In sprint planning, the team decides on the work to be complet...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR asks for Health care domain knowledge.

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Junior Software Developer Interview Questions & Answers

user image Ravalnath Banoshi

posted on 21 May 2024

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

I applied via Walk-in and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Basic multiple choice questions based on c# ,sql serve, pseudo code all are basics

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts,SQL query based on joins,sub query ,basic javascript

Top Rolling Rock Software Junior Software Developer Interview Questions and Answers

Q1. What is a stored procedure and how different is it from function
View answer (1)

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.

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

(2 Questions)

  • Q1. What is UX to you
  • Q2. If you were to given task to create a UI website what will be your approach
  • Ans. 

    My approach would involve understanding the target audience, creating wireframes, designing visually appealing interfaces, and conducting user testing.

    • Understand the target audience and their needs

    • Create wireframes to plan the layout and functionality

    • Design visually appealing interfaces using color theory and typography

    • Conduct user testing to gather feedback and make improvements

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Rolling Rock Software UI UX and Visual Designer interview:
  • What is Ux
  • Your design process
Interview preparation tips for other job seekers - Refer books, video etc on what is UX, ui, find or show you method of solving the problem, take some time when answering questions

Skills evaluated in this interview

UI UX and Visual Designer Interview Questions asked at other Companies

Q1. If you were to given task to create a UI website what will be your approach
View answer (1)
Round 1 - Technical 

(3 Questions)

  • Q1. What are the different types of SQL joins.what is the difference between them
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column between them.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of bo

  • Answered by AI
  • Q2. What is a stored procedure and how different is it from function
  • Ans. 

    A stored procedure is a precompiled set of SQL statements that can be called by name, while a function returns a value.

    • Stored procedures are used to perform a specific task, such as inserting or updating data in a database.

    • Functions return a value, while stored procedures do not necessarily return a value.

    • Stored procedures can be called from within other SQL statements, while functions cannot.

    • Stored procedures can have...

  • Answered by AI
  • Q3. Explain MVC in detail
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • MVC is widely used in web development frameworks like Ru

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How we can redirect to different page in MVC
  • Ans. 

    In MVC, we can redirect to a different page using the RedirectToAction method.

    • Use the RedirectToAction method in the controller action method

    • Pass the action name and controller name as parameters to the method

    • Optionally, pass route values as a parameter to the method

    • Example: return RedirectToAction("Index", "Home");

  • Answered by AI
  • Q2. What is index and it's types
  • Ans. 

    Index is a pointer to a specific element in an array or database table.

    • Indexes improve query performance by reducing the number of rows that need to be scanned.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure.

    • Unique indexes ensure that each value in the index column ...

  • Answered by AI
  • Q3. Difference between tempdata and session in MVC
  • Ans. 

    TempData stores data for a single request while Session stores data for multiple requests.

    • TempData is used to store data temporarily for a single request.

    • Session is used to store data for multiple requests.

    • TempData is cleared after a single request while Session data persists until the session expires or is cleared.

    • TempData is useful for passing data between actions while Session is useful for maintaining user-specific

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you know explain it with to the point.If you don't know the answer of any question don't Bragg, simply say sorry I m not sure about it

Skills evaluated in this interview

Top Rolling Rock Software Junior Software Developer Interview Questions and Answers

Q1. What is a stored procedure and how different is it from function
View answer (1)

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Rolling Rock Software interview questions for popular designations

 Junior Software Developer

 (2)

 Claims Coordinator

 (1)

 Software Developer

 (1)

 Business Analyst

 (1)

 UI UX and Visual Designer

 (1)

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

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What would you do when you need help in processing the claims
  • Ans. 

    I would reach out to my supervisor or team members for guidance and support in processing the claims.

    • Consult with supervisor for clarification on procedures

    • Collaborate with team members to troubleshoot issues

    • Seek training or resources to improve claim processing skills

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Claims Coordinator Interview Questions asked at other Companies

Q1. What would you do when you need help in processing the claims
View answer (1)

I applied via Indeed and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General apti question with some verbal ability ques. The ques were easy to solve.

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to give interview, the people around there were nice and polite. I was told that I have cleared the apti round and they will get back to be.
I drop the mail to them, but they didnt reply.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Rolling Rock Software

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: It was great and quite easy as most of the questions were on logical reasoning and basic grammer
Tips: dont waste ur time on single question be as quick as u can
Duration: 80 minutes
Total Questions: 170

Round: Technical Interview
Experience: Basic question from all the subjects ie. OS data structure and major question were on final year project
Tips: be prepare to answer anything asked about ur project

Round: HR Interview
Experience: the most easiest round of all. few basic situation will be placed and they will chec

College Name: RAMRAO ADIK INSTITUTE OF TECHNOLOGY

Interview Questionnaire 

4 Questions

  • Q1. On a range of 10, how much would you rate yourself
  • Q2. Speak about yourself
  • Q3. Speak about your projects
  • Q4. Why TCS
  • Ans. 

    TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.

    • TCS has a strong reputation in the IT industry

    • TCS offers diverse opportunities for growth and learning

    • TCS has a global presence and works with top clients

    • TCS provides a supportive and collaborative work environment

    • TCS values innovation and encourages employees to think creatively

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Study your resume thoroughly.
Read about the company before handed.

General Tips: Stay Confident.
Skills: Confidence, Ability To Convince
College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself
  • Q2. Favorite subject?
  • Ans. 

    Computer Science

    • Algorithms and data structures

    • Software development methodologies

    • Programming languages

  • Answered by AI
  • Q3. Why IT company even though you are from other background?
  • Q4. What is CMOS?
  • Ans. 

    CMOS stands for Complementary Metal-Oxide-Semiconductor. It is a type of technology used in electronic devices.

    • CMOS is a type of semiconductor technology used in microprocessors, memory chips, and other electronic devices.

    • It uses both p-type and n-type metal-oxide-semiconductor field-effect transistors (MOSFETs) to reduce power consumption and increase speed.

    • CMOS is commonly used in digital circuits, such as in compute...

  • Answered by AI
  • Q5. What are delays? How to avoid delays?
  • Ans. 

    Delays are interruptions or setbacks in a process. They can be avoided by proper planning and communication.

    • Identify potential delays and plan for them

    • Communicate effectively with team members and stakeholders

    • Use project management tools to track progress and identify issues

    • Address issues promptly to prevent further delays

    • Continuously evaluate and improve processes to minimize delays

  • Answered by AI
  • Q6. Any idea about current affairs in IT industry?

Interview Preparation Tips

Round: HR Interview
Experience: Good experience. HR person was kind and they make sure that you are comfortable while talking.
Tips: do not be nervous. If you are nervous then take your time.

Round: Technical Interview
Experience: Good when asked questions about core field but couldn't answer IT related questiones.
Tips: Do not bluff. Tell that you dont know if you don't know

Skills: Confidence
College Name: Vidyalankar Institute Of Technology
Funny Moments: I said that I will do anything to keep my family away from financial crisis. Then after few seconds I mentioned anything in the sense "Legally". Interviewee laughed.

Interview Questionnaire 

6 Questions

  • Q1. Task given on project
  • Q2. How you will be manage when you will be relocate
  • Q3. Are you really intrested to work in it firm
  • Q4. Ques on optical fibers
  • Q5. Simple c code
  • Q6. Test you under pressure
  • Ans. 

    The question is related to testing under pressure.

    • Stay calm and focused

    • Prioritize tasks

    • Break down complex problems

    • Communicate effectively

    • Use time management techniques

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: It was very good experience

General Tips: be confident on your ans

Skills: Vocabulary Skills
College Name: Vidyalankar Institute Of Technology
Funny Moments: hr interview was way more technical than the technical interview

Rolling Rock Software Interview FAQs

How many rounds are there in Rolling Rock Software interview?
Rolling Rock Software interview process usually has 1-2 rounds. The most common rounds in the Rolling Rock Software interview process are Technical, HR and Resume Shortlist.
How to prepare for Rolling Rock Software 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 Rolling Rock Software. The most common topics and skills that interviewers at Rolling Rock Software expect are Web Api, MVC, Healthcare, ASP.Net and Angular.
What are the top questions asked in Rolling Rock Software interview?

Some of the top questions asked at the Rolling Rock Software interview -

  1. What is a stored procedure and how different is it from funct...read more
  2. What are the different types of SQL joins.what is the difference between t...read more
  3. If you were to given task to create a UI website what will be your appro...read more

Tell us how to improve this page.

Rolling Rock Software Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Anywhere Interview Questions
4.5
 • 14 Interviews
View all

Rolling Rock Software Reviews and Ratings

based on 23 reviews

2.9/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.0

Salary

2.3

Job security

3.0

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 23 Reviews and Ratings
Network Security Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Creative Director

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer 1
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rolling Rock Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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