Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wisethink Information Solutions Team. If you also belong to the team, you can get access from here

Wisethink Information Solutions Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 11 Reviews

Filter interviews by

Wisethink Information Solutions Interview Questions and Answers

Updated 5 Nov 2020

Wisethink Information Solutions Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction
  • Q2. What's your job responsibilities in your previous company?
  • Q3. How did you contribute your efforts in getting business for last companies?

Interview Preparation Tips

Interview preparation tips for other job seekers - Before heading to the interview, be prepared well in advance. My interview was conducted over phone. It takes 2-3 days to be selected. My advice is to keep yourself updated and have proper knowledge for the postion you're applying for.

Digital Marketing Analyst Interview Questions asked at other Companies

Q1. What are the different platforms used for Digital Marketing
View answer (4)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Differences betweek UK and US english
  • Ans. 

    UK and US English differ in spelling, vocabulary, and pronunciation.

    • Spelling: UK uses 'colour' while US uses 'color'.

    • Vocabulary: UK says 'lorry' for truck, US says 'truck'.

    • Pronunciation: UK pronounces 'schedule' as 'shed-yool', US as 'sked-yool'.

  • Answered by AI
  • Q2. Create some taglines
  • Ans. 

    Creating catchy taglines to attract and engage audiences.

    • Think about the target audience and what message you want to convey

    • Keep it short and memorable

    • Use wordplay or puns to make it more interesting

    • Make sure it reflects the brand or product accurately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am unclear about the reason for my rejection after my recent interview. It is puzzling how suitability for a role can be judged solely based on questions about the difference between UK and US english or by asking candidates to create taglines.
Additionally, the interviewer appeared unprepared and lacked the expertise needed to assess candidates effectively. This raises serious concerns about the fairness and reliability of the selection process.
A more comprehensive and fair evaluation process—focused on aligning skills and experience with the role's needs—would make a significant difference in finding the best fit for the position.
Unfortunately, this was not reflected in my experience.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Okay with the SLA
  • Ans. 

    SLA stands for Service Level Agreement, which outlines the level of service expected from a vendor.

    • SLA defines the agreed upon level of service between a provider and a customer.

    • It includes metrics like response time, uptime, and resolution time.

    • SLAs are important for ensuring accountability and quality of service.

    • Example: An SLA might specify that the vendor will respond to support tickets within 24 hours.

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. What is the difference between DDL and DML?
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

    • DML is used to insert, update, delete, and retrieve data from database tables.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE...

  • Answered by AI
  • Q2. How to fetch a employee record with the second highest salary from the employees table?
  • Q3. What was one of the trickiest incident you have faced and how did you counter it?
  • Q4. How SQL is divided?
  • Ans. 

    SQL is divided into Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), and Transaction Control Language (TCL).

    • Data Definition Language (DDL) - used to define the structure of database objects like tables, indexes, and views. Examples include CREATE, ALTER, DROP.

    • Data Manipulation Language (DML) - used to manipulate data stored in the database. Examples include SELECT, INSERT, ...

  • Answered by AI
  • Q5. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
  • Ans. 

    To prepare an employee's attendance record, I would gather data on their attendance, create charts and graphs to visualize trends and patterns.

    • Gather attendance data including dates, times, and reasons for absence or tardiness

    • Create a spreadsheet or database to organize the data

    • Use software like Excel or Tableau to create charts and graphs showing attendance trends

    • Include metrics such as overall attendance rate, late a...

  • Answered by AI
  • Q6. Difference between SQL and MYSQL
  • Ans. 

    SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.

    • SQL is a standard language used to interact with databases, while MySQL is a specific database management system.

    • SQL is an ANSI (American National Standards Institute) standard language, while MySQL is an open-source relational database management system.

    • SQL can be used with various database ma...

  • Answered by AI
  • Q7. Define joins using examples.
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: INNER JOIN retrieves rows from both tables where the join condition is met.

    • Example: LEFT JOIN retrieves all rows from the left table and the matched rows ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Got the invite through naukri.com
On day 1 there were 3 rounds.
1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.
2nd round was HR round where resume related questions like qualification and projects are asked along with a basic question of interest in this field. This round will be of 5 to 15 minutes max.
3rd round was technical round where questions related to the technical expertise is asked. This round is a bit tough but if prepared well in advanced can be done easily. This round will last upto somewhere around 30 to 45 mins on an avg.
All the rounds were of basic level but the wait time is more as there were many candidates for the post.
Tip: prepare well with basic SQL queries as they are mostly asked and if answered well gives an advantage.

After these three rounds was asked to wait for 1 week for the results.

