Upload Button Icon Add office photos

Filter interviews by

Noevos Market Research & Analysis Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about ur self
  • Ans. 

    I am a highly skilled System Engineer with expertise in designing and implementing complex systems.

    • Experienced in managing and troubleshooting network infrastructure

    • Proficient in virtualization technologies such as VMware and Hyper-V

    • Strong knowledge of operating systems like Windows and Linux

    • Familiar with scripting languages like PowerShell and Bash

    • Excellent problem-solving and communication skills

  • Answered by AI
  • Q2. Have u done any teamwork
  • Ans. 

    Yes, I have experience working in teams.

    • I have worked on several group projects during my studies.

    • I have collaborated with colleagues to solve complex technical problems.

    • I have participated in cross-functional teams to implement system upgrades.

    • I have also been part of agile development teams, working closely with software engineers and testers.

    • One example of teamwork is when I led a team of engineers to successfully d

  • Answered by AI
  • Q3. Family background

Interview Preparation Tips

Round: Test
Experience: There are two sections ....1) verbal 2)analytical and reasoning. paper was little bit tough. i didn't remember the type of questions.

Round: HR Interview
Experience: The HR was very cool and friendly. He asked me general questions like "tell me about ur self","have u done any teamwork" etc and then he asked me about my favourite subject.Then he asked me to explain the subject considering him as an 8th class student. Then he asked me about my family background. And the interview was about 30mins.

General Tips: You must be very cool while facing interview and u should ur confidence and interest towards the company.
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: CPI based shortlisting. Around 6-7 people from MME with CPI > 7.9 were shortlisted.

Round: Interview (Telephonic)
Experience: Duration: 10-15 minutes
Questions :
1. Name 
2. Resume Based Questions 
3. Internships and projects 
4. Technical Questions 
5. Favorite Subject and questions on that 
6. BTP

General Tips: 1. Choose which subject you will say as your favorite and prepare that thoroughly. 
2. Read Proforma of company and prepare accordingly. 
3. It is most secure if you can direct the interviewer to ask questions about your internships and projects, because that is something you know better than him/her. 
4. Prepare puzzles etc. generally asked in interviews. 
5. Keep a Positive Attitude in general. Have an attitude of “I don’t need the company, the company needs me”.
Skill Tips: This company basically needed only 1 MME student was selected - who did both his interns and projects in ‘Modeling and Simulation’.
Skills: Thermodynamics of Materials, Characterization, Manufacturing Processes ,
College Name: IIT- Kanpur

Interview Questions & Answers

Cognizant user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Q2. What do you know about the company?
  • Q3. What are your greatest strength and weaknesses?
  • Q4. What are your ambitions in life?
  • Q5. When are you getting married?

Interview Preparation Tips

Round: Test
Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. 
PART TWO: logical reasoning, standard IQ type Questions, was simple. 
PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.

Round: Technical Interview
Experience: Some regular puzzles were given, which were easy. A discussion on internship work.

Round: HR Interview
Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals.
Tips: Do not panic in the interview.

General Tips: For GD, improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC.
College Name: IIT KANPUR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Candidates with CG equal to or higher than 8.0 were selected.

Round: Test
Experience: It was divided in 2 sets of 45 minutes each.
Coding: To write a function to find if a string is palindrome or not. 
Verbal+quant: These were CAT model questions.
Duration: 90 minutes

Round: Interview
Experience: There were 2 rounds of this interview. Both were HR and questions based on resume and some general questions were asked.
Tips: I think I was selected because of my CG, coding skills and communication skills.

General Tips: If you're preparing for core, make sure you start revising your subjects soon. Keep your notes and concentrate on structures.
Skill Tips: I started my preparations in November by going through case study material available in lan and solving CAT questions.
College Name: IIT MADRAS

Interview Questionnaire 

3 Questions

  • Q1. Asked questions about the projects which were mentioned in the resume
  • Q2. A few questions were asked about the core intern which I did
  • Q3. Asked about the family background

Interview Preparation Tips

Round: Interview
Experience: 1st round: Panel of two. Asked questions about the projects which were mentioned in the resume. A few questions were asked about the core intern which I did. Asked about the family background.10 got selected in the next round of interviews.
I think for the second round of interviews they selected on basis of CG.
No case studies were asked Just my opinion was asked in certain topics in the second interview which was taken by the partner of the firm. He asked my opinion about construction in India.
I did well in the interview and they liked my story about my projects.
Tips: I think for the second round of interviews they selected on basis of CG.
I started preparing in Mid-November. I think placement is more about yourself. Starting earlier doesn't help.

General Tips: 2nd years: Decide where your interest lies. Have a decent CG at least above 8.
3rd years: Know your interest. Have mock PIs and GDs. 

Be genuine. If you don’t know something just tell them, do not act to be over-smart.Just revise your basic level courses. Revise Contracts, IPM, Construction Management.
Skill Tips: Just revise your basic level courses.Revise Contracts, IPM, Construction Management.
College Name: IIT MADRAS

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Why should I hire you
  • Q3. Are you willing to relocate

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section is of 15 minutes duration.
Tips: Prepare for general aptitude and learn the basics of C, C++ and Java.
Duration: 60 minutes

Round: HR Interview
Experience: General HR round questions were asked.
Tips: You must show your confidence and maintain eye contact with the interviewer.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Interview Questionnaire 

