Upload Button Icon Add office photos
Engaged Employer

i

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

Truspeq Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Truspeq Consulting Interview Questions and Answers

Updated 17 Dec 2024

Truspeq Consulting Interview Experiences

Popular Designations

3 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Group Discussion 

Simple questions regarding sap and sql

Round 2 - One-on-one 

(1 Question)

  • Q1. Simple questions regarding sap and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if ur an trainee u will be in debt by the time u are convertef to full time employee

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Hr Told about company

SAP Abap Trainee Interview Questions asked at other Companies

Q1. How to create data base table?
View answer (1)

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. PL/SQL: 1) What is Decode function?
  • Ans. 

    Decode function is used in PL/SQL to conditionally return a value based on specified conditions.

    • Decode function compares an expression with a series of search values and returns a result when a match is found.

    • It is commonly used to replace multiple IF-THEN-ELSE statements.

    • Syntax: DECODE(expression, search_value1, result1, search_value2, result2, ..., default_result)

    • Example: DECODE(salary, 1000, 'Low', 2000, 'Medium', '...

  • Answered by AI
  • Q2. What is the difference between Procedure and Function?
  • Ans. 

    Procedures and functions are both subprograms in programming languages, but they differ in their return values.

    • Procedures do not return a value, while functions do.

    • Procedures are used to perform actions or tasks, while functions are used to calculate and return a value.

    • Functions can be used in expressions, while procedures cannot.

    • Functions have a return statement, while procedures do not necessarily have one.

    • Procedures...

  • Answered by AI
  • Q3. Name few collections.
  • Ans. 

    Collections are data structures that store multiple elements of the same type. They provide methods for adding, removing, and accessing elements.

    • ArrayList: A resizable array that stores elements in contiguous memory.

    • LinkedList: A doubly-linked list that allows efficient insertion and deletion at any position.

    • HashSet: A set that stores unique elements in no particular order.

    • TreeSet: A set that stores unique elements in ...

  • Answered by AI
  • Q4. How are error handled.
  • Ans. 

    Errors are handled through exception handling mechanisms in the code.

    • Errors are caught using try-catch blocks.

    • Exceptions are thrown when an error occurs.

    • Error messages are logged or displayed to the user for troubleshooting.

    • Error handling can involve retrying failed operations or providing alternative paths.

    • Common error handling techniques include logging, error codes, and error notifications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the topics given in the Job description before attending the interview.

Skills evaluated in this interview

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

Truspeq Consulting Interview FAQs

How many rounds are there in Truspeq Consulting interview?
Truspeq Consulting interview process usually has 1-2 rounds. The most common rounds in the Truspeq Consulting interview process are HR, Group Discussion and One-on-one Round.
How to prepare for Truspeq Consulting 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 Truspeq Consulting. The most common topics and skills that interviewers at Truspeq Consulting expect are Consulting, SAP CO, Risk Management, SAP FICO and Accounting.
What are the top questions asked in Truspeq Consulting interview?

Some of the top questions asked at the Truspeq Consulting interview -

  1. PL/SQL: 1) What is Decode functi...read more
  2. What is the difference between Procedure and Functi...read more
  3. how are error handl...read more

Tell us how to improve this page.

Truspeq Consulting Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Truspeq Consulting Reviews and Ratings

based on 66 reviews

4.2/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.0

Job security

4.1

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 66 Reviews and Ratings
SAP Abap Consultant
37 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

SAP Basis Consultant
17 salaries
unlock blur

₹5.4 L/yr - ₹23 L/yr

Abap Consultant
10 salaries
unlock blur

₹1.5 L/yr - ₹5.9 L/yr

Consultant
8 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹1 L/yr - ₹8.9 L/yr

Explore more salaries
Compare Truspeq Consulting 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