Upload Button Icon Add office photos

Filter interviews by

ABC Companies Technical Consultant Interview Questions, Process, and Tips

Updated 28 Nov 2021

ABC Companies Technical Consultant Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1.  What is difference between Function and procedure ?
  • Ans. 

    Functions return a value while procedures do not.

    • Functions return a value while procedures do not.

    • Functions can be used in expressions while procedures cannot.

    • Functions can have parameters passed by value or reference while procedures can only have parameters passed by reference.

  • Answered by AI
  • Q2.  Describe Packed decimal an Zoned decimal ?
  • Ans. 

    Packed decimal and zoned decimal are two common data formats used in mainframe systems.

    • Packed decimal is a binary-coded decimal format that stores two digits in each byte, with the last nibble used for sign.

    • Zoned decimal is a format that uses one byte to store each digit, with the last byte used for sign.

    • Packed decimal is more space-efficient than zoned decimal, but requires more processing power to convert to and from...

  • Answered by AI
  • Q3.  How to add fields in pysical file without compiling?
  • Ans. 

    Fields can be added to a physical file without compiling using SQL ALTER TABLE statement.

    • Use ALTER TABLE statement to add fields to physical file.

    • Syntax: ALTER TABLE library/file ADD COLUMN fieldname datatype

    • Example: ALTER TABLE MYLIB/EMPLOYEE ADD COLUMN EMAIL VARCHAR(50)

  • Answered by AI
  • Q4. How to declare file in CL program ?
  • Ans. 

    To declare a file in CL program, use the DCLF command followed by the file name.

    • Use the DCLF command followed by the file name to declare a file in CL program.

    • The file name should be enclosed in parentheses.

    • The file must be defined in the program's file description.

    • Example: DCLF FILE(MYFILE)

    • The file can then be used in the program using its declared name.

  • Answered by AI
  • Q5. How to binding program in RPGILE ?
  • Ans. 

    Binding programs in RPGILE involves specifying the program name and library in the binding directory.

    • Create a binding directory using CRTBNDDIR command

    • Add the program to the binding directory using ADDLIBLE command

    • Specify the program name and library in the binding directory using the BNDDIR parameter in the CRTPGM command

    • Use the CALL statement to call the program

  • Answered by AI
  • Q6. What is subsystem ?
  • Ans. 

    A subsystem is a smaller system within a larger system that performs a specific function.

    • Subsystems are often used in complex engineering systems such as airplanes and automobiles.

    • They can be thought of as modules that work together to achieve a larger goal.

    • Subsystems can be hardware or software-based.

    • Examples of subsystems include the engine subsystem in a car and the navigation subsystem in an airplane.

  • Answered by AI
  • Q7. What is OVRDBF command ?
  • Ans. 

    OVRDBF is a command in IBM i (AS/400) that allows a program to override the file it is accessing.

    • OVRDBF is used to temporarily redirect a program's file input/output to a different file.

    • It can be used to redirect output to a printer or a spool file.

    • The command can also be used to change the record format of a file.

    • OVRDBF can be used in CL programs or in RPG programs using the OVRDBF opcode.

  • Answered by AI
  • Q8. How you check error in RPG program?
  • Ans. 

    Errors in RPG programs can be checked using various tools and techniques.

    • Compile the program with the appropriate compiler options to check for syntax errors

    • Use debuggers and tracing tools to identify runtime errors

    • Analyze job logs and dump files to diagnose program errors

    • Use third-party tools like X-Analysis and Hawkeye to identify and fix errors

  • Answered by AI
  • Q9. Types of arrays and where you used ?
  • Ans. 

    There are mainly two types of arrays: Single-dimensional and Multi-dimensional. I have used both in various projects.

    • Single-dimensional arrays are used to store a list of values of the same data type.

    • Multi-dimensional arrays are used to store values in a matrix format with rows and columns.

    • I have used single-dimensional arrays to store user input data and multi-dimensional arrays to store data in a tabular format.

    • For e...

  • Answered by AI
  • Q10. What is runqry and its use?
  • Ans. 

    runqry is a command used in IBM iSeries to run a query on a database file.

    • runqry is used to retrieve data from a database file in IBM iSeries.

    • It allows users to specify selection criteria and sort order for the retrieved data.

    • The output of runqry can be displayed on the screen, printed, or saved to a file.

    • It is commonly used by technical consultants to extract data for analysis or reporting purposes.

  • Answered by AI
  • Q11. What is compile command in RPG program
  • Ans. 

    Compile command in RPG program is used to convert source code into executable code.

    • Compile command is used to check for syntax errors and generate object code

    • The command is usually RUNCL or CRTRPGMOD

    • The compiled program can be executed using CALL or CALLB

    • Example: RUNCLPGM PGM(MYLIB/MYPROG) SRCFILE(MYLIB/MYSRC)

    • Example: CRTRPGMOD MODULE(MYLIB/MYPROG) SRCFILE(MYLIB/MYSRC)

  • Answered by AI
  • Q12. How many table can declare in RPG program
  • Ans. 

    There is no limit to the number of tables that can be declared in an RPG program.

    • Tables can be declared using the DCL-TBL statement.

    • The number of tables that can be declared is limited only by the available memory.

    • Each table can have its own unique name and structure.

    • Tables can be used to store and manipulate data within the RPG program.

  • Answered by AI
  • Q13. How to install program to a I series system?
  • Ans. 

    Programs can be installed on an I series system using various methods.

    • Use the Install Program (INZPRM) command to install a program from a save file

    • Use the Program Temporary Fix (PTF) process to install fixes and updates

    • Use the Portable Application Solutions Environment (PASE) to install Linux-based programs

    • Use the Integrated Web Application Server (IAS) to install web-based applications

  • Answered by AI
  • Q14. What is XFOOT command, where we can use?
  • Ans. 

    XFOOT is a command used in SAS software to display the contents of a SAS data set.

    • XFOOT command is used to display the contents of a SAS data set in the SAS log.

    • It displays the number of observations and variables in the data set.

    • It also displays the size of the data set in bytes.

    • XFOOT command can be used in conjunction with other SAS commands like PROC PRINT and PROC SORT.

    • Example: XFOOT; PROC PRINT data=dataset; RUN;

  • Answered by AI
  • Q15. You know BRMS and its functions
  • Ans. 

    Yes, I am familiar with BRMS and its functions.

    • BRMS stands for Business Rules Management System

    • It is used to manage and automate business rules

    • BRMS allows for easy modification and management of rules

    • Examples of BRMS include IBM Operational Decision Manager and Red Hat Decision Manager

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Below 10 years experience they ask RPG and CL questions, above 10 years interviewer ask Project and Technical questions means project based questions

