Find Interview Questions for Top Companies
Jasmin infotech pvt ltd Interview Questions and Answers
Ques:- What are the disadvantages of using django for web development?
Right Answer:
1. Steeper learning curve for beginners due to its complexity.
2. Monolithic structure can limit flexibility and scalability.
3. Performance can be slower for high-load applications compared to other frameworks.
4. Less control over components compared to microservices architectures.
5. Can be overkill for small projects or simple applications.
6. Limited support for asynchronous programming compared to other frameworks.
Ques:- How to create views in django ?
Right Answer:
To create views in Django, follow these steps:

1. Open your `views.py` file in your Django app.
2. Import necessary modules:
```python
from django.shortcuts import render
```
3. Define a view function:
```python
def my_view(request):
return render(request, 'template_name.html', context)
```
4. Map the view to a URL in your `urls.py`:
```python
from django.urls import path
from .views import my_view

urlpatterns = [
path('my-url/', my_view, name='my_view_name'),
]
```
Ques:- Can i create an login account with javascript ,without using database ?
Comments
Admin May 17, 2020

Javascript is one which loads on your page load. If you
want to test it for dummy app. you can.

Admin May 17, 2020

yes, but need to hard code for login account by giving
multiple id comparisons and need to encrypt the javascript
code to hide from the page source .
This is not a secure way to create login account but we can
create login account using javascript.

Ques:- What are Datatypes in JavaScript?
Right Answer:
JavaScript has the following data types:

1. **Undefined** - A variable that has been declared but not assigned a value.
2. **Null** - A variable that has been explicitly assigned a value of null.
3. **Boolean** - Represents a logical entity and can have two values: true or false.
4. **Number** - Represents both integer and floating-point numbers.
5. **String** - Represents a sequence of characters enclosed in quotes.
6. **Symbol** (introduced in ES6) - A unique and immutable primitive value.
7. **Object** - A collection of key-value pairs, including arrays and functions.
Comments
nicky Sep 15, 2022

string,boolean,null,undefined,number

Ques:- What is meant by Laravel – Encryption ?
Comments
Admin May 17, 2020

Encryption is a process of converting a plain text to a message using some algorithms such that any third user cannot read the information.
This is helpful for transmitting sensitive information because there are fewer chances for an intruder to target the information transferred.
Encryption is performed using a process called Cryptography.
The text which is to be encrypted is termed as Plain Text and the text or the message obtained after the encryption is called Cipher Text.
The process of converting cipher text to plain text is called Decryption.
Laravel uses AES-256 and AES-128 encrypter, which uses Open SSL for encryption.
All the values included in Laravel are signed using the protocol Message Authentication Code so that the underlying value cannot be tampered with once it is encrypted.

Ques:- In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?
Right Answer:
The storage and bootstrap/cache directories in Laravel require write permissions for the web server user. Typically, this means setting the permissions to 775 or 777, depending on your server configuration.
Ques:- What is vagrantfile and homestead.yaml?
Right Answer:
A Vagrantfile is a configuration file used by Vagrant to define the environment and settings for a virtual machine, including the operating system, software packages, and network settings. Homestead.yaml is a configuration file specific to Laravel Homestead, which is a pre-packaged Vagrant box for Laravel development. It defines the settings for the Homestead environment, such as sites, databases, and environment variables.
Ques:- What is name of first file that loaded in laravel?
Right Answer:
The first file that is loaded in Laravel is `public/index.php`.
Ques:- What is Laravel? and its History? When was Laravel first released?
Right Answer:
Laravel is a popular open-source PHP web framework designed for building web applications following the MVC (Model-View-Controller) architectural pattern. It was first released on June 9, 2011, by Taylor Otwell.
Comments
Admin Feb 3, 2020

Laravel is PHP based open-source, and free web development MVC framework like other frameworks – CodeIgniter, Symfony. Laravel is now majorly used for building high-end web applications and web services for mobile applications. Laravel is MVC framework web development developed by Taylor Otwell and first released in July 2011. Laravel Framework Overview

Jasmin Infotech Pvt Ltd is a leading technology company headquartered in Chennai, India, specializing in software development, embedded systems, and engineering services. Established in 1998, the company has grown to become a trusted partner for numerous global clients across various industries. With a team of highly skilled professionals, Jasmin Infotech offers end-to-end solutions, from concept to deployment, catering to the diverse needs of its clients. Their expertise spans across domains such as automotive, healthcare, telecommunications, and industrial automation. One of the key strengths of Jasmin Infotech lies in its commitment to innovation and quality. The company emphasizes continuous learning and keeps pace with the latest advancements in technology to deliver cutting-edge solutions. They leverage advanced tools and methodologies to ensure efficiency and reliability in their deliverables. Moreover, Jasmin Infotech places a strong emphasis on customer satisfaction, striving to exceed expectations through timely delivery and personalized support. This customer-centric approach has earned the company a reputation for excellence in the industry. Overall, Jasmin Infotech Pvt Ltd stands as a beacon of technological prowess and reliability, driving innovation and delivering value to its clients worldwide.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users