Tip 1: Focus on Fundamentals – Ensure you thoroughly understand key principles before tackling complex problems.
Tip 2: Stay Regular – Consistent practice sharpens your skills and builds confidence over time.
Tip 3: Embrace Challenges – View difficulties as opportunities to learn and grow, not obstacles to avoid.
Tip 1: Match your resume to the job – Highlight skills and experiences relevant to the role you’re applying for.
Tip 2: Be clear and result-oriented – Use simple language and showcase your achievements using numbers or measurable outcomes.
Q1. Choose the synonym of “evident.”
A. Hidden
B. Clear
C. Doubtful
D. Secret
Q2. Choose the antonym of “rigid.”
A. Hard
B. Stiff
C. Flexible
D. Strong
Q3. Identify the incorrect part of the sentence:
Neither of the students were present in the class.
A. Neither
B. of the students
C. were
D. present
Q4. Choose the correct sentence.
A. He did not knew the answer.
B. He did not know the answer.
C. He does not knew the answer.
D. He did not knows the answer.
Q5. Fill in the blank:
She is responsible ___ completing the task.
A. to
B. for
C. of
D. with
Q6. Choose the correctly spelled word.
A. Accomodation
B. Acommodation
C. Accommodation
D. Accomadation
Q7. Change the sentence into the passive voice:
The manager approved the request.
A. The request approved the manager.
B. The request was approved.
C. The request is approving.
D. The manager was approved.
Q8. Choose the synonym of “brief.”
A. Small
B. Short
C. Fast
D. Little
Q9. Choose the antonym of “permanent.”
A. Long
B. Fixed
C. Temporary
D. Stable
Q10. Spot the error in the sentence:
She has gave the exam yesterday.
A. She
B. has
C. gave
D. yesterday
Q11. All managers are leaders. Some leaders are employees.
Conclusion:
A. All managers are employees
B. Some employees are managers
C. Some leaders are employees
D. No manager is an employee
Q12. Statement:
Online shopping is increasing rapidly.
Assumption:
A. Internet access is widely available
B. Shops are closed
C. Prices are high
D. People dislike markets
Q13. Cause: Heavy rainfall
Effect:
A. Increase in temperature
B. Flooding
C. Power generation
D. Water scarcity
Q14. Strengthen the argument:
Remote work improves productivity.
A. Employees save commuting time
B. Internet issues exist
C. Team meetings reduce
D. Office costs increase
Q15. Weaken the argument:
Technology improves education quality.
A. Lack of digital access
B. Online resources increase
C. Smart classrooms exist
D. Learning apps available
Q16. If all A are B and all B are C, then:
A. All A are C
B. Some C are A
C. No A is C
D. Cannot be determined
Q17. Statement:
Company profits declined this quarter.
Inference:
A. Expenses increased or revenue decreased
B. Company closed
C. Employees resigned
D. Market collapsed
Q18. Course of action:
Increase in road accidents
A. Ignore the issue
B. Improve traffic rules
C. Close all roads
D. Remove vehicles
Q19. Statement:
Mobile usage among teenagers is high.
Conclusion:
A. Teenagers dislike technology
B. Digital adoption is high
C. Mobiles are banned
D. Internet stopped
Q20. Assumption:
People prefer online payments.
A. Digital literacy exists
B. Cash is unavailable
C. Banks are closed
D. ATMs removed
Q21. Find the next symbol in the sequence:
⬤ ▲ ⬤ ▲ ⬤ ?
A. ▲
B. ⬤
C. ■
D. ★
Q22. Find the odd one out:
A. Circle
B. Square
C. Triangle
D. Cube
Q23. A process is:
A. Program in execution
B. Program in memory
C. CPU
D. Thread
Q24. Which key uniquely identifies a record?
A. Foreign key
B. Candidate key
C. Primary key
D. Composite key
Q25. Which OOPs concept supports reusability?
A. Abstraction
B. Encapsulation
C. Inheritance
D. Polymorphism
Q26. The Agile model focuses on:
A. Linear development
B. Iterative development
C. No testing
D. Fixed requirements
Q27. Consider the following pseudo-code:
SET a = 5
SET b = 10
IF a < b
PRINT a + b
ELSE
PRINT a - b
END IF
options:
A. 5
B. 10
C. 15
D. 50
Q28. Consider the following pseudo-code:
FOR i = 1 TO 4
PRINT i * 2
END FOR
Options:
A. 1 2 3 4
B. 2 4 6 8
C. 4 8 12 16
D. Error
Q29. Consider the following pseudo-code:
sum = 0
FOR i = 1 TO 5
sum = sum + i
END
PRINT sum
Options:
A. 10
B. 15
C. 20
D. 25
Q30. Which OSI layer handles encryption?
A. Physical
B. Network
C. Presentation
D. Transport
Q31. TCP is:
A. Connectionless
B. Connection-oriented
C. Unreliable
D. Stateless
Q32. Which cloud model provides virtual machines?
A. SaaS
B. PaaS
C. IaaS
D. DaaS
Q33. Find the next number in the sequence:
2 → 4 → 8 → 16 → ?
A. 18
B. 24
C. 32
D. 64
Q34. Find the next direction in the sequence:
→ ↑ ← ↓ → ?
A. ↑
B. ←
C. ↓
D. →
Q35. Find the next shape in the sequence:
■ ▲ ■ ▲ ■ ?
A. ■
B. ▲
C. ●
D. ★
Q36. A triangle pointing up is rotated 90° clockwise.
Which direction will it point?
A. Up
B. Down
C. Right
D. Left
Q37. An arrow points left. It is rotated 180°.
What is the final direction?
A. Left
B. Right
C. Up
D. Down
Q38. A square with a dot on the top-right corner is rotated 90° anticlockwise.
Where will the dot be?
A. Top-left
B. Bottom-right
C. Bottom-left
D. Center
Q39. What is the mirror image of “b”?
A. b
B. d
C. p
D. q
Q40. The mirror image of “E” will have the vertical line on:
A. Left side
B. Right side
C. Center
D. Bottom
Q41. The mirror image of an arrow pointing right will point:
A. Right
B. Up
C. Left
D. Down
Q42. A paper is folded once vertically, and a hole is punched near the fold.
When unfolded, how many holes will appear?
A. 1
B. 2
C. 3
D. 4
Q43. A paper is folded twice, and one hole is punched.
How many holes will appear after unfolding?
A. 2
B. 3
C. 4
D. 8
Q44. Identify the odd one out:
A. Square
B. Rectangle
C. Triangle
D. Cube
Q45. Consider the following pseudo-code:
START
SET a = 10
SET b = 20
IF a > b
PRINT a - b
ELSE
PRINT b - a
END IF
END
Options:
A. -10
B. 10
C. 30
D. 0
Q46. Consider the following pseudo-code:
START
SET x = 5
WHILE x > 0
PRINT x
x = x - 1
END WHILE
END
Options:
A. 1 2 3 4 5
B. 5 4 3 2 1
C. 0 1 2 3 4
D. Infinite loop
Q47. Consider the following pseudo-code:
START
FOR i = 1 TO 5
IF i MOD 2 = 0
PRINT i
END IF
END FOR
END
Options:
A. 1 2 3 4 5
B. 2 4
C. 1 3 5
D. 0
Q48. Consider the following pseudo-code:
START
SET sum = 0
FOR i = 1 TO 4
sum = sum + i
END FOR
PRINT sum
END
Options:
A. 6
B. 10
C. 12
D. 4
Q49. Consider the following pseudo-code:
START
SET a = 3
SET b = 6
SET c = a + b
PRINT c * 2
END
Options:
A. 9
B. 12
C. 18
D. 6
Q50. Consider the following pseudo-code:
START
SET i = 1
REPEAT
PRINT i
i = i + 2
UNTIL i > 5
END
Options:
A. 1 3 5
B. 1 2 3 4 5
C. 2 4 6
D. 1 3
Q51. Consider the following pseudo-code:
START
ARRAY A = [2, 4, 6, 8]
PRINT A[2]
END
(Index starts from 0)
Options:
A. 2
B. 4
C. 6
D. 8
Q52. Consider the following pseudo-code:
START
ARRAY A = [1, 3, 5, 7]
SET sum = 0
FOR i = 0 TO 3
sum = sum + A[i]
END FOR
PRINT sum
END
Options:
A. 10
B. 12
C. 16
D. 20
Q53. Consider the following pseudo-code:
START
SET x = 4
IF x < 5
PRINT "Small"
ELSE
PRINT "Large"
END IF
END
Options:
A. Small
B. Large
C. Error
D. No output
Q54. Consider the following pseudo-code:
START
FOR i = 1 TO 3
FOR j = 1 TO 2
PRINT i
END FOR
END FOR
END
Options:
A. 1 2 3
B. 1 1 2 2 3 3
C. 1 2 1 2 1 2
D. 2 4 6
Q55. Which of the following keys uniquely identifies a record in a table?
A. Foreign key
B. Candidate key
C. Primary key
D. Composite key
Q56. What is the main purpose of normalization in DBMS?
A. To increase data redundancy
B. To reduce data redundancy
C. To increase data inconsistency
D. To improve hardware performance
Q57. Which normal form removes partial dependency?
A. First Normal Form (1NF)
B. Second Normal Form (2NF)
C. Third Normal Form (3NF)
D. Boyce-Codd Normal Form (BCNF)
Q58. Which SQL command is used to remove all records from a table but not the table itself?
A. DROP
B. DELETE
C. REMOVE
D. TRUNCATE
Q59. Which of the following is NOT a type of database anomaly?
A. Insertion anomaly
B. Deletion anomaly
C. Update anomaly
D. Selection anomaly
Q60. Which of the following is NOT a necessary condition for deadlock in an operating system?
A. Mutual Exclusion
B. Hold and Wait
C. Preemption
D. Circular Wait



Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: