In Infosys' cybersecurity protocols, which encryption standard is mandated for data at rest?
Answer: B
AES-256 is the industry-standard encryption for data at rest, providing 256-bit key strength and is mandated in Infosys' security policies.
Q.182Medium
What does OWASP Top 10, which Infosys developers must follow, primarily address?
Answer: B
OWASP Top 10 lists the most critical web application security vulnerabilities that developers must understand and mitigate.
Q.183Easy
In Infosys' Agile methodology, what is a Sprint typically limited to in terms of duration?
Answer: B
In Scrum-based Agile methodology used by Infosys, a Sprint typically lasts 2-4 weeks, allowing for regular feedback and iterations.
Q.184Medium
Which HTTP status code should a REST API return when a resource is successfully created?
Answer: B
HTTP status code 201 Created is the correct response when a new resource is successfully created via POST request, typically including the resource location in the response header.
Q.185Easy
In Infosys' commitment to sustainability 2024-25, what is the target for renewable energy adoption?
Answer: C
Infosys has committed to achieving 75% renewable energy consumption by 2025 as part of its sustainability and ESG initiatives.
Advertisement
Q.186Easy
What is the time complexity of the binary search algorithm when searching in a sorted array of n elements?
Answer: C
Binary search has O(log n) time complexity as it divides the search space in half with each iteration, making it highly efficient for sorted data.
Q.187Hard
In a HashMap implementation used at Infosys, what happens when the load factor exceeds the threshold?
Answer: B
When the load factor (ratio of entries to capacity) exceeds the threshold, the HashMap is rehashed with approximately double the capacity to maintain performance.
Q.188Medium
In Infosys' microservices architecture, which design pattern is used to manage distributed transactions across multiple services?
Answer: A
The Saga pattern is used in microservices to manage distributed transactions by breaking them into local transactions coordinated through event-driven communication.
Q.189Easy
What is the primary purpose of Docker containerization technology used by Infosys developers?
Answer: B
Docker containerization ensures that applications run consistently across different environments by packaging the application with all its dependencies.
Q.190Medium
An Infosys developer needs to optimize a SQL query that joins 4 tables. The query currently takes 8 seconds to execute. Which indexing strategy would be most effective?
Answer: B
Composite indexes on join columns and WHERE clause conditions significantly improve query performance by reducing the number of rows scanned.
Q.191Easy
In Infosys' cloud infrastructure, what does the term 'elasticity' refer to?
Answer: B
Elasticity in cloud computing refers to the automatic scaling of resources to meet changing demand, ensuring optimal resource utilization and cost efficiency.
Q.192Hard
An Infosys project uses Apache Kafka for real-time data streaming. If a consumer group has 5 consumers and the topic has 8 partitions, how many consumers will remain idle?
Answer: A
In Kafka, the maximum number of active consumers in a group equals the number of partitions. With 8 partitions and 5 consumers, only 3 will remain idle.
Q.193Medium
Which of the following represents the correct order of REST API maturity levels according to Richardson Maturity Model used at Infosys?
Answer: A
The Richardson Maturity Model progresses from the Swamp (0), to Resources (1), HTTP Verbs (2), and finally Hypermedia (3) as the highest level of REST maturity.
Q.194Easy
In Infosys' DevOps pipeline, which tool is primarily used for continuous integration and continuous deployment (CI/CD)?
Answer: A
Jenkins is the leading open-source automation server widely used by Infosys for implementing CI/CD pipelines to automate testing and deployment processes.
Q.195Medium
An Infosys data engineer needs to process 10 TB of unstructured data. Which Apache tool would be most suitable for batch processing?
Answer: A
Apache Spark is superior for large-scale batch processing due to its in-memory computing capabilities, providing faster execution than MapReduce for processing large datasets.
Q.196Hard
In thread-safe programming at Infosys, which Java construct provides the most granular level of locking?
Answer: C
ReentrantReadWriteLock provides separate read and write locks, allowing multiple readers but only one writer, offering finer-grained control than basic synchronized constructs.
Q.197Easy
Wipro Limited is headquartered in which Indian city?
Answer: A
Wipro is headquartered in Bangalore, Karnataka, and is one of India's largest IT services companies.
Q.198Easy
In what year was Wipro founded?
Answer: A
Wipro was founded in 1945 as Western India Vegetable Products Limited, later becoming a major IT company.
Q.199Easy
What does WIPRO stand for?
Answer: C
WIPRO originally stood for Western India Products Limited before transitioning to IT services.
Q.200Easy
Which of the following is NOT a core service offered by Wipro?
Answer: B
Wipro is primarily an IT services, BPO, and consulting company. Pharmaceutical manufacturing is not its core service.