Upload Button Icon Add office photos
Engaged Employer

i

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

Incredible Visibility Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Incredible Visibility Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They need skills of googler at 4 lakhs
  • Q2. 2 leetcode hard and 2 project Euler problems,did all still got rejected
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode Hard questions
  • Q2. IPO Leetcode Hard
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 Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have experience in conducting market research and analyzing data to identify trends

    • I am proficient in using tools like Excel, SQL, and Tableau for data analysis

    • I have excellent communication skills and can effectively collaborate with cross-functional

  • Answered by AI
  • Q2. Some questions on project
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 - Case Study 

They will give you to study Abode Magento to study.

Round 3 - Assignment 

They will ask you create a presentation and to present it.
Even after getting the job offer and joining the company please don't think that they will confirm your position. Anytime the higher management will ask you to give test and if you don't perform they will ask you to leave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after getting the job offer and joining the company please don't think that they will confirm your position. You will ask to give 2-3 test every month on the course they will tell you to study. If you don't clear the test they will ask you to leave.

And if you are a new joinee they expect you to do their whole work immediately.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 min test on simple google form

Round 2 - Coding Test 

Half hour conding round on basic javascript questions

Round 3 - Coding Test 

One hour coding round on little bit intermediate javascript questions

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test mainly covered logical reasoning, quantitative aptitude, and basic programming concepts. Questions were of moderate difficulty, with some time-based problem-solving challenges. Practicing common aptitude topics like puzzles, numerical ability, and coding fundamentals can help in preparation.

Round 2 - Group Discussion 

The group discussion round focused on general topics related to technology, current affairs, and workplace scenarios. The evaluators were looking for clarity of thought, communication skills, and how well candidates could present their points while engaging with others. Staying confident and actively participating helped in getting selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be consistent and work hard
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What experience do you have in this role?
  • Q2. What tools or technologies are you comfortable using?
  • Ans. 

    I am proficient in various data analysis tools, including Excel, SQL, Python, and visualization software like Tableau.

    • Excel: Advanced functions, pivot tables, and data visualization.

    • SQL: Writing complex queries for data extraction and manipulation.

    • Python: Utilizing libraries like Pandas and NumPy for data analysis.

    • Tableau: Creating interactive dashboards for data visualization.

    • R: Statistical analysis and data visualiza

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Up – A simple follow-up email can increase your chances of getting hired.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself and your experience in software development.
  • Ans. 

    Aspiring software engineer with a passion for coding, problem-solving, and building innovative applications.

    • Completed a Bachelor's degree in Computer Science, where I developed a strong foundation in programming languages like Java and Python.

    • Interned at XYZ Corp, where I contributed to a team project that improved the efficiency of a data processing application by 30%.

    • Worked on personal projects, including a web appli...

  • Answered by AI
  • Q2. Why did you choose software engineering as a carrier ?
  • Ans. 

    I chose software engineering for its creativity, problem-solving opportunities, and the impact it has on our daily lives.

    • Passion for technology: I have always been fascinated by how software can solve complex problems and improve efficiency.

    • Creativity: Software engineering allows me to express my creativity by designing innovative solutions and applications.

    • Impact: I want to create software that can positively affect p...

  • Answered by AI
  • Q3. What do you know about our company and its tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Learning Stay updated with industry trends and tools through courses, blogs, and workshops.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

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

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Incredible Visibility Interview FAQs

How to prepare for Incredible Visibility 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 Incredible Visibility. The most common topics and skills that interviewers at Incredible Visibility expect are Information Technology, Javascript, Animation, Social Media and Computer science.

Tell us how to improve this page.

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
DynPro Interview Questions
3.8
 • 19 Interviews
View all

Incredible Visibility Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

3.9

Salary

3.8

Job security

4.0

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Customer Care Executive
4 salaries
unlock blur

₹3.2 L/yr - ₹4.2 L/yr

Senior HR Executive
4 salaries
unlock blur

₹4.5 L/yr - ₹5.6 L/yr

Junior System Engineer
4 salaries
unlock blur

₹2.9 L/yr - ₹4.1 L/yr

Customer experience Executive
4 salaries
unlock blur

₹5.5 L/yr - ₹6.7 L/yr

Full Stack Developer
4 salaries
unlock blur

₹7.3 L/yr - ₹8 L/yr

Explore more salaries
Compare Incredible Visibility with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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