Upload Button Icon Add office photos

Filter interviews by

Tejas Innovative Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal.
Total Questions: 65

Round: Technical Interview
Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.

Round: HR Interview
Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.

General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side.
Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: Shortlist is done based on the result of the test conducted. The test consists of two parts basic quantitative skills and a short essay to test your English
Tips: Math and Puzzle solving skills are useful They were looking for people with good math skills and team player

Round: Interview
Experience: Interview was held in two rounds. No technical round is held. One should be prepared for basic HR questions, your understanding of your projects etc.
Tips: There is no technical round and no emphasis on technical background
Prepare for all the basic HR questions beforehand, write them down
Get to know your resume very well

College Name: IIT Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Questions & Answers

HCLTech user image Anonymous

posted on 13 Apr 2015

Interview Questionnaire 

10 Questions

  • Q1. Do you know Java? ---Yes
  • Ans. 

    Yes, I know Java.

    • I have experience in Java programming.

    • I am familiar with Java syntax and concepts.

    • I have worked on Java projects in the past.

  • Answered by AI
  • Q2. What is Thread and why are they used? ---told
  • Q3. What is JDBC? ---told
  • Q4. How to retrieve data from back end? ---told
  • Ans. 

    To retrieve data from the back end, you can use APIs or database queries.

    • Use API calls to fetch data from the back end server.

    • Execute database queries to retrieve data from the database.

    • Parse the response or query result to extract the required data.

    • Handle any necessary authentication or authorization for accessing the back end.

    • Examples: GET request to an API endpoint, SELECT query in SQL.

  • Answered by AI
  • Q5. Explain OOP concepts. ---explained the program
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP

    • Example: A car object can have properties like color, make, and model, and methods like start and stop

    • OOP promotes code reusability and ma

  • Answered by AI
  • Q6. He gave me Java program and asked me to explain how memory is allocated? ---Explained with diagram
  • Q7. How was the day? ---A bit lagging one
  • Q8. Why? ---My token number is 197, I need to wait for long time since morning
  • Q9. About yourself? ---told
  • Q10. Tell me a special quality of yours which is not mentioned in your resume? ---Told

Interview Preparation Tips

Round: Test
Experience: 4 modules :
1. Computer Programing :- Code is given,we need to find output, basic questions in Java, C, Data Structures, DBMS.
2. Quantitative Aptitude :- Easy, Basics in Simple Interest, Profit&Loss, Numbers, Logs, Time and Work, Time Speed Distance, Prob, Perm&Comb.
3. Logical Reasoning :- Blood relations, Directions, Data sufficiency, Puzzle, Arrangements (circular & linear).
4. English :- Fill in appropriate meaning, Antonyms, Synonyms, Arrange the sentences, and 2 huge paragraphs (4+4=8 questions).

Out of 2000 members 400 were selected. I'm one among them.

Round: HR Interview
Experience: After 2 days I received mail from HCL (offer letter and letter of intent).
Tips: HR round is to test our communication only..

College Name: NA

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • I have a degree in Computer Science

    • I have worked with Java, Python, and JavaScript

    • I have experience with front-end frameworks like React and Angular

    • I have developed mobile apps using React Native

    • I am familiar with Agile methodologies

  • Answered by AI
  • Q2. Hobbies
  • Q3. Why it??? if u r from core
  • Ans. 

    I have a passion for software development and enjoy the challenges it presents.

    • I have always been interested in technology and programming

    • I have taken courses and completed projects in software development

    • I enjoy problem-solving and finding efficient solutions

    • I believe software engineering is a constantly evolving field with endless opportunities for growth

  • Answered by AI
  • Q4. Prime number program
  • Ans. 

    A program to check if a given number is prime or not.

    • A prime number is a number that is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it is not prime.

    • Otherwise, it is prime.

    • Optimization: check only odd numbers after 2.

  • Answered by AI
  • Q5. Fibonacci's program
  • Ans. 

    Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.

    • The program can be implemented using recursion or iteration.

    • The first two numbers in the series are always 0 and 1.

    • The next number is the sum of the previous two numbers.

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418,...

  • Answered by AI
  • Q6. Algorithm for the two program
  • Q7. Flowchart for the two program
  • Ans. 

    Flowchart for two programs

    • Identify inputs and outputs

    • Determine program logic

    • Create decision points and loops

    • Connect program components

    • Include error handling

    • Test and debug

    • Document the flowchart

  • Answered by AI
  • Q8. Department questions such as equation to calculate thermal heat capacity. it will be twisted

