Upload Button Icon Add office photos

Filter interviews by

Visual Infosoft Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via campus placement at CVR College of Engineering, Hyderabad and was interviewed in Aug 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

Was easy based on basic cognitive logical reasoning quants and verbal and some puzzles

Round 2 - Group Discussion 

2 nd was group discussion where its for 10 minutes ,u need to talk relevent points and you will be shortlisted to next round

Round 3 - Technical 

(3 Questions)

  • Q1. Difference betwen python and java
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and readability, while Java is a statically typed, object-oriented language with a strong emphasis on performance and scalability.

    • Python is dynamically typed, while Java is statically typed.

    • Python uses indentation for code blocks, while Java uses curly braces.

    • Python is commonly used for web development, data analysis, and artificial intel...

  • Answered by AI
  • Q2. What is exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Exception handling allows developers to gracefully handle errors that occur during program execution.

    • In Java, exceptions are objects that are thrown when an error occurs.

    • Developers can use try, catch, and finally blocks to handle exceptions.

    • Example: try { // code that may throw an exception } catch (Exception e) { // handle t...

  • Answered by AI
  • Q3. What is react and explain its components
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React can be used for building single-page applications.

    • Components in React can have state and props.

    • React follows a unidirectional data flow.

  • Answered by AI
Round 4 - Technical 

(5 Questions)

  • Q1. Sql based question which was of moderate level
  • Q2. Dsa question based on hashmap,hashset and questions on oops
  • Q3. Basic java psuedocodes and (when this syntax what happens)like questions
  • Q4. Expalination of projects in java
  • Ans. 

    Projects in Java involve developing software applications using the Java programming language.

    • Java projects can range from simple console applications to complex web applications.

    • Common Java project topics include data structures, algorithms, GUI development, and database connectivity.

    • Examples of Java projects include a student management system, a banking application, and a social media platform.

  • Answered by AI
  • Q5. Questions based on html react and css(basically questions will be asked on the skills which you mentioned in resume)
Round 5 - Behavioral 

(1 Question)

  • Q1. Interaction with manager on your communication skils and values and some technical
Round 6 - HR 

(1 Question)

  • Q1. Interaction with hr this was final round

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral round with manager
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Cleared the reasoning and aptitude test.

Round 2 - Coding Test 

Cleared interview on selenium, javascript, cypress, Manual testing and coding on javascript

Round 3 - Group Discussion 

Had discussion with client and manager. Over view of personal skills, technical skills on Cypress.

Round 4 - HR 

(2 Questions)

  • Q1. How do you choose the organizations if you got another offer in the hand
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all the technical rounds is not only to clear HR round is main. Even it took 100 mins instead of scheduled 45 mins. only to satisfy the HR is main after asking irrelevant questions on other stuffs. Even I answered them.

Rejected me because of salary package. There is no discussion came on salary package. What a tragedy.

You know my experience, salary and other stuffs bit you took interview and got selected all the rounds. I didn't say that the people do wrong it is purely on the last round you attend.
I won't recommend or encourage this type of nature by organization.

Don't join in this type of organisation please.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself in a shortway

Web Developer & Designer Interview Questions & Answers

Paras Cadd user image Abdul Samad Atiullah Ansari

posted on 22 Dec 2023

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

I applied via LinkedIn and was interviewed in Nov 2023. 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 

(5 Questions)

  • Q1. There was f2f interview.. Mostly asked basic questions and from your resume What is flex box How react components used CSS styling properties Javascript basic fundamentals like array lomanipulation,mergi...
  • Q2. What are flexbox properties
  • Ans. 

    Flexbox properties are CSS properties that allow for flexible layout and positioning of elements within a container.

    • Flexbox properties are used to create responsive and dynamic layouts.

    • Some commonly used flexbox properties include flex-direction, justify-content, align-items, and flex-grow.

    • Flexbox properties can be applied to both the parent container and the child elements within it.

    • Flexbox provides a powerful and int

  • Answered by AI
  • Q3. Javascript data types properties
  • Ans. 

    JavaScript data types have different properties that define their behavior and characteristics.

    • JavaScript has several built-in data types such as string, number, boolean, object, array, etc.

    • Each data type has its own set of properties and methods that can be accessed and manipulated.

    • For example, the string data type has properties like length, which returns the length of the string.

    • The number data type has properties l...

  • Answered by AI
  • Q4. Responsive design properties
  • Ans. 

    Responsive design properties ensure websites adapt to different screen sizes and devices.

    • Fluid grids: Use relative units like percentages to create flexible layouts.

    • Flexible images: Use CSS to ensure images scale proportionally.

    • Media queries: Apply different styles based on screen size and device capabilities.

    • Viewport meta tag: Control how a webpage is displayed on different devices.

    • Responsive typography: Adjust font s...

  • Answered by AI
  • Q5. Javascript array manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics at most and whatever you written in resume have basic understanding

Skills evaluated in this interview

Junior Software Engineer Interview Questions & Answers

LogiNext Solutions user image Omkar Darbeshawar (Indian Yogi Star)

posted on 1 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. They check your knowledge according to job role
  • Q2. I have prepared python, big data tech, machine learning, cloud.
  • Q3. They ask about data structure
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about past experience.
  • Q2. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

A fun filled "game based" test, where you had a target number on top of screen and then you had to burst some bubbles which had mathematical equations. So if the target number is 24, then you had to burst bubbles which had equations like '12 x 2' , '8 x 3' , '20+4', '48÷2' etc.
In another round, you also had to arrange the bricks 🧱 to fit into the space by changing the shape of bricks.
There were other aptitude tests also which tested your memory and reflex actions.
Total 9 different games.

After these 9 games, you need to give a psychometric tests that evaluates your personality. 5 questions x 7 rounds = Total 35 questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on your knowledge of project management and tools. 1. Introduce yourself 2. Explain your day to day life at work. 3. Difference between Agile and Waterfall. 4. Which ETL tools have you wor...
Round 4 - Technical 

(3 Questions)

  • Q1. 1. How many different types of API do you know about? 2. What's the difference between SOAP API and REST API?
  • Ans. 

    There are two main types of APIs - SOAP API and REST API.

    • SOAP API is a protocol-based API that uses XML for communication, while REST API is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP API has a strict set of rules and standards, while REST API is more flexible and lightweight.

    • SOAP API requires more bandwidth and resources compared to REST API.

    • Examples of SOAP APIs include Sa...

  • Answered by AI
  • Q2. 3. If you reach out to a vendor for API integration, what information would you look for?
  • Ans. 

    Key information for API integration with a vendor

    • Vendor's API documentation

    • Authentication methods required

    • Rate limits and usage restrictions

    • Data formats supported (JSON, XML, etc.)

    • Error handling and response codes

    • Testing environment availability

  • Answered by AI
  • Q3. 4. What are the items in project contract? What factors would you include if you need to create a contract, so that client doesn't hold you for any legal issues?
  • Ans. 

    Items in a project contract and factors to prevent legal issues with clients.

    • Scope of work

    • Project timeline

    • Payment terms

    • Deliverables

    • Change management process

    • Termination clauses

    • Confidentiality agreements

    • Dispute resolution mechanisms

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. One on one round with Project head. He wanted to understand how a typical project is handled at my current organisation, right from sales handover to closure.
Round 6 - One-on-one 

(4 Questions)

  • Q1. Final round before the HR round, was conducted by Founder and CEO. 1. How does your goals and ambitions align with the job?
  • Q2. 2. Why do you want to become a Project manager and not a product manager?
  • Q3. 3. Why do you want to join Signzy? Are you aligned with the work and culture of Signzy?
  • Q4. 4. A strategy based question was asked to check the thought process. If the company is not doing well overall, and your top leadership have abandoned the company and I ask you to take a responsibility of D...
Round 7 - HR 

(1 Question)

  • Q1. 1. Resume review and details on each work experience. 2. Salary expectations and what will I do if I am offered a salary which is half of my current CTC? 3. Any offer in hand? 4. Joining date and any exi...

Interview Preparation Tips

Interview preparation tips for other job seekers - The process will take anywhere from 2 weeks to 5 weeks to finish after the initial calls. For the aptitude tests, play some brain games beforehand. Use a mobile to give the test as you can react much faster there.
For interviews, check the background of the interviewer on LinkedIn. Questions will asked based on their past experiences or technologies they have worked on. Be honest about your work and be confident.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1st round was technical asked about project .Net c# SQL (writing query)and scenario based questions.
  • Q2. Explain me about your project ,tech stack, role and responsibilities?
Round 2 - Coding Test 

3 coding questions on array, link, and generics

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the all basic questions including basic coding also

Visual Infosoft Interview FAQs

How to prepare for Visual Infosoft 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 Visual Infosoft. The most common topics and skills that interviewers at Visual Infosoft expect are software marketing, Software Sales, Business Development, Lead Generation and Marketing.

Tell us how to improve this page.

Visual Infosoft Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.7
 • 157 Interviews
GE Healthcare Interview Questions
4.1
 • 72 Interviews
eClinicalWorks Interview Questions
3.8
 • 66 Interviews
Veradigm Interview Questions
4.0
 • 41 Interviews
McKesson Interview Questions
4.5
 • 1 Interview
View all

Visual Infosoft Reviews and Ratings

based on 17 reviews

3.6/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.0

Salary

3.2

Job security

3.0

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 17 Reviews and Ratings
Software Sales & Support Executive

Bhopal,

Kanpur

+1

0-2 Yrs

₹ 2-3.5 LPA

.NET Software Developer

Ahmedabad

1-2 Yrs

₹ 2-4 LPA

Explore more jobs
Technical Support Engineer
11 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

Business Development Manager
11 salaries
unlock blur

₹3.1 L/yr - ₹6 L/yr

Software Support Engineer
9 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Business Development Executive
6 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Area Sales Manager
5 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Visual Infosoft with

Oracle Cerner

3.7
Compare

Veradigm

4.0
Compare

Epic Systems Corporation (Wisconsin)

3.0
Compare

Athenahealth Technology

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