Upload Button Icon Add office photos

Filter interviews by

Investis Interview Questions and Answers for Experienced

Updated 5 May 2019

Investis Interview Experiences for Experienced

1 interview found

Web Producer Interview Questions & Answers

user image Anonymous

posted on 5 May 2019

Interview Questionnaire 

4 Questions

  • Q1. Questions like - Where you see yourself after some years? - strengths and weakness - What do you know about this company etc etc They only focus on the communication skill and the attitude of the candidate
  • Q2. Salary negotiations and they tell about the 2 years contract and 2 months notice period
  • Q3. Very easy interview that is generally taken by the team leads. They ask basics of html, css and jquery. They also ask questions on bootstrap and responsiveness
  • Q4. Taken by the specific team manager. Mostly on responsiveness and css

Interview Preparation Tips

Round: Test
Experience: Simple written test on the basics of html, css and jquery

Round: Managerial round
Experience: This round is usually taken by the department managers. They generally ask about yourselves and how you will manage something for some scenario

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What is means by react ?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React allows for declarative programming.

    • It was developed by Facebook and is open source.

    • React Native is a framework for building mobile apps using React.

  • Answered by AI
  • Q2. What is Hooks ? What is redux?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. Redux is a state management library for JavaScript applications.

    • Hooks are functions that let you use React state and lifecycle features in functional components.

    • Hooks provide a way to reuse stateful logic between components.

    • Redux is a predictable state container for JavaScript apps.

    • Redux helps manage the state of...

  • Answered by AI
  • Q3. Difference between class and functional component?
  • Ans. 

    Class components are ES6 classes that extend the React.Component class, while functional components are just plain JavaScript functions.

    • Class components are more feature-rich and have access to lifecycle methods.

    • Functional components are simpler and easier to read and test.

    • Class components can have state and use lifecycle methods like componentDidMount and componentDidUpdate.

    • Functional components are stateless and do n...

  • Answered by AI
  • Q4. Difference between ES5 and ES6
  • Ans. 

    ES5 is the older version of JavaScript, while ES6 is the newer version with added features and syntax improvements.

    • ES6 introduced let and const for variable declaration.

    • ES6 introduced arrow functions for shorter syntax.

    • ES6 introduced classes for object-oriented programming.

    • ES6 introduced template literals for easier string interpolation.

    • ES6 introduced destructuring assignment for extracting values from objects and arra...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. It's about angular and .net core
  • Q2. How to work with authentication part with .net
  • Ans. 

    Authentication in .NET involves using various authentication mechanisms such as Forms Authentication, Windows Authentication, and OAuth.

    • Use Forms Authentication for web applications

    • Use Windows Authentication for intranet applications

    • Use OAuth for third-party authentication

    • Implement authentication using ASP.NET Identity

    • Use secure password storage mechanisms such as hashing and salting

  • Answered by AI
  • Q3. What Is dependancy injunction
  • Ans. 

    Dependency injection is a design pattern where an object's dependencies are provided externally rather than created internally.

    • Dependency injection helps to decouple components and make them more modular.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database connection ob...

  • Answered by AI
  • Q4. What is pipe, how to write custom pipe
  • Ans. 

    A pipe is a feature in Angular that allows you to transform data before displaying it.

    • Pipes are used in Angular templates with the '|' symbol.

    • There are built-in pipes like 'uppercase' and 'date'.

    • Custom pipes can be created using the 'Pipe' decorator and implementing the 'PipeTransform' interface.

    • Custom pipes can take arguments to modify their behavior.

    • Pipes can be chained together to perform multiple transformations on

  • Answered by AI
  • Q5. What is middlewear
  • Ans. 

    Middleware is software that acts as a bridge between different applications, allowing them to communicate and exchange data.

    • Middleware is a layer of software that sits between applications and operating systems

    • It provides services such as message routing, authentication, and data transformation

    • Examples include Apache Tomcat, Microsoft IIS, and IBM WebSphere

  • Answered by AI
  • Q6. What if array get assign with null does it still has array length
  • Ans. 

    No, assigning null to an array makes it empty and its length becomes 0.

    • Assigning null to an array makes it empty.

    • The length of an empty array is 0.

    • Trying to access length property of null will result in an error.

  • Answered by AI
  • Q7. What is null value in JavaScript
  • Ans. 

    Null value in JavaScript represents absence of any object value.

    • Null is a primitive value in JavaScript.

    • It is assigned to a variable to indicate that it has no value.

    • It is different from undefined, which means a variable has been declared but not assigned a value.

    • Null is falsy in JavaScript, meaning it is considered false in a boolean context.

    • Null can be used to clear the value of an object property.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on core part and be confident it's not much difficult be confident

