Upload Button Icon Add office photos

Filter interviews by

Exclusífe Technosoft Interview Questions and Answers

Updated 11 May 2022

Exclusífe Technosoft Interview Experiences

1 interview found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What is digital marketing
  • Ans. 

    Digital marketing is the promotion of products or services using digital technologies.

    • It involves various channels such as social media, email, search engines, and websites.

    • It aims to reach a targeted audience and convert them into customers.

    • It includes strategies such as SEO, PPC, content marketing, and email marketing.

    • It provides measurable results and allows for real-time adjustments to campaigns.

    • Examples include Fa...

  • Answered by AI
Round 3 - Assignment 
Round 4 - HR 

(1 Question)

  • Q1. Why hair you in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell me adout your self
And what know digital marketing

Skills evaluated in this interview

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. What is the contribution ?
  • Q3. What is the KPI ? Exp. Abv , Bs, Asp etc
  • Q4. What is the Your store Area ?
  • Q5. What is the shrinkage ?
  • Q6. Inventory management related questions Ect

Interview Preparation Tips

Interview preparation tips for other job seekers - To get a job, one has to find one's interest, ability and skills. After this you can find a job in that field as per your interest.
Acknowledge your interests, abilities, and skills.
According to your interest, broker a job in that area.
Information list about the company working there and others is available
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Secusfull seo stratagies ?
  • Q2. Importance of link building ?
  • Ans. 

    Link building is crucial for SEO as it helps improve website authority, visibility, and rankings.

    • Link building helps search engines discover and index your site.

    • Quality backlinks from reputable sites can boost your site's credibility.

    • Link building can drive referral traffic to your site.

    • Internal linking can improve user experience and navigation on your site.

    • Examples: Guest posting, broken link building, resource link

  • Answered by AI
  • Q3. Describe google murchent tool ?
  • Ans. 

    Google Merchant Center is a tool that allows businesses to upload their product data to Google and make it available for Google Shopping and other Google services.

    • Allows businesses to upload product data

    • Helps businesses make their products available on Google Shopping

    • Provides insights and analytics on product performance

    • Enables businesses to create product listings with images, prices, and descriptions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asking our overall careers related & discuss about my goal for next 5 years plan
  • Q2. Working parameters, staff management, inventory management, EBITDA related questionnaire.

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Technical discussion on site reliability engineering role for 3 rounds
Round 2 - Technical 

(2 Questions)

  • Q1. Technical discussion on devops roles
  • Q2. Cloud technology
Round 3 - Technical 

(1 Question)

  • Q1. Technical discussion for 3 rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting time by taking more rounds for one devops / site reliability engineering role and not providing update. I request job seakers not to attend the more rounds of interview for this company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Mobile industry discussion

Round 2 - Technical 

(2 Questions)

  • Q1. What type of processor is used in ultra devices?
  • Q2. What is a megapixel?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Profile interview
  • Q2. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
  • Ans. 

    KPIs for marketing include metrics like ROI, lead generation, brand awareness. Marcom plays a key role in achieving these KPIs.

    • Key performance indicators for marketing include ROI, lead generation, customer acquisition cost, customer lifetime value, brand awareness, and conversion rates.

    • Marketing communications (Marcom) plays a crucial role in achieving these KPIs by creating and delivering targeted messaging to the ri...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Team management and event management
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions on our previous work experince
  • Q2. What are the charters you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. Some technical questions on excel and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is pretty easy

Senior QA Tester Interview Questions & Answers

The TJX Companies user image ANKITA PRIYADARSHINI NAYAK

posted on 5 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. WHAT IS HASHMAP
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store and retrieve elements efficiently.

    • Each key in a HashMap must be unique.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI
Round 2 - Coding Test 

WRITE A PROGRAM FOR FIBONACCI SERIES

Round 3 - Technical 

(1 Question)

  • Q1. STATIC VS FINAL
  • Ans. 

    STATIC vs FINAL - STATIC is used to define a class-level variable or method that can be accessed without creating an instance of the class. FINAL is used to define constants or prevent inheritance or method overriding.

    • STATIC variables and methods belong to the class itself, while FINAL variables cannot be changed once initialized.

    • STATIC variables are shared among all instances of a class, while FINAL variables are uniq...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    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 re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    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 pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Exclusífe Technosoft Interview FAQs

How many rounds are there in Exclusífe Technosoft interview?
Exclusífe Technosoft interview process usually has 4 rounds. The most common rounds in the Exclusífe Technosoft interview process are Resume Shortlist, One-on-one Round and Assignment.
How to prepare for Exclusífe Technosoft interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Exclusífe Technosoft. The most common topics and skills that interviewers at Exclusífe Technosoft expect are Agile, Sales, Release management, Analytical and Android.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Exclusífe Technosoft Reviews and Ratings

based on 78 reviews

3.1/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

2.8

Salary

2.7

Job security

3.0

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 78 Reviews and Ratings
Team Lead
32 salaries
unlock blur

₹3.5 L/yr - ₹6.9 L/yr

Senior Executive
12 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Senior Sales Executive
5 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Branch Manager
5 salaries
unlock blur

₹7.8 L/yr - ₹9 L/yr

Manager
5 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Exclusífe Technosoft with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview