Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.
Aptitude with technical questions
Top trending discussions
posted on 14 Feb 2015
I have knowledge in various areas of IT including networking, programming, databases, and cybersecurity.
Networking: I am familiar with concepts such as IP addressing, routing, and network protocols.
Programming: I have experience in languages like Java, Python, and C++, and can develop software applications.
Databases: I am proficient in working with SQL databases and can design and optimize database structures.
Cybersecu...
A class is a blueprint for creating objects that have similar attributes and behaviors.
A class is a user-defined data type that encapsulates data and functions.
It provides a way to organize and structure code.
Objects are instances of a class.
Classes can inherit properties and methods from other classes.
Example: A class 'Car' can have attributes like 'color', 'model', and methods like 'start', 'stop'.
Data structures are ways to organize and store data in a computer program.
Some common data structures include arrays, linked lists, stacks, queues, trees, and graphs.
Arrays are a collection of elements of the same data type, accessed by an index.
Linked lists are a sequence of nodes, each containing data and a reference to the next node.
Stacks are a last-in, first-out (LIFO) data structure, where elements are added and ...
A stack is a data structure where elements are added and removed from the top only.
A stack of plates in a buffet where the top plate is the only one accessible
A browser's back button where the previous pages are stored in a stack
A stack of books where the top book is the one you can read
A stack of trays in a cafeteria where the top tray is the only one you can take
A stack of pancakes where the top pancake is the one yo
My day was productive and fulfilling.
I completed all my tasks on time.
I had a successful meeting with a client.
I learned a new skill during a training session.
I received positive feedback from my supervisor.
I want to join GET because of the company's innovative approach and strong reputation in the industry.
I am impressed by GET's track record of developing cutting-edge technologies.
I believe that working at GET will provide me with valuable opportunities for professional growth.
GET's commitment to excellence aligns with my own values and aspirations.
I am excited about the possibility of contributing to GET's mission and
I am highly motivated and committed to my work. I have a strong track record of long-term employment and loyalty.
I have been with my current employer for over 5 years and have consistently received positive performance reviews.
I am dedicated to my career and have invested time and effort in developing my skills and knowledge.
I have a strong work ethic and take pride in delivering high-quality results.
I am excited about...
My strengths include strong communication skills, adaptability, and attention to detail. My weaknesses include being overly critical of myself and sometimes struggling with time management.
Strength: Strong communication skills - I am able to effectively convey information and ideas to others.
Strength: Adaptability - I am able to quickly adjust to new situations and work well under pressure.
Strength: Attention to detail...
posted on 24 Aug 2017
I was interviewed in Aug 2017.
I am a recent graduate with a degree in Mechanical Engineering, passionate about problem-solving and eager to learn and grow in the field.
Recent graduate with a degree in Mechanical Engineering
Passionate about problem-solving and critical thinking
Eager to learn and grow in the field
Experience with CAD software and project management
A program to reverse a string in C language.
Declare a character array to store the string.
Use a loop to read the string from the user.
Use another loop to reverse the string.
Print the reversed string.
I worked on a project to design and implement a new software system for inventory management in a manufacturing company.
Researched existing inventory management systems to identify key features and requirements
Collaborated with stakeholders to gather feedback and refine project goals
Designed the user interface and database structure for the new system
Implemented the software using Java and MySQL
Tested the system for fu...
posted on 2 May 2017
I was interviewed in Sep 2016.
posted on 15 Mar 2015
Program to display prime numbers from 1-35
Loop through numbers 1-35
Check if each number is prime
If prime, display the number
A program to reverse a string
Create an empty string to store the reversed string
Loop through the original string from the end to the beginning
Add each character to the new string
Return the new string
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It can be achieved through method overloading or method overriding.
Example: A shape class can have different subclasses like circle, square, triangle, etc. and all can be treated as shapes.
Polymorphism helps in achieving code reusability and flexibility.
Yes, method overloading is possible in C++.
Method overloading allows multiple functions with the same name but different parameters.
The compiler determines which function to call based on the number and types of arguments passed.
Example: void print(int x), void print(float x), void print(char x) can all be overloaded.
Overloading can also be done with operators like +, -, *, /, etc.
Overloading improves code readability
I will use software tools that are relevant to my BE project.
The software tools I will use will depend on the nature of my BE project.
For example, if my project involves designing a circuit, I may use software like LTSpice or Proteus.
If my project involves programming, I may use software like Visual Studio or Eclipse.
I will also use software for data analysis and visualization, such as MATLAB or Python.
Ultimately, I wi...
Yes, we can write int func() and int func(int a) in a single class.
We can overload the function with different parameters.
The function with no parameter is called default constructor.
Example: class MyClass { int func(); int func(int a); };
Both functions can have different implementations.
You can insert Java code in HTML tags using the <script> tag.
Use the <script> tag to insert Java code within HTML tags.
Make sure to properly close the <script> tag.
Example: <script>System.out.println('Hello, World!');</script>
OOPS is a programming paradigm that focuses on objects and their interactions.
Encapsulation: bundling of data and methods that operate on that data
Inheritance: ability of a class to inherit properties and methods from a parent class
Polymorphism: ability of objects to take on multiple forms or behaviors
Abstraction: hiding of complex implementation details from the user
Examples: Java, C++, Python
Yes, can you tell me more about the company culture and values?
What are the core values of the organization?
How does the company foster a positive work environment?
What is the company's approach to diversity and inclusion?
Can you provide examples of how the company supports employee growth and development?
I have previously worked at three companies.
Worked as a software engineer at XYZ Inc. for 2 years
Interned at ABC Corp. for 6 months during college
Started my career as a junior developer at DEF Ltd. for 1 year
I didn't clear the aptitude because I lacked preparation and practice.
I didn't have enough time to prepare for the exam
I underestimated the difficulty level of the questions
I didn't practice enough mock tests
I lacked confidence during the exam
I have learned from my mistakes and will work harder next time
I learned the importance of thorough planning and communication.
Thorough planning can prevent oversights and mistakes.
Effective communication can prevent misunderstandings and ensure everyone is on the same page.
It's important to learn from mistakes and use them as opportunities for growth.
For example, in my previous project, we failed to properly plan for potential roadblocks and didn't communicate effectively with al...
Yes, we are a non-profit organization dedicated to promoting education in underprivileged communities.
Our organization focuses on providing educational resources to children in low-income areas.
We partner with local schools and community centers to offer after-school programs and tutoring services.
We also provide scholarships and grants to help students pursue higher education.
Our goal is to break the cycle of poverty ...
posted on 25 Sep 2015
SQL is a programming language used to manage and manipulate relational databases.
SQL stands for Structured Query Language
It is used to create, modify, and query databases
Common commands include SELECT, INSERT, UPDATE, and DELETE
Examples of database management systems that use SQL include MySQL, Oracle, and Microsoft SQL Server
Schema is a blueprint or structure that defines the organization of data in a database.
Schema is used to define the structure of a database.
It includes information about tables, columns, data types, relationships, and constraints.
It helps ensure data consistency and integrity.
Examples of schema include SQL Server, Oracle, and MySQL.
Schema can also refer to the organization of data in XML or JSON documents.
Exception handling is a mechanism to handle runtime errors in Java programs.
Exceptions are objects that represent errors or exceptional conditions that occur during program execution.
Java provides try-catch-finally blocks to handle exceptions.
The try block contains the code that might throw an exception.
The catch block catches the exception and handles it.
The finally block contains code that is executed regardless of w...
Yes, a schema can consist of multiple databases.
A schema is a logical container for database objects.
Multiple databases can be grouped under a single schema.
For example, a company may have separate databases for HR, finance, and sales, but all under the same schema.
This allows for easier management and organization of the databases.
posted on 21 Mar 2022
I was interviewed before Mar 2021.
Round duration - 60 minutes
Round difficulty - Easy
I didn't answer 2 questions, it is fine if you don't answer the question rather than making the interviewer fool
Tips: Prepare core subjects very well
Given a positive integer N
, your task is to identify all prime numbers less than or equal to N
.
A prime number is a natural number greater than 1 that has no po...
Identify all prime numbers less than or equal to a given positive integer N.
Iterate from 2 to N and check if each number is prime
Use the Sieve of Eratosthenes algorithm for better efficiency
Optimize by only checking up to the square root of N for divisors
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
Reverse a given string containing alphabets, numbers, and special characters.
Iterate through the string from the end to the beginning and append each character to a new string.
Use built-in functions like reverse() or slicing to reverse the string.
Handle special characters and numbers while reversing the string.
Ensure to consider the constraints provided in the problem statement.
Implement a function that takes a string
Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through function overloading and overriding.
Function overloading allows multiple functions with the same name but different parameters.
Function overriding involves redefining a base class function in a derived class.
Polymorphism enables dynamic binding and late binding.
Example: Animal class w...
SQL query to find students with marks greater than average marks
Calculate the average marks first
Use a subquery to compare each student's marks with the average marks
Select students where marks are greater than the average
No, C does not support function overloading.
C does not support function overloading, where multiple functions can have the same name but different parameters.
In C, if you declare two functions with the same name, the compiler will throw an error.
Example: int add(int a, int b) and float add(float a, float b) cannot coexist in C.
Yes, it is allowed in C++ to have two functions with the same name as long as they have different parameters.
Function overloading in C++ allows multiple functions with the same name but different parameters.
The compiler distinguishes between the functions based on the number or types of parameters.
Example: void display(int x) and void display(float y) can coexist in C++.
Round duration - 30 minutes
Round difficulty - Easy
t was my third company in campus. So the first question was surely expected, and I was prepared for that. If you clear the technical round then the ball is in your court. You can ace the HR round.
Tips: Just be yourself. Be prepared with basic HR questions.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 25 May 2017
posted on 25 May 2017
I was interviewed in Jun 2016.
Technical questions related to networking and cryptography.
OSI model has 7 layers, TCP/IP has 4 layers
Public addresses are routable on the internet, private addresses are used within a private network
MD5 hashstring is a cryptographic hash function used for data integrity and security
Octal to binary conversion involves converting each octal digit to a 3-bit binary number
posted on 29 Dec 2015
I want to join TECH-M because of their innovative projects and strong reputation in the industry.
Innovative projects at TECH-M attract me
Strong reputation in the industry
Opportunities for growth and learning
Positive reviews from current employees
Yes, I completed a project on designing a solar-powered irrigation system to improve water efficiency in agriculture.
Designed a solar-powered irrigation system to reduce dependency on grid electricity
Implemented sensors to monitor soil moisture levels and automate watering
The purpose was to improve water efficiency in agriculture and reduce operational costs
Conducted field tests to validate the system's effectiveness
Pr...
The project can be modified by identifying the areas that need improvement and implementing changes accordingly.
Identify the areas that need improvement
Analyze the impact of the proposed modifications
Ensure that the modifications align with the project goals
Communicate the modifications to all stakeholders
Implement the modifications and monitor their effectiveness
LED logic refers to the way in which light emitting diodes function and produce light.
LEDs are semiconductor devices that emit light when a current is passed through them
They have a positive and negative terminal, and the current flows from the positive to the negative terminal
The color of the light emitted depends on the material used in the LED
LEDs are commonly used in lighting, displays, and indicators
Yes, I am flexible with both location and job timings.
I am open to relocating for the job if required
I am willing to adjust my schedule to meet the job timings
I understand the importance of flexibility in a new role
Yes, I visited the TECH-M website and found their interactive virtual tour to be the most catchy feature.
Interactive virtual tour is engaging and informative
User-friendly interface makes navigation easy
Wide range of products and services showcased
Testimonials and case studies provide credibility
Yes, there may be limitations in terms of experience, knowledge, resources, and regulations for a sector that I would be allotted.
Experience: I may have limited experience in a particular sector which could impact my performance.
Knowledge: I may not have in-depth knowledge about certain aspects of the sector, leading to limitations in decision-making.
Resources: Limited resources such as budget, manpower, or technology ...
TECH-M is a leading company in the engineering industry known for its innovative projects and supportive work culture.
TECH-M has a strong reputation for cutting-edge technology and innovation.
The company offers excellent training and development opportunities for graduate engineers.
TECH-M has a supportive work culture that encourages growth and collaboration.
The company has a track record of successful projects in vari...
Centripetal force pulls an object towards the center of a circular path, while centrifugal force pushes an object away from the center.
Centripetal force is directed towards the center of rotation, while centrifugal force is directed away from the center.
Centripetal force is responsible for keeping an object in circular motion, while centrifugal force is experienced by the object moving in a circular path.
Centripetal fo...
My favorite subject in 11th and 12th was Physics.
I enjoyed learning about the laws of motion and how they apply to real-life situations.
Physics helped me understand the world around me better and sparked my interest in engineering.
I excelled in topics like electricity, magnetism, and optics.
Practical experiments in Physics labs were always fascinating to me.
A vernier caliper is a measuring tool used to measure the internal and external dimensions of an object with high accuracy.
Consists of two jaws, one fixed and one movable
Has a main scale and a vernier scale for precise measurements
Can measure length, depth, and thickness
Used in engineering, machining, and woodworking
Example: measuring the diameter of a bolt or the thickness of a sheet of metal
The laws of motion describe the behavior of objects in motion.
The first law states that an object at rest will remain at rest, and an object in motion will remain in motion at a constant velocity, unless acted upon by an external force.
The second law states that the force acting on an object is equal to its mass times its acceleration.
The third law states that for every action, there is an equal and opposite reaction.
E...
Yes, I am open to relocating for the right opportunity.
I am willing to relocate for career growth and new experiences.
I have no ties that would prevent me from moving to a new location.
I am excited about the prospect of living in a new city or country.
I understand that relocation may be necessary for certain job opportunities.
based on 1 interview
Interview experience
Revit Modeller
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Graduate Engineer Trainee (Get)
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Electrical Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Engineer Electrical
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Electrical Design Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
Tech Mahindra