Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
Import random
import string
def generate_password(length=12, use_special_chars=True):
characters = string.ascii_letters + string.digits
if use_special_chars:
characters += string.punctuation
password = ''.join(random.choice(characters) for _ in range(length))
return password
def main():
print("Password Generator")
length = int(input("Enter the desired length of the password: "))
use_special = input("Include special characters? (yes/no): ").lower() == 'yes'
password = generate_password(length, use_special)
print(f"Generated Password: {password}")
if __name__ == "__main__":
main()
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.
Written test 1 includes aptitude test
Design web pages in tools
Top trending discussions
I appeared for an interview in Apr 2020.
I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.
Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.
Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.
Implemented a phased integration approach, allo...
Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.
Use a relational database like MySQL or PostgreSQL
Create tables for colleges, departments, students, and elections
Use foreign keys to establish relationships between tables
Add columns for election details like candidate names and vote counts
Write a query to join tables and filter for maximum vot...
Design a bit.ly URL shortening service with database choice, table design, and endpoints.
Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.
Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.
Endpoints should include URL shortening, redirection, and analytics.
Implement caching to improve performance and reduce database load...
posted on 22 Sep 2024
Desgining of backend services
Coding test was on reactjs and html
I appeared for an interview in Mar 2025, where I was asked the following questions.
Supervised learning uses labeled data for training, while unsupervised learning identifies patterns in unlabeled data.
Supervised learning requires labeled datasets, e.g., predicting house prices based on features like size and location.
Unsupervised learning works with unlabeled data, e.g., clustering customers based on purchasing behavior.
In supervised learning, the model is trained to minimize error between predicted ...
I appeared for an interview in Oct 2024, where I was asked the following questions.
I learned about this company through a combination of online research, networking, and industry events, highlighting its innovative projects.
Online Research: I discovered the company while researching top firms in the industry, where I found its impressive portfolio and client testimonials.
Networking: I attended a tech conference where I met some of your employees, who spoke highly of the company culture and exciting p...
I appeared for an interview in May 2025, where I was asked the following questions.
I have foundational knowledge and some practical experience in this domain, eager to learn and grow further.
Completed coursework in relevant subjects, such as [specific course or subject].
Participated in a project where I [describe a relevant project or task].
Interned at [Company/Organization] where I gained hands-on experience in [specific skills or tasks].
Engaged in self-study and online courses to enhance my underst...
I possess strong communication, adaptability, and problem-solving skills essential for effective team collaboration.
Strong communication: I actively listen to team members and articulate ideas clearly, ensuring everyone is on the same page.
Adaptability: I adjust my approach based on team dynamics and project needs, as seen when I took on different roles in group projects.
Conflict resolution: I address disagreements con...
Data analyst with a passion for transforming data into actionable insights, skilled in statistical analysis and data visualization.
Educational Background: Bachelor's degree in Statistics, focusing on data analysis techniques.
Technical Skills: Proficient in SQL, Python, and data visualization tools like Tableau.
Professional Experience: Worked at XYZ Corp, where I improved reporting efficiency by 30% through automation.
P...
Python is a versatile programming language widely used for data analysis, automation, and web development.
Python is an interpreted language, meaning it executes code line by line, which makes debugging easier.
It supports multiple programming paradigms, including procedural, object-oriented, and functional programming.
Python has a rich ecosystem of libraries, such as Pandas for data manipulation and NumPy for numerical ...
based on 5 interview experiences
Difficulty level
Duration
based on 8 reviews
Rating in categories
Software Developer
7
salaries
| ₹2 L/yr - ₹6 L/yr |
Trainee Programmer
4
salaries
| ₹2.5 L/yr - ₹3.5 L/yr |
Full Stack Software Developer
4
salaries
| ₹3 L/yr - ₹7.2 L/yr |
Software Engineer
3
salaries
| ₹3.6 L/yr - ₹3.6 L/yr |
Programmer
3
salaries
| ₹3 L/yr - ₹3.2 L/yr |
GrapplTech
Infotact Solutions
Rialtes Technologies
Wilco Source