i
Internshala
Filter interviews by
My name is John Smith.
Full name is John Smith
Common name in English-speaking countries
Easy to remember and pronounce
Left Join is a type of join operation in SQL that returns all rows from the left table and the matched rows from the right table.
Left Join combines rows from two tables based on a related column between them.
It includes all rows from the left table, even if there are no matches in the right table.
If there are no matches, NULL values are included for columns from the right table.
Example: SELECT * FROM table1 LEFT J...
I have experience with various machine learning models such as linear regression, decision trees, random forests, and neural networks.
Linear regression is used for predicting continuous outcomes.
Decision trees are used for classification and regression tasks.
Random forests are an ensemble method that combines multiple decision trees for improved accuracy.
Neural networks are used for complex pattern recognition and...
SQL queries are executed in a specific order to ensure accurate results.
SQL queries are executed in the following order: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.
The FROM clause specifies the tables involved in the query.
The WHERE clause filters the rows based on specified conditions.
The GROUP BY clause groups the rows based on specified columns.
The HAVING clause filters the grouped rows based on specified ...
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the r...
Yes, I will be able to travel and reach the office in Gurgaon at 9:30 from Monday to Friday.
I am located in a nearby area and can easily commute to Gurgaon.
I have a reliable mode of transportation that allows me to reach the office on time.
I am flexible with my schedule and can adjust my timings accordingly.
I understand the importance of punctuality and will make sure to be at the office by 9:30.
I am committed to ...
Get guaranteed placements with our Placement Guarantee Courses on Internshala App!
Enroll in our Placement Guarantee Courses and secure your dream job
Boost your chances of getting hired with our Placement Guarantee Courses
Join our Placement Guarantee Courses and land your dream internship
Guaranteed placements with our specialized Placement Guarantee Courses
Pointers in C are variables that store memory addresses of other variables.
Pointers are used to access and manipulate memory directly.
They are denoted by an asterisk (*) before the variable name.
Example: int *ptr; // declares a pointer to an integer variable
str in C is a data type used to represent strings as arrays of characters.
str in C is typically declared as an array of characters, terminated by a null character '\0'.
Functions like strcpy(), strcmp(), and strlen() are commonly used with str in C.
Example: char str[10] = "hello"; // Declaration of a string in C
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
Experienced inside sales executive with a proven track record of exceeding sales targets and building strong client relationships.
Over 5 years of experience in inside sales roles
Consistently met or exceeded sales targets by 20% each quarter
Built and maintained strong relationships with clients, resulting in a 90% client retention rate
Proficient in CRM software and sales analytics tools
I want to work for Internshala because of its reputation for providing valuable learning opportunities and a platform to connect with industry professionals.
Internshala is known for offering internships that provide hands-on experience in various fields.
I am impressed by Internshala's commitment to helping students and young professionals enhance their skills and build their careers.
I believe working at Internshala wil...
I chose sales because I enjoy building relationships, meeting new people, and helping customers find solutions to their needs.
Enjoy building relationships with clients
Thrives on meeting new people and networking
Enjoys problem-solving and finding solutions for customers
Passionate about helping others achieve their goals
I appeared for an interview in Jan 2025.
I have a background in marketing and sales through internships and previous work experience. I am passionate about sales because of the opportunity to build relationships and drive revenue.
Interned at XYZ company where I learned about sales strategies and techniques
Worked as a sales associate at ABC store, exceeding sales targets consistently
Enjoy the challenge of meeting customer needs and closing deals
Passionate abou...
A sales pitch round in which a scenario was provided.
I appeared for an interview in Apr 2025, where I was asked the following questions.
I am joining Internshala to contribute to its mission of empowering students through internships and skill development.
Passion for education: I believe in the transformative power of internships for students' career growth.
Alignment with values: Internshala's commitment to skill development resonates with my personal and professional values.
Innovative environment: I am excited about working in a dynamic and innovative ...
I am comfortable with working processes, valuing structure and efficiency to achieve organizational goals.
I have experience in streamlining HR processes, such as implementing an automated recruitment system that reduced hiring time by 30%.
I prioritize clear communication and collaboration within teams to ensure everyone understands their roles in the process.
I regularly review and refine processes based on feedback and...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Creating backlinks for XYZ involves strategic keyword use and outreach to enhance SEO and website authority.
Identify relevant keywords using tools like Google Keyword Planner.
Create high-quality content that naturally incorporates these keywords.
Reach out to industry-related blogs for guest posting opportunities.
Engage in online forums and communities, sharing insights and linking back to XYZ.
Utilize social media platf...
Instagram allows up to 30 hashtags per organic post to enhance visibility and engagement.
Instagram's limit is 30 hashtags per post.
Using relevant hashtags can increase post reach.
Mix popular and niche hashtags for better engagement.
Example: #Travel, #Adventure, #Wanderlust for travel posts.
I applied via Internshala and was interviewed in Jul 2024. There were 2 interview rounds.
It was about 15 minutes asked some question, 1.create a universal notification for your project , so that we can use anywhere, 2.Sorting and Searching 3.MongoDB Agreegration
HAVING is used with GROUP BY to filter groups, WHERE is used to filter rows
HAVING is used with GROUP BY to filter groups based on aggregate functions
WHERE is used to filter rows based on conditions
HAVING is applied after GROUP BY, WHERE is applied before GROUP BY
Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;
Example: SELECT * FROM employees WHERE department = 'S...
I appeared for an interview in Jan 2025.
Print odd numbers and even numbers.
My name is John Smith.
Full name is John Smith
Common name in English-speaking countries
Easy to remember and pronounce
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Left Join is a type of join operation in SQL that returns all rows from the left table and the matched rows from the right table.
Left Join combines rows from two tables based on a related column between them.
It includes all rows from the left table, even if there are no matches in the right table.
If there are no matches, NULL values are included for columns from the right table.
Example: SELECT * FROM table1 LEFT JOIN t...
SQL queries are executed in a specific order to ensure accurate results.
SQL queries are executed in the following order: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.
The FROM clause specifies the tables involved in the query.
The WHERE clause filters the rows based on specified conditions.
The GROUP BY clause groups the rows based on specified columns.
The HAVING clause filters the grouped rows based on specified condi...
Developed a predictive analytics model for customer churn in a telecom company.
Collected and cleaned customer data from various sources
Performed exploratory data analysis to identify patterns and trends
Built a machine learning model to predict customer churn
Evaluated the model's performance using metrics like accuracy and precision
Provided actionable insights to reduce customer churn rate
I took a structured approach by first defining the problem, collecting relevant data, analyzing the data, and then presenting findings.
Defined the problem statement clearly to understand the scope of analysis
Collected relevant data from various sources such as databases, surveys, and external research
Analyzed the data using statistical tools and techniques to derive insights
Presented findings in a clear and concise man...
I have experience with various machine learning models such as linear regression, decision trees, random forests, and neural networks.
Linear regression is used for predicting continuous outcomes.
Decision trees are used for classification and regression tasks.
Random forests are an ensemble method that combines multiple decision trees for improved accuracy.
Neural networks are used for complex pattern recognition and pred...
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
I applied via Naukri.com
I am a software engineering student with a passion for coding. Here is a code to find repetitive characters in a string.
Iterate through the characters in the string and store their occurrences in a HashMap.
Check the HashMap for characters with occurrences greater than 1 to find repetitive characters.
Return the repetitive characters as an array of strings.
Top trending discussions
The duration of Internshala interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 41 interview experiences
Difficulty level
Duration
based on 266 reviews
Rating in categories
4-6 Yrs
Not Disclosed
7-10 Yrs
Not Disclosed
Inside Sales Associate
21
salaries
| ₹3.5 L/yr - ₹7.2 L/yr |
Marketing Associate
17
salaries
| ₹5 L/yr - ₹6 L/yr |
Product Manager
16
salaries
| ₹7 L/yr - ₹15 L/yr |
Software Development Engineer
16
salaries
| ₹5.4 L/yr - ₹20 L/yr |
Software Development Engineer II
14
salaries
| ₹12 L/yr - ₹17 L/yr |
Acadecraft
Coding Ninjas
Globus Infocom
SpeedLabs