Tresor Systems
Infogain Interview Questions and Answers
Q1. witch what phone are you using? and what about your uses .
I am currently using an iPhone X for both personal and professional use.
I use my phone for communication with clients and colleagues through calls, emails, and messaging apps.
I also use it for scheduling appointments and managing my calendar.
For personal use, I use it for social media, entertainment, and staying connected with friends and family.
The iPhone X's camera is also great for capturing photos and videos for work and personal use.
Q2. What do you know about conversion
Conversion refers to turning leads or prospects into paying customers through sales techniques and strategies.
Conversion rate is the percentage of visitors who take a desired action, such as making a purchase or filling out a form.
Conversion optimization involves testing and improving various elements of a sales process to increase the conversion rate.
Common strategies for improving conversion include A/B testing, creating compelling calls-to-action, and providing clear value...read more
Q3. What is up sale and cross sale
Upselling is persuading a customer to buy a more expensive item, while cross-selling is selling related or complementary products.
Upselling involves convincing a customer to purchase a higher-end version of the product they are interested in.
Cross-selling involves offering additional products that complement or enhance the original purchase.
Example of upselling: Suggesting a customer upgrade to a premium version of a software package.
Example of cross-selling: Offering a custo...read more
Q4. What do you know about retail
Retail involves the sale of goods or services to consumers through various channels such as brick-and-mortar stores, online platforms, and mobile apps.
Retail involves selling products or services directly to consumers
It includes various channels like physical stores, e-commerce websites, and mobile apps
Retailers often purchase products from wholesalers or manufacturers and sell them at a markup to make a profit
Customer service and marketing play a crucial role in retail to at...read more
Q5. - diff between generator & decorator - write code for recursive decorator
Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.
Generator produces values lazily while decorator enhances functionality of a function.
Generators use 'yield' keyword to yield values one at a time.
Decorators use '@' symbol to apply additional functionality to a function.
Example of recursive decorator: def recursive_decorator(func): def wrapper(*args, **kwargs): ret...read more
Q6. sample application using flask
A sample application using Flask, a Python web framework
Create a virtual environment for the project
Install Flask using pip
Create routes and views for different pages
Use templates to render HTML pages
Connect to a database using Flask-SQLAlchemy
Q7. explain generators
Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.
Generators are defined using a function with 'yield' statements instead of 'return'.
They can be iterated over using a for loop or by calling the next() function.
Generators are memory efficient as they do not store all values in memory at once.
They are useful for generating large sequences of values or processing large datasets.
Example: def my_generator(): yield ...read more
Interview Process at Infogain
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month