Upload Button Icon Add office photos

Filter interviews by

TKM Group Senior Consultant Interview Questions and Answers

Updated 16 Oct 2024

TKM Group Senior Consultant Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Explain Order management in Servicenow ?
  • Ans. 

    Order management in ServiceNow involves managing the lifecycle of orders from creation to fulfillment.

    • Order creation through catalog items or service requests

    • Tracking order status and progress

    • Automating order fulfillment processes

    • Integrating with inventory management systems

    • Generating reports on order metrics

  • Answered by AI
  • Q2. Difference between Background & Filter script
  • Ans. 

    Background script runs before the data is loaded, while filter script runs after the data is loaded and filters the data based on specified criteria.

    • Background script is used to perform actions before the data is loaded, such as setting variables or defining functions.

    • Filter script is used to filter the data after it has been loaded, based on specified criteria.

    • Background script is typically used for data preparation a...

  • Answered by AI
  • Q3. What are different ways to populate CMDB?
  • Ans. 

    Different ways to populate CMDB include manual entry, discovery tools, integrations with other systems, and automated data collection.

    • Manual entry by IT staff

    • Discovery tools like SCCM, SolarWinds, or ServiceNow Discovery

    • Integrations with other systems such as monitoring tools, asset management systems, or ticketing systems

    • Automated data collection through scripts or APIs

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain projects worked on and benefits
  • Q2. What is agile , SDLC, user stories
  • Ans. 

    Agile is a project management methodology focused on iterative development, SDLC is the software development life cycle, and user stories are short descriptions of a feature told from the perspective of the end user.

    • Agile is a project management approach that emphasizes flexibility, collaboration, and customer feedback.

    • SDLC is the process of planning, creating, testing, and deploying software applications.

    • User stories ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How will to create a new market in vietnam for LC/BG
  • Ans. 

    To create a new market in Vietnam for LC/BG, we can start by conducting market research, building relationships with local businesses and government agencies, and offering tailored financial solutions.

    • Conduct market research to understand the needs and preferences of Vietnamese businesses

    • Build relationships with local banks, businesses, and government agencies to establish credibility and trust

    • Offer tailored financial ...

  • Answered by AI
  • Q2. What is acceptance criteria
  • Ans. 

    Acceptance criteria are conditions that a product must satisfy to be accepted by a user, customer, or stakeholder.

    • Acceptance criteria are typically defined during the planning phase of a project.

    • They are used to determine whether a product or feature is complete and functioning as expected.

    • Acceptance criteria are often written in a specific format, such as 'Given X, when Y, then Z.'

    • They help ensure that the product mee...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related questions were askwd
  • Q2. Adf related questions were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Ci cd questions were asked
  • Q2. Team work related questions were asked
Round 3 - Behavioral 

(1 Question)

  • Q1. Fitment round with location
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

You have list of Integers, say {1,43,54,35,35,54} With this I want to know the count of each digits in the List. Example 1->1,3->3,4->3,5->4

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. How to get the last row of any SAS dataset
  • Ans. 

    Use the OBS option in a SET statement to read the last observation of a SAS dataset.

    • Use the OBS option in a SET statement followed by the keyword 'END' to read the last observation of a SAS dataset.

    • For example, to read the last observation of a dataset named 'mydata', use the following code: data lastobs; set mydata(obs=last end=last); run;

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Critical thinking and analytical skills
  • Q2. Prompt answering skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is default value of map
  • Ans. 

    The default value of a map in most programming languages is null or an empty map.

    • Default value of map in Java is null

    • Default value of map in Python is an empty map {}

    • Default value of map in C++ is an empty map std::map<>()

  • Answered by AI
  • Q2. How does move work internally
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on strings: count character and their frequency
  • Q2. What is virtual keyword and how virtual functions work internally
  • Ans. 

    The virtual keyword in C++ is used to declare a member function that can be overridden in a derived class. Virtual functions are resolved at runtime.

    • Virtual keyword is used to achieve runtime polymorphism in C++

    • Virtual functions are resolved at runtime based on the actual object type

    • Virtual functions are implemented using virtual function tables (vtables)

    • Derived classes can override virtual functions to provide specifi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all basics. Be thorough with previous projects. Read smart pointers , multithreading strings