Skills evaluated in this interview

Interview questions from similar companies

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

Reverse the list. What are the data types in Python.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What were the recent projects which have been completed.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Autosar Architecture
  • Q2. Aspice process in Automotive Development
  • Ans. 

    Aspice process is a quality management standard used in automotive development to ensure compliance with industry regulations.

    • Aspice stands for Automotive SPICE (Software Process Improvement and Capability Determination)

    • It focuses on improving software development processes in the automotive industry

    • Aspice helps organizations to assess and improve their software development processes based on a set of best practices an...

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding puzzle on hacker rank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain redux toolkit
  • Ans. 

    Redux Toolkit is an official, opinionated, batteries-included toolset for efficient Redux development.

    • Includes utilities like createSlice, createAsyncThunk, and createEntityAdapter for easier Redux setup

    • Reduces boilerplate code and simplifies common Redux patterns

    • Encourages best practices and helps developers write more maintainable code

  • Answered by AI
  • Q2. Explain use memo hook
  • Ans. 

    memo hook is a React hook used for optimizing performance by memoizing the result of a function

    • Memo hook is used to prevent unnecessary re-renders by caching the result of a function

    • It is useful when a component re-renders frequently with the same props

    • Example: const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and subjective type questions in javascript, node as well as react

Skills evaluated in this interview

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

