Upload Button Icon Add office photos

Filter interviews by

Rock Spark Info Media Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Questions on Summer Internship
  • Q2. What are your 2 Weaknesses ? Explain them to me ?
  • Ans. 

    I tend to overthink and can be too self-critical at times.

    • I often spend too much time analyzing details and can lose sight of the bigger picture.

    • I sometimes struggle with making decisions quickly due to overthinking.

    • I can be too hard on myself and take criticism too personally.

    • For example, in my previous job, I spent too much time perfecting a project and missed the deadline.

    • Another example is when I received construct...

  • Answered by AI
  • Q3. What is the process of launching a new product to market ? Explain each step ?
  • Ans. 

    Launching a new product involves several steps, from ideation to market launch.

    • Conduct market research to identify customer needs and preferences

    • Develop a product concept and create a prototype

    • Test the product with focus groups and make necessary adjustments

    • Create a marketing plan and determine pricing strategy

    • Launch the product and monitor sales and customer feedback

    • Make any necessary improvements or adjustments based...

  • Answered by AI
  • Q4. Difference between Primary and Secondary Research ?
  • Ans. 

    Primary research is original research conducted by the researcher, while secondary research is based on existing research.

    • Primary research involves collecting new data through surveys, interviews, experiments, etc.

    • Secondary research involves analyzing existing data from sources like books, journals, websites, etc.

    • Primary research is more time-consuming and expensive than secondary research.

    • Secondary research is useful ...

  • Answered by AI
  • Q5. Guesstimate : No of traffic signals between Aurangabad and Pune.
  • Ans. 

    There are approximately 50-60 traffic signals between Aurangabad and Pune.

    • Consider the distance between Aurangabad and Pune is around 235 km.

    • Assuming an average distance of 4 km between two signals, there would be around 58-59 signals.

    • However, the number may vary based on the route taken and the traffic density.

    • Also, the number of signals may have increased or decreased over time due to road development projects.

    • Hence,...

  • Answered by AI
  • Q6. Tell me something about yourself ?
  • Ans. 

    I am a highly motivated individual with a passion for problem-solving and continuous learning.

    • I have a degree in computer science and have worked as a software engineer for 3 years.

    • I enjoy taking on new challenges and have experience working in both team and individual settings.

    • In my free time, I enjoy reading books on technology and attending tech conferences to stay up-to-date with the latest trends.

    • I am also an avid...

  • Answered by AI
  • Q7. What is the process of Market Research ?
  • Ans. 

    Market research involves gathering and analyzing information about a target market to make informed business decisions.

    • Identify research objectives and target audience

    • Choose research methods (surveys, focus groups, etc.)

    • Collect and analyze data

    • Draw conclusions and make recommendations

    • Continuously monitor and update research

    • Example: Conducting a survey to determine customer satisfaction with a product

    • Example: Analyzing ...

  • Answered by AI
  • Q8. How did you know about Consumer Neuroscience ? ( I had spoken about it during induction )

Interview Preparation Tips

Round: Test
Experience: Quantitative Aptitude -10 Q ....Questions on P&L AND Percentage ....Cutoff 7
Verbal Ability - 18 Q .....Sentence Correction Cutoff -12 Q
Case Studies - 2

Time - 1.5 Hrs
Tips: Questions were quite easy ....Time Management Is Important
Duration: 90 minutes

Round: Behavioural Interview
Experience: Checking the confidence of the candidate. I think the fact that I had carried out a Social Research (Ganpati Procession Analysis in Pune ) helped. I could share that experience.
Tips: During your course try and associate yourself with some kind of research work ( whether it is complete or incomplete does not matter ).
Study the company ( website) as much as you can before the interview.


Round: Technical Interview
Tips: Questions on Summer Internship - Prepare well and do speak about

Skills: Ability To Analyse, Communication, Basics of Market Research
College Name: Department of Management Sciences (PUMBA)

Interview Questionnaire 

13 Questions

  • Q1. Difference between java and c?
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. Aggregation functions in DBMS?
  • Ans. 

    Aggregation functions are used to perform calculations on groups of data in a database.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the GROUP BY clause to group data based on a specific column.

    • COUNT function returns the number of rows in a table or the number of non-null values in a column.

    • SUM function returns the sum of values in a column.

    • AVG function returns the average of values in ...

  • Answered by AI
  • Q3. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
  • Ans. 

    Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

    • Use the reverse() method of the String class to reverse the sentence

    • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

    • Example: 'Hello World' becomes 'dlroW olleH'

  • Answered by AI
  • Q4. Why static is used in "public static void main"?
  • Ans. 

    Static is used in public static void main to allow the method to be called without creating an instance of the class.

    • Static methods belong to the class and not to any instance of the class.

    • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

    • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

  • Answered by AI
  • Q5. Why there is abstract ,interface and enum class in java?
  • Ans. 

    Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

    • Abstract classes provide a partial implementation of a class and cannot be instantiated.

    • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

    • Enums provide a set of named constants.

    • All three are used for abstraction and modularity in Java.

    • Abstract classes and interfaces are used for polym...

  • Answered by AI
  • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
  • Ans. 

    Object-oriented software engineering is a framework for designing and developing software using objects.

    • Object-oriented software engineering is a methodology for designing and developing software using objects.

    • It involves creating classes and objects that encapsulate data and behavior.

    • Frameworks are pre-built structures that provide a foundation for building software applications.

    • Frameworks can include libraries, APIs,...

  • Answered by AI
  • Q7. Properties of java(object oriented languages)
  • Ans. 

    Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Encapsulation hides the implementation details of a class from other classes.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Java also supports abstraction, interfaces, and exception handling.

    • Example: class Car extends Vehi...

  • Answered by AI
  • Q8. Normalization in DBMS (in detail with eg.)
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization helps in efficient data ...

  • Answered by AI
  • Q9. What is difference between ADBMS and DBMS?
  • Ans. 

    ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

    • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

    • ADBMS is used for handling large and complex data sets.

    • DBMS is a basic system for managing data and is used for small and simple data sets.

    • DBMS does not have advanced features like ADBMS.

    • Examples of ADBMS are Oracle, ...

  • Answered by AI
  • Q10. Your Introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and microservices

    • Familiarity with front-end technologies such as HTML, CSS, and React

    • Strong understanding of database management systems like MySQL and MongoDB

    • Experience in Agile development methodologies

  • Answered by AI
  • Q11. Why u want do job?(why ur not doing post graduation?)
  • Ans. 

    I want to gain practical experience and contribute to the industry while also learning on the job.

    • I believe that hands-on experience is invaluable in the software engineering field

    • I am eager to apply my skills and knowledge to real-world projects

    • I am excited to work with a team and learn from experienced professionals

    • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan

  • Answered by AI
  • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
  • Q13. Why this Company ?and some information about company( like achivements)

