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()
Coding test was on reactjs and html
Create a hero section for website
posted on 22 Sep 2024
Desgining of backend services
posted on 11 Sep 2023
I applied via Walk-in and was interviewed in Aug 2023. There were 5 interview rounds.
Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar
One coding question. it's like two lines of question, understand the question and write the code using any programming language.
Usual Leet code problems
System Design Questions
System Design Questions
1) Getter is used to access the value of a property, while setter is used to set the value of a property. 2) JavaScript promises in LWC are used for asynchronous operations. 3) Salesforce REST API in LWC is used to interact with external systems.
Getter is used to access the value of a property
Setter is used to set the value of a property
JavaScript promises in LWC are used for asynchronous operations
Salesforce REST API
Every one can solve the aptitude
Develop fashion website using react
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
THE FIRST ROUND IS APTITUDE GO TO YOUTUBE AND SEARCH DISCOVER DOLLAR INTERVIEW AND QUESTION ALL QUESTIONS AVAILABLE
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I got hero section for development.
based on 2 interviews
Interview experience
based on 1 review
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