SARAT TECH Internship Program - Test English || Aptitude || Reasoning || Technical - Test Please enable JavaScript in your browser to complete this form.Please enable JavaScript in your browser to complete this form. - Step 1 of 5Personal DetailsLayoutFirst Name *Last Name *Date of Birth *Gender *MaleFemaleMobile *Email *Graduation / Major *B. TechMCAMBAB. ScB. ComBBAB.AM. ScBranch / Specialization *College Name *Anwarul Uloom Degree CollegeAnwarul Uloom PG CollegeSt. Anns PG CollegeSt. Anns Degree CollegeMalla Reddy Engineering CollegeUniversity *Osmania UniversityJNTU HyderabadS. V. UniversityS. K. UniversityAndhra UniversityOtherCity *State *Interested Technologies *POWER BI, POWER APPSDATA SCIENCEJAVA FULL STACK.NET FULL STACKPYTHON FULL STACKAI / MLUI / UXDATA BASE ADMINISTRATORSAPSALESFORCETESTINGCYBER SECURITYNETWORKINGOtherOther Interested Technologies *NextEnglish Assessment1. Choose the Grammatically correct sentence?She can sings very wellShe can sing very wellShe can singing very wellShe sings very well can2. What _______ when I called?Was you doingWas you doWere you doingYou were doing3. Choose the Antonym for the word "Benevolent."KindEvilGenerousSympathetic4. Which word best completes the sentence? "She was able to _______ her mistake and resolve the situation quickly."IgnoreDenyAdmitAvoid5. Rearrange the following words to form a sentence: o "never / before / seen / this / I / have / movie."I have never seen this movie before.Before I have seen this movie never.I never have seen before this movie.This movie I have never before seen.6. The new policy was designed to _______ productivity among employees.DecreaseEnhanceObstructDiminish7. Synonym for "diligent":CarelessLazyHardworkingIndifferent8. Passage: "In recent years, the pace of technological advancement has greatly increased. Some fear that with these rapid developments, there could be significant consequences, such as job displacement and increased inequality. Others argue that technology will improve life by creating new opportunities and solving global issues."They will lead to a more efficient economy.They will create job opportunities.They might cause job displacement and inequality.They will increase global cooperation.9. What is the Argument in favor of Technology in the passage?Technology will cause global conflicts.Technology will solve global issues.Technology will lead to more jobs.Technology will slow down progress.10. Choose the synonym for the word "Turbulent."CalmPeacefulChaoticSteadyNextAptitude11. A car travels 120 km in 2 hours. What is its speed?60 km/h70 km/h50 km/h40 km/h12. A and B can complete a job in 20 days. B and C can complete the same job in 30 days, and A and C can complete the job in 24 days. How long will it take all three to complete the job together? 10 days12 days14 days16 days13. A person scored 60 marks in a test. If the total marks were 120, what percentage did the person score?40%50%60%75%14. If the ratio of two numbers is 3:4, and the first number is 18, what is the second number?2420223015. A man's speed with the current is 15 km/hr and the speed of the current is 2.5 km/hr. The man's speed against the current is:8.5 km/hr9 km/hr10 km/hr12.5 km/hr16. A Chemists have two solutions, one containing 30% acid and the other containing 50% acid. How much of each solution should be mixed to get 100 liters of a 40% acid solution?50 liters of 30% acid and 50 liters of 50% acid60 liters of 30% acid and 40 liters of 50% acid40 liters of 30% acid and 60 liters of 50% acid70 liters of 30% acid and 30 liters of 50% acid17. The sum of the first 20 terms of an arithmetic progression is 600. If the first term is 15, what is the common difference?345618. A sum fetched a total simple interest of Rs. 4016.25 at the rate of 9 p.c.p.a. in 5 years. What is the sum?Rs. 4462.50Rs. 8032.50Rs. 8900Rs. 892519. If one-third of one-fourth of a number is 15, then three-tenth of that number is:3536455420. A mixture contains 20% sugar and 80% water. How much sugar is there in 300 grams of this mixture?60 grams50 grams70 grams80 gramsNextReasoning21. Find the next number in the series: 2, 4, 6, 8, __?109121122. If CAT = 24 and DOG = 26, what is the value of RAT?2223252723. Choose the word that doesn’t belong to the group: Apple, Banana, Carrot, Mango.AppleBananaCarrotMango24. Pointing to a photograph, a man said, "I have no brothers and sisters, but that man's father is my father's son." Who is in the photograph?The man himselfHis sonHis fatherHis nephew25. If A is B's brother, B is C's sister, and C is D's father, how is A related to D?UncleBrotherFatherNephew26. Arrange the following words in a meaningful order: 1. School 2. Admission 3. Education 4. Degree2, 1, 3, 41, 3, 2, 42, 3, 1, 41, 2, 4, 327. If TRAIN is coded as RTANI, how is DRIVE coded?EVRIDIRVDERDVIEVRIDE28. A clock is set to 10:00 a.m. If the clock gains 2 minutes every hour, what will be the time shown after 6 hours?4:12 p.m.4:10 p.m.4:15 p.m.4:20 p.m.29. A man starts walking east and turns left, then turns left again, and finally turns right. Which direction is he facing now?NorthSouthWestEast30. In a family of six, A and B are brothers, C and D are sisters, A’s son E is married to D, and their daughter is F. How is F related to C?NieceGranddaughterDaughterSisterNextTechnical31. What is the main function of an operating system?To manage applications onlyTo manage hardware and software resourcesTo control virusesTo perform calculations32. Which scheduling algorithm allocates the CPU to the process that requests it first?Shortest Job FirstFirst Come First ServeRound RobinPriority Scheduling33. Which of the following is NOT a valid page replacement algorithm?LRU (Least Recently Used)FIFO (First In First Out)Optimal ReplacementMemory Sorting Algorithm34. What does OOP stand for in C++?Object-Oriented ProgrammingOnline Operating ProgramOpen Object ProtocolOutput-Oriented Processing35. What is the purpose of a constructor in C++?To delete an objectTo initialize an objectTo allocate memoryTo execute loops36. Which of the following statements about inheritance in C++ is true?Private members of the base class are directly accessible in the derived classProtected members of the base class are accessible only in the derived classPublic members of the base class become private in the derived classProtected members of the base class become protected in the derived class37. What is the time complexity of searching in an unsorted array?O(1)O(n)O(n^2)O(log n)38. Which traversal algorithm is used to traverse a tree level by level?Depth First Search (DFS)Breadth First Search (BFS)Preorder TraversalInorder Traversal39. Which hashing technique handles collisions using linked lists?Open AddressingSeparate ChainingLinear ProbingDouble Hashing40. What is the default value of a boolean in Java?truefalse0null41. Which keyword is used to inherit a class in Java?implementsinterfaceextendsinherit42. Which of these is a marker interface in Java?CloneableRunnableSerializableBoth a and c43. What is the full form of IP in networking?Internet ProgramInternet ProtocolInternal ProtocolInformation Protocol44. What is the protocol used to send email over the internet?HTTPSMTPFTPPOP45. What is the difference between TCP and UDP?TCP is connectionless, UDP is connection-orientedTCP is connection-oriented, UDP is connectionlessBoth are connection-orientedBoth are connectionless46. Which of the following is the first step in the Software Development Life Cycle (SDLC)?TestingMaintenanceRequirement AnalysisDeployment47. What does UML stand for?Unified Modeling LanguageUser Mode LanguageUniversal Machine LanguageUnified Markup Language48. What is the primary focus of the spiral model?Incremental deliveryRisk managementRapid prototypingUser involvement49. What does SQL stand for?Standard Query LanguageStructured Query LanguageSequential Query LanguageSimple Query Language50. What is a primary key in a database?A column that allows duplicatesA column that uniquely identifies a rowA column that is always nullA column used for foreign keys51. What type of index is created automatically when a primary key is defined?Clustered IndexNon-clustered IndexComposite IndexUnique Index52. What is the purpose of the JOIN operation in SQL?To retrieve duplicate rowsTo combine rows from two or more tablesTo create a new tableTo delete rows from a table53. Which of the following is a property of a transaction in DBMS?AbstractionAtomicityDecompositionIteration54. What does HTML stand for?Hyper Text Markup LanguageHigh Text Markup LanguageHyper Tabular Markup LanguageHyper Transfer Markup Language55. Which CSS property is used to change the text color?font-colorcolortext-colorbackground-color56. Which HTTP method is used to update data on the server?GETPOSTPUTDELETE57. What is the purpose of the <script> tag in HTML?To style the documentTo add JavaScript codeTo define metadataTo link an external file58. What is the difference between == and === in JavaScript?== compares values only, === compares values and typesBoth are identical== compares references, === compares valuesNone of the above59. Which of the following is an example of an Operating System?PythonWindowsHTMLMicrosoft Word60. Which of the following is a valid C++ variable declaration?int 2var;char $name;float _num;double-num;Submit