Filter interviews by
Okay but question were difficult
Gd topic was based on social media influence
I have worked on various projects including developing a mobile app for tracking fitness goals and a website for online tutoring services.
Developed a mobile app using React Native to track fitness goals and provide workout plans
Created a website using HTML, CSS, and JavaScript for online tutoring services
Implemented user authentication and payment processing functionality in both projects
I appeared for an interview before Apr 2020.
posted on 10 Mar 2021
I applied via Campus Placement and was interviewed before Mar 2020. There were 4 interview rounds.
posted on 25 May 2017
posted on 25 May 2017
I appeared for an interview 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.
posted on 2 May 2017
I appeared for an interview in Sep 2016.
posted on 24 Aug 2017
I appeared for an interview 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 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 appeared for an interview 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.
based on 1 interview
Interview experience
based on 7 reviews
Rating in categories
Manager
126
salaries
| ₹8.6 L/yr - ₹31.9 L/yr |
Assistant Manager
116
salaries
| ₹3.8 L/yr - ₹16 L/yr |
Software Engineer
83
salaries
| ₹5 L/yr - ₹21 L/yr |
Senior Manager
70
salaries
| ₹12 L/yr - ₹42 L/yr |
Engineer
45
salaries
| ₹2.1 L/yr - ₹10 L/yr |
TCS
Accenture
Cognizant
Infosys