Upload Button Icon Add office photos

Filter interviews by

BRISK MIND Technical Support Executive Interview Questions and Answers

Updated 15 Jun 2024

BRISK MIND Technical Support Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduce your self?
  • Q2. How will be technology give a great lifestyle to the humanity?
  • Ans. 

    Technology can improve lifestyle by providing convenience, efficiency, and connectivity.

    • Convenience: Technology allows for easier communication, access to information, and automation of tasks.

    • Efficiency: Automation and digital tools can streamline processes and save time.

    • Connectivity: Technology enables people to stay connected with others, access resources globally, and work remotely.

    • Examples: Smart home devices, onli

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is a bug in computer application?
  • Ans. 

    A bug in a computer application is a flaw or error in the software that causes it to behave unexpectedly or not as intended.

    • Bugs can cause crashes, data loss, or incorrect output.

    • Common types of bugs include syntax errors, logic errors, and runtime errors.

    • Examples of bugs include a calculator app giving incorrect results, a game crashing unexpectedly, or a website not loading properly.

  • Answered by AI
  • Q2. How to manage a bug or glitch on real time domain server?
  • Ans. 

    To manage a bug or glitch on a real-time domain server, follow these steps:

    • Identify the bug or glitch by analyzing server logs and user reports.

    • Prioritize the bug based on its impact on server performance and user experience.

    • Develop a fix or workaround for the bug, ensuring it does not cause any further issues.

    • Test the fix in a controlled environment before deploying it to the live server.

    • Communicate with stakeholders ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How you see your future in Tech company?
  • Q2. What is salary expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and calm while HR asking questions and don't be panic if you can't understand questions or you can't listen questions properly.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Talk on a topic for 2 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask preparation time to the interviewer before talking on a topic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic details of you
Round 3 - Technical 

(1 Question)

  • Q1. According to you designation
Round 4 - One-on-one 

(1 Question)

  • Q1. Mutiple question
Round 5 - Verant 

(1 Question)

  • Q1. English test which yoh have to score atleast 70

Interview Preparation Tips

Interview preparation tips for other job seekers - English should be good no lies because they do BGVC
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Expecting salary
  • Q3. Previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,and must good communication skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is VPN? how to configure it?
  • Ans. 

    VPN stands for Virtual Private Network. It is a secure way to connect to a private network over the internet.

    • VPN creates a secure encrypted connection between your device and a remote server.

    • To configure a VPN, you need to choose a VPN service provider and install their software or manually set up the connection on your device.

    • You will need to enter the server address, username, password, and any other required informa...

  • Answered by AI
  • Q2. Which application you installed for apporch user?
  • Ans. 

    I have installed various applications for users depending on their needs and requirements.

    • Installed Microsoft Office suite for users to create documents, spreadsheets, and presentations

    • Installed Adobe Creative Suite for users to work on graphic design projects

    • Installed antivirus software to protect users' devices from malware and viruses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was very easy interview just u know basics about waht you appiled postion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Which application you use to contact with user?
  • Q2. How to password reset in active directory?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about the technical terms like DNS, DHCP etc.,
  • Q2. They will check for excellent communication and pproblem solving skills
Round 2 - HR 

(3 Questions)

  • Q1. Technical questions, communications round and scenario based resolution
  • Q2. They might give any scenario and check how we will communicate to resolve the issue
  • Q3. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear abot the technical terms like DNS, DHCP etc and communicate effectively and answer clearly.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. How to Contribution Of Company Rick's time .
Round 2 - Technical 

(2 Questions)

  • Q1. Please explain your previous company profile
  • Q2. I am sure my previous company technical knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write the code to find the length of a string without using the string functions.
  • Ans. 

    Use a loop to iterate through the characters of the string and count them.

    • Create a function that takes a string as input.

    • Initialize a variable to store the length of the string.

    • Use a loop to iterate through each character of the string and increment the length variable.

    • Return the final length of the string.

  • Answered by AI
  • Q2. How will you print the address of a variable without using a pointer?
  • Ans. 

    You can print the address of a variable without using a pointer by using the & operator in C/C++.

    • Use the & operator before the variable name to get its address, e.g. int num = 10; printf("Address of num: %p", &num);

    • You can also pass the variable directly to a function that expects a pointer, e.g. void printAddress(int *ptr) { printf("Address: %p", ptr); } int num = 20; printAddress(&num);

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Technical Support Executive interview:
  • Technical Support
Interview preparation tips for other job seekers - I am told my all life facing problems. so,I kindly want this opportunity

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

60 question in 20 minutes

BRISK MIND Interview FAQs

How many rounds are there in BRISK MIND Technical Support Executive interview?
BRISK MIND interview process usually has 3 rounds. The most common rounds in the BRISK MIND interview process are HR and Technical.
What are the top questions asked in BRISK MIND Technical Support Executive interview?

Some of the top questions asked at the BRISK MIND Technical Support Executive interview -

  1. How will be technology give a great lifestyle to the humani...read more
  2. How to manage a bug or glitch on real time domain serv...read more
  3. What is a bug in computer applicati...read more

Tell us how to improve this page.

BRISK MIND Technical Support Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Talent Acquisition Specialist
7 salaries
unlock blur

₹2.6 L/yr - ₹3.2 L/yr

Operations Executive
6 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Senior Talent Acquisition Specialist
5 salaries
unlock blur

₹3.1 L/yr - ₹3.5 L/yr

HR Manager
3 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Explore more salaries
Compare BRISK MIND with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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