Open In App

TCS Digital Interview Experience (On-Campus)

TCS Digital visited our college in October-2020.

Company – TCS (Digital Profile)

Job Profile – System Engineer



Eligibility:   

Round 1(Aptitude Test):



Question 1: (Gear Box)

Description: Given 3 mechanical gears that are connected to each other Find out how many times Gear3 will rotate given the radius of all 3 gears and the number of times Gear1 is rotated    

Time Limit: 1sec

Sample Test Case: 

Input: 
1 10 1
100
Output: 
100
Explanation: 
Given R1=1, R2=10, R3=1  
So, if we rotate Gear1 100 times, 
Gear3 will rotate 100 times

Question 2: (Finding Co-ordinates)

Description: A security Company sends and receives the location coordinates in an encrypted manner. The encrypted coordinates will be in form of two strings, one will be the latitude and other longitudes

Decryption rules as follows:

  1. The last character of encrypted string denotes the direction latitude string(only two [n-North, s-South])  longitude string(other two [e-East, w-West])
  2. Except last character the string denotes integer value irrespective of  whether it is a latitude string or longitude string  
  3. The Integer part of the coordinate can be decoded as (Count of letter with maximum occurrences – Count of letter with minimum occurrences in string)
  4. All letters are in lower case

Time Limit: 1sec

Constraints : 4 <length of string <= 1000

Sample Test case : 

Input:  
babbeddcs
aeeaecacw
Output:  
2 South 1 West

Around 610 students shortlisted for Interview round from 5010 students from our college

Round 2(Interview): There was only 1 round of interview which is comprised of  Technical+Managerial+HR and 3 different members were in the panel .

INTERVIEW ENDS

The Interview lasted for 45-50 minutes

After 20 days the results were announced, 160 students out of 610 from our college got selected and I was one of them.

Tips:

                

Article Tags :