Upload Button Icon Add office photos
Engaged Employer

i

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

Envision Software Engineering Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 50 Reviews

Filter interviews by

Envision Software Engineering Interview Questions and Answers

Updated 22 Jun 2024

Envision Software Engineering Interview Experiences

Popular Designations

6 interviews found

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

About the process questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous work experience
  • Q2. Based on work questions

Charge Back Analyst Interview Questions asked at other Companies

Q1. How the chargeback works and lifecycle of chargeback process
View answer (1)
Interview experience
4
Good
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 - Aptitude Test 

Test conducted at the interview location

Round 3 - One-on-one 

(1 Question)

  • Q1. What is Supply chain management
  • Ans. 

    Supply chain management involves the coordination and optimization of processes to deliver goods and services from suppliers to customers.

    • Involves planning, sourcing, making, delivering, and returning products

    • Focuses on efficiency, cost reduction, and customer satisfaction

    • Utilizes technology like ERP systems and data analytics

    • Examples include inventory management, transportation logistics, and supplier relationship man

  • Answered by AI

Supply Chain Sr.Executive Interview Questions asked at other Companies

Q1. How will you implement your technical knowledge to logistics?
View answer (1)

I applied via Company Website and was interviewed in Oct 2022. There were 2 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 - One-on-one 

(5 Questions)

  • Q1. Photo editing....................................
  • Q2. Do you know about Google company..................
  • Q3. Yes iknow about Google company it's was my favourite company.................
  • Q4. You know about photo editing............................
  • Ans. 

    Yes, I am well-versed in photo editing techniques and software.

    • I have experience using Adobe Photoshop, Lightroom, and GIMP.

    • I am skilled in color correction, retouching, and compositing.

    • I am familiar with various file formats and their appropriate uses.

    • I have worked on projects ranging from simple photo touch-ups to complex image manipulations.

    • I stay up-to-date with the latest trends and techniques in photo editing.

  • Answered by AI
  • Q5. Yes iknow about photo editing...................

Interview Preparation Tips

Topics to prepare for Envision Software Engineering Photoshop Editor interview:
  • Photo Editing
Interview preparation tips for other job seekers - Photo editing..................................................

Photoshop Editor Interview Questions asked at other Companies

Q1. What software you are using for editing.
View answer (2)

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning and verbal

Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.
Round 3 - Assignment 

Based on the tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of aptitude, Practice on English communication,

Supply Chain Executive Interview Questions asked at other Companies

Q1. What are your sallary expectations?
View answer (5)

Envision Software Engineering interview questions for popular designations

 Charge Back Analyst

 (1)

 Photoshop Editor

 (1)

 Processing Executive

 (1)

 Senior Processing Executive

 (1)

 Supply Chain Executive

 (1)

 Supply Chain Sr.Executive

 (1)

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my self,What is your roles and responsibilities,What are the process that have you handled,Are you ok to work in Night shift,Some technical Questions regards accounts as I went for the role of Accoun...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you are saying and be prepared before the interview.

Processing Executive Interview Questions asked at other Companies

Q1. What is meant by quality and brief explanation of it with an example?
View answer (62)

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Accounting related and vendor correspondence

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quite smooth. Easy to follow up

Senior Processing Executive Interview Questions asked at other Companies

Q1. What’s breach? What happens if either party breaches a contract?
View answer (12)

Jobs at Envision Software Engineering

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Can you provide a self-introduction?
  • Q2. Can you provide a brief overview of your last job?
  • Q3. How many years of experience do you have in a call center environment?
  • Q4. What are your salary expectations?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is threading, and what are its types in detail?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for concurrent execution of tasks within a single process.

    • Types of threading include user-level threads and kernel-level threads.

    • User-level threads are managed by the application, while kernel-level threads are managed by the operating system.

    • Examples of threading in programming languages include Java's Thread class and P

  • Answered by AI
  • Q2. What is oops? What are variables, class, methods and its types?
  • Ans. 

    OOPs stands for Object-Oriented Programming. Variables are placeholders for data, classes are blueprints for objects, and methods are functions within classes.

    • OOPs stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • Variables are used to store data within a program. They can be of different types such as int, float, string, etc.

    • A class is a blueprint for creating obje...

  • Answered by AI
  • Q3. How is the deployment of an application carried out?
  • Ans. 

    Deployment of an application involves transferring the application from development to production environment.

    • Choose a deployment method (e.g. manual, automated)

    • Prepare the production environment (e.g. servers, databases)

    • Package the application (e.g. Docker container, zip file)

    • Deploy the application to production environment

    • Test the deployed application for functionality and performance

  • Answered by AI
  • Q4. What are Docker, Dockerfile, and Docker Compose, and can you explain the concepts of PORT, MOUNT, and RUN in detail?
  • Ans. 

    Docker is a platform for developing, shipping, and running applications. Dockerfile is a script to create Docker images. Docker Compose is a tool for defining and running multi-container Docker applications.

    • Docker is a platform that allows you to package, distribute, and run applications in containers.

    • Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image...

  • Answered by AI
