Tata Elxsi Coding Questions

Tata Elxsi Coding Questions 2023

Tata Elxsi Coding Questions are frequently asked by TATA ELXSI Placement Paper in Written Assessment. It is an elimination round and the student is given a choice to choose any C/C++/JAVA/Python for coding purpose in which he/she is comfortable with.

There is a written assessment of 120 minutes which is necessary for a student to qualify for the further proceedings. Go through the page to know more details.

Tata Elxsi Question

About Tata Elxsi

One of the top companies in the world for design and technology services, Tata Elxsi works with clients in the automotive, broadcast, communications, healthcare, and transportation sectors.

Below are the key points that everyone should read to have a complete picture about Tata Elxsi Placement Exam, from registration to selection. The process includes two rounds:-

  1. Written Assessment
  2. Technical and HR Interview

Prime Course Trailer

Tata Elxsi Eligibility Criteria

Academic Qualifications :

  • Class 10th Standard : 60% or Above
  • Class 12th Standard : 60% or Above
  • College Graduation : 60% or Above 6.5 CGPA

Eligible Passing Year:

  • 2023

College Qualification Required:

  • B.E.
  • B.Tech.

Eligible Branches:

  • CS/IT/Circuital Branches

Other Important Criteria:

  • There should be No Backlogs at the time of Selection Process.
  • The education gap should be of maximum 1 years,if any, is allowed between 10th and graduation.
  • Should be from a Full-time Degree course recognized by the Central/State Government of India.
  • The candidates must not have any pending attendance requirement with the college.
  • Should be Indian Citizen or should carry a PIO or OCI card, in case holding a passport of any other country.

Related Banners

Get PrepInsta Prime & get Access to all 200+ courses offered by PrepInsta in One Subscription

Tata Elxsi Written Assessment

Tata ElxsiNumber of QuestionsTimeDiifficulty
Verbal Ability3048 minsMedium
Reasoning Ability3030 minsMedium
Coding Round 11UntimedHard
Coding Round 21UntimedHard

Analysis of Tata Elxsi Written Exam

*Untimed means these sections are without any specific time limit. You can answer these within the total assessment time limit, i.e., Total Time of Untimed Sections = Total Assessment Time Limit – Total Time of Timed Sections. Hence,

  • Total Time of Untimed Sections = 120 – 78 = 42 minutes

Tata Elxsi Coding Questions

Question 1 : Move Hash to Front

Problem Statement :

You have write a function that accepts, a string which length is “len”, the string has some “#”, in it you have to move all the hashes to the front of the string and return the whole string back and print it.

char* moveHash(char str[],int n);

Example :
Sample Test Case
Input :
Move#Hash#to#Front
Output :
###MoveHashtoFront

Question 2 :Borrow Number

Problem Statement  :

You have two numbers number1 and number2, your job is to check the number of borrow operations needed for subtraction of number1 from number2. If the subtraction is not possible then return the string not possible.

Example :

754
658

Answer :
2

654
666

Answer :
Not possible

Question 3 : Capitalize/Decapitalize

Problem Statement  :

You’re given a function that accepts the following, a string1, its length and a character c. Your job is to replace all the occurrences of character c in string1 and capitalize it or decapitalize it based on the character c.

Input :
hello world
l
Output :
heLLo worLd

Input :
prepinsta
p
Output :
PrePinsta

Question 4 : Individual Character Count

Problem Statement  :

You’re given a string where multiple characters are repeated consecutively. You’re supposed to reduce the size of this string using mathematical logic given as in the example below :

Input :
aabbbbeeeeffggg

Output:
a2b4e4f2g3

Input :
abbccccc

Output:
ab2c5

Question 5 :Make It Palindrome

Problem Statement  :

You’re given a string, you’ve to print additional characters needed to make that string a palindrome.

A Palindrome is a sequence of characters that has the property of reading the same in either direction.

Input :
abede
Output :
ba

Sample Input :
abcfe

Sample output :
fcba

FAQs on Tata Elxsi Coding Questions with Solutions

Question 1: Is the Tata Elxsi Assessment hard?

Tata Elxsi Assessment consists of multiple topics including verbal, logical and coding questions. It is not hard, if you practice the questions before exam.

Question 2: Is Coding Questions asked in the Tata Elxsi Assessment?

Yes, two coding questions are asked in the Tata Elxsi Assessment. Both are of hard difficulty level.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others

Checkout list of all the video courses in PrepInsta Prime Subscription

Checkout list of all the video courses in PrepInsta Prime Subscription

2 comments on “Tata Elxsi Coding Questions”


    • PrepInsta Support

      Kindly stay updated to your mails and spam folder, company will be mailing you regarding the further updates soon, cut offs depends on the performance and number of students attempting.