Skills evaluated in this interview

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

(2 Questions)

  • Q1. JWT TOKEN Explanation on security
  • Ans. 

    JWT token is a secure way to transmit information between parties as a JSON object.

    • JWT stands for JSON Web Token

    • It is a compact, URL-safe means of representing claims to be transferred between two parties

    • It consists of three parts: header, payload, and signature

    • The header contains the type of token and the signing algorithm used

    • The payload contains the claims or statements about the user and additional data

    • The signatur...

  • Answered by AI
  • Q2. Recently found vulnerability
  • Ans. 

    A recently found vulnerability in a system

    • The vulnerability was discovered during a security audit

    • It allows unauthorized access to sensitive data

    • The vulnerability can be exploited remotely

    • A patch or fix should be implemented immediately

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online exam, half hour

Round 2 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. About your last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per requirement
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. DAX Question related to Filter and Time Intelligence function
  • Q2. Power BI Service features such as Gateways, RLS, Schedule Refresh
  • Q3. Introduction and Current Role Project
  • Q4. Power BI desktop features such as Tooltip, Drill Through filter, Bookmarks etc
Round 2 - Technical 

(5 Questions)

  • Q1. Incremental Refresh
  • Q2. DAX questions related to Filter, Relationship, Table Manipulation, and Time Intelligence functions
  • Q3. Power BI Services features
  • Ans. 

    Power BI Services features include data visualization, interactive reports, dashboards, and data connectivity.

    • Data visualization tools like charts, graphs, and maps

    • Interactive reports for exploring data and gaining insights

    • Dashboards for monitoring key metrics and KPIs

    • Data connectivity to various sources like Excel, SQL databases, and cloud services

  • Answered by AI
  • Q4. SQL Interview Questions
  • Q5. Introduction and Current Role Project
Round 3 - Technical 

(5 Questions)

  • Q1. Data Modeling Questions
  • Q2. Data Warehousing Concepts such as SCD, Dimension and Fact Tables
  • Q3. Scenario Question related to BI tool such as Why you would consider this tool and How is it different from other BI Tools
  • Q4. Why are you leaving your last Organisation
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking a change in work environment

    • Opportunity to learn and grow in a different setting

  • Answered by AI
  • Q5. Current role in the Project and ofcourse Introduction was in the first.

Interview Preparation Tips

Interview preparation tips for other job seekers - For SQL Learning - Ankit Bansal YouTube channel.

For Power BI - You can pick for DAX - Learnwidgiggs, and for Others - Amit Chandak, Analytics With Nag playlist are enough to crack the interviews.

Also, you can refer Reza Rad Book, Power Query Book(Ken Puls), Phillip Seamark and Marco Russo DAX book for deep understanding. (these 4 books are enough to crack any interviews)

Skills evaluated in this interview

TKM Group Interview FAQs

How many rounds are there in TKM Group Senior Consultant interview?
TKM Group interview process usually has 1 rounds. The most common rounds in the TKM Group interview process are Technical.
What are the top questions asked in TKM Group Senior Consultant interview?

Some of the top questions asked at the TKM Group Senior Consultant interview -

  1. What are different ways to populate CM...read more
  2. Difference between Background & Filter scr...read more
  3. Explain Order management in Serviceno...read more

Tell us how to improve this page.

Senior Officer
3 salaries
unlock blur

₹8.4 L/yr - ₹29 L/yr

Explore more salaries
Compare TKM Group with

Tata Motors

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Maruti Suzuki

4.2
Compare

Ashok Leyland

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