Accenture
40+ Usha Kiran Movies Interview Questions and Answers
Q1. What is Soc7 and other Cobol /Jcl error codes ...
SOC7 is a common Cobol/JCL error code indicating a data exception.
SOC7 is a data exception error code in Cobol/JCL.
It occurs when there is an invalid numeric data item or arithmetic operation.
It can be caused by invalid data formats, division by zero, or overflow/underflow errors.
Example: A program trying to perform arithmetic on non-numeric data will result in SOC7 error.
Q2. Ways of input from jcl to cobol,max steps,override,joblibs,msgclass,disp details on jcl
The question is about ways of input from JCL to COBOL, including MAX STEPS, override, joblibs, msgclass, and disp details.
JCL can pass input to COBOL through parameters or files
MAX STEPS limits the number of steps a job can execute
Override allows for the modification of JCL statements
Joblibs specify the libraries to be searched for program objects
Msgclass specifies the destination for system messages
Disp details control the disposition of output datasets
Q3. What is the difference between header and exchange property of content modifier
Header and exchange properties are used in content modifier to manipulate message headers and exchange properties respectively.
Header properties are used to manipulate message headers while exchange properties are used to manipulate exchange properties.
Header properties are specific to a message while exchange properties are specific to an exchange.
Header properties can be accessed using the message object while exchange properties can be accessed using the exchange object.
Ex...read more
Q4. If you have worked on SuccessFactors then which are the areas of successfactors you have worked on.
I have worked on SuccessFactors in the areas of Employee Central, Performance & Goals, and Learning.
Employee Central - managing employee data, organizational structure, and workflows
Performance & Goals - setting goals, performance reviews, and feedback
Learning - managing training courses and certifications
Example: Configured employee data fields and workflows in Employee Central
Example: Created performance review templates and managed goal setting in Performance & Goals
Exampl...read more
Q5. what are the complex groovy scripts that you have written so far
I have written complex groovy scripts for automating build and deployment processes.
Created a script to automate the deployment process of a web application using Jenkins and Groovy
Developed a script to automate the build process of a Java application using Gradle and Groovy
Wrote a script to extract data from a database and generate reports using Groovy
Implemented a script to automate the testing process of a REST API using Spock and Groovy
Q6. Explain your past projects. Did you use SQL in any of the previous projects? Why you want to swich job?
Yes, I have used SQL in my past projects.
I have used SQL extensively in my previous projects to retrieve and manipulate data from databases.
One of my projects involved creating a database management system for a retail company, where I used SQL to design and implement the database schema, write complex queries, and optimize database performance.
In another project, I developed a reporting tool that required extracting data from multiple databases using SQL joins and aggregatio...read more
Q7. Can we call a SFTP server from mid of an iFlow
Yes, SFTP server can be called from mid of an iFlow.
Use SFTP adapter to connect to the server
Configure the adapter with the necessary credentials and parameters
Use the adapter in the iFlow to call the SFTP server
Example: SFTP adapter can be used to retrieve files from a remote server in the middle of an iFlow
Q8. Explain in detail the life cycle of software development. What is software integration?
Software development life cycle involves planning, designing, coding, testing, and maintenance. Software integration is the process of combining different components or software systems into a single system.
Software development life cycle stages: planning, designing, coding, testing, deployment, maintenance
Each stage involves specific tasks and activities to ensure the software meets requirements
Software integration involves combining different modules or systems to work toge...read more
Q9. Tell me scenario which was most challenging for you in last 2 years
Managing a team during a major project deadline with limited resources
Balancing workload distribution among team members
Finding creative solutions to resource constraints
Maintaining team morale and motivation
Communicating effectively with stakeholders about challenges and progress
Q10. What is defect management? Explain different stages of a defect.
Defect management is the process of identifying, tracking, and resolving issues in software development.
Defect management involves identifying defects or bugs in the software.
The stages of a defect typically include: identification, logging, prioritization, assignment, resolution, verification, and closure.
Examples of defect management tools include Jira, Bugzilla, and Trello.
Q11. Why do we use externalized parameters
Externalized parameters are used to make software more flexible and configurable.
Externalized parameters allow for easy modification of software behavior without changing code
They make it easier to customize software for different environments or use cases
Examples include configuration files, command line arguments, and environment variables
Q12. Why String is immutable in java
String is immutable in Java to ensure security, thread safety, and optimization.
Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.
Immutable strings prevent security vulnerabilities like SQL injection attacks.
String pool optimization is possible due to immutability, reducing memory usage.
Q13. Arimab pdq values how are they calculated?
Arimab pdq values are calculated using a formula that takes into account demand, production, and lead time.
Arimab pdq values are calculated by multiplying the average demand rate by the average lead time.
The formula for calculating Arimab pdq values is PDQ = D * Q, where D is the average demand rate and Q is the average lead time.
These values are important for inventory management and production planning.
Q14. Explain about azure data factory componenets
Azure Data Factory is a cloud-based data integration service that orchestrates and automates the movement and transformation of data.
Components include pipelines, activities, datasets, linked services, triggers, and integration runtimes
Pipelines define the workflow and activities perform the actual data movement and transformation
Datasets define the data source and destination, and linked services define the connection to the data source
Triggers enable scheduling and event-ba...read more
Q15. How pricing is structured for any deal
Pricing for a deal is structured based on various factors such as product/service, competition, market demand, and customer budget.
Pricing strategy is determined by analyzing the market demand and competition.
The cost of production, distribution, and marketing is also taken into consideration.
The customer's budget and willingness to pay are important factors in determining the final price.
Discounts and promotions may be offered to attract customers or increase sales.
Pricing m...read more
Q16. Discussion on latest trends in IT. Explain about 5G
5G is the latest wireless communication technology that promises faster speed, lower latency, and higher capacity.
5G stands for fifth-generation wireless technology
It uses higher frequency bands to transmit data at faster speeds
5G networks have lower latency, which means faster response times
It enables the Internet of Things (IoT) devices to connect and communicate with each other seamlessly
5G technology is expected to revolutionize industries such as healthcare, transportati...read more
Q17. Replication method that was followed for primary and secondary.
The replication method used for primary and secondary is log shipping.
Log shipping is a method of replicating data from a primary database to one or more secondary databases.
In log shipping, transaction logs are backed up from the primary database and then copied to the secondary database(s).
The transaction logs are then restored on the secondary database(s) to bring them up to date with the primary database.
This method ensures that the secondary database(s) are kept in sync ...read more
Q18. How to deal with Uat challenges
To deal with UAT challenges, it is important to have clear communication, thorough planning, stakeholder involvement, and effective issue tracking.
Ensure clear communication with stakeholders to set expectations and gather feedback
Thoroughly plan the UAT process including test cases, timelines, and resources
Involve stakeholders early and often to ensure their buy-in and support
Track and prioritize issues effectively to ensure timely resolution
Provide adequate training and sup...read more
Q19. End to end implementation approach for s4 hanaa
End to end implementation approach for S4 HANA involves planning, preparation, configuration, testing, and deployment.
Start with thorough planning to define project scope, objectives, and timeline.
Prepare by gathering necessary resources, conducting training, and setting up infrastructure.
Configure S4 HANA according to business requirements and best practices.
Test the system extensively to ensure functionality, performance, and security.
Deploy the solution in stages, monitori...read more
Q20. What are solutions built
Solutions built refer to the development of software or applications to solve specific problems or meet specific needs.
Solutions built are customized to meet the specific needs of the client or organization
They can be developed using various programming languages and tools
Examples include CRM systems, inventory management software, and mobile applications
Solutions built can improve efficiency, productivity, and customer satisfaction
Q21. How is sp different from function
SP (Stored Procedure) is a precompiled collection of SQL statements stored in the database, while a function is a set of SQL statements that returns a value.
SP is used to perform a specific task or set of tasks, while a function is used to return a single value.
SP can have input and output parameters, while a function can only have input parameters.
SP can contain DML (Data Manipulation Language) statements, while a function cannot.
Example: SP to calculate total sales for a sp...read more
Q22. Do you know Automation?
Yes, I am familiar with Automation.
I have experience with automation tools such as Selenium and Appium.
I have created automated test scripts for web applications using Selenium WebDriver.
I have used automation frameworks like TestNG and JUnit for test execution and reporting.
I am proficient in writing automation scripts in languages like Java, Python, and JavaScript.
Q23. What is azure databricks
Azure Databricks is a fast, easy, and collaborative Apache Spark-based analytics platform.
It is a cloud-based big data processing and analytics platform
It is built on top of Apache Spark and provides a collaborative environment for data scientists, engineers, and analysts
It offers features like data engineering, machine learning, and real-time streaming analytics
It integrates with other Azure services like Azure Blob Storage, Azure Data Lake Storage, and Azure SQL Data Wareho...read more
Q24. New capability in s4 hana solutions
SAP S/4HANA introduces new capabilities such as real-time analytics, simplified data models, and improved user experience.
Real-time analytics provide instant insights for better decision-making
Simplified data models reduce complexity and improve efficiency
Improved user experience with a modern and intuitive interface
Integration with machine learning and AI for predictive analytics
Q25. What are design patterns?
Design patterns are reusable solutions to common software design problems.
Design patterns provide a common language for developers to communicate about solutions to common problems.
They help to improve the quality, maintainability, and scalability of software.
Examples of design patterns include the Singleton pattern, Factory pattern, and Observer pattern.
Q26. Which Automation?
There are various types of automation tools available such as Selenium, Appium, UFT, etc.
Selenium is commonly used for web application testing
Appium is used for mobile application testing
UFT is used for functional testing of software applications
Q27. How to manage conflict
Conflict management involves active listening, communication, empathy, and problem-solving skills.
Practice active listening to understand all perspectives
Communicate openly and honestly to address issues
Show empathy towards others' feelings and viewpoints
Use problem-solving skills to find mutually beneficial solutions
Seek mediation or third-party intervention if necessary
Q28. How to prioritise your work
Prioritizing work involves assessing tasks based on deadlines, importance, and impact on goals.
Identify urgent tasks with tight deadlines
Rank tasks based on importance and impact on goals
Consider the resources required for each task
Delegate tasks that can be handled by others
Regularly review and adjust priorities as needed
Q29. Hashmap vs hashset in java
HashMap allows key-value pairs with unique keys, while HashSet stores unique elements only.
HashMap stores key-value pairs, while HashSet stores unique elements.
HashMap allows null values and one null key, HashSet does not allow null values.
HashMap uses keys to retrieve values, while HashSet uses elements to check for existence.
Example: HashMap
map = new HashMap<>(); HashSet set = new HashSet<>();
Q30. Oracle cloud processing constraints
Oracle cloud processing constraints include CPU, memory, storage, and network limitations.
CPU constraints can limit the number of processing cores available for tasks.
Memory constraints can restrict the amount of RAM available for applications.
Storage constraints can limit the amount of data that can be stored in the cloud.
Network constraints can impact the speed and reliability of data transfer.
Examples: CPU limit of 8 cores, memory limit of 16GB, storage limit of 1TB, netwo...read more
Q31. Tell about SWOT analysis
SWOT analysis is a strategic planning tool used to identify Strengths, Weaknesses, Opportunities, and Threats of a business or project.
Strengths: internal factors that give an advantage (e.g. strong brand reputation)
Weaknesses: internal factors that may hinder success (e.g. limited financial resources)
Opportunities: external factors that could be beneficial (e.g. emerging market trends)
Threats: external factors that could cause trouble (e.g. intense competition)
Q32. Explain SOLID principle with example
SOLID is a set of five principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the functionality.
I - Inter...read more
Q33. Explain Virtual function with example
Virtual functions allow a function to be overridden in a derived class, enabling polymorphism.
Virtual functions are declared in a base class and can be overridden in derived classes.
They enable dynamic binding, allowing the correct function to be called based on the object type at runtime.
Example: Base class 'Shape' with virtual function 'calculateArea', overridden in derived classes like 'Circle' and 'Rectangle'.
Q34. Architecture of spark
Spark is a distributed computing framework that processes large datasets in parallel across a cluster of computers.
Spark has a master-slave architecture with a driver program that manages the execution of tasks on worker nodes.
It uses Resilient Distributed Datasets (RDDs) to store data in memory and perform parallel operations on them.
Spark supports multiple programming languages including Java, Scala, Python, and R.
It includes various libraries for machine learning, graph pr...read more
Q35. What is your strengt
My strength lies in my ability to effectively lead and motivate teams to achieve goals and exceed expectations.
Strong leadership skills
Excellent communication abilities
Proven track record of team success
Ability to motivate and inspire team members
Experience in setting and achieving goals
Q36. SAP PROJECT EXPERIENCES
I have extensive experience in SAP project management, including implementation, customization, and support.
Managed end-to-end implementation of SAP S/4HANA for a manufacturing company
Led a team of consultants in customizing SAP MM module to meet client's specific requirements
Provided ongoing support and maintenance for SAP FI/CO module for a global organization
Collaborated with cross-functional teams to ensure successful integration of SAP with other systems
Developed and exe...read more
Q37. Six sigma methodology
Six Sigma is a data-driven methodology used to improve processes by reducing defects and variations.
Six Sigma aims to achieve near perfection in processes by identifying and eliminating causes of defects.
It follows a structured approach known as DMAIC (Define, Measure, Analyze, Improve, Control).
Six Sigma uses statistical tools and techniques to measure and analyze process performance.
Organizations often use Six Sigma to increase efficiency, reduce costs, and improve customer...read more
Q38. Expected CTC Current CTC
I am currently earning X amount and I am looking for a competitive salary based on my experience and skills.
Provide a range based on industry standards and your experience
Consider other benefits such as health insurance, retirement plans, and bonuses
Research the company's salary structure and negotiate accordingly
Be open to discussing other forms of compensation such as stock options or equity
Example: My current CTC is 8 lakhs per annum and I am looking for a salary in the ra...read more
Q39. HA/DR setup for HANA DB.
HA/DR setup for HANA DB ensures high availability and disaster recovery.
HA/DR setup involves redundant systems and data replication.
High availability ensures minimal downtime by using failover mechanisms.
Disaster recovery ensures data backup and restoration in case of a catastrophic event.
HANA DB supports various HA/DR options like system replication, storage replication, and log-based replication.
Example: System replication involves maintaining a standby system that can take...read more
Q40. Existing vs. expectation
Comparing existing performance with expectations for Associate Manager role
Existing performance: Review current responsibilities and achievements
Expectations: Understand job description and key performance indicators
Identify gaps and create a plan to bridge them
Seek feedback from supervisors and colleagues
Set SMART goals for improvement
Q41. Projects as per Cv
I have successfully managed multiple projects in my previous roles, ensuring timely delivery and meeting project goals.
Managed cross-functional project teams to achieve project milestones
Developed project plans, timelines, and budgets
Monitored project progress and addressed any issues or risks
Communicated project updates to stakeholders regularly
More about working at Accenture
Top HR Questions asked in Usha Kiran Movies
Interview Process at Usha Kiran Movies
Top Associate Manager Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month