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
I appeared for an interview in Apr 2020.
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
Create a hero section for website
Online test with basic questions along with c++ question
Virtual group discussion
2 ( 1 medium + 1 hard ) coding questions , 2 ( 1 medium + 1 easy ) sql questions, 10 MCQS( os, cn, dbms, aptitude ).
I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.
Basic Aptitude (prob, )
based on 5 interviews
Interview experience
based on 7 reviews
Rating in categories
Software Developer
7
salaries
| ₹2 L/yr - ₹4.7 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 |
Senior Mobile Application Developer
3
salaries
| ₹5.8 L/yr - ₹6.4 L/yr |
GrapplTech
Rialtes Technologies
Wilco Source
TraviYo