i
WovVTech
Filter interviews by
MVC in Rails stands for Model-View-Controller, a design pattern that separates the application into three interconnected components.
Model: Represents the data and business logic of the application
View: Represents the user interface of the application
Controller: Handles user input, interacts with the model, and updates the view
Promotes code organization and separation of concerns
Active Record is an object-relational mapping (ORM) pattern in Ruby on Rails that simplifies database interactions.
ORM pattern in Ruby on Rails
Maps database tables to Ruby objects
Provides methods for querying and manipulating data
Example: User model in Rails represents users table in database
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Strong params is a security feature in Ruby on Rails that allows you to specify which parameters are allowed for mass assignment.
Strong params helps prevent mass assignment vulnerabilities by whitelisting specific parameters.
It is used to protect against malicious users attempting to modify sensitive data.
Strong params is implemented using the 'permit' method in Rails controllers.
Example: params.require(:model_name).pe...
MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for displaying the data to the user.
Controller handles user input, updates the model, and interacts with the view.
MVC promotes separation of concerns and modularity.
Example: In a RoR application, the model could ...
Top trending discussions
posted on 29 Jul 2021
Rotate a matrix by 90 degrees clockwise
Transpose the matrix
Reverse each row of the transposed matrix
Alternatively, swap elements in-place layer by layer
Example: [[1,2],[3,4]] -> [[3,1],[4,2]]
Program to create a copy of a doubly linked list with an arbit pointer.
Traverse the original list and create a new node for each node in the list.
Store the mapping of original node to the new node in a hash table.
Traverse the original list again and set the next and arbit pointers of the new nodes.
Return the head of the new list.
Implement functionality for online test with timer and handle power failure scenarios
Create a timer function to track the time
Store the start time and end time of the test
Implement a backup system to save progress in case of power failure
Use a database to store test data and progress
Handle edge cases like internet connectivity issues
A recursive function to check if a number is prime or not.
Create a function that takes a number as input.
Check if the number is less than 2, return false.
Check if the number is 2, return true.
Check if the number is divisible by any number less than it, return false.
If none of the above conditions are met, call the function recursively with the number minus 1.
To reverse a linked list, we need to traverse the list and change the direction of the pointers.
Create three pointers: prev, curr, and next
Initialize prev to null, curr to head of the linked list, and next to null
Traverse the list and change the direction of the pointers: next = curr.next; curr.next = prev; prev = curr; curr = next;
Set the new head of the linked list to prev
It is not possible to stop man in the middle attack over an insecure communication line without using any kind of encryption.
Without encryption, the communication line is inherently insecure and vulnerable to man-in-the-middle attacks.
One possible solution is to use a secure communication line, such as a VPN or a dedicated private network.
Another solution is to use digital signatures to verify the authenticity of the c...
HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.
HTTP stands for Hypertext Transfer Protocol while HTTPS stands for Hypertext Transfer Protocol Secure.
HTTP operates on port 80 while HTTPS operates on port 443.
HTTP is unencrypted while HTTPS is encrypted with SSL/TLS.
HTTPS provides authentication and data integrity while HTTP does not.
HTTPS is used for secure online transactions such as online banking, e...
Heap and stack memory are two types of memory allocation in a program. Local variables are stored in stack memory. Memory tables are used to track memory allocation.
Heap memory is used for dynamic memory allocation, while stack memory is used for static memory allocation.
Local variables are stored in stack memory and are only accessible within the scope of the function they are declared in.
Memory tables are used to kee...
posted on 7 Sep 2015
I applied via Referral
posted on 27 Apr 2024
I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.
Time distance and basic puzzle questions,6 questions in 45 minutes
posted on 22 Apr 2025
I appeared for an interview before Apr 2024, where I was asked the following questions.
Data structures like stacks and queues organize data for efficient access and manipulation, following specific rules.
Stack: Last In First Out (LIFO) structure. Example: Undo feature in text editors.
Queue: First In First Out (FIFO) structure. Example: Print job management in printers.
Stacks use push and pop operations; queues use enqueue and dequeue.
Stacks can be implemented using arrays or linked lists; queues can also...
Looping in C++ allows repeated execution of a block of code, enhancing efficiency and control in programming.
Types of loops: for, while, and do-while.
For loop example: 'for(int i = 0; i < 10; i++) { cout << i; }'
While loop example: 'int i = 0; while(i < 10) { cout << i; i++; }'
Do-while loop example: 'int i = 0; do { cout << i; i++; } while(i < 10);'
Loops can be nested for complex iterations.
Array duplicates and burn binary tree
I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.
It was deciphering spoken language to subtitle for a complicated accented show
I am passionate about the company's mission and values, and I believe my skills and experience align well with the opportunities here.
Passionate about company's mission and values
Skills and experience align well with opportunities
Excited about potential for growth and development
I am passionate about using data analysis to drive business decisions and improve processes.
I have always been fascinated by the power of data to uncover insights and drive strategic decision-making.
I enjoy working with large datasets and using statistical tools to extract meaningful information.
I believe that data-driven decision-making is crucial for businesses to stay competitive in today's market.
For example, in my...
based on 2 interview experiences
Difficulty level
Duration
Software Developer
65
salaries
| ₹2.4 L/yr - ₹7 L/yr |
Associate Software Developer
15
salaries
| ₹2 L/yr - ₹2.3 L/yr |
Senior Software Developer
14
salaries
| ₹5.5 L/yr - ₹10.3 L/yr |
HR Executive
12
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Talent Acquisition Executive
11
salaries
| ₹2 L/yr - ₹3 L/yr |
Prime Focus Technologies
Subex
Yalamanchili Software Exports
Algonomy