Interview Preparation Tips

Round: Test
Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

Round: HR Interview
Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

General Tips: Do aptitude test practice online more
Don't add things that u dont know in resume
(for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
Skills: Java programming, c++, sql(DBMS), Html
College Name: TERNA ENGINEERING COLLEGE
Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. What do you know about the company?
  • Ans. 

    Intern is a leading company in the tech industry, specializing in software development and digital solutions.

    • Specializes in software development and digital solutions

    • Known for innovative projects and cutting-edge technology

    • Offers internship opportunities for students and recent graduates

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume has been shortlisted by the company as per its requirement.

Round: HR Interview
Experience: I told them each and everything about the company.

I was interviewed in Feb 2017.

Interview Questionnaire 

1 Question

  • Q1. What do you know about the company?
  • Ans. 

    Intern is a leading company in the tech industry, specializing in software development and digital solutions.

    • Specializes in software development and digital solutions

    • Known for innovative projects and cutting-edge technology

    • Offers internship opportunities for students and recent graduates

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was shortlisted as per company's requirement.

Round: HR Interview
Experience: I told them each and everything i knew at that point of time about the company.

College Name: IMI Kolkata
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 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 - HR 

(1 Question)

  • Q1. General question about your background companies you worked with relevant experience
Round 3 - Technical 

(2 Questions)

  • Q1. What is budgeting What is forecasting Foreign exchange diff AS 11 Prepare product budget
  • Ans. 

    Budgeting is the process of creating a financial plan for a specific period. Forecasting is predicting future financial outcomes.

    • Budgeting involves estimating income and expenses for a specific period

    • Forecasting involves predicting future financial outcomes based on past data and trends

    • Foreign exchange diff AS 11 refers to the accounting treatment of foreign exchange gains or losses

    • Preparing a product budget involves e...

  • Answered by AI
  • Q2. How you resolve team issues How you will forward report with some missing report
Round 4 - Technical 

(1 Question)

  • Q1. Diff between budget and forecasts Prepare a budget for buying software Salary expenses increase but head count is same Variance analysis
  • Ans. 

    Difference between budget and forecasts, preparing a software buying budget, salary expenses increase but head count is same, variance analysis.

    • Budget is a financial plan for a specific period, while forecast is an estimate of future financial outcomes.

    • Preparing a software buying budget involves identifying the software needs, researching prices, and allocating funds.

    • Salary expenses increasing while head count remains ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about what written in your cv
And presentable
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 3 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 - Aptitude Test 

Easy and simple quest during round one. Easy to crack

Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me abt yourself
  • Q2. Platforms knowledge and process related questions
  • Q3. Explain metrics used in Digital marketing's and main KPI
  • Ans. 

    Metrics used in digital marketing include CTR, CPC, CPA, and main KPI is ROI.

    • CTR (Click-Through Rate) measures the percentage of clicks on an ad compared to the number of impressions.

    • CPC (Cost Per Click) is the amount paid for each click on an ad.

    • CPA (Cost Per Acquisition) measures the cost of acquiring a customer through a specific campaign.

    • ROI (Return on Investment) is the main KPI, calculating the revenue generated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022. 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 - One-on-one 

(1 Question)

  • Q1. Why do you think u want PR as a career

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and dont panic.. it will go good

I applied via LinkedIn and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is sem in digital marketing?
  • Ans. 

    SEM stands for Search Engine Marketing, which involves promoting websites by increasing their visibility in search engine results pages.

    • SEM involves paid advertising on search engines like Google and Bing

    • It includes strategies like keyword research, ad copywriting, and bid management

    • SEM can be used to drive traffic, increase brand awareness, and generate leads or sales

    • Examples of SEM platforms include Google Ads, Bing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prep well. do well and they will go in detail for each thing on the cv

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Q2. Ansible concepts, this was major focus
  • Q3. Jenkins pipeline concepts
  • Q4. Basic other tools questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Whats your role and responsibilities

Tell us how to improve this page.

Interview Questions from Similar Companies

Iris Software Interview Questions
4.0
 • 142 Interviews
TO THE NEW Interview Questions
3.7
 • 131 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
G4S Interview Questions
4.0
 • 95 Interviews
SGS Interview Questions
3.9
 • 92 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Annalect Interview Questions
3.5
 • 69 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
View all

Rock Spark Info Media Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Rock Spark Info Media with

G4S

4.0
Compare

SGS

3.9
Compare

R.R. Donnelley

3.9
Compare

Iris Software

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