Upload Button Icon Add office photos

Filter interviews by

V5 Global Services Electrical Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Design Patterns
  • Q2. Solid Principles
  • Q3. MVC Routing
  • Q4. Asp.Net WebAPI Http protocols
  • Q5. SQL Server Read/Insert/Update/Delete/ queries and Sub queries
  • Q6. HackerRank Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice string manipulation, arrays and list manipulation for hackerrank test

I applied via LinkedIn and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on 1.agile methodology 2.testing techniques 3.test planning 4.previous project work 5.api testing 6.basic sql queries

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Question regarding Spring boot micro service and JPA, 2. Collections questions like contract between equals and hashcode, Array vs list etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing too hard. If you are bit well and springboot and core java you will definitely be able crack the interview.

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

Interview Questionnaire 

1 Question

  • Q1. Well normal questions asked about my working experience and couple of tech quests.

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

Interview Questionnaire 

2 Questions

  • Q1. About my technical role.
  • Q2. Explained my role in my previous organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus the work you are doing.

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Easy iq, mcqs and coding tests, then interview questions include Java streams, functional programming, collections, immutable and singletom class, global exception handling, oops, jpa relationships, micros...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through geeksforgeeks nagarro page mostly coding questions will be repeated, be strong on Java fundamentals

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

Round 1 - Aptitude Test 

Easy questions

Round 2 - Technical 

(1 Question)

  • Q1. More depth, Product related questions
Round 3 - Coding Test 

Manegerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well for technical interview.

I applied via Recruitment Consultant and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is for Mainframe Dev. how would you sort two unsorted ps files into three different ps files having unique records of bo...
  • Ans. 

    Sort two unsorted PS files into three different PS files with unique and common records.

    • Use SORT utility to sort the two input files individually.

    • Use JOINKEYS to join the two sorted files on a common key.

    • Use OUTFIL to direct the output to three different files based on the record type.

    • Ensure that the output files have unique records and common records as required.

  • Answered by AI
  • Q2. How would you search any string(numeric or alphanumeric) from a ps file(position could b any)?
  • Ans. 

    To search a string from a ps file, use the grep command with the string and file name as arguments.

    • Open the ps file in a text editor or use the command line to navigate to the file location.

    • Use the grep command followed by the string you want to search and the file name as arguments.

    • If the string is found, the command will return the line(s) containing the string.

    • If the string is not found, the command will return noth...

  • Answered by AI
  • Q3. How would you handle overflow condition of an array? SB37,SD37,SE37,S0C4,S0C7?JCL - how to backup all GDG versions in one step? what are COMP & COMP-3 vars and what it's used for?
  • Ans. 

    Handling overflow condition of an array and backing up GDG versions in one step in JCL

    • For overflow, check array bounds before accessing elements

    • For SB37, increase primary/secondary space allocation

    • For SD37, increase directory blocks

    • For SE37, increase primary/secondary space allocation for PDS

    • For S0C4, check for null pointers or uninitialized variables

    • For S0C7, check for invalid data types or out-of-bounds array access

    • T...

  • Answered by AI
  • Q4. What will b d equiv. of varchar(20) in a cobol pgm? SQL 805, 922?
  • Ans. 

    Equivalent of varchar(20) in COBOL and SQL error codes 805 and 922

    • In COBOL, the equivalent of varchar(20) is PIC X(20)

    • SQL error code 805 indicates program not found or not authorized

    • SQL error code 922 indicates memory allocation failure

  • Answered by AI
  • Q5. COBOL DB2 compilation process? Diff bw CS and RR? Explain Restart logic in a cobol pgm.
  • Ans. 

    COBOL DB2 compilation process, CS vs RR, and Restart logic in COBOL program.

    • COBOL DB2 compilation process involves precompilation, compilation, and linkage editing.

    • CS (Change Strategy) and RR (Release Strategy) are two different methods of implementing DB2 changes.

    • Restart logic in COBOL program is used to resume program execution from a specific point after an interruption.

    • Restart logic can be implemented using checkpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be three technical rounds after you clear a mandatory aptitude round. There could be a coding round if they want.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Javascript in depth questions, alot of interview rounds i had 7 rounds in total including written tests.
  • Q2. Written tests include technical mcq(a bit tricky one), aptitude(less time so be quick) and programming round that consists of 3 questions (make sure to attempt atleast 2)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving the interview, i had 4 interview rounds you probably end up having more or less, but make sure you perform quite nicely in each round as each one is an elimination round.
The process was quite fast I got my offer in 2 weeks.
All the best!

I appeared for an interview in Dec 2021.

Interview Questionnaire 

4 Questions

  • Q1. Question based on previous projects.
  • Q2. Join duplicate records in tables and output of inner join, left outer join, right outer join, full join. Table1 : 1, 1, 2, 2, 2, Null Table2: 1, 1, 2, 3, Null, Null
  • Ans. 

    Demonstrate joining duplicate records in tables using different types of joins.

    • Inner join will only return the matching records (1,1 and 2,2) from both tables.

    • Left outer join will return all records from Table1 and matching records from Table2 (including Null values).

    • Right outer join will return all records from Table2 and matching records from Table1 (including Null values).

    • Full join will return all records from both ...

  • Answered by AI
  • Q3. What is SCD and it's types ?
  • Ans. 

    SCD stands for Slowly Changing Dimensions. It is a technique used in data warehousing to track changes in data over time.

    • SCD is used to maintain historical data in a data warehouse

    • There are three types of SCD: Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites old data with new data

    • Type 2 SCD creates a new record for each change and maintains a history of changes

    • Type 3 SCD adds new columns to the existing record to track ...

  • Answered by AI
  • Q4. Data warehouse question

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm an ETL Developer, I gave interview for Senior engineer.
1. Aptitude test
2. Technical round 1 - interview on previous project, SQL and primary skill
3. Technical round - interview on Informatica scenario based questions
4. Managerial round - interview on pure SQL

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

WNS Interview Questions
3.4
 • 1.1k Interviews
Google Interview Questions
4.4
 • 849 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
EXL Service Interview Questions
3.7
 • 755 Interviews
iEnergizer Interview Questions
4.6
 • 663 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 599 Interviews
View all

V5 Global Services Electrical Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

4.1

Skill development

2.7

Work-life balance

4.1

Salary

3.2

Job security

3.2

Company culture

4.1

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Sales Executive
216 salaries
unlock blur

₹1.2 L/yr - ₹4.6 L/yr

Network Engineer
96 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Team Lead
73 salaries
unlock blur

₹2.2 L/yr - ₹6.7 L/yr

ISP Engineer
45 salaries
unlock blur

₹2.9 L/yr - ₹5.1 L/yr

Program Executive
43 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare V5 Global Services with

WNS

3.4
Compare

Virtusa Consulting Services

3.7
Compare

Hexaware Technologies

3.5
Compare

Citicorp

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