Upload Button Icon Add office photos
Engaged Employer

i

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

Saksoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Saksoft Senior Consultant Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Saksoft Senior Consultant Interview Questions and Answers

Saksoft Senior Consultant Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. SQL and Linux related questions
  • Q2. Product to which being hired questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through SQL, LINUX and other important topics

Senior Consultant Interview Questions & Answers

user image Shridhar Kamble

posted on 19 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Peformance tunning in SQL store procedures
  • Ans. 

    Performance tuning in SQL store procedures involves optimizing the code to improve execution speed and efficiency.

    • Identify and eliminate unnecessary code

    • Use appropriate indexing to speed up data retrieval

    • Avoid using cursors and loops whenever possible

    • Optimize query execution plan

    • Consider using stored procedures for frequently executed queries

  • Answered by AI
  • Q2. Index optimization in sql server
  • Ans. 

    Index optimization in SQL Server involves creating, maintaining, and optimizing indexes to improve query performance.

    • Identify and create indexes on columns frequently used in WHERE clauses

    • Regularly update statistics to ensure the query optimizer has accurate information

    • Consider using included columns to cover queries that require additional columns not in the index key columns

    • Avoid over-indexing as it can lead to decre...

  • Answered by AI
  • Q3. Sql Exexution Plan and Query Analyzer
  • Q4. Role of SQL Profiler
  • Ans. 

    SQL Profiler is a tool used to monitor and capture SQL Server events and performance data.

    • SQL Profiler helps in identifying and troubleshooting performance issues in SQL Server.

    • It captures events like queries, stored procedures, errors, and more.

    • Allows users to analyze the captured data to optimize database performance.

    • Can be used to trace and monitor specific activities in real-time.

    • Helps in identifying slow queries a...

  • Answered by AI
  • Q5. What are temp tables. Diff bet temp tables and CTE
  • Ans. 

    Temp tables are temporary tables used to store intermediate results, while CTEs are temporary result sets defined within a query.

    • Temp tables are physical tables that are created in the tempdb database and can be used multiple times within a session.

    • CTEs (Common Table Expressions) are temporary result sets that are defined within a query and can only be referenced within that query.

    • Temp tables persist until they are exp...

  • Answered by AI

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Current project related questions

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Pricing condition
  • Ans. 

    Pricing condition is a rule or criteria used to determine the price of a product or service.

    • Pricing conditions can include factors such as quantity discounts, promotional offers, and contract terms.

    • They are typically set in pricing tables within a company's ERP system.

    • Pricing conditions are used to calculate the final price that a customer will pay for a product or service.

    • Examples of pricing conditions include discoun...

  • Answered by AI
  • Q2. What is structure of Order
  • Ans. 

    The structure of an Order typically includes customer information, product details, quantity, price, and payment information.

    • Customer information (name, address, contact details)

    • Product details (name, description, SKU)

    • Quantity of each product ordered

    • Price of each product

    • Payment information (payment method, total amount)

    • Order status (pending, shipped, delivered)

  • Answered by AI
  • Q3. How plant will be determine in Sales order
  • Ans. 

    Plants in a sales order are determined based on the customer's requirements, availability, pricing, and shipping logistics.

    • Plants are determined based on the customer's location and delivery preferences.

    • Availability of the product at different plant locations is considered.

    • Pricing and discounts may vary based on the plant from which the product is shipped.

    • Shipping logistics such as distance, transportation costs, and d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must read basic of SAP SD

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Reverse a string without built in

Round 2 - Coding Test 

Check whether string is palindrome

Round 3 - Technical 

(1 Question)

  • Q1. C++ virtual functions linked list
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 - Technical 

(1 Question)

  • Q1. Brief youself, your role in current project
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations, perfered location

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for some case scenario, practical questions, basic Oops concept
Round 1 - One-on-one 

(1 Question)

  • Q1. What are the challenges you face during implementation
  • Ans. 

    The challenges during implementation include resistance to change, lack of resources, and communication issues.

    • Resistance to change from employees or stakeholders

    • Lack of resources such as time, budget, or personnel

    • Communication issues between team members or with clients

    • Technical difficulties or unforeseen obstacles

    • Ensuring the project stays within scope and meets deadlines

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. General discussion about profile and package

Interview Preparation Tips

Interview preparation tips for other job seekers - Package discussed and negotiations about benefits
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round would be technical with coding test . Interview can give some code to write along with oops basic questions.
Round 2 - Behavioral 

(1 Question)

  • Q1. This round mostly techno managerial where the Interview might ask bit of a technical questions and some scenario based questions, mostly non technical.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics like oops and codings .. that would be enough to crack the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is ess jobs
  • Ans. 

    ESS jobs refer to employment opportunities within the Employee Self-Service system.

    • ESS jobs are job openings that can be accessed and applied for through the Employee Self-Service system.

    • These jobs are typically available within an organization or company and are specifically advertised to employees who have access to the ESS system.

    • Employees can view job descriptions, requirements, and apply for these positions direct...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is bursting
  • Ans. 

    Bursting is the process of sending a large amount of data or information in a short period of time.

    • Bursting is commonly used in telecommunications to describe the transmission of a high volume of data in a short burst.

    • It can also refer to the sudden increase in network traffic or activity.

    • Bursting can be seen in cloud computing when a user's demand for resources exceeds their allocated capacity.

    • For example, a video str...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Implementation part, real time scenarios, challenges, typical situations
  • Q2. Explained the existing project part, tried analyzing and provide solutions to complex cases, real time examples

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview, questions mainly on real cases and challenges.

Saksoft Interview FAQs

How many rounds are there in Saksoft Senior Consultant interview?
Saksoft interview process usually has 1 rounds. The most common rounds in the Saksoft interview process are Technical and One-on-one Round.
How to prepare for Saksoft Senior Consultant 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 Saksoft. The most common topics and skills that interviewers at Saksoft expect are Operations, Backend, Devops, Linux and MPLS.
What are the top questions asked in Saksoft Senior Consultant interview?

Some of the top questions asked at the Saksoft Senior Consultant interview -

  1. What are temp tables. Diff bet temp tables and ...read more
  2. Peformance tunning in SQL store procedu...read more
  3. Index optimization in sql ser...read more

Tell us how to improve this page.

Saksoft Senior Consultant Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 143 Interviews
Microland Interview Questions
3.4
 • 128 Interviews
NSE.IT Interview Questions
3.6
 • 127 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
Sonata Software Interview Questions
3.4
 • 114 Interviews
View all
Saksoft Senior Consultant Salary
based on 372 salaries
₹5.2 L/yr - ₹20 L/yr
33% less than the average Senior Consultant Salary in India
View more details

Saksoft Senior Consultant Reviews and Ratings

based on 49 reviews

3.0/5

Rating in categories

2.5

Skill development

2.9

Work-life balance

3.0

Salary

2.5

Job security

2.9

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 49 Reviews and Ratings
Senior Consultant
372 salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Consultant
290 salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Lead Consultant
162 salaries
unlock blur

₹7.2 L/yr - ₹28 L/yr

Associate Consultant
97 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Engineer
61 salaries
unlock blur

₹3.4 L/yr - ₹14.6 L/yr

Explore more salaries
Compare Saksoft with

3i Infotech

3.4
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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