Upload Button Icon Add office photos
Engaged Employer

i

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

Vashi Integrated Solutions Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Vashi Integrated Solutions Limited Trainee Interview Questions and Answers

Updated 23 Nov 2024

Vashi Integrated Solutions Limited Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and please be well- prepared with company background and work culture before going to interview. Ask your all query to panel at the time of interview itself.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - Joining details

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

Interview Questionnaire 

4 Questions

  • Q1. What are specific EV Chargers used for charging??
  • Ans. 

    EV chargers are specific to the type of plug used by the vehicle. Common types include CHAdeMO, CCS, and Tesla Supercharger.

    • EV chargers are designed to match the plug type of the vehicle being charged

    • CHAdeMO is commonly used by Japanese automakers like Nissan and Mitsubishi

    • CCS is used by many European and American automakers

    • Tesla Superchargers are exclusive to Tesla vehicles

    • Other types of plugs include Type 1 and Type

  • Answered by AI
  • Q2. Various chargers like CCS, CHAdeMO, Bharat Standard chargers are used as per the EV requirement.
  • Q3. Where do you see yourself in the next 5-10 years
  • Q4. I want to grow technically with the company and learn things quickly enough to implement them in future updates of the EVSE for the betterment of society.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and answer those things which you know properly. Never fake things all around and always learn about the Companies profile and its supplies.
It was an HR cum Technical round that lasted for 35-40 Minutes, later there was a face 2 face Final interview at their office. Both interviews were answered positively.

Always have a positive approach to your past company even while you describe it and utilize your previous Job profile wisely enough to support the future one.

I appeared for an interview before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Ocampo, basic electronics and C

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 50

Skills: Embedded Systems, C Programming
College Name: Sahyadri college of engineering

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Questions from resume only. I have written I like reading books so they asked me last book I read. And some questions related to it.
Tips: Be confident.

College Name: Birla Vishvakarma Mahavidyalaya (BVM) Engineering College

I applied via PLACEMENT

Interview Preparation Tips

Round: Technical Interview
Experience: Good detailed interview in terms of technical knowledge
Tips: Should be thorough with the projects you have done during the course

General Tips: be confident of what you put in your resume
Technical knowledge regarding projects undertaken during engineering should be sound
Be confident
Skills: Communication, Thinking capability, knowledge applying capability
College Name: V.E.S Institute Of Technology
Motivation: Opportunity to work in a renowned and core technical company
Funny Moments: We consider the interview panelists to be as tough as our viva externals. Interviewers are mostly on your side(contrary to viva professors :P)

Interview Questionnaire 

5 Questions

  • Q1. Pertaining to the mentioned roles and responsibilities in your resume
  • Q2. Planning and work order creation
  • Q3. Piling activities
  • Q4. Introduction
  • Q5. Cross checking of documents

Interview Preparation Tips

Round: Resume Shortlist
Experience: On the criteria that I scored atleast 60% overall and had no gap between job/s.

I applied via Walk-in and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Working of privious company

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice interview
Technical round
Hr round
Apptitude test

I appeared for an interview before Mar 2021.

Round 1 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some questions from Programmable Logic Controllers or PLC followed by some basic questions from Intel 8051 Microcontroller.

  • Q1. What are the general functions of a Programmable Logic Controller (PLC)?
  • Ans. 

    PLCs are used to control machinery and automate processes in industrial settings.

    • Monitoring inputs from sensors

    • Executing control algorithms

    • Communicating with other devices

    • Logging data for analysis

    • Implementing safety functions

    • Examples: controlling a conveyor belt, regulating temperature in a furnace

  • Answered by AI
  • Q2. Can you describe the basic elements in Ladder logic programming?
  • Ans. 

    Ladder logic programming is a graphical programming language used for PLCs, with basic elements like contacts, coils, timers, and counters.

    • Ladder logic consists of rungs, which are made up of inputs (contacts) and outputs (coils).

    • Contacts represent conditions that must be met for the output to be energized.

    • Coils are outputs that are energized when the conditions of the contacts are met.

    • Timers and counters are used to c...

  • Answered by AI
  • Q3. What are the different types of PLC inputs and outputs?
  • Ans. 

    PLC inputs and outputs include digital inputs, digital outputs, analog inputs, and analog outputs.

    • Digital inputs: used for receiving binary signals (on/off, high/low). Examples: push buttons, limit switches.

    • Digital outputs: used for sending binary signals. Examples: relays, solenoids.

    • Analog inputs: used for receiving continuous signals. Examples: temperature sensors, pressure transducers.

    • Analog outputs: used for sendin...

  • Answered by AI
  • Q4. What are the advantages and disadvantages of the S7 controller?
  • Ans. 

    The S7 controller offers high performance and flexibility but can be complex to program and expensive.

    • Advantages: high performance, flexibility, scalability

    • Disadvantages: complexity in programming, expensive

    • Example: S7-1200 offers fast processing speeds and can be easily expanded with additional modules

    • Example: Programming for S7 controllers may require specialized training and expertise

  • Answered by AI
  • Q5. Can you explain the time stamp available in the S7-200 PLC?
  • Ans. 

    The time stamp in S7-200 PLC is used to record the time when a specific event occurs.

    • Time stamp is a feature in S7-200 PLC that records the time when a specific event happens.

    • It helps in tracking the sequence of events and troubleshooting issues.

    • Time stamp can be used to monitor the performance of the PLC system.

    • Example: A time stamp can be recorded when a sensor detects a change in temperature.

    • Example: Time stamp can ...

  • Answered by AI
  • Q6. Could you explain Jnc in the context of microcontrollers?
  • Ans. 

    Jnc stands for Jump and Call in the context of microcontrollers.

    • Jnc is an instruction used in microcontrollers to jump to a specified address if the carry flag is not set.

    • It is commonly used in conditional branching operations in microcontroller programming.

    • For example, in 8051 microcontroller assembly language, the instruction JNC label will jump to the specified label if the carry flag is not set.

  • Answered by AI
  • Q7. What are the types of interrupts in the Intel 8051 microcontroller?
  • Ans. 

    The types of interrupts in the Intel 8051 microcontroller include external hardware interrupts, timer interrupts, and serial communication interrupts.

    • External hardware interrupts are triggered by external devices connected to the microcontroller.

    • Timer interrupts are generated by the internal timers of the microcontroller.

    • Serial communication interrupts occur when data is received or transmitted through the serial port.

    • ...

  • Answered by AI
