i
Tavant Technologies
Filter interviews by
I appeared for an interview before Aug 2022.
The content-type for attaching a file in a post request is 'multipart/form-data'.
The content-type 'multipart/form-data' is used when submitting forms that contain files.
It allows multiple parts to be combined into a single body, each part representing a different form field or file.
The 'Content-Disposition' header is used to specify the name of the file being uploaded.
To navigate between different windows in Selenium code, use getWindowHandles() to get all window handles and switchTo() to switch between them.
Use getWindowHandles() to get all window handles
Use switchTo() to switch between windows
Example: Set<String> windowHandles = driver.getWindowHandles(); driver.switchTo().window(windowHandles.toArray()[1]);
I appeared for an interview in Jun 2024.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example of compile-time polymorphism: function overloading where multiple functions have the same name but different paramete...
Abstract classes and interfaces are used in object-oriented programming to define common behavior and structure for classes.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Classes can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes can have constructors, while interfaces cannot.
Example: abstract class Animal { abs...
To improve performance of a Stored procedure, optimize query, use indexes, minimize data retrieval, and avoid cursors.
Optimize query by using proper indexing
Minimize data retrieval by fetching only required columns
Avoid using cursors for looping through data
Use SET NOCOUNT ON to stop the message indicating the number of rows affected by a Transact-SQL statement
JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.
JWT is commonly used for authentication and information exchange in web development.
It consists of three parts: header, payload, and signature.
The header typically consists of the type of token and the signing algorithm being used.
The payload contains the claims, which are statements ab...
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Commonly used in frameworks like Spring in Java
Dependency Injection in ASP.NET Core is registered in ConfigureServices method of Startup class.
Add services.AddSingleton
Add services.AddScoped
Add services.AddTransient
Inceptor in Angular is a service that allows intercepting HTTP requests and responses.
Inceptor is used for modifying requests or responses before they are sent or received.
It can be used for adding headers, logging, error handling, etc.
Example: intercepting requests to add authentication token.
Read-only variables can be modified by the program, while const variables cannot be changed.
Read-only variables can be modified by the program during runtime, while const variables cannot be changed at all.
Using 'const' keyword ensures that the value of the variable remains constant throughout the program.
Read-only variables are typically used when the value needs to be initialized at runtime, while const variables are...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
CopyOnWriteArrayList is a thread-safe variant of ArrayList where all mutative operations (add, set, remove, etc) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList is part of the java.util.concurrent package in Java.
It is used in scenarios where reads are far more common than writes, as it allows for high read concurrency without the need for synchronization.
It is particularly useful in...
Java8 Stream provides a functional approach to processing collections of objects.
Allows for functional-style operations on collections like map, filter, reduce
Supports parallel processing for improved performance
Lazy evaluation allows for efficient processing of large datasets
Reduces boilerplate code and promotes cleaner, more concise code
Example: List<String> names = Arrays.asList("Alice", "Bob", "Charlie"); na...
Public subnet allows internet access, while private subnet does not.
Public subnet has a route to the internet gateway, while private subnet does not.
Instances in public subnet can have public IP addresses, while instances in private subnet cannot.
Public subnet is typically used for resources that need to be accessed from the internet, while private subnet is used for resources that should not be directly accessible fro
Tavant Technologies interview questions for popular designations
An LWC component for displaying a list of contacts
Create a new LWC component with the necessary HTML, CSS, and JavaScript files
Use the @wire decorator to fetch a list of contacts from Salesforce
Display the list of contacts using HTML template and iterate over the data
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.
OOP allows for modular and reusable code.
It emphasizes encapsulation, inheritance, and polymorphism.
Java supports OOP through classes, objects, and interfaces.
Example: Creating a class 'Car' with properties like 'color' and 'speed', and methods like 'start' and 'stop'.
XML top-down approach is a methodology where the structure of an XML document is designed first and then the data is filled in.
Design the XML structure before populating it with data
Start with the root element and define child elements and their attributes
Use XML Schema Definition (XSD) to define the structure and data types
Create the XML document based on the defined structure
Populate the XML document with data
I applied via Job Portal and was interviewed in Dec 2023. There were 4 interview rounds.
Basic java problem string collections map array
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Iam ready for your aptitude test
Iam ready for group discussion
I appeared for an interview in Dec 2023.
The duration of the interview was around 1 hour. Couple of coding questions and lot of questions on advanced Python programming & AWS
Coding question 1 :
Find the count of letters and print the letter along with its count in a string. Input string was like "aabbbaccb"
The output should be "a2b3a1c2b"
Coding question 2 :
Group the items based on its color.
Input : ["red", "blue", "red", "yellow", "blue", "yellow"]
expected output : ["red", "red", "blue", "blue", "yellow", "yellow"]
Top trending discussions
Some of the top questions asked at the Tavant Technologies interview for experienced candidates -
The duration of Tavant Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 20 interviews
Interview experience
based on 614 reviews
Rating in categories
Noida,
Hyderabad / Secunderabad
+114-20 Yrs
Not Disclosed
Noida,
Hyderabad / Secunderabad
+114-24 Yrs
Not Disclosed
Noida,
Hyderabad / Secunderabad
+15-8 Yrs
Not Disclosed
Senior Software Engineer
821
salaries
| ₹6.5 L/yr - ₹22 L/yr |
Software Engineer
570
salaries
| ₹3.4 L/yr - ₹12.7 L/yr |
Technical Lead
511
salaries
| ₹8.9 L/yr - ₹31 L/yr |
Senior Quality Engineer
254
salaries
| ₹5.5 L/yr - ₹15.1 L/yr |
Associate Technical Architect
233
salaries
| ₹14 L/yr - ₹40 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software