Skills evaluated in this interview

Specialist SE Interview Questions & Answers

Societe Generale Global Solution Centre user image Anonymous

posted on 19 Nov 2020

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why am I looking for a job change?
  • Q2. 2. Will I be interested in ups killing myself with new technologies?
  • Q3. 3. How would I contribute to the corporate community?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, in an interview it is very important to be positive and keeping your mind calm. Some of the tips are as shared below, these are the points I always followed for my interviews:

1. Understand the Job Description and be aware of the related questions. If the JD contains something that's not been your expertise, go through briefly on those subjects online and tell the interviewer that you never had exposure to this tool/app/technology/domain and would be willing to learn and tell them what you learnt about it.
2. Attention: Never show that you're too smart even if you are !! Humble nature and giving an impression that you are open for feedback creates a positive impression. The corporate world needs more of such people.
3. Throughout the interview process ask questions about their work and culture, show interest in the company you're attending interview for. They would not want to focus on what you did previously but they would definitely want to see if you're a good fit for their company and team.
4. Always have a long term plan with the organisation. Bigger companies look for such candidates. Your words should make them believe that you can stay there for a longer period of time.
5. Stay calm stay focused...it will be all okay !! Mantra for any interview.

Hope the above points help.

Thanks!

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What was the architecture used in your project?
  • Q2. What is the IDisposal? Give an example used in the applicstion.
  • Ans. 

    IDisposable is an interface used to release unmanaged resources.

    • It is used to release unmanaged resources like file handles, database connections, etc.

    • It has a single method called Dispose() which is used to release the resources.

    • It is implemented by classes that use unmanaged resources and needs to be disposed of.

    • Example: SqlConnection class implements IDisposable to release the database connection.

    • Example: FileStream...

  • Answered by AI
  • Q3. What is Dependency Injection and how can we inplement those?
  • Ans. 

    Dependency Injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency Injection is used to reduce tight coupling between software components.

    • It allows for easier testing and maintenance of code.

    • There are three types of Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

    • Frameworks like Spring and Angular provide built-in s

  • Answered by AI
  • Q4. Write the code to concatenate the value with comma in the given array. int[] arr = {1, 2, 3,4,5}
  • Ans. 

    Concatenate the values in the given integer array with comma.

    • Convert the integer array to string array using Arrays.toString()

    • Use String.join() method to concatenate with comma

  • Answered by AI
  • Q5. Explaination of Interface and Abstract classes.
  • Ans. 

    Interfaces and abstract classes are used for abstraction and defining contracts.

    • Interfaces are a collection of abstract methods that define a contract for a class to implement.

    • Abstract classes are classes that cannot be instantiated and can have both abstract and concrete methods.

    • Interfaces can be implemented by multiple classes, while a class can only inherit from one abstract class.

    • Interfaces are used for loose coupl...

  • Answered by AI
  • Q6. Is it possible to instanciate the abstract class? Explain.
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are incomplete and cannot be instantiated on their own.

    • They can only be used as a base class for other classes.

    • Instantiation of an abstract class will result in a compile-time error.

    • However, concrete classes that inherit from the abstract class can be instantiated.

  • Answered by AI
  • Q7. What is Solid Principle? Give the examples used in your application.
  • Ans. 

    SOLID is a set of principles for object-oriented programming to make software more maintainable and scalable.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

    • Example: Using Single Responsibility Principle to separate UI and business logic

    • Example: Using Open/Closed Principle to extend functionality without mo

  • Answered by AI
  • Q8. Explain about the design pattern used in your application.
  • Ans. 

    We used the Model-View-Controller (MVC) design pattern in our application.

    • MVC separates the application into three interconnected components: the model, the view, and the controller.

    • The model represents the data and business logic of the application.

    • The view displays the data to the user.

    • The controller handles user input and updates the model and view accordingly.

    • MVC promotes separation of concerns and modularity.

    • Examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare strongly whatever you have worked practically in your projects.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.

