Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Vem Technologies Technical Trainee Interview Questions and Answers

Updated 3 Apr 2024

Vem Technologies Technical Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Oct 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. Moderate and Basic of electronic domain questions. Interview might take 30-40 mins.
  • Q2. Construction of types of transistor
  • Ans. 

    Transistors are electronic devices made of semiconductor material that can amplify or switch electronic signals.

    • Transistors are typically constructed using materials like silicon or germanium.

    • There are three main types of transistors: bipolar junction transistors (BJTs), field-effect transistors (FETs), and insulated-gate bipolar transistors (IGBTs).

    • Transistors consist of three layers: the emitter, base, and collector ...

  • Answered by AI
  • Q3. About microcontroller and microprocessor
  • Q4. Types of memories
  • Ans. 

    Types of memories include sensory memory, short-term memory, and long-term memory.

    • Sensory memory holds information from the senses for a very short duration.

    • Short-term memory stores information temporarily for immediate use.

    • Long-term memory is for storing information for a longer period of time.

    • Examples: Seeing a flash of light (sensory memory), remembering a phone number temporarily (short-term memory), recalling chil

  • Answered by AI
  • Q5. Network theories

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I was interviewed in Oct 2020.

Interview Questionnaire 

3 Questions

  • Q1. Final round is HR. In this round they will explain the working hours, CTC, etc and some set of HR questions will be also expected here
  • Q2. Tell me some of your strengths Weaknesses Where would you see yourself after 5 years Etc
  • Q3. Followed by 1st round written Examination F2F Technical interview is done. In this round we any expect all the technical questions of our subjects and the interviewer will check for our personality, commun...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best Guys.prepare well and face the interview.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Job Portal and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How do you configure and verify custom DNS in Azure AD?
  • Ans. 

    To configure and verify custom DNS in Azure AD, follow these steps:

    • Create a DNS zone in Azure DNS

    • Add a custom domain to Azure AD

    • Create a CNAME record in the DNS zone that points to the Azure AD domain

    • Verify the custom domain in Azure AD

    • Update the DNS registrar to use the Azure DNS name servers

    • Test the custom DNS by accessing Azure AD resources using the custom domain

  • Answered by AI
  • Q2. Supported authentication types in Azure AD
  • Ans. 

    Azure AD supports various authentication types for secure access to resources.

    • Azure AD supports password-based authentication, multi-factor authentication, certificate-based authentication, and federated authentication.

    • It also supports OAuth 2.0 and OpenID Connect for secure authentication and authorization.

    • Examples of supported protocols include SAML, WS-Federation, and OAuth 2.0/OpenID Connect.

    • Azure AD also supports ...

  • Answered by AI
  • Q3. Hybrid scenarios regarding Azure AD using Azure AD Connect
Round 2 - One-on-one 

(3 Questions)

  • Q1. What if someone asks you your salary?
  • Q2. How would you react if someone lured into giving up some secrets
  • Q3. Are you ready for relocation??
Round 3 - HR 

(4 Questions)

  • Q1. Salary discussion, Joining bonus discussion
  • Q2. Explanation of salary breakup in hand
  • Q3. Any gaps in education, experience explanation
  • Q4. Confirmation about previous work experiences

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Engineer interview:
  • Azure Active Directory
  • Azure
  • Deployments in Azure
Interview preparation tips for other job seekers - If they want the opening to be filled immediately, then they will anyhow select you if you have even 30% to 40% of the required skillset required for the job and good communication. If your previous experiences are from startups, then also they will consider you. But if they are willing to wait for your notice period to end and offering you desired salary, beware then they will crunch the best out of you during interviews, they will ensure that they are hiring the right person.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, it's easy to Crack. Should know atleast basics about your branch.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

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

Vem Technologies Interview FAQs

How many rounds are there in Vem Technologies Technical Trainee interview?
Vem Technologies interview process usually has 1 rounds. The most common rounds in the Vem Technologies interview process are Technical.
What are the top questions asked in Vem Technologies Technical Trainee interview?

Some of the top questions asked at the Vem Technologies Technical Trainee interview -

  1. Construction of types of transis...read more
  2. Types of memor...read more
  3. Moderate and Basic of electronic domain questions. Interview might take 30-40 m...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Covenant Consultants

No Interviews

INTERVIEWS

Full Time

No Interviews

INTERVIEWS

Bristlecone

No Interviews

INTERVIEWS

Full Time

No Interviews

INTERVIEWS

Bristlecone

No Interviews

INTERVIEWS

Endava

No Interviews

INTERVIEWS

Jubilant Industries

No Interviews

INTERVIEWS

Endava

No Interviews

Tell us how to improve this page.

Vem Technologies Technical Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Design Engineer
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engg. Design
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vem Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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