Round 2 - Face to Face 

(6 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was heavily inclined towards Operating System and Computer Networks and the interviewer asked questions revolving around the fundamentals of the subject.

  • Q1. What is a bootstrap program in an operating system?
  • Ans. 

    A bootstrap program is a small program that initializes the operating system on a computer.

    • Bootstrap program is stored in ROM or EEPROM and is executed when the computer is powered on.

    • It loads the operating system kernel into memory and starts its execution.

    • Bootstrap program is responsible for setting up the initial state of the operating system.

    • Examples include BIOS (Basic Input/Output System) in PCs and UEFI (Unified

  • Answered by AI
  • Q2. Can you explain demand paging?
  • Ans. 

    Demand paging is a memory management scheme where pages are only brought into memory when they are demanded by the program.

    • Pages are loaded into memory only when needed

    • Helps in reducing the amount of physical memory required

    • Improves overall system performance by allowing more processes to run simultaneously

    • Commonly used in virtual memory systems

  • Answered by AI
  • Q3. Can you explain any 5 essential UNIX commands?
  • Ans. 

    Five essential UNIX commands are ls, cd, pwd, mkdir, and rm.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

  • Answered by AI
  • Q4. What are the different types of VPN?
  • Ans. 

    Different types of VPN include remote access VPN, site-to-site VPN, and client-to-site VPN.

    • Remote access VPN allows individual users to connect to a private network from a remote location.

    • Site-to-site VPN connects entire networks together over the internet.

    • Client-to-site VPN allows individual devices to connect to a private network.

    • Examples include OpenVPN, IPsec, and SSL VPN.

  • Answered by AI
  • Q5. Can you describe the OSI Reference Model?
  • Ans. 

    The OSI Reference Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI Reference Model stands for Open Systems Interconnection Reference Model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers for data trans...

  • Answered by AI
  • Q6. Can you explain the TCP and UDP protocols?
  • Ans. 

    TCP is a connection-oriented protocol that ensures reliable data delivery, while UDP is a connectionless protocol that focuses on speed.

    • TCP stands for Transmission Control Protocol and is used for reliable data transmission.

    • TCP establishes a connection between sender and receiver before data transfer.

    • TCP uses sequencing and acknowledgment to ensure data integrity.

    • UDP stands for User Datagram Protocol and is used for fa...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 1 years of experienceSiemens interview preparation:Topics to prepare for the interview - Operating Systems, Computer Architecture, Microcontollers and Microprocessors, Computer Networks, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Vashi Integrated Solutions Limited Interview FAQs

How many rounds are there in Vashi Integrated Solutions Limited Trainee interview?
Vashi Integrated Solutions Limited interview process usually has 2 rounds. The most common rounds in the Vashi Integrated Solutions Limited interview process are HR and One-on-one Round.

Recently Viewed

SALARIES

Lennox India Technology Centre

INTERVIEWS

ABB

No Interviews

JOBS

Ahuja Arun & Co

No Jobs

INTERVIEWS

Bajaj Finserv

No Interviews

JOBS

Anika Industries

No Jobs

LIST OF COMPANIES

Western Refrigeration

Overview

INTERVIEWS

IDFC FIRST Bank

No Interviews

SALARIES

Western Refrigeration

SALARIES

Vashi Integrated Solutions Limited

INTERVIEWS

Infosys

No Interviews

Tell us how to improve this page.

Vashi Integrated Solutions Limited Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Vashi Integrated Solutions Limited Trainee Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

3.9

Skill development

2.9

Work-life balance

2.9

Salary

4.8

Job security

3.9

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Relationship Manager
193 salaries
unlock blur

₹1.9 L/yr - ₹7 L/yr

Business Development Manager
50 salaries
unlock blur

₹2.4 L/yr - ₹9.2 L/yr

Purchase Executive
46 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Business Development Executive
36 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Executive Accountant
34 salaries
unlock blur

₹1.1 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Vashi Integrated Solutions Limited with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

Havells

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