Interview Questionnaire 

4 Questions

  • Q1. Citrix VDA troubleshooting tools
  • Q2. Citrix xendesktop cu upgrade path
  • Q3. Citrix on perm to cloud migration
  • Q4. Benifits of WVD with citrix
  • Ans. 

    WVD with Citrix provides enhanced security, scalability, and flexibility for virtual desktop infrastructure.

    • Improved user experience with Citrix HDX technology

    • Centralized management and monitoring with Citrix Virtual Apps and Desktops

    • Enhanced security with Citrix ADC and NetScaler Gateway

    • Scalability and flexibility with Citrix Cloud services

    • Ability to leverage existing Citrix investments

    • Reduced infrastructure costs and

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Professional introduction
  • Q2. Project handled and details
  • Q3. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The company being into engineering services they would look for a balance between your technical and behavioral skills. You need to be very good with the project you have handled in your current/previous organization(s) and the way you present your technical skills will add more to the score. This company also seeks an excellent presentation skill and good communication.

Bid Desk Analyst Interview Questions & Answers

Hewlett Packard Enterprise user image Anonymous

posted on 22 Nov 2020

Interview Questionnaire 

5 Questions

  • Q1. What do you know about HPE?
  • Q2. Why HPE?
  • Q3. Why MBA in Finance Specialisation?
  • Q4. What challenges have you faced in your life?
  • Q5. What are all the products of HPE?

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why do you left the previous organisation?
  • Q2. Explain about the process you worked for

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and communication is the key and try to be humble as possible.

Investis Interview FAQs

How many rounds are there in Investis interview for experienced candidates?
Investis interview process for experienced candidates usually has 2 rounds. The most common rounds in the Investis interview process for experienced candidates are Aptitude Test and One-on-one Round.
How to prepare for Investis interview for experienced candidates?
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 Investis. The most common topics and skills that interviewers at Investis expect are Javascript, CMS, HTML, Agile and Windows.
What are the top questions asked in Investis interview for experienced candidates?

Some of the top questions asked at the Investis interview for experienced candidates -

  1. Very easy interview that is generally taken by the team leads. They ask basics ...read more
  2. Taken by the specific team manager. Mostly on responsiveness and ...read more
  3. They asked basic questions related to web design and ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Securities Interview Questions
3.9
 • 140 Interviews
Angel One Interview Questions
3.9
 • 121 Interviews
Kotak Securities Interview Questions
3.7
 • 108 Interviews
HDFC Securities Interview Questions
3.6
 • 98 Interviews
Axis Direct Interview Questions
3.8
 • 76 Interviews
Sharekhan Interview Questions
3.9
 • 75 Interviews
Edelweiss Interview Questions
3.9
 • 57 Interviews
IIFL Securities Interview Questions
3.7
 • 19 Interviews
View all

Investis Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

2.9

Skill development

2.8

Work-Life balance

3.7

Salary & Benefits

3.6

Job Security

3.1

Company culture

2.8

Promotions/Appraisal

2.9

Work Satisfaction

Explore 7 Reviews and Ratings
Quality Analyst
9 salaries
unlock blur

₹3.4 L/yr - ₹5.4 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹5.2 L/yr - ₹10.3 L/yr

Web Producer
7 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Team Lead
5 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

System Administrator
5 salaries
unlock blur

₹4.3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Investis with

Edelweiss

3.9
Compare

ICICI Securities

3.9
Compare

HDFC Securities

3.6
Compare

Kotak Securities

3.7
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