Filter interviews by
I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.
HTML is a markup language used for creating web pages.
HTML stands for HyperText Markup Language
It is used to structure content on the web
HTML elements are represented by tags like ,
,Attributes can be added to elements to provide additional information
JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.
JavaScript is primarily used for client-side web development.
It can be used to add interactivity, animations, and dynamic content to websites.
JavaScript is often used in conjunction with HTML and CSS to create modern web applications.
Popular JavaScript frameworks/libraries include React, Angular, and...
Selectors in CSS are patterns used to select the elements you want to style on a web page.
Selectors can be based on element type, class, ID, attribute, or relationship to other elements.
Examples include: element selector (p), class selector (.example), ID selector (#example), attribute selector ([href]), descendant selector (div p).
MVT stands for Model-View-Template and MVC stands for Model-View-Controller. Both are architectural patterns used in web development.
MVT separates the logic into three components: Model (data handling), View (user interface), and Template (presentation layer). Django framework follows MVT architecture.
MVC separates the logic into three components: Model (data handling), View (user interface), and Controller (handles us...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
2 coding Questions acording to your role
The question is asking for the method to calculate the most collisions between particles.
Calculate the collision frequency by considering the speed and size of particles
Use mathematical formulas like the collision theory to predict collision rates
Consider factors like temperature, pressure, and concentration of particles
Simulate collisions using computer programs or mathematical models
My name is John Doe.
Full name is John Doe
Common name used in English-speaking countries
No middle name provided
I have a Bachelor's degree in Computer Science and 5 years of experience in Python development.
Bachelor's degree in Computer Science
5 years of experience in Python development
I applied via Naukri.com
posted on 14 Jun 2024
List is mutable, tuple is immutable in Python.
List can be modified, tuple cannot
List uses square brackets [], tuple uses parentheses ()
List is slower than tuple for iteration and indexing
Sort a list with duplicate numbers using Python
Use the sorted() function to sort the list in ascending order
To maintain the duplicate numbers, use a lambda function as the key parameter in sorted()
Example: nums = [3, 1, 4, 1, 5, 9, 2, 6, 5], sorted_nums = sorted(nums, key=lambda x: (x, nums.index(x)))
posted on 15 Oct 2023
I applied via campus placement at Shivraj College of Arts, Gadhinglaj and was interviewed in Sep 2023. There were 4 interview rounds.
Aptitude test is a questioning and answering like a objective questions
Two or more people be adding and creat ing the group and both of one subject matter to be the discus all the group member. Ex. My mother
My perfect programming language is one that is versatile, efficient, and has a strong community support.
Versatile - able to handle a wide range of tasks and projects
Efficient - optimized for performance and speed
Strong community support - active community for help and resources
Examples: Python, JavaScript, Java
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.
It emphasizes code readability and uses indentation to define code blocks.
Python supports multiple programming paradigms such as procedural, object-oriented, and functional prog...
Python coding test
ORM stands for Object-Relational Mapping, a technique to map objects from an application to tables in a relational database.
ORM allows developers to interact with a database using objects instead of SQL queries.
It helps in abstracting the database interactions, making it easier to work with databases in an object-oriented way.
ORM frameworks like Django ORM in Python provide tools to define models that represent databas...
How do you print the summation of all the numbers from 1 to 101...?
Closure is a function that retains the bindings of the free variables that exist when the function is defined.
Closure allows a function to access and manipulate variables outside of its scope.
It is commonly used in callback functions, event handlers, and decorators.
Example: defining a function within another function to access the outer function's variables.
TCS
Accenture
Wipro
Cognizant