7 Questions

  • Q1. What is the diffrence between java & 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. What do u understand by pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages.

    • Pointers allow direct access and manipulation of memory locations.

    • They are commonly used in programming languages like C and C++.

    • Pointers can be used to pass variables by reference, allowing modifications to the original value.

    • They can also be used to dynamically allocate memory.

    • Example: int* ptr; // declares a pointer to an

  • Answered by AI
  • Q3. Introduce urself
  • Q4. Ur weaknesses & strengths
  • Q5. Why should i hire u
  • Q6. Why us
  • Q7. Wer do u see urself in next 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers.

    • Leading a team of developers

    • Working on complex projects

    • Continuing to learn and grow in my role

    • Contributing to the success of the company

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Clear ur basic concepts also practice maths related questions
Tips: NA
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: initially I wasnt aware of the topic. i waited til everyone strted n waited for my turn... til the time i was listening to wat other students wer saying. den i got idea on wat the topic is really abt. i gathered some points in my mind and js spoke wat views i had .. it was ffun actually.
Tips: always first think about the topic before speaking.
Duration: 30 minutes

Round: Technical Interview
Experience: i dont exactly remember wat wer the questions asked.
Tips: NA

Round: HR Interview
Experience: Being honest wil help to crack this interview
Tips: NA

General Tips: WORK HARD TOWARDS YOUR GOAL !
Skill Tips: develop basi programming skills & logics
Skills: programing C/C++, basic java, OS, DB, NETWORKING, OOPS
College Name: SIES Institute Of Technology, Nerul
Motivation: Keep Chasin ur DREAMS.. !!
Funny Moments: yet to come !

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: This was a simpler round, concentrating on basic questions like-
1. Deleting last 'n' nodes of a linked list
2. Check out the given tree is a BST or not.
3. If an array a[i] is a then a[i+1] would be either a+1, a-1 or a so in this array how do you search an element
4. write a ship quality code
Total Questions: Online

Round: Test
Experience: The questions were of this type-


1. Given a tree and all the leaf nodes form a double linked list ( complete tree is given ). How do you find the height of the tree?
2. an array of negative and positive numbers are given. find all contiguous subsets whose sum is equal to zero.

Round: Test
Experience: The difficulty level went up, with questions like-


1. Find Longest Increasing sequence subject to some constraints.
2. An array is given of size n and the elements are in the range 1 to n. Some elements are missing and some are repeated. Find the missing elements and find frequency of all the repeated elements.
3. Three arrays A, B, C. find subset a in A, b in B, c in C such that a + b + c = 0

Round: Test
Experience: Really tough test, with questions like-


1. A tree is given, make a linked list of leaves.
2. for amazon online store what data-structure is used. That is hierarchical structure
3. Asked about make file. How do you club into a single object file.

General Tips: Before making the shortlist, you'll have to sit for an Online written test. The test consists of two parts.
One part will concentrate on aptitude and output of C programs.
1. aptitude, 2. C aptitude, 3. Operating Systems and Time complexities etc.,
Second part will be coding Questions
1. One Question on Trees - definitely
2. One more simple questions on string manipulation
Skills: Algorithms, Puzzles, Data Structures
College Name: IIT ROORKEE

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

18 Questions

  • Q1. How would your friends describe you?
  • Q2. Are you a low/medium or high risk taker? Substantiate your stand
  • Q3. Are you are loner?
  • Ans. 

    No, I am not a loner.

    • I enjoy working in a team and collaborating with others.

    • I believe that teamwork leads to better results.

    • I am comfortable working with people from diverse backgrounds.

    • I actively seek out opportunities to network and build relationships.

    • I am a good listener and value the opinions of others.

  • Answered by AI
  • Q4. Are you an imaginative person?
  • Q5. What are your strengths and weaknesses?
  • Q6. What is your family background and what have you learned from it?
  • Q7. What profile are you looking for?
  • Q8. Why are you fit for investment banking and not corporate finance?
  • Q9. Why do I want to get into ICIC and what do I know about it-
  • Q10. Why ICICI?
  • Q11. What do you know about the company?
  • Q12. What interesting projects are there on your CV? Explain one of them?
  • Q13. Discussed in and out on valuation specific questions related to a project like what projections for Sales, growth Rate, S&A, how to calculate cost of capital?
  • Q14. What approach did you take?
  • Q15. What lines of businesses did you value and how?
  • Q16. What are other competitors doing and how are they growing?
  • Q17. If you are the CEO of the same company what measures will you take to make the company grow to the next level?
  • Q18. What is the difference between bank and private investor?

Interview Preparation Tips

General Tips: Company was very impressed and wanted to make an offer but with a different profile in the interview itself but I was consistent on what I wanted and through strong negotiation finally convinced them that I am fit for Investment banking or global markets and hence that worked
Skills: Economics, Banking
College Name: NA

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
IQVIA Interview Questions
3.9
 • 452 Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
C5i Interview Questions
4.1
 • 43 Interviews
GfK MODE Interview Questions
3.3
 • 22 Interviews
View all

Noevos Market Research & Analysis Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

4.5

Skill development

4.6

Work-Life balance

4.3

Salary & Benefits

4.1

Job Security

4.3

Company culture

3.9

Promotions/Appraisal

4.3

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Information Analyst
7 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Data Analyst
5 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Research Analyst
5 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Information Analyst
5 salaries
unlock blur

₹0.8 L/yr - ₹2 L/yr

Project Manager
4 salaries
unlock blur

₹3.3 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Noevos Market Research & Analysis with

Frost & Sullivan

3.1
Compare

Kantar

3.6
Compare

Nielsen

3.7
Compare

IQVIA

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview