Upload Button Icon Add office photos
Engaged Employer

i

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

infoAnalytica Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

infoAnalytica Interview Questions and Answers

Updated 31 Aug 2022

infoAnalytica Interview Experiences

Popular Designations

5 interviews found

Round 1 - Technical 

(2 Questions)

  • Q1. How will you improve core web vitals?
  • Ans. 

    Improving core web vitals involves optimizing page speed, interactivity, and visual stability.

    • Optimize images and videos to reduce page load time

    • Minimize HTTP requests by combining files and using caching

    • Use lazy loading to defer loading of non-critical resources

    • Eliminate render-blocking resources

    • Reduce server response time by optimizing code and database queries

    • Use a content delivery network (CDN) to reduce latency

    • Pri...

  • Answered by AI
  • Q2. How will you resolve performance issues of a website?
  • Ans. 

    I will identify the root cause and optimize code, database, and server configurations.

    • Analyze website performance using tools like Google PageSpeed Insights, GTmetrix, etc.

    • Identify the root cause of performance issues by analyzing server logs and database queries.

    • Optimize code by reducing database queries, using caching, and minimizing HTTP requests.

    • Optimize database by indexing tables, optimizing queries, and reducing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a clean resume. Present yourself in the best possible manner. Dont panic.

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Interview Questions & Answers

user image Parimal Prakash

posted on 24 Jun 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion about project
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion about project

Interview Preparation Tips

Interview preparation tips for other job seekers - clearly explain your role and responsibility

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2022

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

Round 1 - Aptitude Test 

Basic general English language

Round 2 - Group Discussion 

Basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good job and good salary experience

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Naukri.com and was interviewed in Sep 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions mostly asked forst u have to introduce ur self and they mostly asked about saoftware which is support in sysytem and which runs and acapcity of system how can u build anew page or web page develo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well and dont confused take rime and give answers confidentally

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

infoAnalytica interview questions for popular designations

 Research Analyst

 (1)

 Senior Software Developer

 (1)

 Data Analyst

 (1)

 Senior Software Engineer

 (1)

Research Analyst Interview Questions & Answers

user image Shaival Acharya

posted on 10 Sep 2020

I applied via LinkedIn and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What you would do if you have someone in your team who is unable to communicate ?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is always in advantage of yours when you are well-aware of company, it's history, operations, office locations, everything that you need to know. So, that if at all they ask a question which you are either not aware or are not prepared, you can think of the best answer. So, I would advice to do an extensive research on the company, the operations, the position you would be interviewing for and the importance and role of that position.

Research Analyst Interview Questions asked at other Companies

Q1. What is income statement how do u calculate net profit? What is stock split and merger and takeover and depreciation and amortization and net worth and retaining earnings,book value per share? Types of equity shares etc...
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA question. Searching and Sorting using LL, Array, other basic ds

Round 2 - HR 

(1 Question)

  • Q1. Coding Questions Explanation, HR Policies, Technical Python java Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be Confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between SQL and PL/SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is Oracle's proprietary extension for SQL with procedural features.

    • SQL is a standard language used to manage and manipulate relational databases.

    • PL/SQL is Oracle's proprietary extension to SQL that adds procedural programming capabilities.

    • SQL is used for querying and updating data, while PL/SQL is used for writing stored procedures, functions, a...

  • Answered by AI
  • Q2. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers can be used to enforce business rules, perform data validation, or automate tasks.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

    • Triggers can be defined to execute before or after the triggering event.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i have given its good

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company

infoAnalytica Interview FAQs

How many rounds are there in infoAnalytica interview?
infoAnalytica interview process usually has 1-2 rounds. The most common rounds in the infoAnalytica interview process are One-on-one Round, Aptitude Test and Group Discussion.
How to prepare for infoAnalytica 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 infoAnalytica. The most common topics and skills that interviewers at infoAnalytica expect are Python, Data Mining, SQL, Javascript and Demand Generation.
What are the top questions asked in infoAnalytica interview?

Some of the top questions asked at the infoAnalytica interview -

  1. How will you resolve performance issues of a websi...read more
  2. How will you improve core web vita...read more

Tell us how to improve this page.

infoAnalytica Reviews and Ratings

based on 74 reviews

3.3/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.2

Salary

2.8

Job security

3.0

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 74 Reviews and Ratings
Program Manager

Ahmedabad

5-7 Yrs

Not Disclosed

Voice Trainer

Pune,

Ahmedabad

5-7 Yrs

Not Disclosed

Research Associate - Data Services

Ahmedabad

1-3 Yrs

Not Disclosed

Explore more jobs
Research Associate
42 salaries
unlock blur

₹1.5 L/yr - ₹4.4 L/yr

Inside Sales Representative
30 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Software Engineer
10 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Research Analyst
10 salaries
unlock blur

₹2.7 L/yr - ₹4.2 L/yr

Sales Development Representative
8 salaries
unlock blur

₹6.4 L/yr - ₹8 L/yr

Explore more salaries
Compare infoAnalytica with

Franchise India Brands

2.1
Compare

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

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