Be ready with all the technologies in the resume

Round 2 - Coding Test 

Binary search difficult questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all the technology included in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why do you wanna join cars24?
  • Ans. 

    I want to join cars24 because of its innovative approach to the automotive industry and the opportunity to work with a dynamic team.

    • Innovative approach to the automotive industry

    • Opportunity to work with a dynamic team

    • Excited about the potential for growth and learning opportunities

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your experience?
  • Ans. 

    I have over 5 years of experience in software development, specializing in backend technologies.

    • Developed scalable backend systems using Java and Spring framework

    • Led a team of developers in implementing microservices architecture

    • Worked on optimizing database queries for improved performance

  • Answered by AI

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 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 

(6 Questions)

  • Q1. Question on design & development of expertise area (trims, seats, biw, gsm, E&E etc).
  • Q2. Development timeline for a full model change program tentative.
  • Ans. 

    The development timeline for a full model change program varies based on the complexity of the program.

    • Assess the complexity of the program

    • Determine the resources needed for the project

    • Create a detailed project plan with milestones

    • Allocate resources and assign tasks

    • Regularly review progress and adjust timeline as needed

  • Answered by AI
  • Q3. Basic inputs required from project team to start the design process of system
  • Q4. Cost of the part & product.
  • Ans. 

    The cost of the part and product is a crucial factor in determining the overall profitability of the project.

    • The cost of the part and product should be carefully calculated and monitored throughout the project.

    • Factors that can affect the cost include materials, labor, shipping, and overhead expenses.

    • It is important to balance the cost with the quality of the product to ensure customer satisfaction and repeat business.

    • R...

  • Answered by AI
  • Q5. Supplier for the parts & material details
  • Q6. Regulations, Dfmea, DFA, Dfm, vave etc
Round 3 - HR 

(3 Questions)

  • Q1. Why changing the job
  • Q2. Willingness to relocate to chennai
  • Q3. Salary expectations & joing time related

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics of engineering strong & area of expertise related regulations & timeline & part/investment cost related things handy

I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all technical questions based on many technologies like linux, docker, kubernetes, cloud and then many questions based on the client interaction, client handling, automation process, Infrastructure ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention only those skills in your resume in which you are comfortable and knows about it.
Try to answer the questions with confidence,even If you don't know the answer tell them with honesty.
Be confident and don't fear to fail.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Why are you here and why amazon

Round 2 - Aptitude Test 

60 mins logic based round here

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array

    • Iterate through the array and use a set to store unique elements

    • If an element is already in the set, remove it from the array

    • Return the modified array without duplicates

  • Answered by AI

Skills evaluated in this interview

ABC Companies Interview FAQs

What are the top questions asked in ABC Companies Technical Consultant interview?

Some of the top questions asked at the ABC Companies Technical Consultant interview -

  1. How to add fields in pysical file without compili...read more
  2. What is difference between Function and procedur...read more
  3. How to install program to a I series syst...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
10405090xyzabc Interview Questions
3.0
 • 1.3k Interviews
Delhivery Interview Questions
3.9
 • 452 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
CARS24 Interview Questions
3.6
 • 322 Interviews
TVS Motor Interview Questions
4.0
 • 307 Interviews
KEC International Interview Questions
4.1
 • 293 Interviews
Bajaj Auto Interview Questions
3.9
 • 269 Interviews
View all
Software Engineer
6 salaries
unlock blur

₹15 L/yr - ₹94 L/yr

Software Developer
4 salaries
unlock blur

₹8.6 L/yr - ₹26.6 L/yr

Accountant
4 salaries
unlock blur

₹1 L/yr - ₹4.6 L/yr

Director
4 salaries
unlock blur

₹46 L/yr - ₹200 L/yr

Manager
3 salaries
unlock blur

₹13.7 L/yr - ₹35.7 L/yr

Explore more salaries
Compare ABC Companies with

Amazon

4.1
Compare

Larsen & Toubro Limited

4.0
Compare

Mahindra & Mahindra

4.1
Compare

Delhivery

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