Upload Button Icon Add office photos
Engaged Employer

i

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

Movate Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 1.9k Reviews

Filter interviews by

Movate IT Consultant Interview Questions and Answers

Updated 3 Feb 2022

Movate IT Consultant Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me about training that what is different between training and teaching.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and listen carefully to recruiter and after that give him a suitable answer and if you have any query then you can ask politely.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. All about angular framework and Typescript
  • Q2. Javascript precoded question
Round 2 - Technical 

(3 Questions)

  • Q1. In this round as well as Angular related question
  • Q2. Lifecycle hook of angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.

    • Example: ngOnInit() { console.log('Component initialized'); }

  • Answered by AI
  • Q3. Lazy loading concept

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mysql query for 3rd highest salary
  • Ans. 

    Use a subquery to find the third highest salary from the employees table in MySQL.

    • Use a subquery to select distinct salaries from the employees table.

    • Order the salaries in descending order and use LIMIT to get the third highest salary.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;

  • Answered by AI
  • Q2. What are the steps to connect to a database?
  • Ans. 

    Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.

    • Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).

    • Provide the necessary credentials such as username and password.

    • Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a considerable amount of internal politics involved, and the interview process includes the asking of unnecessary questions.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Can we write commit work in enhancement ?
  • Ans. 

    No, commit work cannot be written in enhancement.

    • Commit work statement cannot be written in enhancement as it can lead to inconsistencies in the database.

    • Enhancements are meant to enhance the standard functionality without modifying it directly.

    • Using commit work in enhancement can cause issues during system upgrades or patches.

    • Instead of using commit work in enhancement, it is recommended to use implicit enhancements o

  • Answered by AI
  • Q2. What is search help ? What are its different types?
  • Ans. 

    Search help is a tool used in SAP ABAP to help users find values for input fields. There are different types like elementary search help and collective search help.

    • Search help is a tool in SAP ABAP used to assist users in finding values for input fields.

    • Elementary search help is used for a single field, while collective search help is used for multiple fields.

    • Search helps can be defined using tables, views, or function...

  • Answered by AI
  • Q3. What is the difference between BADI and user exit ?
  • Ans. 

    BADI is an enhancement technique in SAP ABAP that allows for multiple implementations, while user exits are single-point enhancements.

    • BADI allows for multiple implementations to be active at the same time, while user exits only allow for one at a time.

    • BADI is object-oriented and can be used in multiple applications, while user exits are specific to a particular program or transaction.

    • BADI is implemented using classes a...

  • Answered by AI
  • Q4. What is rollback work?
  • Ans. 

    Rollback work is a process in SAP ABAP where changes made in a transaction are undone and the system is restored to its previous state.

    • Rollback work is used to revert changes made in a transaction if an error occurs or if the user decides to cancel the changes.

    • It ensures data consistency and integrity by undoing incomplete or incorrect transactions.

    • Rollback work can be triggered manually by the user or automatically by...

  • Answered by AI
  • Q5. What is the difference between writing rollback and omitting commit work ?
  • Ans. 

    Rollback cancels the changes made in a transaction, while omitting commit work does not save the changes.

    • Rollback cancels all the changes made in a transaction and reverts the data to its original state.

    • Omitting commit work does not save the changes made in a transaction, but the changes are still visible until the session is closed.

    • Rollback is used when there is an error or issue in the transaction that needs to be un...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sopra Steria SAP Abap Consultant interview:
  • Enhancements
  • Badis

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops, java , collections basic questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Terraform questions related ones
  • Q2. Devops coding and data engg
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cursor and it's use
  • Ans. 

    A cursor is a database object used to retrieve and manipulate data in a database management system.

    • A cursor allows for sequential processing of query results one row at a time.

    • It can be used to update or delete specific rows in a result set.

    • Cursors are commonly used in stored procedures and triggers.

    • Example: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

  • Answered by AI
  • Q2. Query using listagg
  • Ans. 

    Query using listagg function to concatenate values into a single string

    • Use the listagg function followed by the column name and delimiter in parentheses

    • Specify the order by clause if needed

    • Can be used in SQL queries to display aggregated data

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Confidence analysis

Skills evaluated in this interview

Consultant Interview Questions & Answers

Nagarro user image Nikhil Singla

posted on 18 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your key projects
  • Q2. Why nagarro? Why this practice?

Lead Consultant Interview Questions & Answers

UST user image Naeem Majjid Shikalgar

posted on 19 Oct 2024

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me the sap journey
  • Ans. 

    The SAP journey involves implementing, customizing, and optimizing SAP software to meet business needs.

    • Start with understanding the business requirements and goals

    • Implement SAP software modules based on the requirements

    • Customize the software to fit the specific needs of the organization

    • Optimize the system for efficiency and effectiveness

    • Provide training and support to users for successful adoption

  • Answered by AI
  • Q2. Subcontracting process
  • Q3. Consignment process
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at SRM Institute of Science & Technology, Chennai

Round 1 - JAM 

(1 Question)

  • Q1. If you have a super power what would it be
Round 2 - Group Discussion 

Artifical Intelligence

Tell us how to improve this page.

People are getting interviews through

based on 1 Movate interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
Mphasis Interview Questions
3.4
 • 782 Interviews
Nagarro Interview Questions
4.0
 • 756 Interviews
View all

Movate IT Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Engineer
1.5k salaries
unlock blur

₹2.2 L/yr - ₹12.2 L/yr

Technical Support Engineer
1.4k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Network Engineer
1.1k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Engineer
1.1k salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Specialist
316 salaries
unlock blur

₹4.5 L/yr - ₹17.8 L/yr

Explore more salaries
Compare Movate with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview