Premium Employer

i

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

Infinx Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infinx CRM Consultant Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. How would you increase the sales of newspaper in your locality?
  • Ans. 

    To increase newspaper sales in the locality, I would focus on improving content, distribution, and marketing strategies.

    • Conduct market research to understand readers' preferences and interests

    • Create engaging and informative content that caters to the local audience

    • Offer attractive subscription packages and discounts to encourage regular readership

    • Partner with local businesses and events to increase visibility and distr...

  • Answered by AI
  • Q2. What new feature you would like to add in Google maps and how would it help to increase the company's revenue?
  • Ans. 

    I would like to add a feature that suggests nearby events and attractions based on user preferences.

    • Personalized event and attraction recommendations

    • Integration with ticketing platforms for revenue sharing

    • Increased user engagement and retention

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In the written test they asked questions from logical and quantitative aptitude, verbal reasoning and few questions from core topics.

Round: HR Interview
Experience: This was followed by different rounds of interviews. The HR questions were mainly about me, my strengths and weaknesses and why do I want to join the company and where do I see myself in the next five years or so. Loads of guesstimate questions like estimate number of autos in Delhi and other similar cases.

College Name: LADY SHRI RAM COLLEGE

Interview Questionnaire 

1 Question

  • Q1. Documentum Fundamental Concepts, Out of the Box functionalities used in the Product. Scenario Based questions with respect to client requirements
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between FRD and BRD
  • Ans. 

    FRD is Functional Requirement Document which specifies what the system must do. BRD is Business Requirement Document which specifies why the system must do it.

    • FRD focuses on the technical aspects of the system functionality.

    • BRD focuses on the business objectives and goals that the system must achieve.

    • FRD is used by developers to understand the specific requirements of the system.

    • BRD is used by stakeholders to understan...

  • Answered by AI
  • Q2. Explain user story writing experience
  • Ans. 

    I have extensive experience in writing user stories to capture requirements and ensure clear communication between stakeholders and development teams.

    • I have worked on various projects where I have written user stories to define features and functionalities from end user perspective.

    • I have collaborated with product owners, developers, and other stakeholders to gather requirements and prioritize user stories.

    • I have used ...

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

I applied via LinkedIn and was interviewed before May 2022. There were 4 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 

(2 Questions)

  • Q1. Basics of Core Java,Inheritance ,abstraction
  • Q2. Handling data in JAVA API
  • Ans. 

    JAVA API provides various classes and methods to handle data effectively.

    • Use classes like BufferedReader, FileReader, and Scanner to read data from files.

    • Use classes like BufferedWriter, FileWriter, and PrintWriter to write data to files.

    • Use classes like ArrayList and HashMap to store and manipulate data in memory.

    • Use classes like ResultSet and PreparedStatement to interact with databases.

    • Use classes like JsonParser an...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Handling code review
  • Q2. Performance issues in project
  • Ans. 

    Performance issues in a project can arise due to various reasons.

    • Identify the root cause of the issue

    • Analyze the impact of the issue on the project timeline and budget

    • Implement corrective actions to resolve the issue

    • Monitor the performance regularly to avoid future issues

  • Answered by AI
  • Q3. Project scaling
Round 4 - HR 

(1 Question)

  • Q1. Salary package discussions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Profile question
  • Q2. Personal background
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL joins, bst, traversal

Round 2 - HR 

(2 Questions)

  • Q1. Project related questions
  • Q2. Questions asked from resume
Round 1 - Technical 

(1 Question)

  • Q1. Basic java array list iteration, generics, stream api, java8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process managed well by HR

