Upload Button Icon Add office photos

Filter interviews by

Proventech SAP Abap Consultant Interview Questions and Answers

Updated 6 Jun 2024

Proventech SAP Abap Consultant Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What are different types of data
  • Ans. 

    Different types of data include numerical, text, boolean, date, and time data.

    • Numerical data: includes integers and floating-point numbers

    • Text data: includes strings of characters

    • Boolean data: includes true/false values

    • Date data: includes specific dates

    • Time data: includes specific times

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 2 interview rounds.

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 

(3 Questions)

  • Q1. Linux commands,
  • Q2. Cloud technologies different services (iaas, paas, saas)
  • Ans. 

    Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • SaaS (Software as a Service) deli...

  • Answered by AI
  • Q3. What do you know AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OS basics and cloud technologies.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was coding test

Round 2 - Technical 

(2 Questions)

  • Q1. 2 technical rounds
  • Q2. Merge sort algorithm
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.

    • Divide the input array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Leetcode Easy question

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, ...

  • Answered by AI
  • Q2. What qualifications have you obtained, and can you explain the project you completed during your engineering studies?
  • Ans. 

    I hold a Bachelor's degree in Computer Engineering and developed a web-based project for managing student records.

    • Bachelor's degree in Computer Engineering from XYZ University.

    • Completed a capstone project on a web application for student record management.

    • Utilized technologies like HTML, CSS, JavaScript, and Node.js.

    • Implemented features such as user authentication, data visualization, and a responsive design.

    • Collaborat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you believe this company is a suitable fit for you?
  • Ans. 

    This company aligns with my values, offers growth opportunities, and fosters innovation, making it an ideal environment for my skills.

    • The company's commitment to innovation resonates with my passion for developing cutting-edge software solutions.

    • I admire the collaborative culture here, which I experienced during my interactions with the team during the interview process.

    • The emphasis on professional development and cont...

  • Answered by AI
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and provide complete details about yourself.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular pipes, customization in angular
  • Q2. CDN, SSR, SSG questions
Round 2 - Coding Test 

Find duplicates in an array

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

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

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

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, problem solving

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is more important

Proventech Interview FAQs

How many rounds are there in Proventech SAP Abap Consultant interview?
Proventech interview process usually has 1 rounds. The most common rounds in the Proventech interview process are Technical.

Tell us how to improve this page.

Proventech SAP Abap Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Proventech SAP Abap 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

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Consultant
48 salaries
unlock blur

₹1.8 L/yr - ₹7.8 L/yr

Senior Consultant
14 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Consultant
6 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Python Developer
5 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Abap Consultant
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Proventech with

Aurigo

4.7
Compare

Prime Focus Technologies

3.4
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

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