Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Photon Interactive Team. If you also belong to the team, you can get access from here

Photon Interactive Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Photon Interactive Innovation Consultant Interview Questions, Process, and Tips for Freshers

Updated 31 Mar 2017

Top Photon Interactive Innovation Consultant Interview Questions and Answers for Freshers

Photon Interactive Innovation Consultant Interview Experiences for Freshers

2 interviews found

Innovation Consultant Interview Questions & Answers

user image P.LAKSHMI MONICA

posted on 10 Jan 2015

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Questions on BTP
  • Q3. How was your experience after coming to IIT what did you achieve

Interview Preparation Tips

Round: Test
Experience: Aptitude has general questions ,In section 2(software) they asked us to write a program for 2 questions
Tips: Try to score maximum in aptitude test software section I could not do well but I got selected.
Duration: 90 minutes
Total Questions: 30

Round: Interview
Experience: They mainly see for your confidence ,enthusiasm to learn things quickly.They asked me one question from software.
Tips: Prepare HR questions thoroughly from 64 HR question book

Skill Tips: Questions on BTP or internship include what is the outcome of project?
How did u analyse the situation?
How did u come up with a particular decision?
Skills: Quick learning ability, Analytical skills, logical skills
College Name: IIT Madras

Innovation Consultant Interview Questions & Answers

user image Ravi Kanth Uppuluri

posted on 16 Jan 2015

Interview Questionnaire 

6 Questions

  • Q1. Questions on coding related experience(interns,academic projects) written in resume
  • Q2. What is responsive design ? How will you develop responsive websites ?
  • Ans. 

    Responsive design is an approach to web design that ensures optimal viewing experience across all devices.

    • Use flexible grids and layouts

    • Prioritize content and adjust font sizes and images accordingly

    • Test on multiple devices and screen sizes

    • Use media queries to adjust styles based on device characteristics

    • Consider touch screen navigation and interactions

  • Answered by AI
  • Q3. What are synchronous and asynchronous calls ?
  • Ans. 

    Synchronous calls wait for a response before continuing, while asynchronous calls do not wait and continue executing.

    • Synchronous calls block the execution until a response is received

    • Asynchronous calls do not block the execution and continue executing

    • Synchronous calls are easier to understand and debug

    • Asynchronous calls are more efficient and prevent the UI from freezing

    • Examples of synchronous calls include function ca...

  • Answered by AI
  • Q4. Tell 5 new features of HTML 5
  • Ans. 

    HTML 5 introduced several new features to enhance web development.

    • 1. Canvas element for drawing graphics on the fly

    • 2. Video and audio elements for embedding media content

    • 3. Local storage capabilities for storing data on the client side

    • 4. New form input types like date, email, and range

    • 5. Support for geolocation for location-based services

  • Answered by AI
  • Q5. Write a javascript code to compare given two dates
  • Ans. 

    Javascript code to compare two dates

    • Convert the dates to Date objects

    • Use the getTime() method to get the time in milliseconds

    • Compare the two time values

  • Answered by AI
  • Q6. Do you want to anything from our side ?
  • Ans. 

    No, I don't need anything from your side at the moment.

    • I have all the necessary information for now.

    • If I need anything in the future, I will let you know.

    • Thank you for asking.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Section-1Most of the question were on aptitude. Objective questions in coding were on basics of Java, OOP.
Section-2
Two coding problems were given. You can code in any language of your choice(C,C++,Java). The questions were simple and can be answered easily if you have practice in any one language.
Tips: Test is not given much weightage if the student has experience in programming (intern or project ..etc)

Round: Technical Interview
Experience: Interview consists only 1 roundI have experience in web development. So they asked most of the questions related to web development.
I didnt answer all the questions. For questions which I dont know I immediately agreed that I have no knowledge in that.
Tips: Answer confidently. Confidence level will really have a lot of effect in interviews.
Students with any sort of programming experience (intern, project..etc) can get selected easily.

General Tips: Following will help to get placed in a very good software profile
1) Data Structure and Algorithms course
2) Practice in any one coding language. Many websites are available for practice(hackerrank.com,codechef.com ..etc). Questions in interviews will be similar to the questions in these websites.
3) Programming Experience. It can be intern,academic project..etc
College Name: IIT Madras

Skills evaluated in this interview

Innovation Consultant Interview Questions Asked at Other Companies for Fresher

Q1. What is responsive design ? How will you develop responsive websi ... read more
Q2. What are synchronous and asynchronous calls ?
Q3. Write a javascript code to compare given two dates
Q4. Tell 5 new features of HTML 5

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Case Study 

It was related to a Food & Beverage Industry Data

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and attentive
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a business requirement document

Round 2 - Technical 

(1 Question)

  • Q1. What are the strengths and weakness
  • Ans. 

    Strengths include strong analytical skills and attention to detail. Weaknesses may include difficulty with public speaking and time management.

    • Strengths: strong analytical skills

    • Strengths: attention to detail

    • Weaknesses: difficulty with public speaking

    • Weaknesses: time management

  • Answered by AI

Interview Questionnaire 

2 Questions

  • Q1. Oops and database modelling
  • Q2. Design Book my show
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I don’t remember now

Round 2 - Communication round 

(1 Question)

  • Q1. Speak for 3 minutes about any topic you like. How will you phrase a sentence for a given topic?
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate? Are you comfortable table with rotational shifts?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

(2 Questions)

  • Q1. What is Supervised machine learning? Which algorithm you think you can explain brilliantly? Why we use random forest then normal decision tree
  • Ans. 

    Supervised machine learning is a type of ML where the algorithm learns from labeled data. Random forest is used over normal decision tree for better accuracy and to avoid overfitting.

    • Supervised ML learns from labeled data to make predictions on new data

    • Random forest is an ensemble learning method that uses multiple decision trees to improve accuracy

    • Random forest is preferred over normal decision tree to avoid overfitti...

  • Answered by AI
  • Q2. Example of case study
  • Ans. 

    Case study on a successful marketing campaign for a new product launch

    • Identified target audience and their needs

    • Developed a unique selling proposition

    • Created a multi-channel marketing plan

    • Implemented the plan and tracked results

    • Adjusted strategy based on data analysis

    • Achieved high sales and positive customer feedback

  • Answered by AI
Round 3 - Case Study 

Retail case study , company trends salw.. Total sale. Profit charts and reports

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, coding practice and case study is important.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. The interview revolved around the case solution presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of whatever analysis you’ve done with the case provided. The entire case discussion round will revolve around your findings. More than the solution, your sound reasoning ability and communication skills will be tested. There were some mistakes which I noticed while presenting the solution but was able to explain what went wrong as I laid out the core approach right from the start.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic coding test based on easy DSA

Round 2 - Technical 

(3 Questions)

  • Q1. Explain your current project.
  • Q2. Questions around tech stack being used.
  • Q3. Java Springboot and OOPs related questions
Round 3 - Group Discussion 

To develop some sort of a application demonstrating the OOP concepts

Round 4 - HR 

(1 Question)

  • Q1. Behavioural round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 - Coding Test 

DSA Questions, iOS Technical Questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic IOS Question
Round 4 - One-on-one 

(1 Question)

  • Q1. Leadership Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush-up basic of iOS Technical

Photon Interactive Interview FAQs

What are the top questions asked in Photon Interactive Innovation Consultant interview for freshers?

Some of the top questions asked at the Photon Interactive Innovation Consultant interview for freshers -

  1. What is responsive design ? How will you develop responsive website...read more
  2. What are synchronous and asynchronous call...read more
  3. Write a javascript code to compare given two da...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 276 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Photon Interactive Innovation Consultant Salary
based on 4 salaries
₹9 L/yr - ₹14 L/yr
5% less than the average Innovation Consultant Salary in India
View more details
Senior Software Engineer
978 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Software Engineer
482 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Technical Lead
452 salaries
unlock blur

₹9.6 L/yr - ₹28 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹2.7 L/yr - ₹11.4 L/yr

Senior QA Engineer
99 salaries
unlock blur

₹4.9 L/yr - ₹16 L/yr

Explore more salaries
Compare Photon Interactive with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare

HTC Global Services

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