I applied via Job Fair and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. How would you tell a complete Java beginner the difference between set, list and map?
  • Ans. 

    Set is a collection of unique elements, List is an ordered collection of elements, and Map is a collection of key-value pairs.

    • Set does not allow duplicates, e.g. a set of integers {1, 2, 3, 4, 5}

    • List maintains the order of elements, e.g. a list of names ['John', 'Mary', 'Bob']

    • Map stores key-value pairs, e.g. a map of phone numbers {'John': '123-456-7890', 'Mary': '987-654-3210'}

  • Answered by AI
  • Q2. How would you train a complete beginner in Java to write their first program?
  • Ans. 

    To train a beginner in Java, start with basic concepts and gradually introduce programming concepts.

    • Start with basic concepts like data types, variables, and operators

    • Introduce control structures like if-else statements and loops

    • Teach object-oriented programming concepts like classes and objects

    • Encourage practice and experimentation with simple programs

    • Provide resources like online tutorials and exercises

    • Offer guidance

  • Answered by AI
  • Q3. What is microservices advantages and basic architecture?
  • Ans. 

    Microservices are a software architecture approach where applications are built as a collection of small, independent services.

    • Advantages include increased scalability, flexibility, and resilience

    • Each service can be developed, deployed, and scaled independently

    • Allows for easier maintenance and updates

    • Basic architecture involves breaking down a monolithic application into smaller, self-contained services

    • Services communi

  • Answered by AI
  • Q4. Why is main method static? Can we write static public void main()?
  • Ans. 

    Main method is static because it needs to be called without creating an instance of the class.

    • Static methods can be called without creating an instance of the class

    • Main method is the entry point of the program

    • Main method must have a specific signature: public static void main(String[] args)

    • args is an array of strings that can be used to pass command line arguments to the program

  • Answered by AI
  • Q5. Asked about current role and responsibilities.
  • Q6. Basic cloud concepts like compute, load balancing, container orchestration and deploying on cloud.
  • Q7. How would you develop a springboot application?
  • Ans. 

    To develop a Spring Boot application, follow these steps:

    • Create a new Spring Boot project using Spring Initializr

    • Define the necessary dependencies in the pom.xml file

    • Create the necessary Java classes and packages

    • Define the application properties in the application.properties file

    • Run the application using the Spring Boot Maven plugin or by running the main class

    • Test the application using a web browser or a REST client

  • Answered by AI
  • Q8. What is the difference between JDK, JRE and JVM?
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine that executes Java code.

    • JDK includes JRE and development tools

    • JRE includes JVM and necessary libraries

    • JVM interprets compiled Java code into machine code

    • JDK is needed for developing Java applications

    • JRE is needed for running Java applications

    • Multiple JVMs can run on a single machine

  • Answered by AI
  • Q9. Write a program to check if a number is prime or not.
  • Ans. 

    Program to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them.

    • If n is divisible by any number, it is not prime.

    • If n is not divisible by any number, it is prime.

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. Why do you want to join us?
  • Q2. Current roles and responsibilities.
  • Q3. Asked if comfortable for location?
  • Ans. You should say yes to the offered location, but also mention your preferred one as well.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Oracle Financial Services Software Consultant interview:
  • Java
  • Java 8
  • Microservices
  • Collections
  • Springboot
Interview preparation tips for other job seekers - Prepare from Code - Decode Channel on Youtube.
Practice Core Java concepts and Java 8 on your IDE and then learn its theory, not the other way.
Practice Spring (MVC, REST, Security), Springboot, and learn basics of Microservices and Design pattern.

Skills evaluated in this interview

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

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

Round 1 - Case Study 

It was a case study - to understnad the steps to be followed for task

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. SQL questions-what is data characters, etc
  • Ans. 

    Data characters in SQL refer to the type of data that can be stored in a column, such as text, numbers, or dates.

    • Data characters in SQL are used to define the type of data that can be stored in a column

    • Examples of data characters include VARCHAR for text, INT for integers, and DATE for dates

    • Data characters help ensure data integrity and optimize storage space

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Why oracle joining
  • Ans. 

    Joining Oracle offers opportunities for growth, innovation, and collaboration in a leading technology company.

    • Oracle is a leader in cloud computing, providing cutting-edge solutions for businesses.

    • The company fosters a culture of innovation, encouraging employees to think creatively and develop new ideas.

    • Joining Oracle means being part of a diverse team that collaborates on global projects, enhancing professional growt...

  • Answered by AI
  • Q2. Able to work under pressure
  • Ans. 

    I thrive under pressure by prioritizing tasks, maintaining focus, and leveraging my problem-solving skills to meet deadlines effectively.

    • I prioritize tasks by urgency and importance, ensuring critical deadlines are met without compromising quality.

    • In my previous role, I managed a project with a tight deadline, coordinating with multiple teams to deliver results on time.

    • I practice stress management techniques, such as d...

  • Answered by AI

Tell us how to improve this page.

Join Infinx Revenue Realized. On Time. All The Time.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 841 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
KPIT Technologies Interview Questions
3.4
 • 291 Interviews
SAP Interview Questions
4.2
 • 284 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 175 Interviews
View all
Process Associate
733 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Process Associate
335 salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Associate
163 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Senior Medical Coder
163 salaries
unlock blur

₹0.6 L/yr - ₹8 L/yr

Medical Coder
146 salaries
unlock blur

₹1.7 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Infinx with

24/7 Customer

3.5
Compare

KPIT Technologies

3.4
Compare

Intellect Design Arena

3.9
Compare

Microsoft Corporation

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