Round 2 - Assignment 

The objective was to develop a production-ready application that interacts with customer details, essentially related to customer management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the fundamentals of programming languages, such as object-oriented programming (OOP), threading, classes, variables, methods, sorting functions, and lambda functions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself.
  • Q2. What you understand about sympathy and empathy?
  • Q3. What you understand by the customer service.
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after their purchase.

    • Customer service involves addressing customer inquiries, resolving issues, and providing guidance.

    • It includes maintaining a positive and helpful attitude towards customers.

    • Effective communication skills are essential in customer service.

    • Examples: answering phone calls, responding to emails, resolving complaints

  • Answered by AI
  • Q4. What you understand by the bpo.
  • Ans. 

    BPO stands for Business Process Outsourcing, where a company contracts out specific business tasks to a third-party provider.

    • BPO involves outsourcing non-core business functions to specialized service providers.

    • Common BPO services include customer support, technical support, data entry, and back-office operations.

    • Companies opt for BPO to reduce costs, improve efficiency, and focus on core business activities.

    • BPO provid...

  • Answered by AI
Round 2 - AI Test to check your English an 

(2 Questions)

  • Q1. English related questions
  • Q2. Ai will check your speaking and writing skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Give multiple interview so you can become comfortable for the interview.
Do not just think about getting the job, join only when you feel comfortable about the work and company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An aptitude test is a type of psychometric test used to assess cognitive skills and other specific abilities and behavioural traits. Job aptitude tests are very common; almost any employer uses them to screen candidates; among them are the Royal Air Force, EY, Goldman Sachs, and Nursing & midwifery administrators. The most popular ones

Round 2 - Coding Test 

Questions on software and system designs. For this, candidates require analytical and logical thinking to solve problems and scenarios for the onsite or virtual interview.

Round 3 - Case Study 

Similar to new markets, companies need to develop new products in order to grow. This problem is intimidating for most clients due to potential high costs and a fear of the unknown. Your case study interview framework should dive deep into the new product before anything else.

Round 4 - Group Discussion 

What is a group interview?

A group interview is when an employee or team of employees interviews multiple candidates simultaneously, or when a team of employees forms a panel to interview one candidate. Employers typically perform both types of group interviews in conference rooms to simulate a meeting or team project.

Round 5 - One-on-one 

(2 Questions)

  • Q1. Structured Interview:
  • Q2. Semi-Structured Interview
Round 6 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your understanding of the role of an HR department?
Round 7 - Assignment 

What are Interview Assignments? A task or project that a recruiter asks candidates to do as part of an interview. It tests candidates' skills and ensures they can do the job. It's a great way to understand a candidate's abilities and potential better.

Round 8 - Technical 

(2 Questions)

  • Q1. What programming languages are you most familiar with?
  • Ans. 

    I am most familiar with Python, Java, and JavaScript.

    • Python

    • Java

    • JavaScript

  • Answered by AI
  • Q2. Describe the troubleshooting process you’d follow for a crashing program.
  • Ans. 

    I would start by checking for any recent updates or changes, then look for error messages, try restarting the program, and if necessary, seek help from IT support.

    • Check for any recent updates or changes that may have caused the program to crash

    • Look for any error messages or pop-up notifications that could provide clues to the issue

    • Try restarting the program to see if that resolves the problem

    • If the program continues to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highlight your relevant experience and skills that match the job description. Also, research the company and the job role to show that you have a genuine interest in the organization. Finally, be sure to follow up after submitting your application to show your enthusiasm and dedication.

Envision Software Engineering Interview FAQs

How many rounds are there in Envision Software Engineering interview?
Envision Software Engineering interview process usually has 2-3 rounds. The most common rounds in the Envision Software Engineering interview process are Aptitude Test, One-on-one Round and Resume Shortlist.
How to prepare for Envision Software Engineering 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 Envision Software Engineering. The most common topics and skills that interviewers at Envision Software Engineering expect are Accounting, Supply Chain, Supply Chain Management, Accounts Payable and Invoice Processing.
What are the top questions asked in Envision Software Engineering interview?

Some of the top questions asked at the Envision Software Engineering interview -

  1. You know about photo editing............................read more
  2. What is Supply chain managem...read more
  3. Photo editing....................................read more

Tell us how to improve this page.

Envision Software Engineering Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Athena BPO Interview Questions
3.3
 • 50 Interviews
View all

Envision Software Engineering Reviews and Ratings

based on 50 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.5

Salary

3.3

Job security

3.3

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 50 Reviews and Ratings
Supply Chain Executive
111 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Supply Chain Sr.Executive
49 salaries
unlock blur

₹2.3 L/yr - ₹5.6 L/yr

Process Leader
32 salaries
unlock blur

₹3.3 L/yr - ₹5.6 L/yr

Team Lead
31 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Accounts Manager
20 salaries
unlock blur

₹3.2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Envision Software Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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