Qs
1. What is the difference between DDL and DML?
2. How to fetch a employee record with the second highest salary from the employees table?
3. What was one of the trickiest incident you have faced and how did you counter it?
4. How SQL is divided?
5. Difference between SQL and MYSQL
6. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
7. Define SQL set using some examples.
8. Define joins using examples.
9. What is a constraint?
10. What is primary key?
11. What is foreign key?
12. What is tableau?
13. How tableau connection is established?
14. How many types of filters are there in tableau?
15. How KPI metrics can be depicted in tableau?
16. How dashboards are made?
17. What is the difference between dashborading and report generation?
18. What is storytelling?
19. Difference between Power BI and tableau
20. Which one do you prefer tableau or Power BI and why?
21. Data types in SQL

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • In Dependency Injection, the dependencies of a component are provided from the outside rather than being created internally.

    • This helps in making components more modular, testable, and easier to maintain.

    • There are different types of Dependency Injection like Constructor Injection, Setter Injection,...

  • Answered by AI
  • Q2. What is joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to position the brand into a new market?
  • Ans. 

    Positioning a brand in a new market involves conducting market research, identifying target audience, creating a unique value proposition, and developing a marketing strategy.

    • Conduct thorough market research to understand the new market's needs, preferences, and competitors.

    • Identify the target audience and tailor the brand's messaging and positioning to resonate with them.

    • Create a unique value proposition that differen...

  • Answered by AI
  • Q2. How will you manage your recourses to complete a project when delivery of the project is timebound.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your personal experience from your last company?
  • Q2. How you want to grow within a organization which works in fast pace environment.
Round 3 - HR 

(2 Questions)

  • Q1. How soon you can join us?
  • Q2. How company can contribute you for your work life balance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Relax and be prepared for the unexpected questions after your core or role interview. interviews are done into relax environment after getting you comfortable.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(1 Question)

  • Q1. Domain specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - My internship at Corelynx as an HR intern has been an incredible learning journey. The company’s HR team is not only welcoming but also genuinely invested in mentoring interns and providing hands-on experience in various aspects of HR. From recruitment to employee engagement, I was given the opportunity to work on real projects that allowed me to gain practical insights into the HR field.

The supportive environment at Corelynx helped me develop critical skills like communication, teamwork, and problem-solving. I particularly appreciated the focus on continuous learning.
What sets Corelynx apart is the level of responsibility given to interns. I felt like a valuable part of the team and was trusted with meaningful tasks that contributed to the company’s success. The mentorship and guidance I received during my internship have played a huge role in shaping my career in HR, and I am grateful for the opportunity to learn from such experienced professionals.

Overall, I highly recommend Corelynx for anyone looking to kickstart their HR career through an internship. It’s a fantastic place to grow, learn, and make a real impact!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was Very Easy and HR was Very Friendly Nature

Round 2 - Technical 

(2 Questions)

  • Q1. What Is OOOps and explain those?
  • Ans. 

    OOOps stands for Out Of Order packets. It refers to packets that arrive at their destination out of sequence.

    • OOOps can occur in network communication when packets are sent out of order and arrive at the destination in a different order than they were sent.

    • This can lead to issues in data transmission and can cause delays in processing the information.

    • One way to handle OOOps is by using sequence numbers in packets to ens...

  • Answered by AI
  • Q2. What is Exception Handling ?
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • It is a way to deal with unexpected errors or exceptional conditions in a program.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Handling exceptions properly can improve the robustness and reliability of a software application

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Vuejs and Reactjs
  • Ans. 

    Vuejs is simpler and easier to learn, while Reactjs is more flexible and widely used in industry.

    • Vuejs is simpler and easier to learn for beginners

    • Reactjs is more flexible and widely used in industry

    • Vuejs has a more gradual learning curve compared to Reactjs

    • Reactjs has a larger ecosystem and community support

  • Answered by AI
  • Q2. Difference between mssql and Postgressql
  • Ans. 

    MSSQL is a proprietary database management system developed by Microsoft, while PostgreSQL is an open-source relational database management system.

    • MSSQL is developed by Microsoft, while PostgreSQL is open-source.

    • MSSQL is a proprietary system, while PostgreSQL is free and open-source.

    • MSSQL has a larger market share in the industry compared to PostgreSQL.

    • PostgreSQL has a strong reputation for reliability, data integrity,...

  • Answered by AI

Skills evaluated in this interview

Wisethink Information Solutions Interview FAQs

How to prepare for Wisethink Information Solutions 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 Wisethink Information Solutions. The most common topics and skills that interviewers at Wisethink Information Solutions expect are Analytical skills, Analytics, Automation Testing, Business Applications and CRM.

Tell us how to improve this page.

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.6
 • 17 Interviews
Anlage Infotech Interview Questions
3.6
 • 12 Interviews
View all

Wisethink Information Solutions Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

3.4

Salary

3.5

Job security

3.4

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹2.7 L/yr - ₹8.4 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Zoho Developer
5 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Business Analyst
4 salaries
unlock blur

₹4.8 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Wisethink Information Solutions with

Exl India

3.5
Compare

Primus Global Technologies

4.0
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

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