Interview Preparation Tips

Round: Test
Experience: There will be 30 questions in each section and I would say standard of question was good
Tips: Time management is very important while solving questions. Your common scence and IQ is very important for solving questions specifically Quant's in cocubes. Don't panic
Duration: 90 minutes
Total Questions: cocubes

Round: Group Discussion
Experience: My favorite round. Very intellectual and exciting
Tips: Just say whatever relevant u know about the topic. Listen to others and give others time to speak don't interrupt others while they are saying something let him\her finish and then start. Don't speak too much just be appropriate
Duration: 15 minutes

Round: HR Interview
Experience: Very comforting keep calm and rock it
Tips: This are the most asked questions so prepare some good answers for it

Round: Technical Interview
Experience: Very stressful and frustrating section they just try to break you down but just don't keep calm and answer what you know
Tips: They may ask some puzzles also they asked me and the response time should be quick in that

General Tips: Be confident keep calm and be smart
Skill Tips: Just be confident keep your posture right and don't talk too much talk whatever is necessary and try to have a healthy interaction don't get frustrated
Skills: confidence , iq, presence of mind, bit programing skill for it
College Name: SATHYABAMA UNIVERSITY
Motivation: This company has the best work culture

Skills evaluated in this interview

Interview Questions & Answers

Amazon user image Anonymous

posted on 5 Apr 2015

Interview Questionnaire 

14 Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6)
  • Q5. Explain caching, implement LRU caching
  • Ans. 

    Caching is the process of storing frequently used data in a temporary storage to reduce access time. LRU caching removes least recently used data.

    • Caching improves performance by reducing access time to frequently used data

    • LRU (Least Recently Used) caching removes the least recently used data to make space for new data

    • LRU cache can be implemented using a doubly linked list and a hash map

    • When a cache hit occurs, the acce...

  • Answered by AI
  • Q6. Explain working of DNS, implement domain search in DNS
  • Q7. What is hashing. Implement domain search using hashing
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space
  • Q9. Explain working of virtual function
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base class
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed)
  • Q12. Clone a linked list having an arbit pointer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min()
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n)

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions were all resume based. Gave importance to Posiions of responsibilities

Interview Preparation Tips

Round: Group Discussion
Experience: I talked second and took a stance of defence with development. I tried to talk intermittently for a duration of approx 40 sec each time and for a total of 5 times.
Tips: U should be the guy who had talked the most in GD but care should be taken not to dominate it. Try to tell maximum number of points and try to exhaust all the points when you get your first opportunity.
Duration: 8 minutes

Round: Interview
Experience: They were just checking whether you have the necessary communication and managerial skills and how well you handle the stresses of interview.
Tips: Being thorough with the nooks and corner of your resume and keeping your head cool alone will ensure you get shortlisted.

General Tips: Stay coool throughout the process :)
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

Tejas Innovative Solutions Interview FAQs

How to prepare for Tejas Innovative Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tejas Innovative Solutions. The most common topics and skills that interviewers at Tejas Innovative Solutions expect are ISO, Injection Moulding, Material Handling, Moulds and OEE Calculation.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Tejas Innovative Solutions Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.8

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

4.3

Job Security

2.8

Company culture

4.3

Promotions/Appraisal

3.0

Work Satisfaction

Explore 4 Reviews and Ratings
Commissioning Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Project Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Logistics and Purchase Manager
3 salaries
unlock blur

₹5.4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Tejas Innovative Solutions with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview